/*-----------------------------------------------------------------
Theme Name: Codemy
Author: CrabTheme
Author URI: https://themeforest.net/user/CrabTheme
Version: 1.0.0 
Description: Codemy - Online Courses & Education Html Template 
-------------------------------------------------------------------
 CSS TABLE OF CONTENTS
------------------------------------------------------------------- 
1. Common
2. Header
3. Hero
4. Courses
5. About
6. Meanmenu
7. Features
8. Team 
9. Category
10. Testimonial
11. App
12. Blog
13. Partner
14. Marquee
15. Cta
16. Shop
17. Event
18. Contact
19. Checkout
20. Wishlist
21. Cart
22. Faq
23. Footer
------------------------------------------------------------------*/
/* 1. Common */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Lexend+Deca:wght@100..900&display=swap");
/*----------------------------------------------
    # All Variables here
----------------------------------------------*/
:root {
  --theme-color1: #543EE8;
  --theme-color2: #072654;
  --theme-color3: #0058E0;
  --gradient-color: linear-gradient(90deg, #F52A03 0%, #FF8932 100%);
  --bg-color1: #F2F4FA;
  --white: #ffffff;
  --white2: #FFFBF5;
  --black: #000000;
  --black2: #082A5E;
  --yellow: #FF9924;
  --text-color1: #4F536C;
  --text-color2: #999999;
  --border-color1: #D0DAE9;
  --border-color2: rgba(255, 255, 255, 0.10);
  --icon-font: "Font Awesome 6 Pro";
  --title-font: "Lexend Deca", sans-serif;
  --body-font: "Hind", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
}

/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.px-55 {
  padding-right: 55px;
  padding-left: 55px;
}

.px-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.px-65 {
  padding-right: 65px;
  padding-left: 65px;
}

.px-70 {
  padding-right: 70px;
  padding-left: 70px;
}

.px-75 {
  padding-right: 75px;
  padding-left: 75px;
}

.px-80 {
  padding-right: 80px;
  padding-left: 80px;
}

.px-85 {
  padding-right: 85px;
  padding-left: 85px;
}

.px-90 {
  padding-right: 90px;
  padding-left: 90px;
}

.px-95 {
  padding-right: 95px;
  padding-left: 95px;
}

.px-100 {
  padding-right: 100px;
  padding-left: 100px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

body {
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: var(--text-color1);
  background-color: var(--bg-color1);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--text-color1);
  outline: none;
  box-shadow: none;
}

input::placeholder {
  color: #767771;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font);
  margin: 0px;
  padding: 0;
  transition: all 0.4s ease-in-out;
}

h1 {
  color: var(--black);
  font-family: var(--title-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  color: var(--black);
  font-family: var(--title-font);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1500px) {
  h2 {
    font-size: 28px;
    line-height: 1.3;
  }
}
@media (max-width: 1399px) {
  h2 {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 22px;
    line-height: 1.3;
  }
}

h3 {
  color: var(--black);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  color: var(--black);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1399px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  color: var(--black);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  color: var(--black);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1500px) {
  h6 {
    font-size: 15px;
    line-height: 1.4;
  }
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--black);
  transition: all 0.4s ease-in-out;
}
a:hover {
  color: var(--theme-color2);
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
  color: var(--black);
  text-align: left;
  font-family: var(--body-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

/*----------------------------------------------
    # Container  style here
----------------------------------------------*/
@media (min-width: 500px) {
  .container-1680,
  .container-xl {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 14px;
  }
}
@media (min-width: 300px) {
  .container-1520,
  .container-xl {
    max-width: 1580px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
@media (min-width: 300px) and (max-width: 449px) {
  .container-1520,
  .container-xl {
    padding: 0 14px;
  }
}
@media (min-width: 1800px) {
  .container,
  .container-xl {
    max-width: 1440px;
  }
}
/*----------------------------------------------
    # Gutter  style here
----------------------------------------------*/
@media (min-width: 1600px) {
  .gx-40 {
    --bs-gutter-x: 40px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-64 {
    --bs-gutter-x: 64px;
  }
  .gx-47 {
    --bs-gutter-x: 47px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
  .gx-100 {
    --bs-gutter-x: 100px;
  }
  .gx-120 {
    --bs-gutter-x: 120px;
  }
  .gx-134 {
    --bs-gutter-x: 134px;
  }
  .gx-140 {
    --bs-gutter-x: 140px;
  }
  .gx-165 {
    --bs-gutter-x: 165px;
  }
  .gy-60 {
    --bs-gutter-y: 60px;
  }
  .g-60 {
    --bs-gutter-y: 60px;
    --bs-gutter-x: 60px;
  }
}
.gx-0 {
  --bs-gutter-x: 0px;
}

/*----------------------------------------------
    # All Animation style here
----------------------------------------------*/
@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.ripple-effect {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #F3E7E0;
  border: 1px solid var(--white);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgb(255, 238, 211);
  box-shadow: 0 0 0 0 rgb(255, 217, 196);
  animation: rippleOne 2s infinite;
}
.ripple-effect .playerImg {
  width: 19px;
  height: 24px;
}

.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes move-directions {
  0% {
    transform: translateX(0) translateY(0);
  }
  33% {
    transform: translateX(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
.cir36 {
  animation: cir36 20s linear infinite;
  -webkit-animation: cir36 20s linear infinite;
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
  100% {
    width: var(--progress-width);
  }
}
.reveal {
  position: relative;
  display: -ms-inline-flexbox;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation,
.play-btn:after,
.play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes ripple2 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(2.8);
    opacity: 0;
  }
}
.wave-anim {
  width: 105px;
  height: 69px;
  background-repeat: repeat;
  background-size: auto;
  animation: wave 70s linear infinite;
}

@keyframes wave {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left -2000px;
  }
}
.fancy-animation {
  animation: morph 8s ease-in-out infinite;
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
.movingX {
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.movingCar {
  animation: movingCar 25s linear infinite;
}

@keyframes movingCar {
  0% {
    transform: translateX(0) rotateY(0deg);
  }
  50% {
    transform: translateX(calc(-100vw + 108%));
  }
  51% {
    transform: translateX(calc(-100vw + 108%)) rotateY(180deg);
  }
  100% {
    transform: translateX(0) rotateY(180deg);
  }
}
.moving {
  animation: moving 8s linear infinite;
}

@keyframes moving {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
.moving2 {
  animation: moving2 8s linear infinite;
}

@keyframes moving2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.moving3 {
  animation: moving3 8s linear infinite;
}

@keyframes moving3 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.spin {
  animation: spin 10s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bg-color-ani,
.color-animate {
  animation: bgColor 6s linear infinite;
}

@keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }
  25% {
    background-color: #81F24C;
  }
  50% {
    background-color: #41F27D;
  }
  75% {
    background-color: #0500FF;
  }
  100% {
    background-color: #F2BA4C;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.3s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.swiper-slide-active .fadein {
  --animation-name: fadein;
}

.swiper-slide-active .scalein {
  --animation-name: scalein;
}

.swiper-slide-active .slidetopleft {
  --animation-name: slidetopleft;
}

.swiper-slide-active .slidebottomright {
  --animation-name: slidebottomright;
}

.swiper-slide-active .slideinleft {
  --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
  --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
  --animation-name: slideinup;
}

.swiper-slide-active .slideindown {
  --animation-name: slideindown;
}

.swiper-slide-active .rollinleft {
  --animation-name: rollinleft;
}

.swiper-slide-active .rollinright {
  --animation-name: rollinright;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scalein {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
.spin2 {
  animation: spin2 10s linear infinite;
}

@keyframes spin2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*animation bubble****************/
.animation-bubble {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.animation-bubble div[class^=bubble-] {
  height: 1px;
  width: 1px;
  position: absolute;
  background: url(../star.html) no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 1024px) {
  .animation-bubble > :nth-child(even) {
    display: none;
  }
}
.bubble-1 {
  bottom: -5px;
  left: 68%;
  animation: bubble-animation 4.5s infinite ease-in -6.57s;
}

.bubble-2 {
  bottom: -71px;
  left: 97%;
  animation: bubble-animation 4.5s infinite ease-in -5.07s;
}

.bubble-3 {
  bottom: -71px;
  left: 43%;
  animation: bubble-animation 4.5s infinite ease-in -6.73s;
}

.bubble-4 {
  bottom: -3.8px;
  left: 82%;
  animation: bubble-animation 4.5s infinite ease-in -4.04s;
}

.bubble-5 {
  bottom: -73.4px;
  left: 29%;
  animation: bubble-animation 4.5s infinite ease-in -3.11s;
}

.bubble-6 {
  bottom: -71px;
  left: 41%;
  animation: bubble-animation 4.5s infinite ease-in -5.95s;
}

.bubble-7 {
  bottom: -79.4px;
  left: 14%;
  animation: bubble-animation 4.5s infinite ease-in -3.68s;
}

.bubble-8 {
  bottom: -115.4px;
  left: 90%;
  animation: bubble-animation 4.5s infinite ease-in -3.89s;
}

.bubble-9 {
  bottom: -44.6px;
  left: 33%;
  animation: bubble-animation 4.5s infinite ease-in -1.09s;
}

.bubble-10 {
  bottom: -6.2px;
  left: 59%;
  animation: bubble-animation 4.5s infinite ease-in -0.96s;
}

@keyframes bubble-animation {
  0% {
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    transform: translate3d(-50%, -280px, 0);
    height: 30px;
    width: 30px;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes icon-anim {
  0% {
    top: 26px;
    right: 90px;
  }
  25% {
    top: 86px;
    right: 110px;
  }
  100% {
    top: 26px;
    right: 90px;
  }
}
.img-shine {
  position: relative;
}
.img-shine::before {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 500ms linear;
  z-index: 22;
}
.img-shine:hover::before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 500ms linear;
}

.reveal {
  position: relative;
  display: -ms-inline-flexbox;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.splt-txt .whitespace {
  width: 8px;
}
.splt-txt.animated .char {
  -webkit-animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.rotate360 {
  animation: rotate360 10s linear infinite;
  -webkit-animation: rotate360 10s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
/*----------------------------------------------
    # Buttons style here
----------------------------------------------*/
.theme-btn {
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  isolation: isolate;
  text-transform: capitalize;
}

.theme-btn {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px 24px;
  border-radius: 8px;
  isolation: isolate;
}
.theme-btn::before {
  content: "";
  transition: all 250ms ease-in;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  inset: 0;
  background: var(--theme-color3);
  z-index: -1;
  transform: rotateX(90deg);
  opacity: 0;
}
.theme-btn:is(:hover, :focus) {
  color: var(--white);
}
.theme-btn:is(:hover, :focus)::before {
  transition: all 250ms ease-out;
  transform: rotateX(0deg);
  opacity: 1;
}
.theme-btn.style1 {
  background: var(--theme-color3);
  color: var(--white);
  height: 54px;
}
.theme-btn.style1::before {
  background: var(--theme-color2);
}
.theme-btn.style1:is(:hover, :focus) {
  color: var(--white);
}
.theme-btn.style2 {
  background: var(--black);
  border: 1px solid var(--theme-color1);
  color: var(--white);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border-radius: 100px;
  padding: 16px 24px;
  white-space: nowrap;
  min-width: 250px;
  flex-shrink: 0;
}
.theme-btn.style2 span {
  transform: rotate(-45deg);
  font-size: 25px;
}
.theme-btn.style2::before {
  background: var(--theme-color2);
  border-radius: 100px;
}
.theme-btn.style2:is(:hover, :focus) {
  color: var(--white);
  border: 1px solid var(--theme-color2);
}
.theme-btn.style3 {
  background: transparent;
  color: var(--white);
  width: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  border-radius: 50%;
  border: 1px solid var(--border-color1);
}
.theme-btn.style3 span {
  transform: rotate(-45deg);
  font-size: 25px;
}
.theme-btn.style3::before {
  background: var(--black);
  border-radius: 50%;
}
.theme-btn.style3:is(:hover, :focus) {
  color: var(--white);
}

.get-touch-btn {
  display: flex;
  gap: 22px;
  border-radius: 300px;
  background: linear-gradient(98deg, #F52A03 25.28%, #FF8932 88.29%);
  color: var(--white);
  text-align: center;
  font-family: var(--title-font);
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  text-transform: uppercase;
  padding: 48px;
}
.get-touch-btn:hover {
  color: var(--white);
}
@media (max-width: 1799px) {
  .get-touch-btn {
    font-size: 35px;
    padding: 30px 35px;
  }
}
@media (max-width: 1199px) {
  .get-touch-btn {
    font-size: 26px;
    padding: 15px 25px;
  }
}
@media (max-width: 991px) {
  .get-touch-btn {
    font-size: 18px;
    padding: 5px 20px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .get-touch-btn {
    font-size: 16px;
    padding: 0px 15px;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .get-touch-btn {
    font-size: 16px;
    padding: 0px 14px;
    gap: 0px;
  }
}
@media (max-width: 500px) {
  .get-touch-btn {
    font-size: 16px;
    padding: 0px 40px;
    gap: 15px;
    margin-top: 30px;
  }
}
.get-touch-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1799px) {
  .get-touch-btn span img {
    max-width: 65%;
  }
}
@media (max-width: 1199px) {
  .get-touch-btn span img {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .get-touch-btn span img {
    max-width: 40%;
  }
}
@media (max-width: 575px) {
  .get-touch-btn span img {
    max-width: 30%;
  }
}

/*----------------------------------------------
    # Helping  style here
----------------------------------------------*/
::-webkit-scrollbar {
  width: 10px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme-color1);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme-color1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 180px;
  height: 180px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 var(--theme-color2);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
@media (max-width: 1199px) {
  .ripple::before, .ripple::after {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .ripple::before, .ripple::after {
    width: 60px;
    height: 60px;
  }
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.section-padding {
  padding: 80px 0;
}
@media (min-width: 992px) {
  .section-padding {
    padding: 0px 0px 25px 0px;
  }
}

.project1-padding {
  padding: 75px;
}
@media (max-width: 1199px) {
  .project1-padding {
    padding: 15px;
  }
}

.bor-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bor-left {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.bor-right {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.bor-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  .fix-header {
    padding-top: 45px;
  }
}
.mt-60 {
  margin-top: 60px;
}

.mt-30 {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .mt-xl-100 {
    margin-top: 100px;
  }
}

.mb-xl-130 {
  margin-bottom: 130px;
}
@media (min-width: 1200px) {
  .mb-xl-130 {
    margin-bottom: 100px;
  }
}

.mb-60 {
  margin-bottom: 60px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pb-38 {
  padding-bottom: 38px !important;
}

.pb-105 {
  padding-bottom: 105px;
}
@media (max-width: 1399px) {
  .pb-105 {
    padding-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .pb-105 {
    padding-bottom: 40px;
  }
}
@media (max-width: 374px) {
  .pb-105 {
    padding-bottom: 15px;
  }
}

.pb-130 {
  padding-bottom: 80px !important;
}
@media (min-width: 768px) {
  .pb-130 {
    padding-bottom: 130px !important;
  }
}

.pl-500 {
  padding-left: 350px;
}
@media (min-width: 1400px) {
  .pl-500 {
    padding-left: 500px;
  }
}

.pr-380 {
  padding-right: 200px;
}
@media (min-width: 1400px) {
  .pr-380 {
    padding-right: 380px;
  }
}

.pt-7 {
  padding-top: 7px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-60 {
  padding-top: 30px !important;
}
@media (min-width: 768px) {
  .pt-60 {
    padding-top: 60px !important;
  }
}

.pt-70 {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .pt-70 {
    padding-top: 70px;
  }
}

.pt-77 {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .pt-77 {
    padding-top: 77px;
  }
}

.pt-128 {
  padding-top: 25px;
}
@media (min-width: 1400px) {
  .pt-128 {
    padding-top: 128px;
  }
}

.px-80 {
  padding: 0 80px;
}
@media (max-width: 991px) {
  .px-80 {
    padding: 0 30px;
  }
}

.px-140 {
  padding: 0 140px;
}
@media (max-width: 991px) {
  .px-140 {
    padding: 0 30px;
  }
}

.bg-theme {
  background-color: var(--theme-color1) !important;
}

.bg-theme2 {
  background-color: var(--black) !important;
}

.bg-white2 {
  background-color: var(--white2) !important;
}

.bg-color1 {
  background: var(--bg-color1) !important;
}

img {
  max-width: 100%;
  height: auto;
}

.bg-mask {
  mask-size: cover;
  mask-position: center;
  background-size: cover;
  background-position: center;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
}

.truncate-text {
  display: block;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  white-space: normal;
  word-break: break-word;
}

.navigation-controls {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.navigation-controls .nav-item {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  position: relative;
}
.navigation-controls .nav-item .icon i {
  font-size: 20px;
  color: var(--black);
}
.navigation-controls .nav-item h4 {
  color: var(--black);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.preview-area {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(38, 38, 38, 0.2);
  padding: 40px 0 0;
}
.preview-area .preview-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 449px) {
  .preview-area .preview-item {
    gap: 4px;
  }
}
.preview-area .preview-item .icon {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid var(--black);
  background: var(--text-color1);
}
.preview-area .preview-item .content p {
  color: #262626;
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 767px) {
  .preview-area .preview-item .content p {
    font-size: 14px;
  }
}
.preview-area .preview-item .content h5 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .preview-area .preview-item .content h5 {
    font-size: 16px;
  }
}
@media (max-width: 449px) {
  .preview-area .preview-item .content h5 {
    font-size: 14px;
  }
}
.preview-area .preview-item .content.text-right {
  text-align: right;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.checklist-item {
  display: flex;
  align-items: center;
}
.checklist-item:not(:last-child) {
  margin-bottom: 10px;
}
.checklist-item__icon {
  padding-right: 8px;
}
.checklist-item__text {
  color: var(--black);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.map-container {
  width: 100%;
  height: 380px;
}
@media (min-width: 768px) {
  .map-container {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .map-container {
    height: 700px;
  }
}
.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.map-container2 {
  width: 100%;
  height: 380px;
}
@media (min-width: 768px) {
  .map-container2 {
    height: 570px;
  }
}
@media (min-width: 1200px) {
  .map-container2 {
    height: 680px;
  }
}
.map-container2 iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.global-social2 {
  padding-top: 11px;
  display: flex;
  gap: 15px;
}
.global-social2__item a {
  display: flex;
  width: 34px;
  height: 34px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--white);
  border: 1px solid var(--black);
}
.global-social2__item a svg path {
  fill: var(--black);
}
.global-social2__item a i {
  color: var(--black);
}
.global-social2__item a:hover {
  background: var(--theme-color1);
  border: 1px solid var(--theme-color1);
}
.global-social2__item a:hover svg path {
  fill: var(--white);
}
.global-social2__item a:hover i {
  color: var(--white);
}

.background-image {
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.form-control {
  height: 62px;
  border-radius: 8px;
  border: 1px solid var(--border-color1);
  display: inline-flex;
  padding: 18px 20px;
  align-items: center;
  gap: 10px;
}
.form-control:focus {
  box-shadow: none;
  outline: 0;
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pt-xl-30 {
  padding-top: 0px;
}
@media (min-width: 1200px) {
  .pt-xl-30 {
    padding-top: 30px;
  }
}

.pb-xl-30 {
  padding-bottom: 0px;
}
@media (min-width: 1200px) {
  .pb-xl-30 {
    padding-bottom: 30px;
  }
}

.form__group span {
  color: var(--black);
  font-weight: 600;
  text-transform: capitalize;
}
.form__group input,
.form__group textarea {
  border: 1px solid rgba(38, 38, 38, 0.1);
  color: var(--black);
  background-color: transparent;
  padding: 15px 20px;
  border-radius: 6px;
  width: 100%;
  outline: none;
}
.form__group input::placeholder,
.form__group textarea::placeholder {
  color: var(--black);
}
.form__group textarea {
  padding-top: 18px;
  height: 178px;
  border-radius: 5px;
}
.form__group--large textarea {
  height: 189px;
}

.back-to-top {
  border-radius: 50%;
  background: var(--theme-color2);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 99;
  right: 30px;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background: var(--gradient-color);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
  color: var(--white);
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--theme-color1);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: var(--text-color2);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme-color1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
.cursor-outer.cursor-hover {
  opacity: 0;
}

.progress-wrap {
  width: 100%;
}
.progress-wrap:not(:last-child) {
  padding-bottom: 27px;
}
.progress-wrap .progress-meta {
  display: flex;
  justify-content: space-between;
  max-width: 430px;
  padding-bottom: 10px;
}
@media (min-width: 500px) {
  .progress-wrap .progress-meta {
    max-width: 470px;
  }
}
@media (min-width: 768px) {
  .progress-wrap .progress-meta {
    max-width: 575px;
  }
}
@media (min-width: 992px) {
  .progress-wrap .progress-meta {
    max-width: 415px;
  }
}
@media (min-width: 1400px) {
  .progress-wrap .progress-meta {
    max-width: 480px;
  }
}
.progress-wrap .progress-meta .title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.36px;
}
.progress-wrap .progress-meta .title2 {
  color: var(--black);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.36px;
}
.progress-wrap .progress-meta .percentage {
  color: var(--white);
  font-family: var(--title-font);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.progress-wrap .progress-meta .percentage2 {
  color: var(--black);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.36px;
}
.progress-wrap .progress-meta.mxw-424 {
  max-width: 375px;
}
@media (min-width: 500px) {
  .progress-wrap .progress-meta.mxw-424 {
    max-width: 420px;
  }
}
@media (min-width: 768px) {
  .progress-wrap .progress-meta.mxw-424 {
    max-width: 510px;
  }
}
@media (min-width: 992px) {
  .progress-wrap .progress-meta.mxw-424 {
    max-width: 370px;
  }
}
@media (min-width: 1400px) {
  .progress-wrap .progress-meta.mxw-424 {
    max-width: 424px;
  }
}
.progress-wrap .progress-meta.mxw-375 {
  max-width: 340px;
}
@media (min-width: 500px) {
  .progress-wrap .progress-meta.mxw-375 {
    max-width: 370px;
  }
}
@media (min-width: 768px) {
  .progress-wrap .progress-meta.mxw-375 {
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  .progress-wrap .progress-meta.mxw-375 {
    max-width: 325px;
  }
}
@media (min-width: 1400px) {
  .progress-wrap .progress-meta.mxw-375 {
    max-width: 375px;
  }
}
.progress-wrap .progress-container {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 2px;
  background: var(--border-color2);
  overflow: visible;
}
.progress-wrap .progress-container .progress-bar {
  height: 10px;
  border-radius: 2px;
  background: var(--yellow);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
}

/*----------------------------------------------
    # Sidemenu style here
----------------------------------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color1);
  border-color: var(--theme-color1);
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: var(--white2);
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: var(--white2);
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 40px;
}
.sidemenu-wrapper .newsletter-form .as-btn:hover {
  background: var(--theme-color1);
}
.sidemenu-wrapper .newsletter-form .as-btn:hover:before, .sidemenu-wrapper .newsletter-form .as-btn:hover::after {
  display: none;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
}
.sidemenu-wrapper .global-social a {
  box-shadow: none;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color1);
  border-color: var(--theme-color1);
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
  -webkit-transition: right ease 1s;
  -moz-transition: right ease 1s;
  -ms-transition: right ease 1s;
  -o-transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 40px;
}
.sidemenu-wrapper .recent-post .post-title {
  color: var(--black);
}
.sidemenu-wrapper .widget_title {
  color: var(--black);
  margin: -0.12em 0 30px 0;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form {
  max-width: none;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group {
  position: relative;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 80px;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form__group {
  position: relative;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form__group button {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 80px;
  height: 100%;
}
.sidemenu-wrapper .global-widget-contact .info-box_text .icon img {
  filter: none;
}
.sidemenu-wrapper .global-social {
  padding-top: 11px;
  display: flex;
  gap: 15px;
}
.sidemenu-wrapper .global-social__item a {
  display: flex;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: var(--black);
}
.sidemenu-wrapper .global-social__item a:hover {
  background: var(--theme-color1);
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 500px) {
  .sidemenu-wrapper {
    background: transparent;
  }
  .sidemenu-wrapper .sidemenu-content {
    width: 100%;
  }
  .sidemenu-wrapper .sidemenu-content .widget_shopping_cart .global-btn {
    margin-bottom: 10px;
  }
}
.info-box {
  display: flex;
  margin-bottom: 11px;
}
.info-box:last-child {
  margin-bottom: 0;
}

.info-box_icon {
  font-size: 16px;
  background-color: transparent;
  color: var(--theme-color1);
  text-align: center;
  margin-right: 10px;
}

.info-box_text {
  display: block;
  color: var(--black);
  margin-top: -0.45em;
  margin-bottom: -0.45em;
  align-self: center;
}

.info-box_link {
  display: inline-block;
  color: var(--black);
}
.info-box_link:hover {
  color: var(--theme-color1);
}

.global-widget-about {
  max-width: 354px;
  margin-bottom: -0.5em;
}
.global-widget-about .about-logo {
  margin-bottom: 35px;
}
.global-widget-about .text {
  margin-bottom: 30px;
  margin-top: -0.5em;
  color: var(--black);
}

.global-widget-contact {
  max-width: 260px;
  margin-bottom: -0.4em;
}
.global-widget-contact .info-box_text {
  line-height: 1.75em;
  margin-top: 0;
  display: flex;
  gap: 16px;
}
.global-widget-contact .info-box_text:not(:last-child) {
  margin-bottom: 18px;
}
.global-widget-contact .info-box_text .icon {
  color: var(--black);
  flex: none;
  width: 40px;
  height: 40px;
  line-height: 37px;
  border: 1px solid var(--black);
  border-radius: 50%;
  text-align: center;
}
.global-widget-contact .info-box_text .icon img {
  filter: contrast(0) brightness(2) opacity(0.7);
}
.global-widget-contact .info-box_text .details {
  margin-top: -0.3em;
}
.global-widget-contact .info-box_text .details p {
  margin-bottom: 0;
}
.global-widget-contact .info-box_text a {
  color: inherit;
}
.global-widget-contact .info-box_text a:hover {
  color: var(--theme-color1);
}

/* Style the pagination container */
.slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 48px;
  padding-bottom: 5px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: var(--black);
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.swiper-pagination-bullet-active {
  background-color: var(--theme-color1);
  border: 4px solid var(--white);
  width: 16px;
  height: 16px;
  box-shadow: 0 0 0 2px var(--theme-color1);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 26px;
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 16px;
  }
}
@media (max-width: 449px) {
  .pagination {
    gap: 4px;
  }
}
.pagination a {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 4px;
  color: var(--text-color1);
  text-align: center;
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding: 10px 16px;
  transition: all 0.4s ease-in-out;
  border: none;
}
.pagination a:hover, .pagination a.active {
  background-color: var(--theme-color3);
  color: var(--white);
}
.pagination .indecator {
  border: 1px solid var(--border-color1);
  color: var(--black2);
  font-family: var(--body-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
.pagination .page-link:focus {
  outline: 0;
  box-shadow: none;
}

.section-top {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .section-top {
    margin-bottom: 30px;
  }
}
.section-top__subtitle {
  color: var(--theme-color3);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .section-top__subtitle {
    margin-bottom: 10px;
  }
}
.section-top__title {
  color: var(--black2);
  text-align: center;
  font-family: var(--title-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .section-top__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 449px) {
  .section-top__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.section-top__title span {
  position: relative;
  color: var(--yellow);
}
.section-top__title span svg {
  position: absolute;
  bottom: -5px;
  right: 0;
}
.section-top__text {
  color: var(--text-color1);
  text-align: center;
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  text-transform: normal;
}
.section-top__text.about-description {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 575px) {
  .section-top__text {
    font-size: 18px;
    line-height: 24px;
  }
}

.section-top2 {
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  .section-top2 {
    margin-bottom: 30px;
  }
}
.section-top2__subtitle {
  display: inline-flex;
  padding: 12px 14px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  background: rgba(0, 88, 224, 0.1);
  color: var(--theme-color3);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .section-top2__subtitle {
    margin-bottom: 10px;
  }
}
.section-top2__title {
  color: var(--black2);
  text-align: center;
  font-family: var(--title-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin-bottom: 17px;
}
@media (max-width: 575px) {
  .section-top2__title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 500px) {
  .section-top2__title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .section-top2__title br {
    display: none;
  }
}
.section-top2__title span {
  position: relative;
  color: var(--theme-color3);
  font-family: var(--title-font);
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.4px;
}
.section-top2__title span svg {
  position: absolute;
  bottom: -5px;
  right: 0;
}
.section-top2__text {
  color: var(--text-color1);
  text-align: center;
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 500px) {
  .section-top2__text br {
    display: none;
  }
}

.breadcrumb {
  padding: 220px 0 65px 0;
}
@media (max-width: 449px) {
  .breadcrumb {
    padding: 165px 0 65px 0;
  }
}
.breadcrumb-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.breadcrumb-content__title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px;
  letter-spacing: -1px;
  text-transform: capitalize;
  text-align: left;
}
@media (max-width: 767px) {
  .breadcrumb-content__title {
    font-size: 36px;
    line-height: 42px;
  }
}
.breadcrumb-content__items {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 14px;
}
.breadcrumb-content__items li {
  color: var(--theme-color3);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.breadcrumb-content__items li a {
  color: var(--white);
  position: relative;
}
.breadcrumb-content__items li a::after {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 1.5px;
  content: "";
  background-color: var(--white);
}
.breadcrumb-thumb-wrapper {
  position: relative;
}
.breadcrumb-thumb-wrapper .thumb1 {
  margin-right: 150px;
}
@media (max-width: 767px) {
  .breadcrumb-thumb-wrapper .thumb1 {
    margin-right: 0;
  }
}
@media (max-width: 449px) {
  .breadcrumb-thumb-wrapper .thumb1 {
    display: none;
  }
}
.breadcrumb-thumb-wrapper .thumb2 {
  position: absolute;
  right: 0;
  bottom: -40px;
}
@media (max-width: 767px) {
  .breadcrumb-thumb-wrapper .thumb2 {
    display: none;
  }
}
.breadcrumb-thumb-wrapper .shape1 {
  position: absolute;
  right: 60px;
  top: -12px;
}
.breadcrumb-thumb-wrapper .shape2 {
  position: absolute;
  left: -34px;
  bottom: 52px;
}

@media (max-width: 1199px) {
  .main-sidebar {
    margin-top: 30px;
  }
}
.main-sidebar .single-sidebar-widget {
  border-radius: 16px;
  border: 1px solid var(--border-color1);
  background: var(--white);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 449px) {
  .main-sidebar .single-sidebar-widget {
    padding: 20px;
  }
}
.main-sidebar .single-sidebar-widget .wid-title {
  position: relative;
  margin-bottom: 24px;
  display: inline-block;
}

.main-sidebar .single-sidebar-widget .wid-title::before,
.main-sidebar .single-sidebar-widget .wid-title::after {
  bottom: 0;
  z-index: 1;
  content: "";
  height: 2px;
  position: absolute;
}
.main-sidebar .single-sidebar-widget .wid-title::after {
  left: 0;
  width: 65px;
  background-color: var(--theme-color3);
}
.main-sidebar .single-sidebar-widget .wid-title::before {
  left: 50px;
  width: 5px;
  z-index: 3;
  background-color: var(--white);
}

.main-sidebar .single-sidebar-widget .wid-title h3 {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  text-align: left;
  padding-bottom: 10px;
}
.main-sidebar .single-sidebar-widget .event-info-widget ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px dashed var(--border-color1);
  margin-bottom: 12px;
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-sidebar .single-sidebar-widget .event-info-widget ul li i {
  color: var(--theme-color3);
  font-size: 20px;
}
.main-sidebar .single-sidebar-widget .event-info-widget ul li strong {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.main-sidebar .single-sidebar-widget .event-schedule-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
}
.main-sidebar .single-sidebar-widget .event-schedule-head p {
  color: var(--black2);
  text-align: center;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.main-sidebar .single-sidebar-widget .event-schedule-head .swiper-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-sidebar .single-sidebar-widget .event-schedule-head .swiper-arrow .swiper-nav {
  color: var(--black2);
}
.main-sidebar .single-sidebar-widget .event-schedule-head .swiper-arrow .swiper-nav:hover {
  color: var(--theme-color3);
}
.main-sidebar .single-sidebar-widget .event-schedule .schedule__item a {
  border-radius: 4px;
  border: 1px solid var(--border-color1);
  background: var(--white);
  width: 60px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.main-sidebar .single-sidebar-widget .event-schedule .schedule__item a:hover {
  background-color: var(--theme-color3);
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .event-ticket {
  margin-top: 24px;
}
.main-sidebar .single-sidebar-widget .event-ticket-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  border: 0.5px solid var(--border-color1);
  background: var(--white);
  padding: 17px;
  margin-bottom: 12px;
}
.main-sidebar .single-sidebar-widget .event-ticket-list__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  max-width: 150px;
}
.main-sidebar .single-sidebar-widget .event-ticket-list__price {
  color: var(--black2);
  text-align: right;
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.main-sidebar .single-sidebar-widget .event-ticket-list .form-check-input {
  border: 1px solid var(--border-color1);
}
.main-sidebar .single-sidebar-widget .event-ticket-list .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
.main-sidebar .single-sidebar-widget .event-ticket .plus-minus-input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--border-color1);
  padding: 10px 0;
  border-radius: 999px;
  margin: 24px 0 16px 0;
}
.main-sidebar .single-sidebar-widget .event-ticket .plus-minus-input p {
  color: var(--black2);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.main-sidebar .single-sidebar-widget .event-ticket .plus-minus-input input::-webkit-outer-spin-button,
.main-sidebar .single-sidebar-widget .event-ticket .plus-minus-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.main-sidebar .single-sidebar-widget .event-ticket .plus-minus-input input[type=number] {
  appearance: textfield;
}
.main-sidebar .single-sidebar-widget .event-ticket .plus-minus-input button {
  background: var(--bg-color1);
  color: var(--theme-color3);
  font-size: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}
.main-sidebar .single-sidebar-widget .event-ticket .plus-minus-input button:hover {
  background-color: var(--theme-color3);
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .event-ticket .form-control {
  display: inline-block;
  width: 12px;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 0;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 28px;
}
.main-sidebar .single-sidebar-widget .event-ticket .btn-wrapper .theme-btn {
  width: 100%;
  height: 44px;
  border-radius: 999px;
}
.main-sidebar .single-sidebar-widget .event-ticket .btn-wrapper .theme-btn::before {
  border-radius: 999px;
}
.main-sidebar .single-sidebar-widget .event-map-widget .map {
  height: 222px;
  max-width: 270px;
  border-radius: 16px;
}
.main-sidebar .single-sidebar-widget .event-map-widget .map iframe {
  width: 100%;
  height: 222px;
  border-radius: 16px;
}
.main-sidebar .single-sidebar-widget .event-map-widget .location {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 0;
  flex-wrap: wrap;
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-sidebar .single-sidebar-widget .event-map-widget .location i {
  color: var(--theme-color3);
  font-size: 20px;
}
.main-sidebar .single-sidebar-widget .event-map-widget .location strong {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.main-sidebar .single-sidebar-widget .event-map-widget .btn-wrapper .theme-btn {
  width: 100%;
  background-color: var(--bg-color1);
  border: 1px solid var(--border-color1);
  color: var(--black2);
}
.main-sidebar .single-sidebar-widget .event-map-widget .btn-wrapper .theme-btn:hover {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .event-sponsor-widget ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.main-sidebar .single-sidebar-widget .sidebar-widget-list ul {
  gap: 12px;
  width: 100%;
  flex-flow: column;
  display: inline-flex;
}
.main-sidebar .single-sidebar-widget .sidebar-widget-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed var(--border-color1);
  padding-bottom: 8px;
}
.main-sidebar .single-sidebar-widget .sidebar-widget-list ul li:last-child {
  border: 0;
}
.main-sidebar .single-sidebar-widget .sidebar-widget-list ul li .form-check-label {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-sidebar .single-sidebar-widget .sidebar-widget-list ul li p {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-sidebar .single-sidebar-widget .search-widget .form-control {
  border-radius: 10px;
  background-color: transparent;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  position: relative;
}
@media (max-width: 374px) {
  .main-sidebar .single-sidebar-widget .search-widget .form-control {
    padding: 10px 20px;
  }
}
.main-sidebar .single-sidebar-widget .search-widget .form-control i {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .search-widget input {
  border: none;
}
.main-sidebar .single-sidebar-widget .search-widget input::placeholder {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
.main-sidebar .single-sidebar-widget .search-widget .theme-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.main-sidebar .single-sidebar-widget .widget-post-item {
  display: flex;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px dashed var(--border-color1);
  margin-bottom: 18px;
}
.main-sidebar .single-sidebar-widget .widget-post-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 374px) {
  .main-sidebar .single-sidebar-widget .widget-post-item {
    padding: 10px 0;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.main-sidebar .single-sidebar-widget .widget-post-item:last-child {
  margin-bottom: 0;
}
.main-sidebar .single-sidebar-widget .widget-post-item__thumb {
  flex-shrink: 0;
}
.main-sidebar .single-sidebar-widget .widget-post-item__thumb img {
  height: 78px;
  width: 78px;
  border-radius: 4px;
}
@media (max-width: 374px) {
  .main-sidebar .single-sidebar-widget .widget-post-item__thumb img {
    height: 70px;
    width: 70px;
  }
}
.main-sidebar .single-sidebar-widget .widget-post-item__content-date {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 8px;
}
.main-sidebar .single-sidebar-widget .widget-post-item__content-date span {
  font-size: 12px;
  color: var(--theme-color3);
  padding-right: 5px;
}
.main-sidebar .single-sidebar-widget .widget-post-item__content h5 {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
}
.main-sidebar .single-sidebar-widget .widget-post-item__content-title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.main-sidebar .single-sidebar-widget .single-widget-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.main-sidebar .single-sidebar-widget .single-widget-tag__item {
  padding: 8px 12px;
  border-radius: 4px;
  white-space: nowrap;
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  transition: 0.4s all ease-in-out;
  border: 1px solid var(--border-color1);
}
.main-sidebar .single-sidebar-widget .single-widget-tag__item:hover {
  background-color: var(--theme-color3);
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .single-widget-tag li {
  margin-bottom: 8px;
}

.price-slider {
  position: relative;
  max-width: 280px;
  height: 50px;
}
.price-slider input[type=range] {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  appearance: none;
  background: none;
  z-index: 3;
}
.price-slider input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 12px;
  height: 12px;
  border: 2px solid var(--white);
  background: var(--theme-color3);
  border-radius: 50%;
  appearance: none;
  z-index: 3;
}
.price-slider .slider-track {
  position: absolute;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--border-color1);
  background-color: transparent;
  border-radius: 5px;
  width: 100%;
  z-index: 1;
}
.price-slider .tooltip {
  position: absolute;
  top: 0px;
  background: var(--theme-color3);
  color: var(--white);
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 12px;
  z-index: 9;
  transition: 0.3s;
}

/* 2. Header */
.sidebar-btn .line {
  display: block;
  height: 2px;
  width: 10px;
  background: var(--black);
  margin: auto;
  transition: 0.4s;
}
.sidebar-btn .line:not(:last-child) {
  margin-bottom: 9px;
}
.sidebar-btn .line:nth-child(2) {
  width: 20px;
}
.sidebar-btn:hover .line:nth-child(2) {
  width: 32px;
}
.sidebar-btn.style2 .line {
  margin-right: 0;
}
.sidebar-btn.style2 .line:first-child {
  width: 20px;
}
.sidebar-btn.style2 .line:nth-child(2) {
  width: 27px;
}
.sidebar-btn.style2:hover .line:first-child {
  width: 32px;
}
.sidebar-btn.style2:hover .line:nth-child(2) {
  width: 32px;
}
.sidebar-btn.style3 .line:first-child {
  width: 17px;
  margin-right: 8px;
}
.sidebar-btn.style3 .line:nth-child(2) {
  width: 27px;
}
.sidebar-btn.style3 .line:nth-child(3) {
  width: 17px;
  margin-left: 8px;
}
.sidebar-btn.style3:hover .line:first-child {
  width: 32px;
  margin-right: 3px;
}
.sidebar-btn.style3:hover .line:nth-child(2) {
  width: 32px;
}
.sidebar-btn.style3:hover .line:nth-child(3) {
  width: 32px;
  margin-left: 3px;
}

.header-top-section.style1 {
  padding: 14px 0;
  position: relative;
  z-index: 999;
  background: #FFF;
  box-shadow: 0px 2px 10px 2px rgba(243, 96, 76, 0.04);
}
.header-top-section.style1 .header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-section.style1 .header-top-wrapper .contact-list {
  list-style-type: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 42px;
}
.header-top-section.style1 .header-top-wrapper .contact-list li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-top-section.style1 .header-top-wrapper .contact-list li p {
  color: var(--black);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 991px) {
  .header-top-section.style1 {
    display: none;
  }
}

.global-header {
  position: relative;
  z-index: 41;
}

.header-bg-1 {
  background-color: transparent !important;
}

.header-border {
  border-bottom: 1px solid rgba(38, 38, 38, 0.05) !important;
}

.header-layout1 {
  position: absolute !important;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 150;
  background-color: transparent !important;
}
@media (max-width: 1199px) {
  .header-layout1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
.header-layout1 .menu-area {
  background: transparent;
  padding: 0;
}
@media (max-width: 449px) {
  .header-layout1 .menu-area {
    overflow: hidden;
  }
}
.header-layout1 .menu-area .header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-layout1 .menu-area .header-logo a img {
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .header-layout1 .menu-area .header-logo {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
}
.header-layout1 .main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  background: var(--white);
  width: 0%;
  margin-top: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  z-index: 5;
}
.header-layout1 .main-menu > ul > li > a:hover:before {
  width: 100%;
}
.header-layout1 .main-menu > ul > li > a:after {
  content: "\f107";
  display: inline-block;
  font-family: var(--icon-font);
  position: relative;
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--white);
  transition: 0.3s ease-in-out;
}
.header-layout1 .main-menu > ul > li > a:last-child:after {
  display: none;
}
.header-layout1 .main-menu > ul > li > a:hover:after {
  content: "\f107";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.header-layout1 .main-menu > ul > li > a.active:after {
  color: var(--white);
}
.header-layout1 .header-option {
  display: flex;
  align-items: center;
}
.header-layout1 .header-option .nav-option-item {
  position: relative;
  padding: 0 20px;
}
.header-layout1 .header-option .nav-option-item a {
  font-size: 20px;
  color: var(--white);
}
.header-layout1 .header-option .nav-option-item.wishlist {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}
.header-layout1 .header-option .nav-option-item .count {
  position: absolute;
  left: 14px;
  top: -3px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #FF9924;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 12px;
}
.header-layout1 .header-option .theme-btn.login {
  background: transparent;
  color: var(--white);
  border: 1px solid var(--white);
  height: 40px;
}
.header-layout1 .header-option .theme-btn.login::before {
  background: var(--yellow);
}
.header-layout1 .header-option .theme-btn.login:is(:hover, :focus) {
  color: var(--white);
  border-color: #ff9924;
}
.header-layout1 .header-option .theme-btn.register {
  background: var(--yellow);
  color: var(--white);
  height: 40px;
  border: 1px solid #ff9924;
}

.header-layout1 .header-option .theme-btn.register:is(:hover, :focus) {
  color: var(--white);
  border-color: var(--white);
}

.main-menu a {
  display: block;
  position: relative;
  color: var(--black);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.main-menu a:hover, .main-menu a.active {
  color: var(--theme-color1);
}
.main-menu > ul > li {
  margin: 0 15px;
}
.main-menu > ul > li > a {
  padding: 40px 0;
}
.main-menu > ul > li > a:hover {
  color: var(--theme-color1);
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a.active:after {
  color: var(--black);
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.main-menu ul .sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white);
  visibility: hidden;
  min-width: 300px;
  width: -moz-max-content;
  width: 300px;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 10px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
  padding: 19px 11px 17px 11px;
  left: -27px;
}
.main-menu ul .sub-menu a {
  font-size: 14px;
  line-height: 30px;
  color: var(--black);
}
.main-menu ul .sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
  width:50%;
}
.main-menu ul .sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}
.main-menu ul .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  top: 1px;
  display: inline-block;
  color: var(--black);
}
.main-menu ul .sub-menu li.menu-item-has-children > a :hover:after {
  content: "\f105";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.main-menu ul .sub-menu li a {
  position: relative;
  text-transform: capitalize;
}
.main-menu ul .sub-menu li a:before {
  content: "\f83e";
  position: absolute;
  font-family: var(--icon-font);
  top: 40%;
  left: 0px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: var(--black);
  font-weight: 400;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.main-menu ul .sub-menu li a.active {
  color: var(--black);
}
.main-menu ul .sub-menu li a:hover {
  color: var(--black);
  padding-left: 27px;
}
.main-menu ul .sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.main-menu ul .sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 8px;
}
.main-menu ul .sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.main-menu1 a {
  display: block;
  position: relative;
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.main-menu1 a:hover, .main-menu1 a.active {
  color: var(--theme-color2);
}
.main-menu1 .menu-nav {
  padding: 0 40px !important;
  position: relative;
  padding: 2px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px) {
  .main-menu1 .menu-nav {
    padding: 0 75px !important;
  }
}
.main-menu1 .menu-nav:hover {
  background-color: #FFF;
  transition: all 0.4s ease-in-out;
}
.main-menu1 .menu-nav:hover li a {
  color: var(--theme-color1);
}
.main-menu1 .menu-nav:hover li a.active {
  color: var(--theme-color2);
}
.main-menu1 .menu-nav:hover li a:hover {
  color: var(--theme-color2);
}
.main-menu1 .menu-nav:hover li a:hover:before {
  visibility: visible;
  color: var(--theme-color2);
  opacity: 1;
  left: 0;
}
.main-menu1 > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-menu1 > ul li {
  display: inline-block;
  position: relative;
}
.main-menu1 > ul li a {
  display: inline-block;
  color: #FFF;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 100% */
  text-transform: uppercase;
}
.main-menu1 > ul li a:hover {
  color: var(--theme-color2);
}
.main-menu1 > li {
  margin: 0 15px;
}
.main-menu1 > li > a {
  padding: 40px 0;
}
.main-menu1 > li > a:hover {
  color: var(--theme-color1);
}
.main-menu1 ul {
  margin: 0;
  padding: 0;
}
.main-menu1 ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu1 ul li.menu-item-has-children > a.active:after {
  color: var(--black);
}
.main-menu1 ul li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  font-family: var(--icon-font);
  position: relative;
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--black2);
  transition: 0.3s ease-in-out;
}
.main-menu1 ul li.menu-item-has-children > a:hover:after {
  content: "\f107";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.main-menu1 ul li:last-child {
  margin-right: 0 !important;
}
.main-menu1 ul li:first-child {
  margin-left: 0 !important;
}
.main-menu1 ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.main-menu1 ul .sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white);
  visibility: hidden;
  min-width: 230px;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 10px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
  padding: 19px 11px 17px 11px;
  left: -27px;
  margin-top: 3px;
}
.main-menu1 ul .sub-menu a {
  font-size: 16px;
  line-height: 30px;
  color: var(--black);
}
.main-menu1 ul .sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.main-menu1 ul .sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}
.main-menu1 ul .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  top: 1px;
  display: inline-block;
  color: var(--black);
}
.main-menu1 ul .sub-menu li.menu-item-has-children > a :hover:after {
  content: "\f105";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.main-menu1 ul .sub-menu li a {
  position: relative;
  text-transform: capitalize;
}
.main-menu1 ul .sub-menu li a:before {
  content: "\f83e";
  position: absolute;
  font-family: var(--icon-font);
  top: 7px;
  left: 0px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: var(--black);
  font-weight: 400;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.main-menu1 ul .sub-menu li a.active {
  color: var(--theme-color2);
}
.main-menu1 ul .sub-menu li a:hover {
  color: var(--theme-color2);
  padding-left: 27px;
}
.main-menu1 ul .sub-menu li a:hover:before {
  visibility: visible;
  color: var(--theme-color2);
  opacity: 1;
  left: 0;
}
.main-menu1 ul .sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 8px;
}
.main-menu1 ul .sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

@media (max-width: 1899px) {
  .main-menu > ul > li {
    margin: 0 13px;
  }
  .main-menu1 > ul > li {
    margin: 0 13px;
  }
}
@media (max-width: 1399px) {
  .main-menu > ul > li {
    margin: 0 10px;
  }
  .main-menu1 > ul > li {
    margin: 0 10px;
  }
}
.sticky-wrapper {
  transition: 0.4s ease-in-out;
}
.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--theme-color1);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  animation: stickyAni 0.4s ease-in-out;
  z-index: 999;
}

.sticky-wrapper2 {
  transition: 0.4s ease-in-out;
}
.sticky-wrapper2.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  animation: stickyAni 0.4s ease-in-out;
  z-index: 999;
}
.sticky-wrapper2.sticky .main-menu2 a {
  display: block;
  position: relative;
  color: var(--black);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.sticky-wrapper2.sticky .main-menu2 a:hover, .sticky-wrapper2.sticky .main-menu2 a.active {
  color: var(--theme-color1);
}
.sticky-wrapper2.sticky .main-menu2 > ul > li {
  margin: 0 15px;
}
.sticky-wrapper2.sticky .main-menu2 > ul > li > a {
  padding: 40px 0;
}
.sticky-wrapper2.sticky .main-menu2 > ul > li > a:hover {
  color: var(--theme-color1);
}
.sticky-wrapper2.sticky .main-menu2 ul {
  margin: 0;
  padding: 0;
}
.sticky-wrapper2.sticky .main-menu2 ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.sticky-wrapper2.sticky .main-menu2 ul li.menu-item-has-children > a.active:after {
  color: var(--black);
}
.sticky-wrapper2.sticky .main-menu2 ul li.menu-item-has-children > a .svg path {
  fill: #000;
}
.sticky-wrapper2.sticky .main-menu2 ul li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  font-family: var(--icon-font);
  position: relative;
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--black2);
  transition: 0.3s ease-in-out;
}
.sticky-wrapper2.sticky .main-menu2 ul li.menu-item-has-children > a:hover:after {
  content: "\f107";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.sticky-wrapper2.sticky .main-menu2 ul li:last-child {
  margin-right: 0 !important;
}
.sticky-wrapper2.sticky .main-menu2 ul li:first-child {
  margin-left: 0 !important;
}
.sticky-wrapper2.sticky .main-menu2 ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white);
  visibility: hidden;
  min-width: 230px;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 10px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
  padding: 19px 11px 17px 11px;
  left: -27px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu a {
  font-size: 16px;
  line-height: 30px;
  color: var(--black);
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a {
  position: relative;
  text-transform: capitalize;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a:before {
  content: "\f83e";
  position: absolute;
  font-family: var(--icon-font);
  top: 7px;
  left: 0px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: var(--black);
  font-weight: 400;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a.active {
  color: var(--black);
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a:hover {
  color: var(--black);
  padding-left: 27px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 8px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.sticky-wrapper2.sticky .header-button .search-icon2 {
  color: var(--black);
}
.sticky-wrapper2.sticky .header-logo .svg path {
  fill: var(--black);
}
.sticky-wrapper2.sticky .header-logo .svg path:nth-of-type(4) {
  fill: var(--theme-color1);
}

.header-button {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-button .search-icon {
  color: var(--black);
  font-size: 24px;
  padding: 10px;
  width: 60px;
  height: 60px;
}
.header-button .search-icon2 {
  color: var(--white);
  font-size: 24px;
  padding: 10px;
  width: 60px;
  height: 60px;
}
.header-button .simple-icon {
  padding: 10px;
  width: 60px;
  height: 60px;
  line-height: 36px;
  text-align: center;
  color: var(--black);
}
.header-button .simple-icon.sidebar-btn {
  border-radius: 6px;
  border: 1px solid #262626;
}

.global-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.global-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--black);
}
.global-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.global-menu-wrapper .global-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 36px;
  font-size: 18px;
  z-index: 1;
  color: var(--white);
  background-color: var(--theme-color1);
  border-radius: 50%;
}
.global-menu-wrapper .global-menu-toggle:hover {
  background-color: var(--black);
  color: var(--white);
}
.global-menu-wrapper .global-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color1);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.global-menu-wrapper.global-body-visible {
  opacity: 1;
  visibility: visible;
}
.global-menu-wrapper.global-body-visible .global-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.global-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.global-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.global-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.global-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.global-mobile-menu ul li.menu-item-has-children {
  position: relative;
}
.global-mobile-menu ul li.menu-item-has-children:before {
  opacity: 1;
  visibility: visible;
  position: absolute;
  content: "+";
  font-family: var(--icon-font);
  position: absolute;
  right: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
  color: var(--black);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.global-mobile-menu ul li.menu-item-has-children.global-active:before {
  opacity: 0;
  visibility: hidden;
}
.global-mobile-menu ul li.menu-item-has-children.global-active:after {
  opacity: 1;
  visibility: visible;
}
.global-mobile-menu ul li.menu-item-has-children:after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "\f068";
  font-family: var(--icon-font);
  position: absolute;
  right: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
  color: var(--black);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.global-mobile-menu ul li.menu-item-has-children a {
  padding-right: 18px;
}
.global-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--black);
}
.global-mobile-menu ul li.global-active > a {
  color: var(--theme-color1);
}
.global-mobile-menu ul li.global-active > a:before {
  transform: rotate(90deg);
}
.global-mobile-menu ul li ul li {
  padding-left: 20px;
}
.global-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.global-mobile-menu > ul {
  padding: 0 40px;
}
.global-mobile-menu > ul > li:last-child {
  border-bottom: none;
}
.global-mobile-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.global-mobile-menu::-webkit-scrollbar-track {
  background: rgba(252, 0, 18, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.global-mobile-menu::-webkit-scrollbar-thumb {
  background-color: var(--theme-color1);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}

.global-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  line-height: 52px;
  border: none;
  background-color: var(--theme-color1);
  color: var(--black);
  display: inline-block;
  border-radius: 5px;
}
.global-menu-toggle:hover {
  background-color: var(--white);
}
.global-menu-toggle.style-text, .global-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--black);
  font-size: 20px;
}
.global-menu-toggle.style-text i, .global-menu-toggle.style-text-white i {
  margin-right: 10px;
}
.global-menu-toggle.style-text-white {
  color: var(--white);
}
@media (max-width: 1199px) {
  .global-menu-toggle {
    background-color: var(--white);
  }
}

@media (max-width: 400px) {
  .global-menu-wrapper .global-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .global-mobile-menu > ul {
    padding: 0 20px;
  }
}
.header1 {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
.header1-social {
  display: flex;
  gap: 10px;
}
.header1-social__item a {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.header1-social__item a svg path {
  fill: var(--white);
}
.header1-social__item a:hover {
  background: var(--white);
  border: 1px solid var(--white);
}
.header1-social__item a:hover svg path {
  fill: var(--theme-color1);
}
.header1__button {
  display: flex;
  align-items: center;
  color: #FFF;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.header1__button span {
  padding-left: 15px;
}

.sidebar-btn .line {
  display: block;
  height: 2px;
  width: 10px;
  background: var(--black);
  margin: auto;
  transition: 0.4s;
}
.sidebar-btn .line:not(:last-child) {
  margin-bottom: 9px;
}
.sidebar-btn .line:nth-child(2) {
  width: 20px;
}
.sidebar-btn:hover .line:nth-child(2) {
  width: 32px;
}
.sidebar-btn.style2 .line {
  margin-right: 0;
}
.sidebar-btn.style2 .line:first-child {
  width: 20px;
}
.sidebar-btn.style2 .line:nth-child(2) {
  width: 27px;
}
.sidebar-btn.style2:hover .line:first-child {
  width: 32px;
}
.sidebar-btn.style2:hover .line:nth-child(2) {
  width: 32px;
}
.sidebar-btn.style3 .line:first-child {
  width: 17px;
  margin-right: 8px;
}
.sidebar-btn.style3 .line:nth-child(2) {
  width: 27px;
}
.sidebar-btn.style3 .line:nth-child(3) {
  width: 17px;
  margin-left: 8px;
}
.sidebar-btn.style3:hover .line:first-child {
  width: 32px;
  margin-right: 3px;
}
.sidebar-btn.style3:hover .line:nth-child(2) {
  width: 32px;
}
.sidebar-btn.style3:hover .line:nth-child(3) {
  width: 32px;
  margin-left: 3px;
}

.header-top-section.style1 {
  padding: 14px 0;
  position: relative;
  z-index: 999;
  background: #FFF;
  box-shadow: 0px 2px 10px 2px rgba(243, 96, 76, 0.04);
}
.header-top-section.style1 .header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-section.style1 .header-top-wrapper .contact-list {
  list-style-type: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 42px;
}
.header-top-section.style1 .header-top-wrapper .contact-list li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-top-section.style1 .header-top-wrapper .contact-list li p {
  color: var(--black);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 991px) {
  .header-top-section.style1 {
    display: none;
  }
}

.global-header {
  position: relative;
  z-index: 41;
}

.header-bg-1 {
  background-color: transparent !important;
}

.header-border {
  border-bottom: 1px solid rgba(38, 38, 38, 0.05) !important;
}

.header-layout2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .header-layout2 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
.header-layout2 .menu-area {
  background: transparent;
  padding: 0;
}
.header-layout2 .menu-area .header-logo {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 35px;
}
.header-layout2 .menu-area .header-logo a img {
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .header-layout2 .menu-area .header-logo {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
}
.header-layout2 .main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  background: var(--white);
  width: 0%;
  margin-top: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  z-index: 5;
}
.header-layout2 .main-menu > ul > li > a:hover:before {
  width: 100%;
}
.header-layout2 .main-menu > ul > li > a:after {
  content: "\f107";
  display: inline-block;
  font-family: var(--icon-font);
  position: relative;
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--white);
  transition: 0.3s ease-in-out;
}
.header-layout2 .main-menu > ul > li > a:last-child:after {
  display: none;
}
.header-layout2 .main-menu > ul > li > a:hover:after {
  content: "\f107";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.header-layout2 .header-option {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-layout2 .header-option .nav_select {
  margin-left: 50px;
  position: relative;
}
.header-layout2 .header-option .nav_select button {
  padding: 20px;
  color: var(--black2);
  background-color: var(--white);
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-layout2 .header-option .nav_select button i {
  color: var(--theme-color3);
  padding-right: 10px;
}
.header-layout2 .header-option .nav_select .dropdown-menu-right {
  border: none;
}
.header-layout2 .header-option .nav_select .dropdown-menu-right li a:hover {
  color: var(--theme-color3);
}
.header-layout2 .header-option .nav-option-item {
  position: relative;
  padding: 0 20px;
}
.header-layout2 .header-option .nav-option-item a {
  font-size: 20px;
  color: var(--white);
}
.header-layout2 .header-option .nav-option-item.wishlist {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}
.header-layout2 .header-option .nav-option-item .count {
  position: absolute;
  left: 14px;
  top: -3px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #FF9924;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 12px;
}
.header-layout2 .header-option .theme-btn.style1 {
  background: var(--theme-color3);
  color: var(--white);
  height: 54px;
}
.header-layout2 .header-option .theme-btn.style1::before {
  background: #FF9924;
}
.header-layout2 .header-option .theme-btn.style1:is(:hover, :focus) {
  color: var(--white);
}

.main-menu a {
  display: block;
  position: relative;
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}
.main-menu a:hover, .main-menu a.active {
  color: var(--white);
}
.main-menu > ul > li {
  margin: 0 15px;
}
.main-menu > ul > li > a {
  padding: 40px 0;
}
.main-menu > ul > li > a:hover {
  color: var(--white);
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a.active:after {
  color: var(--white);
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.main-menu ul .sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white);
  visibility: hidden;
  min-width: 300px;
  width: -moz-max-content;
  width: 300px;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 10px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
  padding: 19px 11px 17px 11px;
  left: -27px;
}
.main-menu ul .sub-menu a {
  font-size: 14px;
  line-height: 30px;
  color: var(--black);
}
.main-menu ul .sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.main-menu ul .sub-menu li:last-child {
  border-bottom: none;
}
.main-menu ul .sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}
.main-menu ul .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  top: 1px;
  display: inline-block;
  color: var(--black);
}
.main-menu ul .sub-menu li.menu-item-has-children > a :hover:after {
  content: "\f105";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.main-menu ul .sub-menu li a {
    width:100%;
  position: relative;
  text-transform: capitalize;
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px dashed var(--border-color1);
}
.main-menu ul .sub-menu li a:before {
  content: "\f101";
  position: absolute;
  font-family: var(--icon-font);
  top: 40%;
  left: 0px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: var(--black);
  font-weight: 400;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.main-menu ul .sub-menu li a.active {
  color: var(--theme-color3);
}
.main-menu ul .sub-menu li a:hover {
  color: var(--theme-color3);
  padding-left: 27px;
}
.main-menu ul .sub-menu li a:hover:before {
  visibility: visible;
  color: var(--theme-color3);
  opacity: 1;
  left: 0;
}
.main-menu ul .sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 8px;
}
.main-menu ul .sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.main-menu2 a {
  display: block;
  position: relative;
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.main-menu2 a:hover, .main-menu2 a.active {
  color: var(--theme-color1);
}
.main-menu2 > ul > li {
  margin: 0 15px;
}
.main-menu2 > ul > li > a {
  padding: 40px 0;
}
.main-menu2 > ul > li > a:hover {
  color: var(--theme-color1);
}
.main-menu2 ul {
  margin: 0;
  padding: 0;
}
.main-menu2 ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu2 ul li.menu-item-has-children > a.active:after {
  color: var(--black);
}
.main-menu2 ul li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  font-family: var(--icon-font);
  position: relative;
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--black2);
  transition: 0.3s ease-in-out;
}
.main-menu2 ul li.menu-item-has-children > a:hover:after {
  content: "\f107";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.main-menu2 ul li:last-child {
  margin-right: 0 !important;
}
.main-menu2 ul li:first-child {
  margin-left: 0 !important;
}
.main-menu2 ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.main-menu2 ul .sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white);
  visibility: hidden;
  min-width: 230px;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 10px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
  padding: 19px 11px 17px 11px;
  left: -27px;
}
.main-menu2 ul .sub-menu a {
  font-size: 16px;
  line-height: 30px;
  color: var(--black);
}
.main-menu2 ul .sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.main-menu2 ul .sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}
.main-menu2 ul .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  top: 1px;
  display: inline-block;
  color: var(--black);
}
.main-menu2 ul .sub-menu li.menu-item-has-children > a :hover:after {
  content: "\f105";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.main-menu2 ul .sub-menu li a {
  position: relative;
  text-transform: capitalize;
}
.main-menu2 ul .sub-menu li a:before {
  content: "\f83e";
  position: absolute;
  font-family: var(--icon-font);
  top: 7px;
  left: 0px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: var(--black);
  font-weight: 400;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.main-menu2 ul .sub-menu li a.active {
  color: var(--black);
}
.main-menu2 ul .sub-menu li a:hover {
  color: var(--black);
  padding-left: 27px;
}
.main-menu2 ul .sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.main-menu2 ul .sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 8px;
}
.main-menu2 ul .sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

@media (max-width: 1899px) {
  .main-menu > ul > li {
    margin: 0 13px;
  }
  .main-menu2 > ul > li {
    margin: 0 13px;
  }
}
@media (max-width: 1399px) {
  .main-menu > ul > li {
    margin: 0 10px;
  }
  .main-menu2 > ul > li {
    margin: 0 10px;
  }
}
.sticky-wrapper2 {
  transition: 0.4s ease-in-out;
}
.sticky-wrapper2.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #003e9f;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  animation: stickyAni 0.4s ease-in-out;
  z-index: 999;
}
.sticky-wrapper2.sticky .main-menu2 a {
  display: block;
  position: relative;
  color: var(--black);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.sticky-wrapper2.sticky .main-menu2 a:hover, .sticky-wrapper2.sticky .main-menu2 a.active {
  color: var(--theme-color1);
}
.sticky-wrapper2.sticky .main-menu2 > ul > li {
  margin: 0 15px;
}
.sticky-wrapper2.sticky .main-menu2 > ul > li > a {
  padding: 40px 0;
}
.sticky-wrapper2.sticky .main-menu2 > ul > li > a:hover {
  color: var(--theme-color1);
}
.sticky-wrapper2.sticky .main-menu2 ul {
  margin: 0;
  padding: 0;
}
.sticky-wrapper2.sticky .main-menu2 ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.sticky-wrapper2.sticky .main-menu2 ul li.menu-item-has-children > a.active:after {
  color: var(--black);
}
.sticky-wrapper2.sticky .main-menu2 ul li.menu-item-has-children > a .svg path {
  fill: #000;
}
.sticky-wrapper2.sticky .main-menu2 ul li:last-child {
  margin-right: 0 !important;
}
.sticky-wrapper2.sticky .main-menu2 ul li:first-child {
  margin-left: 0 !important;
}
.sticky-wrapper2.sticky .main-menu2 ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white);
  visibility: hidden;
  min-width: 230px;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 10px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
  padding: 19px 11px 17px 11px;
  left: -27px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu a {
  font-size: 16px;
  line-height: 30px;
  color: var(--black);
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  top: 1px;
  display: inline-block;
  color: var(--black);
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li.menu-item-has-children > a :hover:after {
  content: "\f105";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a {
  position: relative;
  text-transform: capitalize;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a:before {
  content: "\f83e";
  position: absolute;
  font-family: var(--icon-font);
  top: 7px;
  left: 0px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: var(--black);
  font-weight: 400;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a.active {
  color: var(--black);
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a:hover {
  color: var(--black);
  padding-left: 27px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 8px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.sticky-wrapper2.sticky .header-button .search-icon2 {
  color: var(--black);
}
.sticky-wrapper2.sticky .header-logo .svg path {
  fill: var(--black);
}
.sticky-wrapper2.sticky .header-logo .svg path:nth-of-type(4) {
  fill: var(--theme-color1);
}

.header-button {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 0 20px 0;
}
@media (max-width: 767px) {
  .header-button {
    border-left: 0px;
    padding: 25px 15px;
  }
}
@media (max-width: 449px) {
  .header-button {
    border-left: 0px;
    padding: 25px 10px;
  }
}
.header-button .theme-btn {
  text-transform: inherit;
}
.header-button .search-icon {
  color: var(--black);
  font-size: 24px;
  padding: 10px;
  width: 60px;
  height: 60px;
}
.header-button .search-icon2 {
  color: var(--white);
  font-size: 24px;
  padding: 10px;
  width: 60px;
  height: 60px;
}
.header-button .simple-icon {
  padding: 10px;
  width: 60px;
  height: 60px;
  line-height: 36px;
  text-align: center;
  color: var(--black);
}
.header-button .simple-icon.sidebar-btn {
  border-radius: 6px;
  border: 1px solid #262626;
}

.global-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.global-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--black);
  text-align: left;
}
@media (max-width: 449px) {
  .global-menu-wrapper .mobile-logo {
    padding: 20px 12px;
    text-align: left;
  }
}
.global-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.global-menu-wrapper .global-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 36px;
  font-size: 18px;
  z-index: 1;
  color: var(--white);
  background-color: var(--theme-color1);
  border-radius: 50%;
}
.global-menu-wrapper .global-menu-toggle:hover {
  background-color: var(--black);
  color: var(--white);
}
@media (max-width: 449px) {
  .global-menu-wrapper .global-menu-toggle {
    right: 12px;
    top: 28px;
  }
}
.global-menu-wrapper .global-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color1);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.global-menu-wrapper.global-body-visible {
  opacity: 1;
  visibility: visible;
}
.global-menu-wrapper.global-body-visible .global-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.global-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.global-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.global-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.global-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.global-mobile-menu ul li.menu-item-has-children {
  position: relative;
}
.global-mobile-menu ul li.menu-item-has-children:before {
  opacity: 1;
  visibility: visible;
  position: absolute;
  content: "+";
  font-family: var(--icon-font);
  position: absolute;
  right: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
  color: var(--black);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.global-mobile-menu ul li.menu-item-has-children.global-active:before {
  opacity: 0;
  visibility: hidden;
}
.global-mobile-menu ul li.menu-item-has-children.global-active:after {
  opacity: 1;
  visibility: visible;
}
.global-mobile-menu ul li.menu-item-has-children:after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "\f068";
  font-family: var(--icon-font);
  position: absolute;
  right: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
  color: var(--black);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.global-mobile-menu ul li.menu-item-has-children a {
  padding-right: 18px;
}
.global-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--black);
}
.global-mobile-menu ul li.global-active > a {
  color: var(--theme-color1);
}
.global-mobile-menu ul li.global-active > a:before {
  transform: rotate(90deg);
}
.global-mobile-menu ul li ul li {
  padding-left: 20px;
}
.global-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.global-mobile-menu ul .global-item-has-children > a .global-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--text-color1);
  color: var(--black);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.global-mobile-menu ul .global-item-has-children > a .global-mean-expand:before {
  content: "\f067";
}
.global-mobile-menu ul .global-item-has-children > a:after {
  content: "\f067";
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--text-color1);
  float: right;
  margin-top: 1px;
}
.global-mobile-menu ul .global-item-has-children.global-active > a .global-mean-expand:before {
  content: "\f068";
}
.global-mobile-menu ul .global-item-has-children.global-active > a:after {
  content: "\f068";
}
.global-mobile-menu > ul {
  padding: 0 40px;
}
.global-mobile-menu > ul > li:last-child {
  border-bottom: none;
}
.global-mobile-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.global-mobile-menu::-webkit-scrollbar-track {
  background: rgba(252, 0, 18, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.global-mobile-menu::-webkit-scrollbar-thumb {
  background-color: var(--theme-color1);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}

.global-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  line-height: 52px;
  border: none;
  background-color: var(--theme-color1);
  color: var(--black);
  display: inline-block;
  border-radius: 5px;
}
.global-menu-toggle:hover {
  background-color: var(--white);
}
.global-menu-toggle.style-text, .global-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--black);
  font-size: 20px;
}
.global-menu-toggle.style-text i, .global-menu-toggle.style-text-white i {
  margin-right: 10px;
}
.global-menu-toggle.style-text-white {
  color: var(--white);
}
@media (max-width: 1199px) {
  .global-menu-toggle {
    background-color: var(--white);
  }
}

@media (max-width: 400px) {
  .global-menu-wrapper .global-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .global-mobile-menu > ul {
    padding: 0 20px;
  }
}
.header-top-area {
  background: var(--black2);
  border-radius: 0 0 30px 30px;
  position: relative;
  z-index: 200;
}
.header-top-area .header-top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 40px;
}
@media (max-width: 767px) {
  .header-top-area .header-top-wrapper {
    display: none;
  }
}
.header-top-area .header-top-wrapper .content ul {
  display: flex;
  gap: 47px;
  align-items: center;
}
@media (max-width: 767px) {
  .header-top-area .header-top-wrapper .content ul {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.header-top-area .header-top-wrapper .content ul li {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.header-top-area .header-top-wrapper .content ul li a {
  color: var(--white);
}
.header-top-area .header-top-wrapper .content ul li i {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-right: 6px;
}
.header-top-area .header-top-wrapper .social-content {
  display: flex;
  align-items: center;
}
.header-top-area .header-top-wrapper .social-content .title {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-right: 16px;
}
.header-top-area .header-top-wrapper .social-content ul {
  display: flex;
  align-items: center;
  gap: 14px;
}
.header-top-area .header-top-wrapper .social-content ul li a {
  color: var(--white);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-layout3 {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 150;
}
@media (max-width: 1199px) {
  .header-layout3 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
.header-layout3 .header-logo-wrapper {
  display: flex;
  gap: 20px;
}
.header-layout3 .header-logo-wrapper .nav_select {
  background-color: var(--bg-color1);
  padding: 10px 20px;
  border-radius: 4px;
}
.header-layout3 .header-logo-wrapper .nav_select i {
  color: var(--theme-color3);
}
.header-layout3 .menu-area {
  background: transparent;
  padding: 0 40px;
  background-color: var(--white) !important;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 767px) {
  .header-layout3 .menu-area {
    padding: 0 15px;
  }
  .header-layout3 .menu-area .global-menu-toggle {
    width: 20px;
  }
}
.header-layout3 .menu-area .header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-layout3 .menu-area .header-logo a img {
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .header-layout3 .menu-area .header-logo {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
}
.header-layout3 .main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  background: var(--white);
  width: 0%;
  margin-top: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  z-index: 5;
}
.header-layout3 .main-menu > ul > li > a:hover:before {
  width: 100%;
}
.header-layout3 .main-menu3 a {
  display: block;
  position: relative;
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}
.header-layout3 .main-menu3 a:hover, .header-layout3 .main-menu3 a.active {
  color: var(--theme-color3);
}
.header-layout3 .main-menu3 > ul > li {
  margin: 0 15px;
}
@media (max-width: 1399px) {
  .header-layout3 .main-menu3 > ul > li {
    margin: 0 8px;
  }
}
.header-layout3 .main-menu3 > ul > li > a {
  padding: 40px 0;
}
.header-layout3 .main-menu3 > ul > li > a:hover {
  color: var(--theme-color3);
}
.header-layout3 .main-menu3 ul {
  margin: 0;
  padding: 0;
}
.header-layout3 .main-menu3 ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.header-layout3 .main-menu3 ul li.menu-item-has-children > a.active:after {
  color: var(--black);
}
.header-layout3 .main-menu3 ul li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  font-family: var(--icon-font);
  position: relative;
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--black2);
  transition: 0.3s ease-in-out;
}
.header-layout3 .main-menu3 ul li.menu-item-has-children > a:hover:after {
  content: "\f107";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.header-layout3 .main-menu3 ul li:last-child {
  margin-right: 0 !important;
}
.header-layout3 .main-menu3 ul li:first-child {
  margin-left: 0 !important;
}
.header-layout3 .main-menu3 ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.header-layout3 .main-menu3 ul .sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white);
  visibility: hidden;
  min-width: 230px;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 10px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
  padding: 19px 11px 17px 11px;
  left: -27px;
}
.header-layout3 .main-menu3 ul .sub-menu a {
  font-size: 14px;
  line-height: 30px;
  color: var(--black);
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px dashed var(--border-color1);
}
.header-layout3 .main-menu3 ul .sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.header-layout3 .main-menu3 ul .sub-menu li:last-child {
  border-bottom: 0;
}
.header-layout3 .main-menu3 ul .sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}
.header-layout3 .main-menu3 ul .sub-menu li.menu-item-has-children > a {
  position: relative;
}
.header-layout3 .main-menu3 ul .sub-menu li.menu-item-has-children > a:after {
  position: absolute;
  top: 0;
  content: "arrow";
  top: 1px;
  display: inline-block;
  color: var(--black);
}
.header-layout3 .main-menu3 ul .sub-menu li.menu-item-has-children > a:hover:after {
  content: "\f107";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.header-layout3 .main-menu3 ul .sub-menu li a {
  position: relative;
  text-transform: capitalize;
}
.header-layout3 .main-menu3 ul .sub-menu li a:before {
  content: "\f101";
  position: absolute;
  font-family: var(--icon-font);
  top: 7px;
  left: 0px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: var(--theme-color3);
  font-weight: 400;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.header-layout3 .main-menu3 ul .sub-menu li a.active {
  color: var(--theme-color3);
}
.header-layout3 .main-menu3 ul .sub-menu li a:hover {
  color: var(--theme-color3);
  padding-left: 27px;
}
.header-layout3 .main-menu3 ul .sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.header-layout3 .main-menu3 ul .sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 8px;
}
.header-layout3 .main-menu3 ul .sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.header-layout3 .header-option {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-layout3 .header-option .nav-option-item {
  position: relative;
  padding: 0 20px;
}
.header-layout3 .header-option .nav-option-item a {
  font-size: 20px;
  color: var(--black);
}
.header-layout3 .header-option .nav-option-item .count {
  position: absolute;
  left: 14px;
  top: -3px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #FF9924;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--black2);
  font-size: 12px;
}
.header-layout3 .header-option .nav-option-item-input {
  display: flex;
  margin-right: 10px;
}
.header-layout3 .header-option .nav-option-item-input input {
  width: 300px;
  height: 44px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid var(--border-color1);
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 1599px) {
  .header-layout3 .header-option .nav-option-item-input input {
    width: 200px;
  }
}
.header-layout3 .header-option .nav-option-item-input input::placeholder {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.header-layout3 .header-option .nav-option-item-input button {
  margin-left: -30px;
  color: var(--text-color1);
}

.sticky-wrapper2 {
  transition: 0.4s ease-in-out;
}
.sticky-wrapper2.white-bg.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  animation: stickyAni 0.4s ease-in-out;
  z-index: 999;
}

/* 3. Hero */
.intro1 {
  padding: 150px 0 0 0;
  position: relative;
}
@media (max-width: 1399px) {
  .intro1 {
    padding-top: 160px;
  }
}
@media (max-width: 1199px) {
  .intro1 {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .intro1 {
    padding-bottom: 60px;
  }
}
.intro1-thumb-wrapper {
  position: relative;
}
.intro1__shape {
  position: absolute;
  right: 27px;
  top: 130px;
}
.intro1__shape2 {
  position: absolute;
  right: 90px;
  top: 194px;
}
.intro1__thumb {
  margin-bottom: 0;
  max-width: 526px;
  margin-right: 0;
  margin-left: auto;
}
.intro1__thumb img {
  width: 100%;
}
@media (max-width: 991px) {
  .intro1__thumb {
    display: none;
  }
}
.intro1__profile {
  height: 90px;
  width: 262px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid var(--white);
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .intro1__profile {
    left: 0;
  }
}
@media (max-width: 991px) {
  .intro1__profile {
    position: initial;
    margin-top: 90px;
  }
}
.intro1__profile-icon {
  height: 50px;
  width: 50px;
  border-radius: 4px;
  background-color: var(--yellow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.intro1__profile-counts {
  color: #110C2D;
  text-align: center;
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin-top: -10px;
}
.intro1__profile-text {
  color: var(--text-color1);
  text-align: center;
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.32px;
}
.intro1-content {
  max-width: 727px;
}
@media (max-width: 1399px) {
  .intro1-content {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .intro1-content {
    padding-top: 0;
  }
}
.intro1-content__subtitle {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 5px;
  position: relative;
  background-color: #07ACFF;
  display: inline-block;
  position: relative;
  background: #07ACFF;
  color: white;
  padding: 10px 10px;
  border-radius: 0px;
  margin-left: 25px;
  margin-bottom: 25px;
}
@media (max-width: 449px) {
  .intro1-content__subtitle {
    font-size: 16px;
  }
}
.intro1-content__subtitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 24px solid #07ACFF;
  border-bottom: 23px solid #07ACFF;
  border-left: 20px solid transparent;
}
@media (max-width: 449px) {
  .intro1-content__subtitle::before {
    border-top: 23px solid #07ACFF;
  }
}
.intro1-content__subtitle::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 24px solid #07ACFF;
  border-bottom: 23px solid #07ACFF;
  border-right: 20px solid transparent;
}
@media (max-width: 449px) {
  .intro1-content__subtitle::after {
    border-top: 23px solid #07ACFF;
  }
}
.intro1-content__subtitle .text-color {
  color: #FF9924;
}
.intro1-content__title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  padding-bottom: 30px;
}
@media (max-width: 1699px) {
  .intro1-content__title {
    font-size: 52px;
    line-height: 64px;
  }
}
@media (max-width: 767px) {
  .intro1-content__title {
    font-size: 46px;
    line-height: 54px;
  }
}
@media (max-width: 575px) {
  .intro1-content__title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 500px) {
  .intro1-content__title {
    font-size: 34px;
    line-height: 40px;
  }
}
.intro1-content__title .text-color {
  color: var(--yellow);
}
.intro1-content__title .text-shape {
  position: relative;
  color: var(--yellow);
  font-family: var(--title-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.4px;
}
.intro1-content__title .text-shape svg {
  position: absolute;
  bottom: -10px;
  right: 0;
}
@media (max-width: 767px) {
  .intro1-content__title .text-shape svg {
    display: none;
  }
}
.intro1-content__text {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 566px;
}
.intro1-content__form {
  margin-top: 30px;
  position: relative;
  max-width: 550px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.intro1-content__form .nav_select {
  position: relative;
  margin-right: -4px;
}
.intro1-content__form .nav_select button {
  padding: 20px;
  color: var(--black2);
  background-color: var(--white);
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  border-radius: 6px 0 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--border-color1);
}
.intro1-content__form .nav_select button i {
  color: var(--theme-color3);
  padding-right: 10px;
}
.intro1-content__form .nav_select .dropdown-menu-right {
  border: none;
}
.intro1-content__form .nav_select .dropdown-menu-right li a:hover {
  color: var(--theme-color3);
}
.intro1-content__form-input {
  width: 100%;
  padding: 17px 16px;
  border-radius: 8px;
  background: var(--white);
  width: 100%;
  border: none;
}
@media (max-width: 1199px) {
  .intro1-content__form-input {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .intro1-content__form-input {
    margin-bottom: 0px;
  }
}
.intro1-content__form-input::placeholder {
  color: var(--black2);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.intro1-content__form-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.intro1-content__form-btn.theme-btn.style1 {
  height: 50px;
}
.intro1-wrapper {
  position: relative;
}
.intro1-instructor {
  width: 827px;
  border-radius: 30px;
  border: 1px solid var(--border-color1);
  background: var(--bg-color1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: -30px;
  padding: 30px;
  gap: 30px;
}
@media (max-width: 1199px) {
  .intro1-instructor {
    bottom: -200px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .intro1-instructor {
    position: initial;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .intro1-instructor {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* intro1-instructor - düğün.com Style (Clean & Minimal) */
.intro1-instructor {
  display: flex;
  flex-direction: column;
  background: #f8fafa;
  border-radius: 16px;
  padding: 28px 36px;
  margin-top: 40px;
  border: 1px solid #e5e7eb;
}
@media (max-width: 767px) {
  .intro1-instructor {
    padding: 20px;
    margin-top: 30px;
  }
}

/* Üst Satır */
.intro1-instructor__top {
  display: flex;
  align-items: center;
  gap: 14px;
 
}
@media (max-width: 767px) {
  .intro1-instructor__top {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.intro1-instructor__avatar {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #14b8a6;
}
.intro1-instructor__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro1-instructor__badge {
  background: #14b8a6;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 6px;
  flex-shrink: 0;
}
.intro1-instructor__title {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  flex: 1;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .intro1-instructor__title {
    width: 100%;
    font-size: 16px;
  }
}

/* Alt Satır - Form */
.intro1-instructor__form {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991px) {
  .intro1-instructor__form {
    flex-wrap: wrap;
  }
}
.intro1-instructor__field {
  flex: 1;
  min-width: 120px;
}
@media (max-width: 991px) {
  .intro1-instructor__field {
    min-width: calc(50% - 6px);
  }
}
@media (max-width: 575px) {
  .intro1-instructor__field {
    min-width: 100%;
  }
}

/* Telefon Alanı - Prefix ile */
.intro1-instructor__field--phone {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  overflow: hidden;
}
.intro1-instructor__field--phone:focus-within {
  border-color: #14b8a6;
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.1);
}
.intro1-instructor__prefix {
  padding: 0 12px;
  font-size: 14px;
  color: #64748b;
  background: #f9fafb;
  height: 46px;
  display: flex;
  align-items: center;
  border-right: 1px solid #e5e7eb;
  flex-shrink: 0;
}
.intro1-instructor__field--phone .intro1-instructor__input {
  border: none;
  border-radius: 0;
  height: 46px;
}
.intro1-instructor__field--phone .intro1-instructor__input:focus {
  box-shadow: none;
}

/* Input & Select */
.intro1-instructor__input {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  font-size: 14px;
  color: #1e293b;
  background: #fff;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.intro1-instructor__input:focus {
  border-color: #14b8a6;
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.1);
}
.intro1-instructor__input::placeholder {
  color: #9ca3af;
}
select.intro1-instructor__input {
  cursor: pointer;
  color: #64748b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%2394a3b8' d='M5 6L0 0h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 32px;
}

/* Buton */
.intro1-instructor__btn {
  height: 46px;
  padding: 0 28px;
  background: #14b8a6;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
  flex-shrink: 0;
}
.intro1-instructor__btn:hover {
  background: #0d9488;
}
@media (max-width: 991px) {
  .intro1-instructor__btn {
    width: 100%;
    height: 48px;
  }
}

/* Kurslar CTA - düğün.com Style */
.kurslar-cta {
  padding: 40px 0;
  background: #fff;
}
.kurslar-cta__box {
  display: flex;
  flex-direction: column;
  background: #f8fafa;
  border-radius: 16px;
  padding: 28px 36px;
  border: 1px solid #e5e7eb;
}
@media (max-width: 767px) {
  .kurslar-cta__box {
    padding: 20px;
  }
}
.kurslar-cta__top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .kurslar-cta__top {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.kurslar-cta__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #14b8a6;
}
.kurslar-cta__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kurslar-cta__badge {
  background: #14b8a6;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 6px;
  flex-shrink: 0;
}
.kurslar-cta__title {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  flex: 1;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .kurslar-cta__title {
    width: 100%;
    font-size: 16px;
  }
}
.kurslar-cta__form {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991px) {
  .kurslar-cta__form {
    flex-wrap: wrap;
  }
}
.kurslar-cta__field {
  flex: 1;
  min-width: 120px;
}
@media (max-width: 991px) {
  .kurslar-cta__field {
    min-width: calc(50% - 6px);
  }
}
@media (max-width: 575px) {
  .kurslar-cta__field {
    min-width: 100%;
  }
}
.kurslar-cta__field--phone {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  overflow: hidden;
}
.kurslar-cta__field--phone:focus-within {
  border-color: #14b8a6;
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.1);
}
.kurslar-cta__prefix {
  padding: 0 12px;
  font-size: 14px;
  color: #64748b;
  background: #f9fafb;
  height: 46px;
  display: flex;
  align-items: center;
  border-right: 1px solid #e5e7eb;
  flex-shrink: 0;
}
.kurslar-cta__field--phone .kurslar-cta__input {
  border: none;
  border-radius: 0;
  height: 46px;
}
.kurslar-cta__field--phone .kurslar-cta__input:focus {
  box-shadow: none;
}
.kurslar-cta__input {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  font-size: 14px;
  color: #1e293b;
  background: #fff;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.kurslar-cta__input:focus {
  border-color: #14b8a6;
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.1);
}
.kurslar-cta__input::placeholder {
  color: #9ca3af;
}
select.kurslar-cta__input {
  cursor: pointer;
  color: #64748b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%2394a3b8' d='M5 6L0 0h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 32px;
}
.kurslar-cta__btn {
  height: 46px;
  padding: 0 28px;
  background: #14b8a6;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
  flex-shrink: 0;
}
.kurslar-cta__btn:hover {
  background: #0d9488;
}
@media (max-width: 991px) {
  .kurslar-cta__btn {
    width: 100%;
    height: 48px;
  }
}

/* Category Slider */
.category-slider-wrapper {
  background: #ffffff8a;
  border-radius: 12px;
  padding: 12px 16px;
  margin-top: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  display: inline-block;
}
@media (max-width: 991px) {
  .category-slider-wrapper {
    display: block;
    width: 100%;
    padding: 10px 12px;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 10px;
    overflow: hidden;
  }
}
.category-slider {
  max-width: 520px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .category-slider {
    max-width: 100%;
    width: 100%;
  }
}
.category-slider .swiper-wrapper {
  display: flex;
  align-items: center;
}
.category-slider .swiper-slide {
  width: auto !important;
}
.category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  padding: 4px 10px;
  transition: all 0.2s ease;
}
.category-item:hover .category-item__icon {
  background: #1767E3;
  color: #fff;
  border-color: #1767E3;
}
.category-item:hover .category-item__icon svg {
  stroke: #fff;
}
.category-item:hover span {
  color: #1767E3;
}
.category-item__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #374151;
  transition: all 0.2s ease;
}
.category-item__icon svg {
  stroke: #374151;
  transition: all 0.2s ease;
  width: 16px;
  height: 16px;
}
.category-item span {
  font-size: 10px;
  font-weight: 500;
  color: #6b7280;
  white-space: nowrap;
}
.category-item:hover span {
  color: #1767E3;
}

.intro2 {
  padding: 160px 0 107px 0;
  position: relative;
}
@media (max-width: 500px) {
  .intro2 {
    padding: 100px 0;
  }
}
.intro2-thumb-wrapper {
  position: relative;
}
.intro2__shape {
  position: absolute;
  right: 27px;
  top: 130px;
}
.intro2__shape2 {
  position: absolute;
  right: 90px;
  top: 194px;
}
.intro2__thumb {
  max-width: 453px;
  margin-right: 0;
  margin-left: auto;
}
.intro2__thumb img {
  width: 100%;
}
.intro2__profile {
  height: 150px;
  width: 150px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid var(--white);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(150px);
  position: absolute;
  left: 60px;
  top: 46%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .intro2__profile {
    left: 0;
  }
}
.intro2__profile-counts {
  color: #110C2D;
  text-align: center;
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin-top: -10px;
}
.intro2__profile-text {
  color: var(--text-color1);
  text-align: center;
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.32px;
}
.intro2-content {
  max-width: 728px;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .intro2-content {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .intro2-content {
    padding-top: 0;
  }
}
.intro2-content__subtitle {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 5px;
}
.intro2-content__subtitle .text-color {
  color: #FF9924;
}
.intro2-content__subtitle .text-shape {
  position: relative;
  color: var(--yellow);
  font-family: var(--title-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.4px;
}
.intro2-content__subtitle .text-shape svg {
  position: absolute;
  bottom: -3px;
  right: 0;
}
.intro2-content__title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px;
  letter-spacing: -1.2px;
  text-transform: capitalize;
}
@media (max-width: 1699px) {
  .intro2-content__title {
    font-size: 52px;
    line-height: 64px;
  }
}
@media (max-width: 767px) {
  .intro2-content__title {
    font-size: 40px;
    line-height: 54px;
  }
}
@media (max-width: 500px) {
  .intro2-content__title {
    font-size: 34px;
    line-height: 46px;
  }
}
.intro2-content__title .text-color {
  color: var(--theme-color3);
}
.intro2-content__title .text-shape {
  position: relative;
  color: var(--yellow);
  font-family: var(--title-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.4px;
}
.intro2-content__title .text-shape svg {
  position: absolute;
  bottom: -10px;
  right: 0;
}
.intro2-content__form {
  margin-top: 45px;
  position: relative;
  max-width: 495px;
}
.intro2-content__form-input {
  width: 100%;
  padding: 17px 16px;
  border-radius: 8px;
  background: var(--white);
  border: none;
}
.intro2-content__form-input::placeholder {
  color: var(--black2);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.intro2-content__form-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color1);
  border-radius: 8px;
}
.intro2-content__form-btn.theme-btn {
  height: 50px;
}
.intro2-content__list {
  display: flex;
  align-items: center;
  gap: 65px;
  margin-top: 30px;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .intro2-content__list {
    gap: 8px;
    margin-top: 20px;
  }
}
.intro2-content__list li {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* 4. Course */
.course1-card {
  padding: 20px;
  border: 1px solid var(--border-color1);
  border-radius: 10px;
  background: var(--white);
  position: relative;
  height:500px;
}

/* Sponsorlu Kurs Kartı */
.course1-card--sponsored {
  border: 2px solid #f59e0b;
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.15);
}

.course1-card--sponsored:hover {
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.25);
}

.sponsored-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 6px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.4);
}

.sponsored-badge i {
  font-size: 10px;
}

@media (max-width: 449px) {
  .course1-card {
    padding: 12px;
  }
}
.course1-card__thumb {
  position: relative;
}
.course1-card__thumb img {
  border-radius: 10px;
}
.course1-card__thumb-man {
  position: absolute;
  bottom: 0;
  right: 2%;
}
.course1-card-content {
  margin-top: 30px;
}
.course1-card-content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.course1-card-content-top__subject {
  padding: 6px 10px;
  border-radius: 6px;
  background: rgba(0, 88, 224, 0.1);
  color: var(--theme-color3);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  height: 24px;
}
.course1-card-content-top__price {
  color: var(--theme-color3);
  text-align: right;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.course1-card__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.course1-card-meta {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 10px;
  padding-bottom: 14px;
  margin-bottom: 24px;
  border-bottom: 1px dashed var(--border-color1);
}
.course1-card-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.course1-card-meta__text {
  color: var(--text-color1);
  font-family: H var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.course1-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course1-card__profile {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.course1-card__icon {
  font-size: 12px;
  color: var(--yellow);
}
.course1__btn-wrapper {
  text-align: right;
}
@media (max-width: 767px) {
  .course1__btn-wrapper {
    text-align: left;
  }
}
.course1-slider {
  padding-bottom: 80px;
  margin-bottom: -15px;
}
.course1 .slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 48px;
  padding-bottom: 5px;
}
.course1 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #EEECFD;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid var(--theme-color3);
  box-shadow: none;
}
.course1 .swiper-pagination-bullet-active {
  background-color: var(--theme-color3);
  width: 36px;
  height: 16px;
  border-radius: 999px;
  border-color: var(--theme-color3);
}

.course2 {
  background-color: var(--bg-color1);
  position: relative;
}
.course2-card {
  border-radius: 10px;
  background: var(--white);
}
.course2-card__thumb {
  position: relative;
}
.course2-card__thumb img {
  border-radius: 10px 10px 0 0;
}
.course2-card__badge-wrapper {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  position: absolute;
  left: 16px;
  top: 16px;
}
.course2-card__badge-wrapper .badge {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  border-radius: 4px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.course2-card__badge-wrapper .badge.bg-red {
  background: #F20303;
}
.course2-card__badge-wrapper .badge.bg-blue {
  background-color: var(--theme-color3);
}
.course2-card__badge-wrapper .badge i {
  padding-right: 4px;
}
.course2-card-content {
  padding: 20px 20px 24px 20px;
}
.course2-card-content-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.course2-card-content-top__rating {
  display: flex;
  align-items: center;
  color: #FF9924;
  gap: 4px;
  font-size: 12px;
}
.course2-card-content-top__text {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.course2-card__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.course2-card-meta {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 6px;
  padding-bottom: 10px;
  margin-bottom: 14px;
  border-bottom: 1px dashed var(--border-color1);
}
.course2-card-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.course2-card-meta__text {
  color: var(--text-color1);
  font-family: H var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.course2-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course2-card__profile {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.course2-card__price {
  color: var(--theme-color3);
  text-align: right;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.course2__shape1 {
  position: absolute;
  left: 56px;
  bottom: 150px;
}
.course2__shape2 {
  position: absolute;
  right: 20px;
  top: 218px;
  z-index: 1;
}
@media (max-width: 575px) {
  .course2__shape2 {
    display: none;
  }
}
.course2__shape3 {
  position: absolute;
  right: 0;
  top: 145px;
}
@media (max-width: 575px) {
  .course2__shape3 {
    display: none;
  }
}
.course2__shape4 {
  position: absolute;
  right: 0;
  top: 0px;
}
@media (max-width: 500px) {
  .course2__shape4 {
    display: none;
  }
}
.course2__shape5 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 500px) {
  .course2__shape5 {
    display: none;
  }
}
.course2-bottom {
  margin-top: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 449px) {
  .course2-bottom {
    margin-top: 30px;
  }
}
.course2-bottom::after {
  position: absolute;
  left: 47%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 1px;
  content: "";
  background-color: var(--border-color1);
}
@media (max-width: 1399px) {
  .course2-bottom::after {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .course2-bottom::after {
    display: none;
  }
}
.course2-bottom .swiper-arrow {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 449px) {
  .course2-bottom .swiper-arrow {
    display: none;
  }
}
.course2-bottom .swiper-arrow .swiper-nav {
  height: 54px;
  width: 54px;
  border-radius: 50%;
  border: 1px solid var(--border-color1);
  color: var(--black2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all ease-in-out;
}
.course2-bottom .swiper-arrow .swiper-nav:hover {
  background-color: var(--theme-color3);
  color: var(--white);
}

.live-course2__thumb-wrapper {
  position: relative;
}
@media (max-width: 1199px) {
  .live-course2__thumb-wrapper {
    margin-bottom: 50px;
  }
}
.live-course2__thumb-bg {
  position: absolute;
  bottom: -37px;
  left: 40px;
}
.live-course2__thumb {
  position: relative;
  z-index: 3;
  max-width: 513px;
  margin: 0 auto;
}
.live-course2__shape {
  position: absolute;
  left: -40px;
  top: 180px;
  z-index: 4;
}
.live-course2-card-slider {
  padding-bottom: 60px;
}
.live-course2-card {
  display: flex;
  gap: 24px;
  border-radius: 10px;
  border: 1px solid var(--border-color1);
  background: var(--white);
  padding: 15px;
}
@media (max-width: 1899px) {
  .live-course2-card {
    gap: 12px;
  }
}
@media (max-width: 1699px) {
  .live-course2-card {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .live-course2-card {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .live-course2-card {
    flex-wrap: wrap;
  }
}
.live-course2-card__thumb {
  position: relative;
  flex-shrink: 0;
}
.live-course2-card__thumb img {
  border-radius: 10px 10px 0 0;
}
.live-course2-card__badge-wrapper {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  position: absolute;
  left: 16px;
  top: 16px;
}
.live-course2-card__badge-wrapper .badge {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  border-radius: 4px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.live-course2-card__badge-wrapper .badge i {
  padding-right: 4px;
}
.live-course2-card__badge-wrapper .badge.bg-red {
  background: #F20303;
}
.live-course2-card-content-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.live-course2-card-content-top__rating {
  display: flex;
  align-items: center;
  color: #FF9924;
  gap: 4px;
  font-size: 12px;
}
.live-course2-card-content-top__text {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.live-course2-card__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.live-course2-card-meta {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed var(--border-color1);
}
.live-course2-card-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.live-course2-card-meta__text {
  color: var(--text-color1);
  font-family: H var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.live-course2-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.live-course2-card__profile {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.live-course2-card__link {
  color: var(--theme-color3);
  text-align: right;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: var(--theme-color3);
}
.live-course2 .swiper-slide:nth-child(1n) {
  border-radius: 10px;
  background-color: var(--white);
}
.live-course2 .swiper-slide:nth-child(2n) {
  border-radius: 10px;
  background-color: var(--white);
}
.live-course2 .swiper-slide:nth-child(3n) {
  border-radius: 10px;
  background-color: var(--white);
}
.live-course2 .swiper-slide:nth-child(4n) {
  border-radius: 10px;
  background-color: var(--white);
}
.live-course2 .slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 48px;
  padding-bottom: 5px;
}
.live-course2 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #EEECFD;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid var(--theme-color3);
  box-shadow: none;
}
.live-course2 .swiper-pagination-bullet-active {
  background-color: var(--theme-color3);
  width: 36px;
  height: 16px;
  border-radius: 999px;
  border-color: var(--theme-color3);
}

.course3-card {
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.04);
  padding: 60px 20px 30px 20px;
  text-align: center;
  transition: 0.4s all ease-in-out;
  position: relative;
  z-index: 3;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .course3-card {
    margin-bottom: 24px;
  }
}
@media (max-width: 449px) {
  .course3-card {
    padding: 60px 18px 30px 18px;
  }
}
.course3-card .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: background-color 0.3s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}
.course3-card .icon svg {
  transition: fill 0.3s ease;
}
.course3-card__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  padding-bottom: 10px;
}
.course3-card__text {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.course3-card.card2 .icon {
  background-color: #ffa500;
}
.course3-card.card2:hover {
  background-color: #ffa500;
}
.course3-card.card2:hover .icon {
  background-color: var(--white);
}
.course3-card.card2:hover .icon svg path {
  fill: #ffa500 !important;
}
.course3-card.card2:hover h4,
.course3-card.card2:hover p {
  color: var(--white);
}
.course3-card.card1 .icon {
  background-color: #FE3852;
}
.course3-card.card1:hover {
  background-color: #FE3852;
}
.course3-card.card1:hover .icon {
  background-color: var(--white);
}
.course3-card.card1:hover .icon svg path {
  fill: #FE3852;
}
.course3-card.card1:hover h4,
.course3-card.card1:hover p {
  color: var(--white);
}
.course3-card.card3 .icon {
  background-color: #9138FE;
}
.course3-card.card3:hover {
  background-color: #9138FE;
}
.course3-card.card3:hover .icon {
  background-color: var(--white);
}
.course3-card.card3:hover .icon svg path {
  fill: #9138FE;
}
.course3-card.card3:hover h4,
.course3-card.card3:hover p {
  color: var(--white);
}
.course3-card.card4 .icon {
  background-color: #388EFE;
}
.course3-card.card4:hover {
  background-color: #388EFE;
}
.course3-card.card4:hover .icon {
  background-color: var(--white);
}
.course3-card.card4:hover .icon svg path {
  fill: #388EFE;
}
.course3-card.card4:hover h4,
.course3-card.card4:hover p {
  color: var(--white);
}

.course4-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid var(--border-color1);
  padding: 20px;
  margin-bottom: 24px;
}
@media (max-width: 449px) {
  .course4-top {
    flex-wrap: wrap;
  }
}
.course4-top .nav_select {
  display: flex;
  align-items: center;
  gap: 12px;
}
.course4-top .nav_select .dropdown-toggle {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.course4-top .show-product-count {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.course4.page-style .course1-card-content-top__subject {
  color: var(--theme-color3);
  background: rgba(0, 88, 224, 0.1);
}
.course4.page-style .course1-card-content-top__price {
  color: var(--theme-color3);
}
.course4.page-style .course1-card {
  margin-bottom: 24px;
}

.course-list-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid var(--border-color1);
  padding: 20px;
  margin-bottom: 24px;
}
@media (max-width: 449px) {
  .course-list-top {
    flex-wrap: wrap;
    gap: 6px;
  }
}
.course-list-top .nav_select {
  display: flex;
  align-items: center;
  gap: 12px;
}
.course-list-top .nav_select .dropdown-toggle {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.course-list-top .show-product-count {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.course-list.page-style .live-course2-card {
  padding-right: 30px;
  margin-bottom: 30px;
}
@media (max-width: 449px) {
  .course-list.page-style .live-course2-card {
    padding-right: 10px;
  }
}
.course-list.page-style .live-course2-card .live-course2-card__thumb {
  width: 310px;
}
@media (max-width: 449px) {
  .course-list.page-style .live-course2-card .live-course2-card__thumb {
    width: 100%;
  }
}
.course-list.page-style .live-course2-card .live-course2-card__thumb .badge {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-radius: 4px;
}
.course-list.page-style .live-course2-card .live-course2-card__thumb .badge.bg-red {
  background: #F20303;
}
.course-list.page-style .live-course2-card .live-course2-card__thumb .badge.bg-blue {
  background-color: var(--theme-color3);
}
.course-list.page-style .live-course2-card .live-course2-card-content {
  width: 100%;
}
.course-list.page-style .live-course2-card .live-course2-card-content .live-course2-card-content-top__price {
  color: var(--black2);
  text-align: right;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.course-list.page-style .live-course2-card-text {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 626px;
  padding-bottom: 14px;
}
.course-list.page-style .live-course2-card__link {
  color: var(--black2);
}
.course-list.page-style .live-course2-card__link:hover {
  color: var(--theme-color3);
}

.course-details-thumb-wrapper {
  position: relative;
  margin-bottom: 35px;
}
.course-details-man {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1599px) {
  .course-details-man {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .course-details-man {
    max-width: 150px;
  }
}
@media (max-width: 449px) {
  .course-details-man {
    max-width: 100px;
  }
}
.course-details__video {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, 50%);
}
@media (max-width: 449px) {
  .course-details__video {
    top: 13px;
  }
}
.course-details-top {
  border: 1px solid var(--border-color1);
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .course-details-top {
    padding: 16px;
  }
}
.course-details-top__subject {
  padding: 10px 10px;
  border-radius: 4px;
  background: rgba(0, 88, 224, 0.1);
  color: var(--theme-color1);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: inline-flex;
}
.course-details-top__rating {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.course-details-top__rating ul {
  display: flex;
  align-items: center;
  gap: 2px;
}
.course-details-top__rating ul li {
  font-size: 12px;
  color: #FF9924;
}
.course-details-top__text {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.course-details-top__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  padding: 22px 0 24px 0;
  border-bottom: 1px dashed var(--border-color1);
}
@media (max-width: 449px) {
  .course-details-top__title {
    font-size: 20px;
    line-height: 26px;
  }
}
.course-details-top__profile {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .course-details-top__profile {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.course-details-top__profile-thumb {
  display: flex;
  align-items: center;
  gap: 16px;
}
.course-details-top__profile-thumb img {
  width: 43px;
}
.course-details-top-auth__title {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.course-details-top-auth__info {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
}
.course-details__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 25px;
}
.course-details__text {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.course-details__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 22px 0 20px 0;
}
@media (max-width: 767px) {
  .course-details__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.course-details__list li {
  color: var(--black2);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
  padding-bottom: 12px;
}
.course-details__list li span {
  padding-right: 4px;
}
.course-details .team2-card {
  margin-bottom: 45px;
}
.course-details-review-wrapper {
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 40px;
}
@media (max-width: 767px) {
  .course-details-review-wrapper {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.course-details-review-box {
  width: 137px;
  height: 122px;
  text-align: end;
  border-radius: 12px;
  border: 1px solid #E1E4E5;
  background: var(--white);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.course-details-review-box__count {
  color: var(--black);
  font-family: var(--title-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 8px;
}
.course-details-review-box__rating {
  display: flex;
  justify-content: center;
}
.course-details-review-box__rating li {
  color: var(--yellow);
}
.course-details-review-box__text {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding-top: 4px;
}
.course-details-review-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.course-details-review-card__profile {
  flex-shrink: 0;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 449px) {
  .course-details-review-card__profile {
    display: none;
  }
}
.course-details-review-card__profile img {
  width: 100%;
  border-radius: 50%;
}
.course-details-review-card__content-name {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-transform: capitalize;
  padding-bottom: 12px;
}
.course-details-review-card__content-date {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
  padding-bottom: 16px;
}
.course-details-review-card__content-text {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.course-details-review-card__content-rating {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 10%;
}
.course-details-review-card__content-rating li {
  color: var(--yellow);
}
.course-details-curriculum {
  border-radius: 16px;
  border: 1px solid var(--border-color1);
  background: var(--white);
  margin-bottom: 50px;
}
.course-details-curriculum__title {
  background-color: var(--theme-color3);
  padding: 24px;
  border-radius: 16px 16px 0 0;
}
.course-details-curriculum__title h4 {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.course-details-curriculum .course-details-curriculum-list {
  padding: 24px;
}
@media (max-width: 449px) {
  .course-details-curriculum .course-details-curriculum-list {
    padding: 10px 4px;
  }
}
.course-details-curriculum .course-details-curriculum-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  border: 0.5px solid var(--border-color1);
  background: var(--white);
  padding: 16px;
  margin-bottom: 12px;
}
@media (max-width: 449px) {
  .course-details-curriculum .course-details-curriculum-list li {
    padding: 10px;
  }
}
.course-details-curriculum .course-details-curriculum-list li span {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.course-details-curriculum .course-details-curriculum-list li span img {
  padding-right: 6px;
}
.course-details-curriculum .course-details-curriculum-list li:last-child {
  margin-bottom: 0;
}
.course-details-curriculum .course-details-curriculum-list li span {
  text-align: left;
}
.course-details-right {
  border-radius: 16px;
  border: 1px solid var(--border-color1);
  background: var(--white);
}
@media (max-width: 1199px) {
  .course-details-right {
    margin-top: 30px;
  }
}
.course-details-right__thumb {
  position: relative;
  margin: 12px;
}
.course-details-right__thumb img {
  width: 100%;
}
.course-details-right__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.course-details-right__video .ripple::before,
.course-details-right__video .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 #dfdfdf;
  animation: rippleOne 3s infinite;
}
.course-details-right__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  padding: 10px 0 10px 24px;
}
.course-details-right__list {
  padding: 0 24px 20px 24px;
}
.course-details-right__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px dashed var(--border-color1);
}
.course-details-right__list li span {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.course-details-right__list li span.title {
  color: var(--black2);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.course-details-right__list li span i {
  color: var(--theme-color3);
  padding-right: 4px;
}
.course-details-right__video-btn {
  background-color: var(--white);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color3);
}
.course-details-right__btn-wrapper {
  padding: 10px 24px 24px 24px;
  text-align: center;
}
.course-details-right__btn-wrapper .theme-btn {
  width: 100%;
  border-radius: 999px;
  margin-bottom: 22px;
}
.course-details-right__btn-wrapper .theme-btn::before {
  border-radius: 999px;
}
.course-details-right__btn-wrapper .share-btn {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.course-details-right__btn-wrapper .share-btn i {
  color: var(--theme-color3);
}

/* 5. About */
.about1 {
  max-width: 1860px;
  background: var(--theme-color3);
  border-radius: 30px;
  margin: auto;
  position: relative;
}
.about1-content-wrapper {
  max-width: 572px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1199px) {
  .about1-content-wrapper {
    margin-left: 0;
    max-width: 80%;
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .about1-content-wrapper {
    max-width: 100%;
  }
}
.about1-thumb-wrapper {
  position: relative;
}
@media (max-width: 1399px) {
  .about1-thumb-wrapper {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .about1-thumb-wrapper {
    margin-right: 0;
  }
}
.about1-thumb1 {
  max-width: 494px;
  margin-left: 84px;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .about1-thumb1 {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .about1-thumb1 {
    margin-left: 180px;
  }
}
@media (max-width: 991px) {
  .about1-thumb1 {
    margin-left: 0;
  }
}
.about1-thumb2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
}
@media (max-width: 767px) {
  .about1-thumb2 {
    display: none;
  }
}
.about1-client {
  margin-left: 84px;
  display: flex;
  align-items: center;
  padding-top: 20px;
  gap: 10px;
}
@media (max-width: 1399px) {
  .about1-client {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .about1-client {
    margin-left: 180px;
  }
}
@media (max-width: 991px) {
  .about1-client {
    margin-left: 0;
  }
}
.about1-client__avatar {
  display: flex;
  align-items: center;
}
.about1-client__avatar img {
  margin-left: -18px;
}
.about1-client__avatar img:first-child {
  margin-left: 0;
}
.about1-client__rating-list {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  color: var(--yellow);
}
.about1-client__rating-text {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 12.181px;
  font-style: normal;
  font-weight: 600;
  line-height: 165%;
}
.about1-counter-wrapper {
  position: absolute;
  right: 0px;
  top: 130px;
  display: flex;
  align-items: center;
  z-index: 4;
}
@media (max-width: 767px) {
  .about1-counter-wrapper {
    display: none;
  }
}
.about1-counter-wrapper .content .counts {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.about1-counter-wrapper .content .text {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.about1 .section-top__subtitle {
  color: var(--yellow);
  line-height: 1;
}
.about1-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.about1-item-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 25px;
  margin-bottom: 40px;
}
@media (max-width: 449px) {
  .about1-item-wrapper {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.about1-item__icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0D69F6;
}
.about1-item__content {
  max-width: 185px;
}
.about1-item__content-title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.about1-item__content-text {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: start;
}
.about1-item-list {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.about1-item-list__icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0D69F6;
  border-radius: 50%;
}
.about1-item-list__text {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
}
.about1-bottom {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 449px) {
  .about1-bottom {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.about1-bottom .theme-btn {
  background-color: #FF9924;
  border-radius: 100px;
  padding: 20px 24px;
  height: 54px;
}
.about1-bottom .theme-btn::before {
  border-radius: 100px;
}
.about1-bottom-profile {
  display: flex;
  align-items: center;
  gap: 16px;
}
.about1-bottom-profile-img img {
  border-radius: 50%;
}
.about1-bottom-profile-content__name {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
}
.about1-bottom-profile-content__desig {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.about1__shape1 {
  position: absolute;
  left: 18px;
  bottom: 30px;
}
.about1__shape2 {
  position: absolute;
  left: 0;
  top: 10%;
}
.about1__shape3 {
  position: absolute;
  top: 43px;
  right: 20px;
}
.about1__shape4 {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 1;
}
@media (max-width: 767px) {
  .about1__shape4 {
    display: none;
  }
}
.about1__shape5 {
  position: absolute;
  right: -30px;
  bottom: 0;
  z-index: 3;
}
@media (max-width: 1399px) {
  .about1__shape5 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .about1__shape5 {
    display: none;
  }
}
.about1__shape6 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.about2 {
  position: relative;
}
.about2-thumb-wrapper {
  position: relative;
}
.about2-thumb-wrapper .thumb1 {
  position: absolute;
  z-index: 1;
  left: 40px;
  top: -40px;
  max-width: 400px;
}
@media (max-width: 1399px) {
  .about2-thumb-wrapper .thumb1 {
    left: 0;
  }
}
@media (max-width: 500px) {
  .about2-thumb-wrapper .thumb1 {
    display: none;
  }
}
.about2-thumb-wrapper .thumb2 {
  text-align: right;
  padding-top: 100px;
  max-width: 400px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
.about2-thumb-wrapper .thumb2 img {
  width: 100%;
}
.about2-counter-wrapper {
  position: absolute;
  right: 50px;
  top: 27px;
  display: flex;
  align-items: center;
  z-index: 3;
}
.about2-counter-wrapper .content .counts {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.about2-counter-wrapper .content .text {
  color: var(--black2);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.about2-content {
  max-width: 535px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.about2-content .section-top2 {
  margin-bottom: 30px;
}
.about2-content-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .about2-content-card-wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.about2-content__card {
  display: flex;
  gap: 16px;
}
.about2-content__card-icon {
  border-radius: 8px;
  background: rgba(0, 88, 224, 0.1);
  width: 74px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.about2-content__card-info {
  max-width: 163px;
}
.about2-content__card-info .title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
}
.about2-content__card-info .text {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.about2-content__btn-wrapper {
  padding-top: 50px;
}
@media (max-width: 500px) {
  .about2-content__btn-wrapper {
    padding-top: 20px;
  }
}
.about2__shape4 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about2__shape1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about2__shape2 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about2__shape3 {
  position: absolute;
  left: 0;
  top: 150px;
  z-index: 1;
}
.about2__shape5 {
  position: absolute;
  right: 220px;
  top: 60px;
}

/* 6. Meanmenu */
/*----------------------------------------------
    # Meanmenu style here
----------------------------------------------*/
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--text-color2);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--white) !important;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid var(--text-color1) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme-color1);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--black);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

/* 7. Features */
.features2 {
  background-color: var(--black2);
  position: relative;
  padding: 70px 0;
}
.features2-item-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1199px) {
  .features2-item-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .features2-item-wrapper {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
}
.features2-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.features2-item__content-title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  padding-bottom: 20px;
}
.features2-item__content-text {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.features2__shape1 {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 575px) {
  .features2__shape1 {
    display: none;
  }
}
.features2__shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* 8. Team */
.team1-card {
  padding: 12px;
  border-radius: 16px;
  border: 1px solid var(--border-color1);
  background: var(--white);
}
@media (max-width: 575px) {
  .team1-card {
    max-width: 330px;
    margin: 0 auto;
  }
}
.team1-card__thumb {
  position: relative;
}
.team1-card__social {
  display: inline-flex;
  align-items: center;
  flex-direction: column-reverse;
  gap: 8px;
  margin-top: 26px;
  position: absolute;
  right: 25px;
  bottom: 0;
}
.team1-card__social:hover ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.team1-card__social .share {
  border-radius: 6px 6px 0 0;
  background: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
}
.team1-card__social .share i {
  font-size: 20px;
  color: var(--theme-color3);
}
.team1-card__social ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  transition: 0.4s all ease-in-out;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}
.team1-card__social ul li a {
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  border: 1px solid var(--border-color1);
  font-size: 20px;
  color: var(--theme-color3);
  transition: 0.4s all ease-in-out;
  background-color: var(--white);
}
.team1-card__social ul li a:hover {
  background-color: var(--theme-color3);
  color: var(--white);
  border-color: var(--theme-color3);
}
.team1-card__content {
  padding: 20px 18px 10px;
}
@media (max-width: 767px) {
  .team1-card__content {
    padding: 20px 10px 10px;
  }
}
.team1-card__content-name {
  color: #082A5E;
  font-family: var(--title-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .team1-card__content-name {
    font-size: 20px;
  }
}
.team1-card.style3 .team1-card__social {
  display: inline-flex;
  align-items: center;
  flex-direction: column-reverse;
  gap: 8px;
  margin-top: 26px;
  position: absolute;
  right: 25px;
  bottom: 0;
}
.team1-card.style3 .team1-card__social:hover ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.team1-card.style3 .team1-card__social .share i {
  color: var(--theme-color3);
}
.team1-card.style3 .team1-card__social ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  transition: 0.4s all ease-in-out;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}
.team1-card.style3 .team1-card__social ul li a {
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  border: 1px solid var(--border-color1);
  font-size: 20px;
  color: var(--theme-color3);
  transition: 0.4s all ease-in-out;
  background-color: var(--white);
}
.team1-card.style3 .team1-card__social ul li a:hover {
  background-color: var(--theme-color3);
  color: var(--white);
  border-color: var(--theme-color3);
}
.team1-bottom {
  margin-top: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 449px) {
  .team1-bottom {
    margin-top: 30px;
  }
}
.team1-bottom::after {
  position: absolute;
  left: 47%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 1px;
  content: "";
  background-color: var(--border-color1);
}
@media (max-width: 1399px) {
  .team1-bottom::after {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .team1-bottom::after {
    display: none;
  }
}
.team1-bottom .swiper-arrow {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 449px) {
  .team1-bottom .swiper-arrow {
    display: none;
  }
}
.team1-bottom .swiper-arrow .swiper-nav {
  height: 54px;
  width: 54px;
  border-radius: 50%;
  border: 1px solid var(--border-color1);
  color: var(--black2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all ease-in-out;
}
.team1-bottom .swiper-arrow .swiper-nav:hover {
  background-color: var(--theme-color3);
  color: var(--white);
}
.team1.page-style {
  padding-bottom: 90px;
}
.team1.page-style .team1-card {
  margin: 0 auto 30px auto;
  max-width: 330px;
  text-align: center;
}

.team2 {
  position: relative;
  background-color: var(--bg-color1);
}
.team2-card {
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 16px;
  border: 1px solid var(--border-color1);
  background: var(--white);
  padding: 12px;
}
@media (max-width: 767px) {
  .team2-card {
    flex-wrap: wrap;
  }
}
.team2-card__thumb {
  flex-shrink: 0;
}
.team2-card__thumb img {
  width: 100%;
  border-radius: 16px;
}
@media (max-width: 1599px) {
  .team2-card__thumb {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .team2-card__thumb {
    width: 100%;
  }
}
.team2-card-content__head {
  border-bottom: 1px dashed var(--border-color1);
  margin-bottom: 18px;
}
.team2-card-content__head-name {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 4px;
}
.team2-card-content__head-title {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 14px;
}
.team2-card-content__meta {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1899px) {
  .team2-card-content__meta {
    gap: 10px;
  }
}
.team2-card-content__meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.team2-card-content__meta__text {
  color: var(--text-color1);
  font-family: H var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.team2-card-content-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team2-card-content-rating__list {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 3px;
}
.team2-card-content-rating__list li {
  color: #FF9924;
}
.team2-card-content__text {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: lowercase;
  padding-top: 20px;
}
.team2-card-content__text span {
  text-transform: capitalize;
}
.team2-card-content__social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
}
.team2-card-content__social:hover ul {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.team2-card-content__social .share {
  border-radius: 6px;
  background: var(--theme-color3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
}
.team2-card-content__social .share i {
  font-size: 20px;
  color: var(--white);
}
.team2-card-content__social ul {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.4s all ease-in-out;
  transform: translateX(-20px);
  opacity: 0;
  visibility: hidden;
}
.team2-card-content__social ul li a {
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  border: 1px solid var(--border-color1);
  font-size: 20px;
  color: var(--theme-color3);
  transition: 0.4s all ease-in-out;
}
.team2-card-content__social ul li a:hover {
  background-color: var(--theme-color3);
  color: var(--white);
}
.team2-bottom {
  margin-top: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 449px) {
  .team2-bottom {
    margin-top: 30px;
  }
}
.team2-bottom::after {
  position: absolute;
  left: 47%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 1px;
  content: "";
  background-color: var(--border-color1);
}
@media (max-width: 1399px) {
  .team2-bottom::after {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .team2-bottom::after {
    display: none;
  }
}
.team2-bottom .swiper-arrow {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 449px) {
  .team2-bottom .swiper-arrow {
    display: none;
  }
}
.team2-bottom .swiper-arrow .swiper-nav {
  height: 54px;
  width: 54px;
  border-radius: 50%;
  border: 1px solid var(--border-color1);
  color: var(--black2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all ease-in-out;
}
.team2-bottom .swiper-arrow .swiper-nav:hover {
  background-color: var(--theme-color3);
  color: var(--white);
}
.team2__shape1 {
  position: absolute;
  left: 56px;
  bottom: 260px;
}
.team2__shape2 {
  position: absolute;
  right: 20px;
  top: 218px;
  z-index: 1;
}
@media (max-width: 575px) {
  .team2__shape2 {
    display: none;
  }
}
.team2__shape3 {
  position: absolute;
  right: 0;
  top: 145px;
}
@media (max-width: 575px) {
  .team2__shape3 {
    display: none;
  }
}
.team2__shape4 {
  position: absolute;
  right: 0;
  top: 0px;
}
.team2__shape5 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.team2.page-style {
  background-color: var(--white);
  padding-bottom: 90px;
}
.team2.page-style .team2-card {
  margin-bottom: 30px;
}

/* 9. Category */
.category1 {
  background: var(--theme-color2);
  position: relative;
  padding-bottom: 280px;
}
.category1__shape1 {
  position: absolute;
  bottom: -50%;
  left: 0;
  z-index: 1;
}
@media (max-width: 1399px) {
  .category1__shape1 {
    opacity: 0.3;
  }
}
.category1__shape2 {
  position: absolute;
  bottom: 25%;
  left: 3%;
  z-index: 1;
}
@media (max-width: 1399px) {
  .category1__shape2 {
    opacity: 0.3;
  }
}
.category1__shape3 {
  position: absolute;
  top: 15%;
  right: 10%;
  z-index: 1;
}
@media (max-width: 1399px) {
  .category1__shape3 {
    opacity: 0.3;
  }
}
.category1__shape4 {
  position: absolute;
  bottom: 20%;
  right: 0;
  z-index: 1;
}
@media (max-width: 1399px) {
  .category1__shape4 {
    opacity: 0.3;
  }
}
.category1__shape5 {
  position: absolute;
  bottom: -20%;
  right: 0;
  z-index: 1;
}
@media (max-width: 1399px) {
  .category1__shape5 {
    opacity: 0.3;
  }
}
.category1 .theme-btn {
  margin-top: 40px;
}
.category1 .section-top {
  position: relative;
  z-index: 5;
  margin-bottom: 0;
}
.category1-item {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .category1-item {
    justify-content: left;
    flex-wrap: wrap;
  }
}
.category1-item-list {
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 17px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #0C2F63;
  width: 300px;
  transition: 0.4s all ease-in-out;
}
.category1-item-list:hover {
  background-color: var(--theme-color3);
}
.category1-item-list:hover .category1-item-list__icon {
  background-color: var(--white);
}
@media (max-width: 449px) {
  .category1-item-list {
    width: 100%;
  }
}
.category1-item-list__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #042961;
  border-radius: 50%;
  transition: 0.4s all ease-in-out;
}
.category1-item-list__content-title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .category1-item-list__content-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.category1-item-list__content-text {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.category1-banner-item {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  background: #F2790C;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .category1-banner-item {
    padding: 20px;
  }
}
.category1-banner-item__wrapper {
  margin-top: -160px;
}
.category1-banner-item__shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .category1-banner-item__shape1 {
    display: none;
  }
}
.category1-banner-item__shape2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.category1-banner-item__shape3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.category1-banner-item__shape4 {
  position: absolute;
  bottom: 0%;
  height: 100%;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .category1-banner-item__shape4 {
    display: none;
  }
}
.category1-banner-item__thumb {
  flex: none;
  margin-bottom: -60px;
  margin-left: -23px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .category1-banner-item__thumb {
    margin-bottom: -117px;
    margin-left: -20px;
  }
}
@media (max-width: 1199px) {
  .category1-banner-item__thumb {
    margin-bottom: -59px;
  }
}
@media (max-width: 767px) {
  .category1-banner-item__thumb {
    display: none;
  }
}
.category1-banner-item__thumb img {
  border: 1px solid var(--white);
}
.category1-banner-item-content {
  padding: 43px 33px 43px 0;
  position: relative;
  z-index: 6;
}
@media (max-width: 767px) {
  .category1-banner-item-content {
    padding: 10px 0;
  }
}
.category1-banner-item-content__subtitle {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}
.category1-banner-item-content__subtitle-text {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.category1-banner-item-content__title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  padding-bottom: 14px;
}
.category1-banner-item-content__desc {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: start;
}
.category1-banner-item-content .theme-btn {
  margin-top: 24px;
  border: 1px solid var(--border-color1);
  background-color: transparent;
  border-radius: 999px;
}
.category1-banner-item-content .theme-btn::before {
  border-radius: 999px;
}

.category2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  background: var(--bg-color1);
  padding: 45px;
  gap: 36px;
  margin-bottom: -48px;
}
@media (max-width: 1899px) {
  .category2 {
    gap: 20px;
  }
}
@media (max-width: 1699px) {
  .category2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1199px) {
  .category2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .category2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 449px) {
  .category2 {
    padding: 5px;
  }
}
.category2-card {
  border-radius: 10px;
  border: 1px solid rgba(8, 42, 94, 0.1);
  background: var(--white);
  padding: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 17px;
  width: 100%;
}
.category2-card .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: background-color 0.3s ease;
}
.category2-card .icon svg {
  width: 24px;
  height: 24px;
  transition: fill 0.3s ease;
}
.category2-card__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.category2-card__text {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.category2-card.marketing .icon {
  background-color: #ffa500;
}
.category2-card.marketing:hover {
  background-color: #ffa500;
}
.category2-card.marketing:hover .icon {
  background-color: var(--white);
}
.category2-card.marketing:hover .icon svg path {
  fill: #ffa500 !important;
}
.category2-card.marketing:hover h4,
.category2-card.marketing:hover p {
  color: var(--white);
}
.category2-card.animation .icon {
  background-color: #FE3852;
}
.category2-card.animation:hover {
  background-color: #FE3852;
}
.category2-card.animation:hover .icon {
  background-color: var(--white);
}
.category2-card.animation:hover .icon svg path {
  fill: #FE3852;
}
.category2-card.animation:hover h4,
.category2-card.animation:hover p {
  color: var(--white);
}
.category2-card.development .icon {
  background-color: #CE1AFB;
}
.category2-card.development:hover {
  background-color: #CE1AFB;
}
.category2-card.development:hover .icon {
  background-color: var(--white);
}
.category2-card.development:hover .icon svg path {
  fill: #CE1AFB;
}
.category2-card.development:hover h4,
.category2-card.development:hover p {
  color: var(--white);
}
.category2-card.design .icon {
  background-color: var(--theme-color3);
}
.category2-card.design:hover {
  background-color: var(--theme-color3);
}
.category2-card.design:hover .icon {
  background-color: var(--white);
}
.category2-card.design:hover .icon svg path {
  fill: var(--theme-color3);
}
.category2-card.design:hover h4,
.category2-card.design:hover p {
  color: var(--white);
}

/* 10. Testimonial */
.testimonial1-thumb {
  position: relative;
  margin-right: 70px;
}
@media (max-width: 1199px) {
  .testimonial1-thumb {
    margin-right: 0px;
  }
}
.testimonial1-thumb__one {
  position: relative;
  border-radius: 1000px 1000px 0px 0px;
  background: #e0e9fd;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.testimonial1-thumb__two {
  position: absolute;
  z-index: 3;
  top: 25%;
  left: -10%;
}
.testimonial1-thumb__shape1 {
  position: absolute;
  z-index: 3;
  top: 5%;
  right: 10%;
}
.testimonial1-thumb__shape2 {
  position: absolute;
  z-index: 3;
  bottom: 0%;
  right: -15%;
}
@media (max-width: 1199px) {
  .testimonial1-thumb__shape2 {
    display: none;
  }
}
.testimonial1-content {
  margin-left: 70px;
}
@media (max-width: 1199px) {
  .testimonial1-content {
    margin-left: 0;
  }
}
.testimonial1-card__icon {
  margin-bottom: 30px;
}
.testimonial1-card__text {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  text-align: start;
}
@media (max-width: 449px) {
  .testimonial1-card__text {
    font-size: 18px;
    line-height: 26px;
  }
}
.testimonial1-card__footer {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial1-card__footer-clients {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial1-card-controls {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial1-card-controls:before {
  position: absolute;
  content: "";
  width: 337px;
  height: 1px;
  top: 50%;
  left: -360px;
  background: var(--border-color1);
}
@media (max-width: 1699px) {
  .testimonial1-card-controls:before {
    width: 300px;
    left: -320px;
  }
}
@media (max-width: 1399px) {
  .testimonial1-card-controls:before {
    width: 200px;
    left: -220px;
  }
}
@media (max-width: 1199px) {
  .testimonial1-card-controls:before {
    display: none;
  }
}
.testimonial1-card-controls__arrowRight {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color1);
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
  background: transparent;
  color: var(--black2);
}
.testimonial1-card-controls__arrowRight:hover {
  background: var(--theme-color3);
  color: var(--white);
}
.testimonial1-card-controls__arrowLeft {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color1);
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
  background: transparent;
  color: var(--black2);
}
.testimonial1-card-controls__arrowLeft:hover {
  background: var(--theme-color3);
  color: var(--white);
}

.testimonial2 {
  position: relative;
}
.testimonial2.style3 {
  background-color: var(--bg-color1);
}
.testimonial2-card {
  width: 100% !important;
  padding: 40px;
  border-radius: 20px;
  background: var(--white);
  border: 1px solid var(--border-color1);
}
@media (max-width: 1899px) {
  .testimonial2-card {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .testimonial2-card {
    padding: 20px;
  }
}
.testimonial2-card-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media (max-width: 575px) {
  .testimonial2-card-header {
    flex-direction: column;
    width: fit-content;
  }
}
.testimonial2-card-header__star {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
}
.testimonial2-card-header__star i {
  color: #FF9924;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.testimonial2-card-header__star i:last-child {
  color: #FF9924;
}
.testimonial2-card-content__desc {
  color: var(--color-v-2-Paragraph_Color, #4F536C);
  font-family: Hind;
  text-align: start;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 30px;
}
.testimonial2-card-content .fancy-box1 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial2-card-content .fancy-box1__item h6 {
  color: var(--color-v-2-Title_Color, #082A5E);
  font-family: "Lexend Deca";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.2px;
  padding-bottom: 3px;
}
.testimonial2-card-content .fancy-box1__item p {
  color: var(--color-v-2-Paragraph_Color, #4F536C);
  font-family: Hind;
  text-align: start;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  opacity: 0.8;
}
.testimonial2-card1 {
  background-color: var(--black2);
  padding: 40px 0;
  text-align: center;
  border-radius: 16px;
  position: relative;
}
.testimonial2-card1__title {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding-bottom: 10px;
}
.testimonial2-card1__title span {
  color: #00B67A;
  font-size: 14px;
}
.testimonial2-card1__avatar img {
  margin-left: -20px;
}
.testimonial2-card1__avatar img:first-child {
  margin-left: 0 !important;
}
.testimonial2-card1__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #FF9924;
  padding-top: 18px;
}
.testimonial2-card1__text {
  color: var(--white);
  text-align: center;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
  padding-top: 13px;
}
.testimonial2-card1__shape {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  position: absolute;
  top: 40px;
  left: 34px;
}
.testimonial2-card1 .swiper-arrow {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  margin-top: 22px;
}
.testimonial2-card1 .swiper-arrow .swiper-nav {
  height: 54px;
  width: 54px;
  border-radius: 50%;
  border: 1px solid var(--border-color1);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all ease-in-out;
}
.testimonial2-card1 .swiper-arrow .swiper-nav:hover {
  background-color: #FF9924;
  color: var(--white);
  border-color: #FF9924;
}
.testimonial2__shape1 {
  position: absolute;
  right: 0;
  top: 50%;
}
.testimonial2__shape2 {
  position: absolute;
  right: 0;
  top: 50%;
}

/* 11. App */
.app1-wrapper {
  position: relative;
  padding: 0 100px 0;
  border-radius: 16px;
  background: var(--theme-color3);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .app1-wrapper {
    padding: 0 30px 0;
  }
}
.app1-wrapper__shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.app1__content {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .app1__content {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .app1__content {
    padding-bottom: 0;
  }
}
.app1-link {
  padding: 15px 30px;
  border-radius: 5000px;
  background: var(--yellow);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
@media (max-width: 1199px) {
  .app1-link {
    margin-bottom: 10px;
  }
}
.app1-link__icon {
  width: 35px;
  font-size: 35px;
  color: var(--white);
  display: inline-flex;
}
.app1-link__icon i {
  display: inline-flex;
}
.app1-link__icon i.fa-apple {
  font-size: 42px;
}
.app1-link__icon i.fa-google-play {
  margin-right: 5px;
  font-size: 32px;
}
.app1-link__content-subtitle {
  color: #F4F4F4;
  font-family: var(--body-font);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: start;
}
.app1-link__content-title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.app1-thumb {
  position: relative;
  height: 100%;
  padding-bottom: -100px;
}
.app1-thumb__one {
  position: relative;
  margin-left: 50px;
  z-index: 1;
  margin-bottom: -155px;
}
.app1-thumb__two {
  position: relative;
  z-index: 4;
  margin-bottom: -125px;
  margin-left: -80px;
}
@media (max-width: 1399px) {
  .app1-thumb__two {
    margin-bottom: -254px;
  }
}
@media (max-width: 1199px) {
  .app1-thumb__two {
    margin-bottom: -35px;
  }
}
.app1-thumb__shape1 {
  position: absolute;
  bottom: 0;
  right: 8%;
  z-index: 3;
}
.app1-thumb__shape2 {
  position: absolute;
  top: 43%;
  left: 0;
  z-index: 5;
}
.app1-thumb__shape2 img {
  border-radius: 15px;
}

/* 12. Blog */
.blog1-card {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--border-color1);
  background: var(--white);
  transition: all 0.4s ease-in-out;
}
.blog1-card__thumb {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.blog1-card__thumb img {
  position: relative;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.blog1-card__thumb-badge {
  position: absolute;
  padding: 9px 10px 7px 10px;
  border-radius: 6px;
  background: var(--white);
  top: 16px;
  left: 16px;
  color: var(--black2);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.blog1-card__meta {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 7px;
}
.blog1-card__meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.blog1-card__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 8px;
}
.blog1-card__link {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.4s ease-in-out;
}
.blog1-card:hover .blog1-card__thumb img {
  transform: scale(1.05);
}
.blog1-card:hover .blog1-card__thumb-badge {
  background: var(--theme-color3);
  color: var(--white);
}
.blog1-card:hover .blog1-card__link {
  color: var(--theme-color3);
}
.blog1-slider {
  padding-bottom: 80px;
}
.blog1 .slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 48px;
  padding-bottom: 5px;
}
.blog1 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #EEECFD;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid var(--theme-color3);
  box-shadow: none;
}
.blog1 .swiper-pagination-bullet-active {
  background-color: var(--theme-color3);
  width: 36px;
  height: 16px;
  border-radius: 999px;
  border-color: var(--theme-color3);
}

.blog2-card {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--border-color1);
  background: var(--white);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 449px) {
  .blog2-card {
    padding: 12px;
  }
}
.blog2-card__thumb {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.blog2-card__thumb img {
  position: relative;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.blog2-card__thumb-badge {
  position: absolute;
  padding: 7px 10px 5px 10px;
  border-radius: 6px;
  background: var(--white);
  top: 16px;
  left: 16px;
  color: var(--black2);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
.blog2-card__meta {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 7px;
}
.blog2-card__meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.blog2-card__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 8px;
}
.blog2-card__link {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.4s ease-in-out;
}
.blog2-card:hover .blog2-card__thumb img {
  transform: scale(1.05);
}
.blog2-card:hover .blog2-card__thumb-badge {
  background: var(--theme-color3);
  color: var(--white);
}
.blog2-card:hover .blog2-card__link {
  color: var(--theme-color3);
}
.blog2-slider {
  padding-bottom: 80px;
}
.blog2-slider .slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 48px;
  padding-bottom: 5px;
}
.blog2-slider .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #EEECFD;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid var(--theme-color3);
  box-shadow: none;
}
.blog2-slider .swiper-pagination-bullet-active {
  background-color: var(--theme-color3);
  width: 36px;
  height: 16px;
  border-radius: 999px;
  border-color: var(--theme-color3);
}

@media (max-width: 1199px) {
  .blog3-wrapper {
    margin-bottom: 30px;
  }
}
.blog3 .blog2-card {
  margin-bottom: 24px;
}

@media (max-width: 1199px) {
  .blog4 .blog-standerd-wrapper {
    margin-bottom: 30px;
  }
}
.blog4 .blog-standard {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--border-color1);
  background: var(--white);
  transition: all 0.4s ease-in-out;
  margin-bottom: 24px;
}
@media (max-width: 449px) {
  .blog4 .blog-standard {
    padding: 10px;
  }
}
.blog4 .blog-standard__thumb {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.blog4 .blog-standard__thumb img {
  position: relative;
  border-radius: 10px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.blog4 .blog-standard__thumb .badge {
  position: absolute;
  padding: 12px 16px 10px;
  border-radius: 8px;
  top: 16px;
  left: 16px;
  color: var(--white);
  text-align: center;
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  line-height: 1;
  background: var(--theme-color3);
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.blog4 .blog-standard__thumb .badge span {
  display: block;
  color: var(--white);
  text-align: center;
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.blog4 .blog-standard__meta {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 7px;
}
.blog4 .blog-standard__meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.blog4 .blog-standard__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .blog4 .blog-standard__title {
    font-size: 24px;
  }
}
@media (max-width: 449px) {
  .blog4 .blog-standard__title {
    font-size: 20px;
  }
}
.blog4 .blog-standard__text {
  opacity: 0.9;
  color: var(--text-color1);
  font-family: var(--text-color1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.blog4 .blog-standard__btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
@media (max-width: 449px) {
  .blog4 .blog-standard__btn-wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.blog4 .blog-standard__btn-wrapper .theme-btn {
  background: rgba(0, 88, 224, 0.1);
  color: var(--theme-color3);
}
.blog4 .blog-standard__btn-wrapper .theme-btn:hover {
  color: var(--white);
}
.blog4 .blog-standard__btn-wrapper .share-btn {
  color: var(--black2);
  font-family: var(--body-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.blog4 .blog-standard__btn-wrapper .share-btn i {
  color: var(--theme-color3);
}
.blog4 .blog-standard__btn-wrapper .share-btn:hover {
  color: var(--theme-color3);
}
.blog4 .blog-standard__link {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.4s ease-in-out;
}
.blog4 .blog-standard:hover .blog1-card__thumb img {
  transform: scale(1.05);
}
.blog4 .blog-standard:hover .blog1-card__thumb-badge {
  background: var(--theme-color1);
  color: var(--white);
}
.blog4 .blog-standard:hover .blog1-card__link {
  color: var(--theme-color1);
}

@media (max-width: 1199px) {
  .blog-details-wrapper {
    margin-bottom: 30px;
  }
}
.blog-details__thumb {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 33px;
}
.blog-details__thumb img {
  position: relative;
  border-radius: 10px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.blog-details__thumb .badge {
  position: absolute;
  padding: 12px 16px 10px;
  border-radius: 8px;
  top: 16px;
  left: 16px;
  color: var(--white);
  text-align: center;
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  line-height: 1;
  background: var(--theme-color3);
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.blog-details__thumb .badge span {
  display: block;
  color: var(--white);
  text-align: center;
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.blog-details__meta {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color1);
}
@media (max-width: 449px) {
  .blog-details__meta {
    gap: 10px;
  }
}
.blog-details__meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.blog-details__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .blog-details__title {
    font-size: 26px;
  }
}
.blog-details__text {
  opacity: 0.9;
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
  max-width: 980px;
}
.blog-details__gallery {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px 0 30px;
}
.blog-details__gallery-thumb img {
  width: 100%;
}
.blog-details__quote {
  border-radius: 10px;
  border-left: 4px solid var(--theme-color3);
  background: var(--bg-color1);
  padding: 36px 40px;
  position: relative;
  margin: 28px 0 30px 0;
}
@media (max-width: 767px) {
  .blog-details__quote {
    padding: 20px;
  }
}
.blog-details__quote-text {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  margin-right: 115px;
}
@media (max-width: 767px) {
  .blog-details__quote-text {
    margin-right: 0;
  }
}
.blog-details__quote-icon {
  position: absolute;
  right: 40px;
  bottom: 23px;
}
.blog-details__tag-box {
  border-top: 1px solid var(--border-color1);
  border-bottom: 1px solid var(--border-color1);
  padding: 23px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .blog-details__tag-box {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.blog-details__tag-box-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 449px) {
  .blog-details__tag-box-left {
    gap: 6px;
  }
}
.blog-details__tag-box-left ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 449px) {
  .blog-details__tag-box-left ul {
    gap: 4px;
  }
}
.blog-details__tag-box-left ul li a {
  border-radius: 4px;
  border: 1px solid var(--border-color1);
  background: var(--white);
  padding: 8px 12px;
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  transition: 0.4s all ease-in-out;
}
.blog-details__tag-box-left ul li:hover a {
  background-color: var(--theme-color3);
  color: var(--white);
}
.blog-details__tag-box-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-details__tag-box-right ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-details__tag-box-right ul li a {
  color: var(--black2);
  font-size: 18px;
  transition: 0.4s all ease-in-out;
}
.blog-details__tag-box-right ul li:hover a {
  color: var(--theme-color3);
}
.blog-details__tag-box-title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.blog-details .comment-wrapper {
  margin: 44px 0;
}
.blog-details .comment-wrapper .comment-title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 34px;
}
.blog-details .comment-wrapper .comment-box {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  border-bottom: 1px solid var(--border-color1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 449px) {
  .blog-details .comment-wrapper .comment-box {
    flex-wrap: wrap;
  }
}
.blog-details .comment-wrapper .comment-box .comment-author {
  flex-shrink: 0;
}
.blog-details .comment-wrapper .comment-box .author-details .name {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: capitalize;
  padding-bottom: 13px;
}
.blog-details .comment-wrapper .comment-box .author-details .date {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.blog-details .comment-wrapper .comment-box .author-details .text {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.blog-details .comment-wrapper .comment-box .author-details .theme-btn {
  position: absolute;
  right: 0;
  top: 12px;
  padding: 4px 16px;
  border-radius: 999px;
  height: 38px;
  font-size: 14px;
}
.blog-details .comment-wrapper .comment-box .author-details .theme-btn::before {
  border-radius: 999px;
}

/* 13. Partner */
.partner1__wrapper {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--border-color1);
}
@media (max-width: 1199px) {
  .partner1__wrapper {
    padding-bottom: 30px;
  }
}

.partner2__wrapper {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--border-color1);
}
@media (max-width: 1199px) {
  .partner2__wrapper {
    padding-bottom: 30px;
  }
}

/* 14. Marquee */
.heading-slide {
  padding: 55px 0;
}
.heading-slide__title {
  display: flex;
  align-items: center;
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  text-transform: capitalize;
}
.heading-slide__title-two {
  color: var(--theme-color3);
  font-family: var(--title-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  text-transform: capitalize;
}

.heading-slide__active .swiper-wrapper {
  transition-timing-function: linear;
}

.heading-slide__active .swiper-wrapper .swiper-slide {
  width: auto;
}

/* 15. Cta */
.cta2 {
  position: relative;
}
.cta2::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  content: "";
  background-color: var(--bg-color1);
}
.cta2-wrapper {
  background-color: var(--theme-color3);
  border-radius: 16px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .cta2-wrapper {
    padding: 30px 20px;
  }
}
.cta2-thumb-wrapper {
  position: relative;
}
.cta2__thumb {
  max-width: 223px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .cta2__thumb {
    display: none;
  }
}
.cta2__shape1 {
  position: absolute;
  bottom: 0;
  right: 40px;
}
.cta2__shape2 {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.cta2__shape3 {
  position: absolute;
  top: 80px;
  left: 80px;
}
.cta2-content {
  max-width: 540px;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .cta2-content {
    padding-left: 0;
  }
}
.cta2-content .section-top2__subtitle {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}
.cta2-content .section-top2__title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.4px;
  text-align: left;
}
@media (max-width: 1199px) {
  .cta2-content .section-top2__title {
    font-size: 33px;
    line-height: 43px;
  }
}
@media (max-width: 500px) {
  .cta2-content .section-top2__title {
    font-size: 24px;
    line-height: 36px;
  }
}
.cta2-content .section-top2__text {
  color: var(--white);
  text-align: left;
}
@media (max-width: 1199px) {
  .cta2-content .section-top2__text br {
    display: none;
  }
}
.cta2__btn-wrapper {
  position: relative;
  padding-left: 40px;
}
@media (max-width: 1199px) {
  .cta2__btn-wrapper {
    padding-left: 0;
  }
}
.cta2__btn-wrapper .theme-btn {
  background-color: #FF9924;
  max-width: 200px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .cta2__btn-wrapper .theme-btn {
    margin-top: 20px;
  }
}
.cta2__shape4 {
  position: absolute;
  bottom: -120px;
  right: 0;
}
.cta2__shape5 {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .cta2__shape5 {
    display: none;
  }
}

/* 16. Shop */
.shop1-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid var(--border-color1);
  padding: 20px;
  margin-bottom: 24px;
}
@media (max-width: 449px) {
  .shop1-top {
    flex-wrap: wrap;
  }
}
.shop1-top .nav_select {
  display: flex;
  align-items: center;
  gap: 12px;
}
.shop1-top .nav_select .dropdown-toggle {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.shop1-top .show-product-count {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.shop1-card {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--border-color1);
  background: var(--white);
  text-align: center;
  margin-bottom: 24px;
}
.shop1-card:hover .shop1-card__thumb .cart-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.shop1-card__thumb {
  position: relative;
  background-color: var(--bg-color1);
  border-radius: 10px;
  overflow: hidden;
}
.shop1-card__thumb .discount {
  border-radius: 4px;
  background: var(--theme-color3);
  color: var(--white);
  position: absolute;
  left: 16px;
  top: 16px;
  color: var(--white);
  font-family: var(--body-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1px;
  text-transform: capitalize;
  padding: 8px 12px 6px 12px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.shop1-card__thumb .badge {
  border-radius: 4px;
  background: #ff0000;
  color: var(--white);
  position: absolute;
  left: 16px;
  top: 16px;
  color: var(--white);
  font-family: var(--body-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1px;
  text-transform: capitalize;
  padding: 8px 12px 6px 12px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.shop1-card__thumb .cart-btn {
  position: absolute;
  bottom: 0;
  left: 20%;
  background-color: var(--theme-color3);
  color: var(--white);
  padding: 12px 30px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-family: var(--body-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease-in-out;
}
.shop1-card-content {
  padding-top: 20px;
}
.shop1-card-content h4 {
  color: var(--black2);
  text-align: center;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 4px;
}
.shop1-card-content__title {
  color: var(--black2);
  text-align: center;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  transition: 0.4s all ease-in-out;
}
.shop1-card-content__title:hover {
  color: var(--theme-color3);
}
.shop1-card-content__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 6px;
}
.shop1-card-content__rating ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop1-card-content__rating ul li {
  font-size: 14px;
  color: var(--yellow);
}
.shop1-card-content__rating-text {
  color: var(--body-font);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.shop1-card-content__price {
  color: var(--theme-color3);
  text-align: center;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.shop1-card-content__price span {
  color: var(--text-color1);
  text-decoration-line: line-through;
}

.shop-details-wrapper .shop-details-image {
  background-color: var(--bg-color1);
  padding: 24px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 991px) {
  .shop-details-wrapper .shop-details-image {
    margin-bottom: 40px;
  }
}
.shop-details-wrapper .shop-details-image .shop-details-thumb {
  text-align: center;
  margin-bottom: 20px;
}
.shop-details-wrapper .shop-details-image .shop-details-thumb img {
  width: 212px;
  height: 292px;
}
.shop-details-wrapper .shop-details-image .nav {
  gap: 12px;
}
.shop-details-wrapper .shop-details-image .nav-item {
  border: 1px solid var(--border-color1);
  background-color: var(--white);
  border-radius: 8px;
  height: 130px;
  width: 130px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1599px) {
  .shop-details-wrapper .shop-details-image .nav-item {
    height: 120px;
    width: 100px;
  }
}
@media (max-width: 449px) {
  .shop-details-wrapper .shop-details-image .nav-item {
    width: 29%;
    height: auto;
  }
}
.shop-details-wrapper .shop-details-image-icon {
  position: absolute;
  right: 30px;
  top: 30px;
}
.shop-details-wrapper .shop-details-content__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding-bottom: 14px;
}
@media (max-width: 449px) {
  .shop-details-wrapper .shop-details-content__title {
    font-size: 30px;
  }
}
.shop-details-wrapper .shop-details-content__star {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 23px;
}
.shop-details-wrapper .shop-details-content__star a {
  font-size: 14px;
  color: var(--yellow);
}
.shop-details-wrapper .shop-details-content__star span {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.shop-details-wrapper .shop-details-content__text {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  padding-bottom: 35px;
}
.shop-details-wrapper .shop-details-content .price-list {
  display: flex;
  align-items: center;
  gap: 56px;
}
@media (max-width: 449px) {
  .shop-details-wrapper .shop-details-content .price-list {
    gap: 30px;
  }
}
.shop-details-wrapper .shop-details-content .price-list .price {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}
.shop-details-wrapper .shop-details-content .price-list .in-stock {
  color: #57C600;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
}
.shop-details-wrapper .shop-details-content .cart-wrapper {
  display: flex;
  align-items: center;
  margin-top: 35px;
  gap: 15px;
}
@media (max-width: 1399px) {
  .shop-details-wrapper .shop-details-content .cart-wrapper {
    gap: 6px;
  }
}
@media (max-width: 767px) {
  .shop-details-wrapper .shop-details-content .cart-wrapper {
    flex-wrap: wrap;
  }
}
.shop-details-wrapper .shop-details-content .cart-wrapper .form-control {
  width: 50px;
  padding: 0;
  border: 1px solid var(--border-color1);
  border-top: none;
  border-bottom: none;
  padding-left: 15px;
  height: 30px;
  border-radius: 0;
  margin: 0 10px;
}
.shop-details-wrapper .shop-details-content .cart-wrapper .plus-minus-input {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color1);
  border-radius: 999px;
  height: 44px;
  padding: 12px 30px;
}
.shop-details-wrapper .shop-details-content .cart-wrapper .plus-minus-input i {
  font-size: 14px;
  color: var(--text-color1);
}
.shop-details-wrapper .shop-details-content .cart-wrapper .theme-btn.modal-btn {
  background-color: transparent;
  border: 1px solid var(--border-color1);
  border-radius: 999px;
  height: 46px;
  color: var(--theme-color3);
  text-align: center;
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.shop-details-wrapper .shop-details-content .cart-wrapper .theme-btn.modal-btn:hover {
  color: var(--white);
}
.shop-details-wrapper .shop-details-content .cart-wrapper .theme-btn {
  border-radius: 999px;
  height: 46px;
}
.shop-details-wrapper .shop-details-content .cart-wrapper .theme-btn::before {
  border-radius: 999px;
}
.shop-details-wrapper .shop-details-content .cart-wrapper .icon-box a {
  background-color: var(--theme-color3);
  color: var(--white);
  height: 44px;
  width: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.shop-details-wrapper .shop-details-content .cart-wrapper .modal-dialog .modal-content .modal-body .readMoreBox {
  padding: 20px 30px;
  background-color: var(--bg-color1);
}
.shop-details-wrapper .shop-details-content .cart-wrapper .modal-dialog .modal-content .modal-body .readMoreBox .content h3 {
  color: var(--black2);
  font-family: var(--title-font);
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.shop-details-wrapper .shop-details-content .cart-wrapper .modal-dialog .modal-content .modal-body .readMoreBox .content p {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.shop-details-wrapper .shop-details-content .category-box {
  border: 1px solid rgba(92, 112, 126, 0.3);
  padding: 10px;
  margin-top: 40px;
  border-radius: 16px;
}
.shop-details-wrapper .shop-details-content .category-box .category-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  border-radius: 10px;
  background: var(--bg-color1);
  padding: 30px 25px;
  padding-bottom: 14px;
}
@media (max-width: 1599px) {
  .shop-details-wrapper .shop-details-content .category-box .category-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1399px) {
  .shop-details-wrapper .shop-details-content .category-box .category-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 449px) {
  .shop-details-wrapper .shop-details-content .category-box .category-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.shop-details-wrapper .shop-details-content .category-box .category-list ul li {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 15px;
}
.shop-details-wrapper .shop-details-content .category-box .category-list ul li span {
  font-size: 16px;
  font-weight: 500;
  color: var(--black2);
  padding-right: 10px;
}
.shop-details-wrapper .single-tab {
  padding: 80px 0 50px 0;
}
.shop-details-wrapper .single-tab .nav {
  border-bottom: 1px solid var(--bg-color1);
}
.shop-details-wrapper .single-tab .nav .nav-link {
  position: relative;
}
.shop-details-wrapper .single-tab .nav .nav-link h6 {
  color: var(--text-color1);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .shop-details-wrapper .single-tab .nav .nav-link h6 {
    font-size: 18px;
  }
}
.shop-details-wrapper .single-tab .nav .nav-link.active h6 {
  color: var(--theme-color3);
}
.shop-details-wrapper .single-tab .nav .nav-link.active::before {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: var(--theme-color3);
  transition: 0.3s;
}
.shop-details-wrapper .single-tab .tab-content p {
  font-size: 16px;
  font-family: var(--body-font);
  line-height: 24px;
  margin-bottom: 20px;
}
.shop-details-wrapper .shop-details-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--border-color1);
  margin-bottom: 60px;
}
.shop-details-wrapper .shop-details-slider-head .title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.3px;
}
.shop-details-wrapper .shop-details-slider-head .swiper-arrow {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 449px) {
  .shop-details-wrapper .shop-details-slider-head .swiper-arrow {
    display: none;
  }
}
.shop-details-wrapper .shop-details-slider-head .swiper-arrow .swiper-nav {
  height: 54px;
  width: 54px;
  border-radius: 50%;
  border: 1px solid var(--border-color1);
  color: var(--black2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all ease-in-out;
}
.shop-details-wrapper .shop-details-slider-head .swiper-arrow .swiper-nav:hover {
  background-color: var(--theme-color3);
  color: var(--white);
}
.shop-details-wrapper .comment-box {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  border-bottom: 1px solid var(--border-color1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.shop-details-wrapper .comment-box .comment-author {
  flex-shrink: 0;
}
.shop-details-wrapper .comment-box .author-details .name {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: capitalize;
  padding-bottom: 13px;
}
.shop-details-wrapper .comment-box .author-details .date {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.shop-details-wrapper .comment-box .author-details .text {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.shop-details-wrapper .comment-box .author-details .theme-btn {
  position: absolute;
  right: 0;
  top: 12px;
  padding: 4px 16px;
  border-radius: 999px;
  height: 38px;
  font-size: 14px;
}
.shop-details-wrapper .comment-box .author-details .theme-btn::before {
  border-radius: 999px;
}

/* 17. Event */
.event1 {
  position: relative;
  padding-bottom: 90px;
}
.event1-card {
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 16px;
  border: 1px solid var(--border-color1);
  background: var(--white);
  padding: 12px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .event1-card {
    flex-wrap: wrap;
  }
}
.event1-card__thumb {
  flex-shrink: 0;
  position: relative;
}
.event1-card__thumb img {
  width: 100%;
  border-radius: 16px;
}
@media (max-width: 449px) {
  .event1-card__thumb img {
    width: 90%;
  }
}
.event1-card__thumb .event-badge {
  position: absolute;
  left: 20px;
  top: 20px;
  color: var(--white);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  background-color: var(--theme-color3);
  display: inline-flex;
  padding: 10px;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
}
.event1-card-content__head {
  border-bottom: 1px dashed var(--border-color1);
  margin-bottom: 18px;
  padding-bottom: 20px;
}
.event1-card-content__head-title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 449px) {
  .event1-card-content__head-title {
    font-size: 18px;
  }
}
.event1-card-content__meta__text {
  color: var(--text-color1);
  font-family: H var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.event1-card-content__text {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-top: 20px;
}
.event1-card-content__btn-wrapper {
  margin-top: 20px;
}
.event1-card-content__btn-wrapper .theme-btn {
  height: 44px;
  background-color: transparent;
  border: 1px solid var(--border-color1);
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.event1-card-content__btn-wrapper .theme-btn::before {
  background-color: var(--theme-color3);
}

.event-details-content__thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.event-details-content__thumb:hover img {
  transform: scale(1.1);
}
.event-details-content__thumb img {
  width: 100%;
  transition: 0.4s all ease-in-out;
}
.event-details-content__thumb .event-badge {
  position: absolute;
  left: 20px;
  top: 20px;
  color: var(--white);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  background-color: var(--theme-color3);
  display: inline-flex;
  padding: 10px;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
}
.event-details-content__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  text-transform: capitalize;
  padding-top: 35px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .event-details-content__title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 449px) {
  .event-details-content__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.event-details-content__subtitle {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media (max-width: 449px) {
  .event-details-content__subtitle {
    font-size: 26px;
    line-height: 32px;
  }
}
.event-details-content__text {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 12px;
}
.event-details-content__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .event-details-content__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.event-details-content__list li {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 12px;
  color: var(--black2);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
}
.event-details-content__gallery {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
  margin-bottom: 35px;
}
@media (max-width: 449px) {
  .event-details-content__gallery {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.event-details-content__gallery-thumb {
  overflow: hidden;
  border-radius: 20px;
}
.event-details-content__gallery-thumb:hover img {
  transform: scale(1.1);
}
.event-details-content__gallery-thumb img {
  width: 100%;
  transition: 0.4s all ease-in-out;
}
.event-details-content .bottom-text {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color1);
}
.event-details-content__btn-wrapper {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .event-details-slider {
    margin-bottom: 30px;
  }
}
.event-details-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
  margin-top: 65px;
}
@media (max-width: 449px) {
  .event-details-slider-head {
    margin-top: 35px;
    padding-bottom: 30px;
  }
}
.event-details-slider-head__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
}
.event-details-slider-head .swiper-arrow {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 449px) {
  .event-details-slider-head .swiper-arrow {
    display: none;
  }
}
.event-details-slider-head .swiper-arrow .swiper-nav {
  height: 54px;
  width: 54px;
  border-radius: 50%;
  border: 1px solid var(--border-color1);
  color: var(--black2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all ease-in-out;
}
.event-details-slider-head .swiper-arrow .swiper-nav:hover {
  background-color: var(--theme-color3);
  color: var(--white);
}

/* 18. Contact */
.contact1-info-wrapper {
  border-radius: 10px;
  border: 1px solid var(--border-color1);
  background: var(--white);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1199px) {
  .contact1-info-wrapper {
    margin-bottom: 30px;
  }
}
.contact1-info-box {
  padding: 30px;
}
@media (max-width: 449px) {
  .contact1-info-box {
    padding: 10px;
  }
}
.contact1-info {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px dashed var(--border-color1);
}
@media (max-width: 449px) {
  .contact1-info {
    gap: 10px;
  }
}
.contact1-info__icon {
  background-color: var(--bg-color1);
  border: 2px solid var(--theme-color3);
  height: 62px;
  width: 62px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact1-info-content__title {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
}
.contact1-info-content__link {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
}
@media (max-width: 449px) {
  .contact1-info-content__link {
    font-size: 18px;
  }
}
.contact1-map {
  max-width: 455px;
  height: 270px;
}
@media (max-width: 1199px) {
  .contact1-map {
    max-width: 100%;
  }
}
.contact1-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.contact1-input-wrapper .title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
  text-align: left;
  text-transform: capitalize;
  padding-bottom: 30px;
}
.contact1-input .form-label {
  color: var(--black2);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact1-input textarea {
  height: 200px;
}
.contact1-input-area {
  margin-bottom: 28px;
}
.contact1-input-btn-wrapper {
  margin-top: 30px;
}

/* 19. Checkout */
.checkout1-input-wrapper .title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
  text-align: left;
  text-transform: capitalize;
  padding-bottom: 30px;
}
.checkout1-input .form-label {
  color: var(--black2);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.checkout1-input .form-label span {
  color: #FD0909;
}
.checkout1-input .check-btn1 {
  color: var(--black2);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.checkout1-input .check-btn2 {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.checkout1-input .form-control {
  height: 50px;
  padding: 0 20px;
}
.checkout1-input textarea {
  height: 177px !important;
}
.checkout1-input-area {
  margin-bottom: 28px;
}
.checkout1-input-btn-wrapper {
  margin-top: 30px;
}
.checkout1-info-wrapper {
  border-radius: 10px;
  border: 1px solid var(--border-color1);
  background: var(--white);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.06);
  padding: 30px;
}
@media (max-width: 449px) {
  .checkout1-info-wrapper {
    padding: 16px;
  }
}
.checkout1-info__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  padding-bottom: 24px;
}
.checkout1-info__item {
  padding-bottom: 16px;
  border-bottom: 1px dashed var(--border-color1);
  margin-bottom: 20px;
}
.checkout1-info__item.total-area {
  display: flex;
  align-items: first baseline;
  justify-content: space-between;
}
.checkout1-info__item h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--black2);
  font-family: var(--body-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.checkout1-info__item .form-check {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: flex-end;
}
.checkout1-info__item .form-check .form-check-label {
  color: var(--black2);
  text-align: right;
  font-family: var(--body-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.checkout1-info__bottom .form-check {
  padding-bottom: 12px;
}
.checkout1-info__bottom .form-check .form-check-label {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.checkout1-info__bottom p {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 15px;
}
.checkout1-btn-wrapper {
  padding-top: 15px;
}
.checkout1-btn-wrapper .theme-btn {
  width: 100%;
}

/* 20. Wishlist */
.wishlist1-tabel-wrapper thead tr th {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .wishlist1-tabel-wrapper thead tr th {
    font-size: 20px;
  }
}
.wishlist1-tabel-wrapper tbody tr td {
  padding: 20px 0;
}
.wishlist1-tabel-wrapper tbody tr td .delete-icon {
  color: var(--theme-color3);
}
.wishlist1-tabel-wrapper tbody tr td .product-thumb {
  margin: 10px 20px;
}
@media (max-width: 767px) {
  .wishlist1-tabel-wrapper tbody tr td .product-thumb {
    margin: 8px 0;
  }
}
.wishlist1-tabel-wrapper tbody tr td .product-name {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .wishlist1-tabel-wrapper tbody tr td .product-name {
    font-size: 15px;
    white-space: nowrap;
  }
}
.wishlist1-tabel-wrapper tbody tr td.price {
  color: var(--theme-color3);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  padding-top: 34px;
}
.wishlist1-tabel-wrapper tbody tr td.price .discount-price {
  opacity: 0.8;
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: line-through;
  text-transform: uppercase;
}
.wishlist1-tabel-wrapper tbody tr td.in-stock {
  color: #51B800;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  padding-top: 34px;
}
.wishlist1-tabel-wrapper tbody tr td.sub-total {
  color: var(--theme-color3);
  font-family: Hind;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding-top: 34px;
  text-align: right;
}

/* 21. Cart */
.cart1-tabel-wrapper thead tr th {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cart1-tabel-wrapper thead tr th {
    font-size: 20px;
  }
}
.cart1-tabel-wrapper tbody tr td {
  padding: 20px 0;
}
.cart1-tabel-wrapper tbody tr td .delete-icon {
  color: var(--theme-color3);
}
.cart1-tabel-wrapper tbody tr td .product-thumb {
  margin: 10px 20px;
}
@media (max-width: 767px) {
  .cart1-tabel-wrapper tbody tr td .product-thumb {
    margin: 8px 4px;
  }
}
.cart1-tabel-wrapper tbody tr td .product-name {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .cart1-tabel-wrapper tbody tr td .product-name {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .cart1-tabel-wrapper tbody tr td .product-name {
    display: none;
  }
}
.cart1-tabel-wrapper tbody tr td.price {
  color: var(--theme-color3);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  padding-top: 34px;
}
.cart1-tabel-wrapper tbody tr td.price .discount-price {
  opacity: 0.8;
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: line-through;
  text-transform: uppercase;
}
.cart1-tabel-wrapper tbody tr td.in-stock {
  color: #51B800;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  padding-top: 34px;
}
.cart1-tabel-wrapper tbody tr td.sub-total {
  color: var(--theme-color3);
  font-family: Hind;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding-top: 34px;
  text-align: right;
}
.cart1-tabel-wrapper tbody tr .form-control {
  width: 40px;
  padding: 0;
  border: none;
  padding-left: 15px;
  height: 38px;
}
.cart1-tabel-wrapper tbody tr .plus-minus-input {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color1);
  border-radius: 999px;
  height: 40px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cart1-tabel-wrapper tbody tr .plus-minus-input {
    margin-left: 0;
  }
}
.cart1-tabel-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cart1-tabel-bottom {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.cart1-tabel-bottom__side .input-group {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cart1-tabel-bottom__side .input-group .form-control {
  width: 260px;
  height: 50px;
  border-radius: 6px !important;
}
.cart1-tabel-bottom__side .input-group .theme-btn {
  border-radius: 6px !important;
  background-color: var(--black2);
  height: 50px;
}
.cart1-order-summary {
  border-radius: 10px;
  border: 1px solid var(--border-color1);
  background: var(--white);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.06);
  padding: 30px;
}
@media (max-width: 1199px) {
  .cart1-order-summary {
    margin-top: 30px;
  }
}
@media (max-width: 449px) {
  .cart1-order-summary {
    padding: 16px;
  }
}
.cart1-order-summary__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color1);
}
.cart1-order-summary__item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color1);
}
@media (max-width: 449px) {
  .cart1-order-summary__item {
    padding: 12px 0;
  }
}
.cart1-order-summary__item-title {
  width: 130px;
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  flex-shrink: 0;
}
@media (max-width: 449px) {
  .cart1-order-summary__item-title {
    width: 85px;
  }
}
.cart1-order-summary__item-amount {
  color: var(--theme-color3);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.cart1-order-summary__item-text {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.cart1-order-summary__btn-wrapper {
  margin-top: 24px;
}
.cart1-order-summary__btn-wrapper .theme-btn {
  background-color: var(--black2);
}

/* 22. Faq */
.faq1 .accordion .global-accordion-item {
  border-radius: 8px;
  border: 1px solid var(--border-color1);
  margin-bottom: 16px;
}
.faq1 .accordion .global-accordion-item .global-accordion-header {
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq1 .accordion .global-accordion-item .global-accordion-button {
  position: relative;
  color: var(--theme-color3);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
}
@media (max-width: 1399px) {
  .faq1 .accordion .global-accordion-item .global-accordion-button {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .faq1 .accordion .global-accordion-item .global-accordion-button {
    font-size: 16px;
    padding-top: 8px;
  }
}
@media (max-width: 374px) {
  .faq1 .accordion .global-accordion-item .global-accordion-button {
    padding: 10px;
  }
}
.faq1 .accordion .global-accordion-item .global-accordion-button .icon2 {
  z-index: 11;
}
.faq1 .accordion .global-accordion-item .global-accordion-button .icon2 i {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 16px;
  display: inline-block;
}
@media (max-width: 575px) {
  .faq1 .accordion .global-accordion-item .global-accordion-button .icon2 i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.faq1 .accordion .global-accordion-item .global-accordion-button .icon {
  z-index: 11;
  transition: 0.4s all ease-in-out;
  display: none;
}
.faq1 .accordion .global-accordion-item .global-accordion-button .icon i {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 16px;
  display: inline-block;
}
@media (max-width: 575px) {
  .faq1 .accordion .global-accordion-item .global-accordion-button .icon i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.faq1 .accordion .global-accordion-item .global-accordion-button.collapsed {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 767px) {
  .faq1 .accordion .global-accordion-item .global-accordion-button.collapsed {
    font-size: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 575px) {
  .faq1 .accordion .global-accordion-item .global-accordion-button.collapsed {
    font-size: 16px;
    line-height: 18px;
  }
}
.faq1 .accordion .global-accordion-item .global-accordion-button.collapsed .icon2 {
  display: none;
}
.faq1 .accordion .global-accordion-item .global-accordion-button.collapsed .icon {
  display: block;
}
.faq1 .accordion .global-accordion-item .global-accordion-body {
  padding: 0 30px;
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 24px;
}
@media (max-width: 449px) {
  .faq1 .accordion .global-accordion-item .global-accordion-body {
    padding: 0 10px 16px 10px;
  }
}
.faq1 .accordion .global-accordion-item .global-accordion-body p {
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: var(--text-color1);
}
@media (max-width: 575px) {
  .faq1 .accordion .global-accordion-item .global-accordion-body p {
    font-size: 15px;
  }
}
.faq1-head {
  position: relative;
}
.faq1-head::after {
  position: absolute;
  left: 0;
  top: 33px;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--border-color1);
}
.faq1-head-nav {
  border-radius: 100px;
  border: 1px solid var(--border-color1);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  gap: 7px;
  max-width: 365px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 374px) {
  .faq1-head-nav {
    border: none;
    padding: 0;
  }
}
.faq1-head-nav .faq1-nav__item {
  background-color: var(--bg-color1);
  border-radius: 100px;
  color: var(--theme-color3);
  transition: 0.4s all ease-in-out;
}
.faq1 .nav-pills .nav-link.active,
.faq1 .nav-pills .show > .nav-link {
  color: var(--white);
  background-color: var(--theme-color3);
  border-radius: 100px;
}

/* 23. Footer */
/*----------------------------------------------
    # Footer style here
----------------------------------------------*/
.footer1 {
  position: relative;
  background: var(--theme-color2);
  padding: 100px 0 30px;
  overflow: hidden;
}
.footer1-widget {
  position: relative;
  z-index: 5;
}
.footer1-widget__logo {
  position: relative;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.footer1-widget__logo:before {
  position: absolute;
  content: "";
  width: 70%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #093F8E;
}
.footer1-widget__desc {
  opacity: 0.8;
  color: var(--white);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: start;
}
.footer1-widget__social {
  position: relative;
  z-index: 5;
  padding: 10px 20px;
  display: inline-flex;
  gap: 44px;
  align-items: center;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #0F2D67;
  margin-top: 30px;
}
.footer1-widget__social a {
  position: relative;
  font-size: 16px;
  color: var(--white);
  opacity: 0.8;
}
.footer1-widget__social a:hover {
  color: var(--yellow);
}
.footer1-widget__social a:before {
  position: absolute;
  content: "";
  top: 5px;
  right: -21px;
  width: 1px;
  height: 18px;
  background: #E3E3E3;
}
.footer1-widget__social a:last-child::before {
  display: none;
}
.footer1-widget__title {
  position: relative;
  display: block;
  color: var(--white);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.footer1-widget__title:before {
  position: absolute;
  content: "";
  width: 70%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #093F8E;
}
.footer1-widget__nav-link a {
  display: block;
  margin-bottom: 20px;
  color: var(--white);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.footer1-widget__nav-link a svg,
.footer1-widget__nav-link a i {
  font-size: 12px;
  margin-right: 5px;
}
.footer1-widget__nav-link a:hover {
  color: var(--yellow);
}
.footer1-widget__support {
  position: relative;
  margin-top: 30px;
}
.footer1-widget__support-input {
  width: 100%;
  padding: 13px 16px;
  border-radius: 8px;
  background: var(--white);
  border: none;
}
.footer1-widget__support-input::placeholder {
  color: var(--black2);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.footer1-widget__support-btn {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 46px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color3);
  border-radius: 8px;
}
.footer1-widget__support-privacy {
  display: flex;
  align-items: center;
  color: var(--white);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 24px;
}
.footer1-widget__support-privacy input[type=checkbox] {
  margin-right: 0.5rem;
}
.footer1-widget__support-privacy a {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-decoration: underline;
  margin-left: 0.25rem;
}
.footer1-widget__support-privacy a:hover {
  text-decoration: none;
}
.footer1-bottom {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #052C67;
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .footer1-bottom {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 500px) {
  .footer1-bottom {
    gap: 15px;
  }
}
.footer1-bottom__left p {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.footer1-bottom__right ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 500px) {
  .footer1-bottom__right ul {
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .footer1-bottom__right ul {
    flex-wrap: wrap;
  }
}
.footer1-bottom__right ul li a {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

/*----------------------------------------------
    # Footer style here
----------------------------------------------*/

/* Contact Page Styles */
.breadcrumb-bg {
  position: relative;
  padding: 80px 0 120px;
  overflow: hidden;
  background-color: #0a1e43;
}
.breadcrumb-wrapper__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.breadcrumb-wrapper__bg-title {
  font-family: var(--title-font);
  font-size: 180px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  margin: 0;
  letter-spacing: -5px;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper__bg-title {
    font-size: 140px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper__bg-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper__bg-title {
    font-size: 60px;
  }
}
@media (max-width: 449px) {
  .breadcrumb-wrapper__bg-title {
    font-size: 40px;
  }
}
.breadcrumb-bg .breadcrumb-wrapper-content {
  position: relative;
  z-index: 2;
  padding-top: 100px;
}
.breadcrumb-bg .breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumb-bg .breadcrumb-item {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
}
.breadcrumb-bg .breadcrumb-item a {
  color: var(--white);
  font-weight: 500;
}
.breadcrumb-bg .breadcrumb-item a:hover {
  color: var(--theme-color1);
}
.breadcrumb-bg .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb-bg .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb-bg .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  padding-right: 10px;
  color: var(--text-color1);
}

/* Contact Info Section */
.contact-info {
  padding: 120px 0;
}
.contact-info-card {
  text-align: left;
}
.contact-info-card__icon {
  margin-bottom: 20px;
}
.contact-info-card__icon svg {
  width: 40px;
  height: 40px;
}
.contact-info-card__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .contact-info-card__title {
    font-size: 22px;
  }
}
.contact-info-card__text {
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .contact-info-card__text {
    font-size: 16px;
  }
}

/* Contact Form Section */
.contact-form-area {
  padding-bottom: 120px;
}
.contact-form-wrapper {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .contact-form-wrapper {
    padding-right: 0;
  }
}
.contact-form .form-control {
  border-radius: 8px;
  border: 1px solid var(--border-color1);
  background: var(--white);
  padding: 16px 20px;
  color: var(--black2);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.contact-form .form-control:focus {
  border-color: var(--theme-color1);
  box-shadow: none;
  outline: none;
}
.contact-form .form-control::placeholder {
  color: var(--text-color1);
  opacity: 0.7;
}
.contact-form textarea.form-control {
  min-height: 150px;
  resize: none;
}
.contact-map {
  height: 100%;
  min-height: 450px;
  border-radius: 10px;
  overflow: hidden;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 1199px) {
  .contact-map {
    min-height: 350px;
  }
  .contact-map iframe {
    min-height: 350px;
  }
}

/* Courses Page Styles */
.courses-page {
  padding: 0;
}

/* Sidebar */
.courses-sidebar {
  position: sticky;
  top: 100px;
}
.sidebar-widget {
  border-radius: 10px;
  border: 1px solid var(--border-color1);
  background: var(--white);
  padding: 25px;
  margin-bottom: 30px;
}
.sidebar-widget__title {
  color: var(--black2);
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color1);
}
.sidebar-search {
  position: relative;
}
.sidebar-search input {
  width: 100%;
  padding: 12px 50px 12px 15px;
  border-radius: 8px;
  border: 1px solid var(--border-color1);
  font-family: var(--body-font);
  font-size: 14px;
  color: var(--text-color1);
}
.sidebar-search input:focus {
  outline: none;
  border-color: var(--theme-color1);
}
.sidebar-search button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 36px;
  border-radius: 6px;
  border: none;
  background: var(--theme-color1);
  color: var(--white);
}
.sidebar-category-list,
.sidebar-rating-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-category-list li,
.sidebar-rating-list li {
  margin-bottom: 12px;
}
.sidebar-category-list li:last-child,
.sidebar-rating-list li:last-child {
  margin-bottom: 0;
}
.sidebar-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 15px;
  position: relative;
  padding-left: 28px;
}
.sidebar-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.sidebar-checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid var(--border-color1);
  border-radius: 4px;
  background: var(--white);
  transition: all 0.2s ease;
}
.sidebar-checkbox input:checked ~ .checkmark {
  background: var(--theme-color1);
  border-color: var(--theme-color1);
}
.sidebar-checkbox input:checked ~ .checkmark:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sidebar-checkbox .count {
  margin-left: auto;
  color: var(--text-color1);
  font-size: 14px;
}
.sidebar-checkbox .stars {
  color: #ffb800;
  font-size: 12px;
  margin-right: 5px;
}
.sidebar-checkbox .stars i {
  margin-right: 2px;
}

/* Courses Topbar */
.courses-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  border-radius: 10px;
  border: 1px solid var(--border-color1);
  background: var(--white);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .courses-topbar {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}
.courses-topbar__left p {
  margin-bottom: 0;
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
}
.courses-topbar__left p span {
  color: var(--theme-color1);
  font-weight: 600;
}
.courses-topbar__right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.courses-topbar__sort .form-select {
  border-radius: 8px;
  border: 1px solid var(--border-color1);
  padding: 10px 40px 10px 15px;
  font-family: var(--body-font);
  font-size: 14px;
  color: var(--text-color1);
  min-width: 200px;
}
.courses-topbar__sort .form-select:focus {
  border-color: var(--theme-color1);
  box-shadow: none;
}
.courses-topbar__view {
  display: flex;
  gap: 8px;
}
.courses-topbar__view button {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid var(--border-color1);
  background: var(--white);
  color: var(--text-color1);
  transition: all 0.3s ease;
}
.courses-topbar__view button:hover,
.courses-topbar__view button.active {
  background: var(--theme-color1);
  border-color: var(--theme-color1);
  color: var(--white);
}

/* Pagination */
.courses-pagination .pagination {
  gap: 10px;
}
.courses-pagination .page-item .page-link {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--border-color1);
  background: var(--white);
  color: var(--text-color1);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.courses-pagination .page-item .page-link:hover,
.courses-pagination .page-item.active .page-link {
  background: var(--theme-color1);
  border-color: var(--theme-color1);
  color: var(--white);
}

/*====== Components End ======*//*# sourceMappingURL=main.css.map */


/* =====================================================
   Modern Filtre Panel - Accordion Tabanlı
   ===================================================== */

/* Ana Panel */
.filter-panel {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

/* Hızlı Filtre Etiketleri */
.filter-section {
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.filter-section:last-of-type {
  border-bottom: none;
}

.filter-quick-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-tag {
  cursor: pointer;
}

.filter-tag input { display: none; }

.filter-tag span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: linear-gradient(135deg, #f8f9fc 0%, #f0f2f8 100%);
  border: 1px solid transparent;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  color: #5a6275;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.filter-tag span i {
  font-size: 13px;
  opacity: 0.7;
}

.filter-tag:hover span {
  background: linear-gradient(135deg, #eef0ff 0%, #e8ebff 100%);
  border-color: rgba(84, 62, 232, 0.2);
  color: var(--theme-color1);
}

.filter-tag input:checked + span {
  background: linear-gradient(135deg, var(--theme-color1) 0%, #6b5ce7 100%);
  color: #fff;
  box-shadow: 0 4px 12px rgba(84, 62, 232, 0.3);
}

.filter-tag input:checked + span i {
  opacity: 1;
}

/* Arama Kutusu */
.filter-search {
  position: relative;
  display: flex;
  align-items: center;
  background: #f5f7fa;
  border-radius: 12px;
  padding: 0 16px;
  transition: all 0.2s ease;
}

.filter-search:focus-within {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(84, 62, 232, 0.15);
}

.filter-search i {
  color: #9ca3af;
  font-size: 15px;
}

.filter-search input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 14px 12px;
  font-size: 14px;
  color: #1f2937;
  outline: none;
}

.filter-search input::placeholder {
  color: #9ca3af;
}

/* Accordion */
.filter-accordion {
  border-top: 1px solid #f0f0f0;
}

.accordion-item {
  border-bottom: 1px solid #f0f0f0;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  cursor: pointer;
  transition: background 0.2s ease;
  user-select: none;
}

.accordion-header:hover {
  background: #fafbfc;
}

.accordion-header span:first-child {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
}

.accordion-header span:first-child i {
  width: 20px;
  color: var(--theme-color1);
  font-size: 14px;
}

.filter-badge {
  background: #f0f2f8;
  color: #6b7280;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 100px;
}

.accordion-icon {
  color: #9ca3af;
  font-size: 12px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-item:not(.active) .accordion-icon {
  transform: rotate(-90deg);
}

.accordion-body {
  padding: 0 20px 20px;
  display: none;
}

.accordion-item.active .accordion-body {
  display: block;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Dropdown Select */
.filter-dropdown {
  width: 100%;
  padding: 12px 40px 12px 14px;
  margin-bottom: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-size: 14px;
  color: #374151;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 14px center;
  appearance: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-dropdown:last-child {
  margin-bottom: 0;
}

.filter-dropdown:hover {
  border-color: #d1d5db;
}

.filter-dropdown:focus {
  outline: none;
  border-color: var(--theme-color1);
  box-shadow: 0 0 0 3px rgba(84, 62, 232, 0.1);
}

/* Chip Seçenekler (Radio) */
.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-chip {
  cursor: pointer;
}

.filter-chip input { display: none; }

.filter-chip span {
  display: inline-block;
  padding: 8px 16px;
  background: #f5f7fa;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #4b5563;
  transition: all 0.2s ease;
}

.filter-chip:hover span {
  border-color: var(--theme-color1);
  color: var(--theme-color1);
}

.filter-chip input:checked + span,
.filter-chip.active span {
  background: var(--theme-color1);
  border-color: var(--theme-color1);
  color: #fff;
}

/* Fiyat Alanları */
.price-inputs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.price-field {
  flex: 1;
  position: relative;
}

.price-field input {
  width: 100%;
  padding: 11px 32px 11px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  color: #374151;
  background: #fff;
  transition: all 0.2s ease;
}

.price-field input:focus {
  outline: none;
  border-color: var(--theme-color1);
  box-shadow: 0 0 0 3px rgba(84, 62, 232, 0.1);
}

.price-field span {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 13px;
  pointer-events: none;
}

.price-divider {
  color: #d1d5db;
  font-size: 14px;
}

.price-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.price-presets button {
  padding: 6px 12px;
  background: #f5f7fa;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
}

.price-presets button:hover {
  border-color: var(--theme-color1);
  color: var(--theme-color1);
}

.price-presets button.active {
  background: var(--theme-color1);
  border-color: var(--theme-color1);
  color: #fff;
}

/* Checkbox Liste */
.filter-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.filter-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  margin: 0 -10px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s ease;
}

.filter-check:hover {
  background: #f8f9fc;
}

.filter-check input { display: none; }

.check-box {
  width: 18px;
  height: 18px;
  border: 2px solid #d1d5db;
  border-radius: 5px;
  position: relative;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.check-box::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.15s ease;
}

.filter-check input:checked + .check-box {
  background: var(--theme-color1);
  border-color: var(--theme-color1);
}

.filter-check input:checked + .check-box::after {
  transform: rotate(45deg) scale(1);
}

.check-label {
  font-size: 14px;
  color: #4b5563;
  transition: color 0.15s ease;
}

.filter-check:hover .check-label {
  color: #1f2937;
}

.filter-check input:checked ~ .check-label {
  color: var(--theme-color1);
  font-weight: 500;
}

/* Daha Fazla Göster */
.show-all-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  padding: 6px 0;
  background: none;
  border: none;
  color: var(--theme-color1);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.show-all-btn:hover {
  color: var(--theme-color3);
}

/* Aksiyon Butonları */
.filter-actions {
  display: flex;
  gap: 10px;
  padding: 20px;
  background: #fafbfc;
  border-top: 1px solid #f0f0f0;
}

.btn-apply {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  background: linear-gradient(135deg, var(--theme-color1) 0%, #6b5ce7 100%);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-apply:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(84, 62, 232, 0.35);
}

.btn-reset {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-reset:hover {
  border-color: #d1d5db;
  background: #f9fafb;
  color: #374151;
}

/* Responsive */
@media (max-width: 991px) {
  .filter-panel {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .filter-section {
    padding: 16px;
  }
  
  .accordion-header {
    padding: 14px 16px;
  }
  
  .accordion-body {
    padding: 0 16px 16px;
  }
  
  .filter-actions {
    padding: 16px;
    flex-direction: column;
  }
  
  .btn-reset {
    order: 2;
  }
}


/* =====================================================
   Courses Hero Section
   ===================================================== */

.courses-hero {
  background: linear-gradient(135deg, #0d6efd 0%, #0d6efd 100%);
  padding: 120px 0 24px;
  position: relative;
}

.courses-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.courses-hero .container {
  position: relative;
  z-index: 1;
}

.courses-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.courses-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}

.courses-hero__breadcrumb a:hover {
  color: #fff;
}

.courses-hero__breadcrumb i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
}

.courses-hero__breadcrumb span {
  color: #fff;
  font-size: 14px;
}

.courses-hero__title {
  font-family: var(--title-font);
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px 0;
  line-height: 1.2;
}

.courses-hero__subtitle {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.courses-hero__subtitle strong {
  color: #60a5fa;
  font-weight: 600;
}

@media (max-width: 991px) {
  .courses-hero {
    padding: 90px 0 20px;
  }
  
  .courses-hero__title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .courses-hero {
    padding: 80px 0 16px;
  }
  
  .courses-hero__title {
    font-size: 20px;
  }
  
  .courses-hero__subtitle {
    font-size: 14px;
  }
}

/* =====================================================
   Featured Courses - Öne Çıkan Kurslar
   ===================================================== */

.featured-courses {
  padding: 50px 0;
  background: #f8fafc;
}

.featured-courses__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}

.featured-courses__title {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.featured-courses__title i {
  color: #f97316;
}

.featured-courses__link {
  font-size: 14px;
  font-weight: 600;
  color: #6366f1;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s;
}

.featured-courses__link:hover {
  gap: 10px;
  color: #4f46e5;
}

.featured-courses__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.featured-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  transition: all 0.3s;
  position: relative;
}

.featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

.featured-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #f97316;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  z-index: 2;
}

.featured-card__badge--new {
  background: #10b981;
}

.featured-card__badge--best {
  background: #6366f1;
}

.featured-card__img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.featured-card__content {
  padding: 16px;
}

.featured-card__category {
  font-size: 11px;
  font-weight: 600;
  color: #6366f1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.featured-card__title {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  margin: 8px 0 12px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-card__meta {
  display: flex;
  gap: 12px;
  font-size: 12px;
  color: #64748b;
  margin-bottom: 14px;
}

.featured-card__meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.featured-card__meta i.fa-star {
  color: #fbbf24;
}

.featured-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid #f1f5f9;
}

.featured-card__instructor {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #475569;
}

.featured-card__instructor img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}

.featured-card__price {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

@media (max-width: 1199px) {
  .featured-courses__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .featured-courses__grid {
    grid-template-columns: 1fr;
  }
  
  .featured-courses__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/* =====================================================
   Listing Header - İçerik İçinde Başlık
   ===================================================== */

.listing-header {
  margin-bottom: 30px;
  padding-top: 20px;
}

.listing-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.listing-breadcrumb a {
  color: var(--theme-color1);
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.listing-breadcrumb a:hover {
  text-decoration: underline;
}

.listing-breadcrumb i {
  color: #9ca3af;
  font-size: 10px;
}

.listing-breadcrumb span {
  color: #6b7280;
  font-size: 14px;
}

.listing-title {
  font-family: var(--title-font);
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 8px 0;
  line-height: 1.2;
}

.listing-subtitle {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
}

.listing-subtitle strong {
  color: var(--theme-color1);
  font-weight: 600;
}

@media (max-width: 767px) {
  .listing-header {
    margin-bottom: 24px;
    padding-top: 15px;
  }
  
  .listing-title {
    font-size: 24px;
  }
  
  .listing-subtitle {
    font-size: 14px;
  }
}

/* =====================================================
   Minimal Auth Pages - Giriş & Kayıt
   ===================================================== */

.auth-page {
  min-height: 100vh;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.auth-container {
  width: 100%;
  max-width: 420px;
}

.auth-card {
  background: #fff;
  border-radius: 16px;
  padding: 48px 40px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.auth-logo {
  display: block;
  text-align: center;
  margin-bottom: 32px;
}

.auth-logo img {
  height: 36px;
}

.auth-title {
  font-family: var(--title-font);
  font-size: 26px;
  font-weight: 700;
  color: #111827;
  text-align: center;
  margin: 0 0 8px;
}

.auth-subtitle {
  font-size: 15px;
  color: #6b7280;
  text-align: center;
  margin: 0 0 32px;
}

.auth-form .form-group {
  margin-bottom: 20px;
}

.auth-form .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 8px;
}

.auth-form .form-group input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-size: 15px;
  color: #111827;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.auth-form .form-group input:focus {
  outline: none;
  border-color: var(--theme-color1);
  box-shadow: 0 0 0 3px rgba(0, 88, 224, 0.08);
}

.auth-form .form-group input::placeholder {
  color: #9ca3af;
}

.auth-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6b7280;
  cursor: pointer;
}

.checkbox-label input {
  width: 16px;
  height: 16px;
  accent-color: var(--theme-color1);
}

.checkbox-label.terms {
  margin-bottom: 24px;
  align-items: flex-start;
}

.checkbox-label.terms input {
  margin-top: 3px;
}

.checkbox-label a {
  color: var(--theme-color1);
  text-decoration: none;
}

.checkbox-label a:hover {
  text-decoration: underline;
}

.forgot-link {
  font-size: 14px;
  color: var(--theme-color1);
  text-decoration: none;
  font-weight: 500;
}

.forgot-link:hover {
  text-decoration: underline;
}

.auth-btn {
  width: 100%;
  padding: 14px 24px;
  background: var(--theme-color1);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.auth-btn:hover {
  background: #0046b8;
  transform: translateY(-1px);
}

.auth-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 24px 0;
}

.auth-divider::before,
.auth-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}

.auth-divider span {
  font-size: 13px;
  color: #9ca3af;
}

.social-btn {
  width: 100%;
  padding: 12px 24px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background 0.2s, border-color 0.2s;
}

.social-btn:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

.auth-footer {
  text-align: center;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #f3f4f6;
  font-size: 14px;
  color: #6b7280;
}

.auth-footer a {
  color: var(--theme-color1);
  font-weight: 600;
  text-decoration: none;
}

.auth-footer a:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .auth-card {
    padding: 32px 24px;
  }
  .auth-form .form-row {
    grid-template-columns: 1fr;
  }
  .form-options {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}

/* =====================================================
   Minimal Header & Footer
   ===================================================== */

.minimal-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
  border-bottom: 1px solid #f3f4f6;
}

.minimal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

.minimal-logo img {
  height: 32px;
}

.minimal-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.minimal-menu a {
  font-size: 15px;
  color: #4b5563;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.minimal-menu a:hover,
.minimal-menu a.active {
  color: var(--theme-color1);
}

.minimal-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.btn-text {
  font-size: 15px;
  color: #4b5563;
  text-decoration: none;
  font-weight: 500;
}

.btn-text:hover {
  color: var(--theme-color1);
}

.btn-primary {
  display: inline-block;
  padding: 10px 20px;
  background: var(--theme-color1);
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}

.btn-primary:hover {
  background: #0046b8;
  color: #fff;
}

.btn-primary.large {
  padding: 14px 32px;
  font-size: 15px;
  border-radius: 10px;
}

.minimal-footer {
  background: #f8fafc;
  padding: 48px 0 24px;
  border-top: 1px solid #e5e7eb;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 24px;
}

.footer-brand img {
  height: 28px;
  margin-bottom: 8px;
}

.footer-brand p {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 32px;
}

.footer-links a {
  font-size: 14px;
  color: #4b5563;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--theme-color1);
}

.footer-bottom {
  text-align: center;
}

.footer-bottom p {
  font-size: 13px;
  color: #9ca3af;
  margin: 0;
}

@media (max-width: 768px) {
  .minimal-menu {
    display: none;
  }
  .footer-content {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 24px;
  }
}

/* =====================================================
   About Page - Minimal
   ===================================================== */

.about-hero {
  padding: 140px 0 80px;
  text-align: center;
  background: #fff;
}

.hero-tag {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(0, 88, 224, 0.08);
  color: var(--theme-color1);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero-title {
  font-family: var(--title-font);
  font-size: 48px;
  font-weight: 700;
  color: #111827;
  line-height: 1.15;
  margin: 0 0 20px;
}

.hero-desc {
  font-size: 18px;
  color: #6b7280;
  max-width: 500px;
  margin: 0 auto;
}

.about-stats {
  padding: 60px 0;
  background: #f8fafc;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.stat-box {
  text-align: center;
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}

.stat-num {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: var(--theme-color1);
  margin-bottom: 4px;
}

.stat-label {
  font-size: 14px;
  color: #6b7280;
}

.about-story {
  padding: 100px 0;
  background: #fff;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.story-content h2 {
  font-family: var(--title-font);
  font-size: 32px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 24px;
}

.story-content p {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.7;
  margin: 0 0 16px;
}

.story-image img {
  width: 100%;
  border-radius: 16px;
}

.about-values {
  padding: 100px 0;
  background: #f8fafc;
}

.section-title {
  font-family: var(--title-font);
  font-size: 32px;
  font-weight: 700;
  color: #111827;
  text-align: center;
  margin: 0 0 48px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.value-card {
  background: #fff;
  padding: 32px 24px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #e5e7eb;
  transition: box-shadow 0.3s, transform 0.3s;
}

.value-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}

.value-icon {
  width: 56px;
  height: 56px;
  background: rgba(0, 88, 224, 0.08);
  color: var(--theme-color1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
}

.value-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 8px;
}

.value-card p {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}

.about-cta {
  padding: 80px 0;
  background: #111827;
  text-align: center;
}

.about-cta h2 {
  font-family: var(--title-font);
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}

.about-cta p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 32px;
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 36px;
  }
  .stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .story-image {
    order: -1;
  }
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .about-hero {
    padding: 120px 0 60px;
  }
  .hero-title {
    font-size: 28px;
  }
  .stats-row {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .stat-num {
    font-size: 28px;
  }
  .values-grid {
    grid-template-columns: 1fr;
  }
}

/* =====================================================
   Auth Pages - Giriş & Kayıt Sayfaları
   ===================================================== */

.auth-section {
  background: #f8fafc;
}

.auth-form-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 50px 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.auth-form-header {
  margin-bottom: 32px;
}

.auth-form-header__title {
  font-family: var(--title-font);
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 10px;
}

.auth-form-header__text {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
}

.auth-social {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.auth-social__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 14px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s;
}

.auth-social__btn:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

.auth-social__btn.google:hover {
  border-color: #4285F4;
}

.auth-social__btn.facebook {
  background: #1877f2;
  border-color: #1877f2;
  color: #fff;
}

.auth-social__btn.facebook:hover {
  background: #166fe5;
}

.auth-social__btn i {
  font-size: 18px;
}

.auth-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.auth-divider::before,
.auth-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}

.auth-divider span {
  font-size: 13px;
  color: #9ca3af;
  white-space: nowrap;
}

.auth-form__group {
  margin-bottom: 20px;
}

.auth-form__group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
}

.auth-form__group .form-control {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-size: 15px;
  color: #1f2937;
  transition: all 0.2s;
}

.auth-form__group .form-control:focus {
  outline: none;
  border-color: var(--theme-color1);
  box-shadow: 0 0 0 3px rgba(0, 88, 224, 0.1);
}

.auth-form__group .form-control::placeholder {
  color: #9ca3af;
}

.password-wrapper {
  position: relative;
}

.password-wrapper .form-control {
  padding-right: 50px;
}

.password-toggle {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #9ca3af;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  transition: color 0.2s;
}

.password-toggle:hover {
  color: #6b7280;
}

.auth-form__options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.auth-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #6b7280;
  cursor: pointer;
  line-height: 1.5;
}

.auth-checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--theme-color1);
  flex-shrink: 0;
}

.auth-checkbox a {
  color: var(--theme-color1);
  text-decoration: none;
  font-weight: 500;
}

.auth-checkbox a:hover {
  text-decoration: underline;
}

.auth-forgot {
  font-size: 14px;
  color: var(--theme-color1);
  text-decoration: none;
  font-weight: 500;
}

.auth-forgot:hover {
  text-decoration: underline;
}

.auth-form__terms {
  margin-bottom: 20px;
}

.auth-form-footer {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #f3f4f6;
}

.auth-form-footer p {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
}

.auth-form-footer a {
  color: var(--theme-color1);
  font-weight: 600;
  text-decoration: none;
}

.auth-form-footer a:hover {
  text-decoration: underline;
}

@media (max-width: 575px) {
  .auth-form-wrapper {
    padding: 32px 24px;
  }
  
  .auth-form__options {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}

/* =====================================================
   Feature Cards
   ===================================================== */

.feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.3s;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.feature-card__icon {
  width: 80px;
  height: 80px;
  background: rgba(0, 88, 224, 0.08);
  color: var(--theme-color1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 32px;
}

.feature-card__title {
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 12px;
}

.feature-card__text {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

/* =====================================================
   Counter Cards
   ===================================================== */

.counter1-wrapper {
  background: linear-gradient(135deg, var(--theme-color1) 0%, #0046b8 100%);
  border-radius: 20px;
  padding: 50px 40px;
}

.counter1-card {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
}

.counter1-card__icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}

.counter1-card__count {
  font-family: var(--title-font);
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 4px;
}

.counter1-card__text {
  font-size: 15px;
  opacity: 0.85;
  margin: 0;
}

/* =====================================================
   CTA Section
   ===================================================== */

.cta1-wrapper {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 20px;
  padding: 60px;
}

.cta1-content__title {
  font-family: var(--title-font);
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.cta1-content__text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

@media (max-width: 1199px) {
  .cta1-wrapper {
    text-align: center;
  }
  
  .cta1-wrapper .text-xl-end {
    text-align: center !important;
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .cta1-wrapper {
    padding: 40px 30px;
  }
  
  .cta1-content__title {
    font-size: 26px;
  }
  
  .counter1-wrapper {
    padding: 40px 30px;
  }
  
  .counter1-card__count {
    font-size: 28px;
  }
}

/* =====================================================
   Login & Register Cards
   ===================================================== */

.login-card {
  background: #fff;
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.08);
}

.login-card__header {
  text-align: center;
  margin-bottom: 32px;
}

.login-card__header h3 {
  font-family: var(--title-font);
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 8px;
}

.login-card__header p {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
}

.login-card__social {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.social-login-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s;
}

.social-login-btn:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

.social-login-btn.google:hover {
  border-color: #4285F4;
}

.social-login-btn.facebook {
  background: #1877f2;
  border-color: #1877f2;
  color: #fff;
}

.social-login-btn.facebook:hover {
  background: #166fe5;
}

.social-login-btn i {
  font-size: 16px;
}

.login-card__divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.login-card__divider::before,
.login-card__divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}

.login-card__divider span {
  font-size: 13px;
  color: #9ca3af;
  white-space: nowrap;
}

.login-card__form {
  margin-bottom: 0;
}

.form-floating-group {
  position: relative;
  margin-bottom: 20px;
}

.form-floating-group input {
  width: 100%;
  padding: 18px 16px 8px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  font-size: 15px;
  color: #1f2937;
  background: #fff;
  transition: all 0.2s;
}

.form-floating-group input:focus {
  outline: none;
  border-color: var(--theme-color1);
  box-shadow: 0 0 0 3px rgba(0, 88, 224, 0.1);
}

.form-floating-group label {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #9ca3af;
  pointer-events: none;
  transition: all 0.2s;
  background: #fff;
  padding: 0 4px;
}

.form-floating-group input:focus + label,
.form-floating-group input:not(:placeholder-shown) + label {
  top: 0;
  font-size: 12px;
  color: var(--theme-color1);
}

.toggle-password {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #9ca3af;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
}

.toggle-password:hover {
  color: #6b7280;
}

.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.custom-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #6b7280;
  cursor: pointer;
  line-height: 1.5;
}

.custom-checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--theme-color1);
  flex-shrink: 0;
}

.custom-checkbox a {
  color: var(--theme-color1);
  text-decoration: none;
  font-weight: 500;
}

.custom-checkbox a:hover {
  text-decoration: underline;
}

.forgot-link {
  font-size: 14px;
  color: var(--theme-color1);
  text-decoration: none;
  font-weight: 500;
}

.forgot-link:hover {
  text-decoration: underline;
}

.form-terms {
  margin-bottom: 20px;
}

.login-card__footer {
  text-align: center;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #f3f4f6;
}

.login-card__footer p {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
}

.login-card__footer a {
  color: var(--theme-color1);
  font-weight: 600;
  text-decoration: none;
}

.login-card__footer a:hover {
  text-decoration: underline;
}

@media (max-width: 575px) {
  .login-card {
    padding: 32px 24px;
  }
  
  .login-card__social {
    flex-direction: column;
  }
  
  .form-options {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}

/* =====================================================
   About Page Components
   ===================================================== */

.about-thumb-box {
  position: relative;
}

.about-thumb-box__main {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}

.about-thumb-box__badge {
  position: absolute;
  bottom: 30px;
  right: -30px;
  background: linear-gradient(135deg, var(--theme-color1) 0%, #0046b8 100%);
  color: #fff;
  padding: 24px 32px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 88, 224, 0.3);
}

.about-thumb-box__badge .number {
  display: block;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.about-thumb-box__badge .text {
  font-size: 14px;
  opacity: 0.9;
}

.about-content-box__text {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 16px;
}

.about-content-box__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 30px 0;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.feature-item__icon {
  width: 28px;
  height: 28px;
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.feature-item span {
  font-size: 15px;
  color: #374151;
  font-weight: 500;
}

/* Stats Section - Clean Minimal */
.stats-section {
  padding: 80px 0;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.stats-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.stat-card {
  text-align: center;
  padding: 24px 16px;
}

.stat-card__number {
  font-size: 56px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -2px;
}

.stat-card__label {
  font-size: 15px;
  color: #64748b;
  margin: 0;
  font-weight: 500;
}

/* Why Cards */
.why-card {
  background: #fff;
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.3s;
  height: 100%;
}

.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.why-card__icon {
  width: 80px;
  height: 80px;
  background: rgba(0, 88, 224, 0.08);
  color: var(--theme-color1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 32px;
}

.why-card__title {
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 12px;
}

.why-card__text {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

/* Team Cards */
.team-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.team-card__thumb {
  position: relative;
  overflow: hidden;
}

.team-card__thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.4s;
}

.team-card:hover .team-card__thumb img {
  transform: scale(1.05);
}

.team-card__social {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  display: flex;
  gap: 10px;
  opacity: 0;
  transition: all 0.3s;
}

.team-card:hover .team-card__social {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.team-card__social a {
  width: 40px;
  height: 40px;
  background: #fff;
  color: var(--theme-color1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.2s;
}

.team-card__social a:hover {
  background: var(--theme-color1);
  color: #fff;
}

.team-card__content {
  padding: 24px;
  text-align: center;
}

.team-card__name {
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 4px;
}

.team-card__role {
  font-size: 14px;
  color: var(--theme-color1);
}

/* CTA Section */
.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

.cta-wrapper {
  text-align: center;
}

.cta-wrapper__title {
  font-family: var(--title-font);
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.cta-wrapper__text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .about-thumb-box__badge {
    right: 20px;
    bottom: 20px;
  }
  
  .about-content-box__features {
    grid-template-columns: 1fr;
  }
  
  .cta-wrapper__title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .about-thumb-box__badge {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
    display: inline-flex;
    gap: 12px;
    align-items: center;
  }
  
  .about-thumb-box__badge .number {
    font-size: 32px;
  }
  
  .stat-card__number {
    font-size: 36px;
  }
  
  .stats-wrapper {
    padding: 40px 24px;
    border-radius: 16px;
  }
  
  .team-card__thumb img {
    height: 250px;
  }
}


/* ===== Kocaeli İlçeleri Section ===== */
.districts-section {
  padding: 80px 0;
}
.districts-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .districts-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .districts-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
@media (max-width: 575px) {
  .districts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.district-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.district-card:hover {
  border-color: #1767E3;
  box-shadow: 0 8px 24px rgba(23, 103, 227, 0.12);
  transform: translateY(-4px);
}
.district-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1767E3 0%, #0d6efd 100%);
  border-radius: 50%;
  margin-bottom: 12px;
}
.district-card__icon i {
  color: #fff;
  font-size: 18px;
}
.district-card__name {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 4px 0;
  text-align: center;
}
.district-card__count {
  font-size: 13px;
  color: #64748b;
}

/* ===== Ücretsiz Danışmanlık CTA Section ===== */
.free-consult-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #1767E3 0%, #0d6efd 100%);
}
.free-consult-cta__box {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  padding: 40px 48px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .free-consult-cta__box {
    padding: 28px 24px;
  }
}
.free-consult-cta__top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .free-consult-cta__top {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 12px;
    margin-bottom: 24px;
  }
}
.free-consult-cta__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 3px solid #14b8a6;
}
.free-consult-cta__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.free-consult-cta__badge {
  background: #14b8a6;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 8px;
  flex-shrink: 0;
}
.free-consult-cta__title {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  flex: 1;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .free-consult-cta__title {
    width: 100%;
    font-size: 17px;
  }
}
.free-consult-cta__form {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 991px) {
  .free-consult-cta__form {
    flex-wrap: wrap;
  }
}
.free-consult-cta__field {
  flex: 1;
  min-width: 140px;
}
@media (max-width: 991px) {
  .free-consult-cta__field {
    min-width: calc(50% - 7px);
  }
}
@media (max-width: 575px) {
  .free-consult-cta__field {
    min-width: 100%;
  }
}
.free-consult-cta__field--phone {
  display: flex;
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
}
.free-consult-cta__field--phone:focus-within {
  border-color: #14b8a6;
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.1);
}
.free-consult-cta__prefix {
  padding: 0 14px;
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
  background: #f1f5f9;
  height: 50px;
  display: flex;
  align-items: center;
  border-right: 1px solid #e2e8f0;
  flex-shrink: 0;
}
.free-consult-cta__field--phone .free-consult-cta__input {
  border: none;
  border-radius: 0;
  height: 50px;
  background: #f8fafc;
}
.free-consult-cta__field--phone .free-consult-cta__input:focus {
  box-shadow: none;
}
.free-consult-cta__input {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-size: 14px;
  color: #1e293b;
  background: #f8fafc;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.free-consult-cta__input:focus {
  border-color: #14b8a6;
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.1);
}
.free-consult-cta__input::placeholder {
  color: #94a3b8;
}
select.free-consult-cta__input {
  cursor: pointer;
  color: #64748b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%2394a3b8' d='M5 6L0 0h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 36px;
}
.free-consult-cta__btn {
  height: 50px;
  padding: 0 32px;
  background: #14b8a6;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
  flex-shrink: 0;
}
.free-consult-cta__btn:hover {
  background: #0d9488;
}
@media (max-width: 991px) {
  .free-consult-cta__btn {
    width: 100%;
    height: 52px;
  }
}


/* ===== Floating CTA Button ===== */
.floating-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9998;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: auto;
}
.floating-cta.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.floating-cta__pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #14b8a6;
  border-radius: 50px;
  animation: floatingPulse 2s ease-out infinite;
}
@keyframes floatingPulse {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
  100% { transform: translate(-50%, -50%) scale(1.4); opacity: 0; }
}
.floating-cta__btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 32px rgba(20, 184, 166, 0.4);
  transition: all 0.3s ease;
}
.floating-cta__btn:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 40px rgba(20, 184, 166, 0.5);
}
.floating-cta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating-cta__text {
  white-space: nowrap;
}
.floating-cta__badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #ef4444;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 20px;
  animation: badgeBounce 2s ease-in-out infinite;
}
@keyframes badgeBounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}
@media (max-width: 575px) {
  .floating-cta {
    bottom: 16px;
    right: 16px;
  }
  .floating-cta__btn {
    padding: 12px 18px;
    font-size: 13px;
  }
  .floating-cta__text {
    display: none;
  }
  .floating-cta__btn {
    padding: 14px;
    border-radius: 50%;
  }
}

/* ===== Consultation Popup ===== */
.consult-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.consult-popup.active {
  opacity: 1;
  visibility: visible;
}
.consult-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.7);
  backdrop-filter: blur(4px);
}
.consult-popup__container {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 20px;
  background: #fff;
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);
  transform: scale(0.9) translateY(20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.consult-popup.active .consult-popup__container {
  transform: scale(1) translateY(0);
}
@media (max-width: 575px) {
  .consult-popup__container {
    padding: 28px 24px;
    margin: 16px;
    border-radius: 20px;
  }
}
.consult-popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  border: none;
  border-radius: 50%;
  color: #64748b;
  cursor: pointer;
  transition: all 0.2s;
}
.consult-popup__close:hover {
  background: #e2e8f0;
  color: #1e293b;
}
.consult-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.consult-popup__avatars {
  display: flex;
}
.consult-popup__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid #fff;
  object-fit: cover;
  margin-left: -12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.consult-popup__avatar:first-child {
  margin-left: 0;
}
.consult-popup__badge {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  color: #059669;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 20px;
}
.consult-popup__title {
  font-size: 22px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 8px 0;
  line-height: 1.3;
}
.consult-popup__desc {
  font-size: 14px;
  color: #64748b;
  margin: 0 0 24px 0;
  line-height: 1.5;
}
.consult-popup__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.consult-popup__field {
  position: relative;
}
.consult-popup__input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  display: flex;
  align-items: center;
}
.consult-popup__input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 2px solid #e2e8f0;
  border-radius: 14px;
  font-size: 15px;
  color: #1e293b;
  background: #f8fafc;
  outline: none;
  transition: all 0.2s;
}
.consult-popup__field--phone .consult-popup__input {
  padding-left: 60px;
}
.consult-popup__input:focus {
  border-color: #14b8a6;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.1);
}
.consult-popup__input::placeholder {
  color: #94a3b8;
}
.consult-popup__prefix {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 500;
  color: #64748b;
}
.consult-popup__row {
  display: flex;
  gap: 12px;
}
.consult-popup__row .consult-popup__field {
  flex: 1;
}
.consult-popup__select {
  padding-left: 16px !important;
  cursor: pointer;
  color: #64748b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2394a3b8' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.consult-popup__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 54px;
  margin-top: 6px;
  background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
  color: #fff;
  border: none;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}
.consult-popup__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(20, 184, 166, 0.4);
}

/* KVKK Checkbox */
.consult-popup__checkbox {
  margin-top: 12px;
  margin-bottom: 8px;
}
.consult-popup__checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}
.consult-popup__checkbox-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.consult-popup__checkbox-custom {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #d1d5db;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  margin-top: 2px;
}
.consult-popup__checkbox-custom::after {
  content: '';
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.2s ease;
  margin-top: -2px;
}
.consult-popup__checkbox-label input[type="checkbox"]:checked + .consult-popup__checkbox-custom {
  background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
  border-color: #14b8a6;
}
.consult-popup__checkbox-label input[type="checkbox"]:checked + .consult-popup__checkbox-custom::after {
  transform: rotate(-45deg) scale(1);
}
.consult-popup__checkbox-label input[type="checkbox"]:focus + .consult-popup__checkbox-custom {
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.2);
}
.consult-popup__checkbox-text {
  font-size: 12px;
  line-height: 1.5;
  color: #64748b;
}
.consult-popup__checkbox-text a {
  color: #14b8a6;
  text-decoration: underline;
  font-weight: 500;
}
.consult-popup__checkbox-text a:hover {
  color: #0d9488;
}

.consult-popup__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f1f5f9;
}
.consult-popup__trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #64748b;
}
@media (max-width: 575px) {
  .consult-popup__title {
    font-size: 19px;
  }
  .consult-popup__row {
    flex-direction: column;
    gap: 14px;
  }
  .consult-popup__trust {
    flex-direction: column;
    gap: 10px;
  }
}


/* =====================================================
   Page Hero Section - Tüm sayfalar için ortak hero
   ===================================================== */
.page-hero {
    background: linear-gradient(135deg, #0d6efd 0%, #0d6efd 100%);
    padding: 100px 0 24px;
}

.page-hero--kurs {
    padding: 120px 0 16px;
}

.page-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.page-hero__breadcrumb a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: color 0.2s;
}

.page-hero__breadcrumb a:hover {
    color: #fff;
}

.page-hero__breadcrumb i {
    font-size: 10px;
    color: rgba(255,255,255,0.5);
}

.page-hero__breadcrumb span {
    color: #fff;
}

.page-hero__title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.page-hero__subtitle {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    margin: 0;
}

@media (max-width: 991px) {
    .page-hero {
        padding: 90px 0 20px;
    }
    
    .page-hero__title {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .page-hero {
        padding: 80px 0 16px;
    }
    
    .page-hero__title {
        font-size: 20px;
    }
    
    .page-hero__breadcrumb {
        font-size: 13px;
    }
}

/* Courses Hero - Kurslar sayfası için */
.courses-hero {
    background: linear-gradient(135deg, #0d6efd 0%, #0d6efd 100%);
    padding: 120px 0 24px;
}

.courses-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 12px;
}

.courses-hero__breadcrumb a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}

.courses-hero__breadcrumb a:hover {
    color: #fff;
}

.courses-hero__breadcrumb i {
    font-size: 10px;
    color: rgba(255,255,255,0.5);
}

.courses-hero__breadcrumb span {
    color: #fff;
}

.courses-hero__title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.courses-hero__subtitle {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
}

@media (max-width: 991px) {
    .courses-hero {
        padding: 90px 0 20px;
    }
    
    .courses-hero__title {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .courses-hero {
        padding: 80px 0 16px;
    }
    
    .courses-hero__title {
        font-size: 20px;
    }
}


/* ============================================
   MEGA MENU - PROFESSIONAL DROPDOWN
   ============================================ */

/* Mega Menu Wrapper */
.mega-menu-wrap {
  position: static !important;
}

.mega-menu-wrap > a {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Mega Menu Dropdown */
.mega-menu-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 9999;
  border-top: 3px solid var(--theme-color3, #0058E0);
}

.mega-menu-wrap:hover .mega-menu-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 40px;
}

/* Mega Menu Grid */
.mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
}

.mega-menu-col {
  min-width: 0;
}

/* Category Styling */
.mega-menu-category {
  height: 100%;
}

.mega-menu-category-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f5;
}

.mega-menu-icon {
  font-size: 18px;
  line-height: 1;
}

.mega-menu-category h4 {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

/* Category Links */
.mega-menu-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  columns: 1;
  column-count: 1;
}

.mega-menu-category ul li {
  margin-bottom: 2px;
  display: block;
  width: 100%;
  break-inside: avoid;
}

.mega-menu-category ul li a {
  display: block;
  padding: 7px 10px;
  font-size: 13px;
  color: #555;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.mega-menu-category ul li a:hover {
  background: linear-gradient(135deg, #f0f4ff 0%, #e8f0ff 100%);
  color: var(--theme-color3, #0058E0);
  padding-left: 14px;
}

/* Mega Menu Footer */
.mega-menu-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.mega-menu-all-link,
.mega-menu-search-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: var(--theme-color3, #0058E0);
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.mega-menu-search-link {
  background: #f5f5f5;
  color: #333 !important;
}

.mega-menu-all-link:hover {
  background: #003d9e;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(0, 88, 224, 0.3);
}

.mega-menu-search-link:hover {
  background: #eee;
  transform: translateY(-2px);
}

/* Menu Highlight (Kampanyalar) */
.menu-highlight {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  color: #fff !important;
  padding: 8px 16px !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.4); }
  50% { box-shadow: 0 0 0 8px rgba(255, 107, 53, 0); }
}

.menu-highlight:hover {
  background: linear-gradient(135deg, #e55a2b 0%, #e08318 100%) !important;
  transform: scale(1.05);
}

/* ============================================
   MOBILE MENU IMPROVEMENTS
   ============================================ */

.mobile-quick-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-quick-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.2s ease;
  position: relative;
}

.mobile-quick-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.mobile-quick-btn.primary {
  background: var(--theme-color3, #0058E0);
}

.mobile-quick-btn.primary:hover {
  background: #003d9e;
}

.mobile-quick-btn.danger {
  background: rgba(239, 68, 68, 0.2);
  color: #fca5a5;
}

.mobile-quick-btn.danger:hover {
  background: rgba(239, 68, 68, 0.3);
}

.mobile-quick-btn i {
  font-size: 18px;
}

.mobile-quick-btn .badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #ef4444;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  min-width: 20px;
  text-align: center;
}

/* ============================================
   FOOTER IMPROVEMENTS
   ============================================ */

.footer-link-all {
  color: var(--theme-color3, #0058E0) !important;
  font-weight: 600 !important;
  margin-top: 8px;
  display: inline-block;
}

.footer-link-all:hover {
  text-decoration: underline;
}

.footer-contact-modern {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.footer-contact-icon {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-contact-icon i {
  font-size: 18px;
  color: var(--theme-color3, #0058E0);
}

.footer-contact-info {
  flex: 1;
}

.footer-contact-info span {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-contact-info a,
.footer-contact-info p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  transition: color 0.2s ease;
}

.footer-contact-info a:hover {
  color: var(--theme-color3, #0058E0);
}

.footer-corporate-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-corporate-links a {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.footer-corporate-links a:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

/* ============================================
   RESPONSIVE - MEGA MENU
   ============================================ */

@media (max-width: 1399px) {
  .mega-menu-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .mega-menu-col:nth-child(n+5) {
    display: none;
  }
}

@media (max-width: 1199px) {
  .mega-menu-dropdown {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .footer-corporate-links {
    justify-content: center;
  }
  
  .footer-contact-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}


/* ============================================
   MOBILE MENU FIX - Active State
   ============================================ */

.global-menu-wrapper.active {
  opacity: 1;
  visibility: visible;
}

.global-menu-wrapper.active .global-menu-area {
  left: 0;
  opacity: 1;
}

body.mobile-menu-open {
  overflow: hidden;
}

/* Mobile Submenu Toggle */
.global-mobile-menu .menu-item-has-children > a {
  position: relative;
}

.global-mobile-menu .menu-item-has-children > a::after {
  content: '\f107';
  font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
}

.global-mobile-menu .menu-item-has-children.open > a::after {
  transform: rotate(180deg);
}

.global-mobile-menu .menu-item-has-children .sub-menu {
  display: none;
  padding-left: 15px;
}

.global-mobile-menu .menu-item-has-children.open .sub-menu {
  display: block;
}


/* ============================================
   PROFESSIONAL MOBILE MENU
   ============================================ */

/* Hamburger Button */
.mobile-menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  cursor: pointer;
  padding: 10px;
  gap: 5px;
  z-index: 10001;
  transition: all 0.3s ease;
}

.mobile-menu-toggle:hover {
  background: rgba(255, 255, 255, 0.25);
}

.hamburger-line {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.mobile-menu-toggle.active {
  background: #fff;
}

.mobile-menu-toggle.active .hamburger-line {
  background: #1a1a2e;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9998;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Mobile Menu Panel */
.mobile-menu-panel {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  max-width: 85vw;
  height: 100vh;
  background: #fff;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.mobile-menu-panel.active {
  right: 0;
}

/* Mobile Menu Header */
.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
  flex-shrink: 0;
}

.mobile-menu-logo img {
  height: 32px;
  width: auto;
}

.mobile-menu-close {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.mobile-menu-close i {
  font-size: 18px;
  color: #666;
}

.mobile-menu-close:hover {
  background: #eee;
}

.mobile-menu-close:hover i {
  color: #333;
}

/* Mobile Menu Body */
.mobile-menu-body {
  flex: 1;
  overflow-y: auto;
  padding: 12px 0;
}

/* Mobile Navigation */
.mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav-item {
  border-bottom: 1px solid #f5f5f5;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.mobile-nav-link:hover {
  background: #f8f9ff;
  color: var(--theme-color3, #0058E0);
}

.mobile-nav-link i:first-child {
  width: 20px;
  text-align: center;
  font-size: 16px;
  color: #888;
  transition: color 0.2s ease;
}

.mobile-nav-link:hover i:first-child {
  color: var(--theme-color3, #0058E0);
}

.mobile-nav-link .mobile-arrow {
  margin-left: auto;
  font-size: 12px;
  color: #aaa;
  transition: transform 0.3s ease;
}

.mobile-nav-item.open .mobile-arrow {
  transform: rotate(180deg);
}

/* Mobile Nav Highlight */
.mobile-nav-highlight {
  background: linear-gradient(135deg, #fff5f0 0%, #fff0e8 100%);
  color: #e55a2b !important;
}

.mobile-nav-highlight i:first-child {
  color: #e55a2b !important;
}

/* Mobile Submenu */
.mobile-submenu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fafafa;
}

.mobile-nav-item.open .mobile-submenu {
  display: block;
}

.mobile-submenu li a {
  display: block;
  padding: 12px 20px 12px 54px;
  color: #555;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
}

.mobile-submenu li:last-child a {
  border-bottom: none;
}

.mobile-submenu li a:hover {
  background: #f0f4ff;
  color: var(--theme-color3, #0058E0);
  padding-left: 58px;
}

/* Mobile Menu Footer */
.mobile-menu-footer {
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  background: #fafafa;
  flex-shrink: 0;
}

.mobile-user-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
  color: #666;
  font-size: 14px;
}

.mobile-user-info i {
  font-size: 24px;
  color: var(--theme-color3, #0058E0);
}

.mobile-menu-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mobile-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.mobile-btn-primary {
  background: var(--theme-color3, #0058E0);
  color: #fff;
}

.mobile-btn-primary:hover {
  background: #003d9e;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 88, 224, 0.3);
}

.mobile-btn-outline {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
}

.mobile-btn-outline:hover {
  background: #f5f5f5;
  color: #333;
  border-color: #ccc;
}

/* Body Lock */
body.mobile-menu-open {
  overflow: hidden;
}

/* Responsive */
@media (min-width: 1200px) {
  .mobile-menu-toggle,
  .mobile-menu-panel,
  .mobile-menu-overlay {
    display: none !important;
  }
}

@media (max-width: 400px) {
  .mobile-menu-panel {
    width: 100%;
    max-width: 100%;
  }
}


/* ============================================
   MODERN HEADER STYLES
   ============================================ */

/* Header Modern Layout */
.header-modern .menu-area {
  background: linear-gradient(135deg, rgba(0, 88, 224, 0.95) 0%, rgba(7, 38, 84, 0.98) 100%);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 0 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.header-modern .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 70px;
}

/* Logo */
.header-modern .header-logo {
  flex-shrink: 0;
  padding: 0;
}

.header-modern .header-logo img {
  height: 50px;
  width: auto;
  transition: transform 0.3s ease;
}

.header-modern .header-logo:hover img {
  transform: scale(1.02);
}

/* Header Search */
.header-search {
  flex: 1;
  max-width: 420px;
  margin: 0 20px;
}

.header-search-form {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.header-search-form:focus-within {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.header-search-input-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 16px;
}

.header-search-input-wrap i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-right: 10px;
}

.header-search-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  padding: 12px 0;
  width: 100%;
}

.header-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.header-search-btn {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.header-search-btn:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* Modern Navigation */
.main-menu-modern {
  display: flex;
  align-items: center;
}

.main-menu-modern > ul {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu-modern > ul > li {
  position: relative;
  margin: 0;
}

.main-menu-modern > ul > li > a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease;
  position: relative;
  text-transform: none;
}

.main-menu-modern > ul > li > a:hover,
.main-menu-modern > ul > li > a.active {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

/* Menu Highlight (Kampanyalar) */
.main-menu-modern > ul > li > a.menu-highlight {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  color: #fff;
  font-weight: 600;
  padding: 10px 18px;
}

.main-menu-modern > ul > li > a.menu-highlight:hover {
  background: linear-gradient(135deg, #ff5722 0%, #ff8c00 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
}

.main-menu-modern > ul > li > a.menu-highlight i {
  animation: pulse-fire 1.5s ease-in-out infinite;
}

@keyframes pulse-fire {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

/* Dropdown Arrow */
.main-menu-modern > ul > li.menu-item-has-children > a::after {
  content: '\f107';
  font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 10px;
  margin-left: 4px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.main-menu-modern > ul > li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}

/* Submenu Dropdown */
.main-menu-modern .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
  margin-top: 10px;
}

.main-menu-modern > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-menu-modern .sub-menu::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 24px;
  width: 16px;
  height: 16px;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 3px;
}

.main-menu-modern .sub-menu li {
  display: block;
  margin: 0;
}

.main-menu-modern .sub-menu li a {
  display: block;
  padding: 10px 16px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.main-menu-modern .sub-menu li a:hover {
  background: #f5f7ff;
  color: var(--theme-color3, #0058E0);
  padding-left: 20px;
}

/* Header Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.header-action-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  transition: all 0.2s ease;
}

.header-action-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* Header Buttons */
.header-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.header-btn i {
  font-size: 14px;
}

.header-btn-outline {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.header-btn-outline:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.header-btn-ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 14px;
}

.header-btn-ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.header-btn-cta {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  color: #fff;
  border: none;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.header-btn-cta:hover {
  background: linear-gradient(135deg, #ff5722 0%, #ff8c00 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

/* Mobile Actions */
.header-mobile-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Sticky Header */
.header-modern.scrolled .menu-area {
  background: rgba(7, 38, 84, 0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.header-modern.scrolled .header-inner {
  min-height: 60px;
}

.header-modern.scrolled .header-logo img {
  height: 30px;
}

/* Mega Menu Modern Override */
.header-modern .mega-menu-dropdown {
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 15px;
}

.header-modern .mega-menu-dropdown::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50px;
  width: 16px;
  height: 16px;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 3px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* Responsive */
@media (max-width: 1399px) {
  .header-search {
    max-width: 320px;
  }
  
  .main-menu-modern > ul > li > a {
    padding: 10px 12px;
    font-size: 13px;
  }
  
  .header-btn {
    padding: 9px 14px;
    font-size: 12px;
  }
  
  .header-btn span {
    display: none;
  }
  
  .header-btn i {
    margin: 0;
  }
  
  .header-btn-cta span {
    display: inline;
  }
}

@media (max-width: 1199px) {
  .header-modern .menu-area {
    border-radius: 0;
    padding: 0 16px;
  }
  
  .header-modern .header-inner {
    min-height: 60px;
  }
  
  .header-search {
    display: none !important;
  }
  
  .main-menu-modern {
    display: none !important;
  }
  
  .header-actions {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .header-modern .header-logo img {
    height: 28px;
  }
}

/* =====================================================
   HOMEPAGE REDESIGN - PREMIUM SECTIONS
   ===================================================== */

/* Premium Label Component */
.premium-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #0058E0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
}

.premium-label__dot {
    width: 8px;
    height: 8px;
    background: #0058E0;
    border-radius: 50%;
    animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

/* Premium Button */
.btn-premium {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #0058E0 0%, #003da0 100%);
    color: #fff;
    padding: 16px 32px;
    border-radius: 60px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 88, 224, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-premium::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;
}

.btn-premium:hover::before {
    left: 100%;
}

.btn-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 88, 224, 0.4);
    color: #fff;
}

.btn-premium i {
    transition: transform 0.3s ease;
}

.btn-premium:hover i {
    transform: translateX(4px);
}

/* =====================================================
   1. DISTRICTS PREMIUM SECTION
   ===================================================== */
.districts-premium {
    padding: 100px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.districts-premium::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 88, 224, 0.03) 0%, transparent 70%);
    pointer-events: none;
}

.districts-premium__header {
    text-align: center;
    margin-bottom: 60px;
}

.districts-premium__title {
    font-size: 48px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: -1px;
}

.districts-premium__title span {
    background: linear-gradient(135deg, #0058E0 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.districts-premium__desc {
    font-size: 18px;
    color: #64748b;
 place-self: anchor-center;
    margin: 0 auto;
    line-height: 1.6;
}

.districts-premium__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.district-premium-card {
    position: relative;
    text-decoration: none;
    border-radius: 20px;
    overflow: hidden;
}

.district-premium-card__inner {
    position: relative;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.district-premium-card__glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0058E0 0%, #3b82f6 100%);
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.district-premium-card:hover .district-premium-card__glow {
    opacity: 1;
}

.district-premium-card:hover .district-premium-card__inner {
    border-color: transparent;
    transform: translate(-4px, -4px);
    box-shadow: 8px 8px 0 rgba(0, 88, 224, 0.15);
}

.district-premium-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.4s ease;
}

.district-premium-card:nth-child(8n+1) .district-premium-card__icon { background: linear-gradient(135deg, #0058E0 0%, #3b82f6 100%); color: #fff; }
.district-premium-card:nth-child(8n+2) .district-premium-card__icon { background: linear-gradient(135deg, #10b981 0%, #34d399 100%); color: #fff; }
.district-premium-card:nth-child(8n+3) .district-premium-card__icon { background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%); color: #fff; }
.district-premium-card:nth-child(8n+4) .district-premium-card__icon { background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%); color: #fff; }
.district-premium-card:nth-child(8n+5) .district-premium-card__icon { background: linear-gradient(135deg, #ef4444 0%, #f87171 100%); color: #fff; }
.district-premium-card:nth-child(8n+6) .district-premium-card__icon { background: linear-gradient(135deg, #06b6d4 0%, #22d3ee 100%); color: #fff; }
.district-premium-card:nth-child(8n+7) .district-premium-card__icon { background: linear-gradient(135deg, #ec4899 0%, #f472b6 100%); color: #fff; }
.district-premium-card:nth-child(8n+8) .district-premium-card__icon { background: linear-gradient(135deg, #6366f1 0%, #818cf8 100%); color: #fff; }

.district-premium-card:hover .district-premium-card__icon {
    transform: scale(1.1) rotate(-5deg);
}

.district-premium-card__content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
    transition: color 0.3s ease;
}

.district-premium-card:hover .district-premium-card__content h3 {
    color: #0058E0;
}

.district-premium-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.district-premium-card__count {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}

.district-premium-card__arrow {
    width: 32px;
    height: 32px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 12px;
    transition: all 0.3s ease;
}

.district-premium-card:hover .district-premium-card__arrow {
    background: #0058E0;
    color: #fff;
    transform: translateX(4px);
}

.districts-premium__footer {
    text-align: center;
    margin-top: 50px;
}

/* =====================================================
   2. BLOG SECTION (Yeni Tasarım)
   ===================================================== */
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 88, 224, 0.1);
    color: #0058E0;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

.section-badge i {
    font-size: 12px;
}

.blog-section-new {
    padding: 80px 0;
    background: #fff;
}

.blog-grid-new {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-card-new {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card-new:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.blog-card-new__image {
    position: relative;
 
    overflow: hidden;
}

.blog-card-new__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card-new:hover .blog-card-new__image img {
    transform: scale(1.08);
}

.blog-card-new__category {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #0058E0;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.blog-card-new__content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-new__meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}

.blog-card-new__meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6b7280;
}

.blog-card-new__meta i {
    color: #0058E0;
    font-size: 12px;
}

.blog-card-new__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
}

.blog-card-new__title a {
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card-new__title a:hover {
    color: #0058E0;
}

.blog-card-new__excerpt {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 20px;
    flex: 1;
}

.blog-card-new__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #0058E0;
    text-decoration: none;
    transition: gap 0.3s ease;
}

.blog-card-new__link:hover {
    gap: 12px;
}

/* =====================================================
   3. TESTIMONIALS PREMIUM SECTION
   ===================================================== */
.testimonials-premium {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    position: relative;
    overflow: hidden;
}

.testimonials-premium::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 88, 224, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

.testimonials-premium__header {
    text-align: center;
    margin-bottom: 60px;
}

.testimonials-premium__title {
    font-size: 48px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -1px;
}

.testimonials-premium__title span {
    background: linear-gradient(135deg, #0058E0 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.testimonials-premium__desc {
    font-size: 18px;
    color: #64748b;
    max-width: 450px;
    margin: 0 auto;
}

.testimonials-premium__content {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.testimonials-premium__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: stretch;
}

.testimonial-premium-card {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    position: relative;
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.testimonial-premium-card:hover {
    border-color: #0058E0;
    box-shadow: 0 20px 60px rgba(0, 88, 224, 0.12);
    transform: translateY(-8px);
}

.testimonial-premium-card--featured {
    background: linear-gradient(135deg, #0058E0 0%, #003da0 100%);
    border-color: transparent;
}

.testimonial-premium-card--featured:hover {
    border-color: transparent;
    box-shadow: 0 20px 60px rgba(0, 88, 224, 0.3);
}

.testimonial-premium-card__quote {
    width: 48px;
    height: 48px;
    background: rgba(0, 88, 224, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.testimonial-premium-card__quote i {
    font-size: 20px;
    color: #0058E0;
}

.testimonial-premium-card--featured .testimonial-premium-card__quote {
    background: rgba(255, 255, 255, 0.15);
}

.testimonial-premium-card--featured .testimonial-premium-card__quote i {
    color: #fff;
}

.testimonial-premium-card__text {
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
    margin: 0 0 28px;
    flex: 1;
}

.testimonial-premium-card--featured .testimonial-premium-card__text {
    color: rgba(255, 255, 255, 0.9);
}

.testimonial-premium-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
    margin-top: auto;
}

.testimonial-premium-card--featured .testimonial-premium-card__footer {
    border-color: rgba(255, 255, 255, 0.15);
}

.testimonial-premium-card__author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.testimonial-premium-card__avatar {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0058E0 0%, #3b82f6 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
}

.testimonial-premium-card--featured .testimonial-premium-card__avatar {
    background: rgba(255, 255, 255, 0.2);
}

.testimonial-premium-card__info h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px;
}

.testimonial-premium-card--featured .testimonial-premium-card__info h4 {
    color: #fff;
}

.testimonial-premium-card__info span {
    font-size: 13px;
    color: #94a3b8;
}

.testimonial-premium-card--featured .testimonial-premium-card__info span {
    color: rgba(255, 255, 255, 0.7);
}

.testimonial-premium-card__rating {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fef3c7;
    padding: 8px 14px;
    border-radius: 30px;
}

.testimonial-premium-card__rating i {
    color: #f59e0b;
    font-size: 14px;
}

.testimonial-premium-card__rating span {
    font-size: 14px;
    font-weight: 700;
    color: #92400e;
}

.testimonial-premium-card--featured .testimonial-premium-card__rating {
    background: rgba(255, 255, 255, 0.2);
}

.testimonial-premium-card--featured .testimonial-premium-card__rating i {
    color: #fbbf24;
}

.testimonial-premium-card--featured .testimonial-premium-card__rating span {
    color: #fff;
}

/* Premium Stats */
.testimonials-premium__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.premium-stat {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 28px 32px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.premium-stat:hover {
    border-color: #0058E0;
    box-shadow: 0 8px 30px rgba(0, 88, 224, 0.1);
}

.premium-stat__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.premium-stat:nth-child(1) .premium-stat__icon { background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); color: #f59e0b; }
.premium-stat:nth-child(2) .premium-stat__icon { background: linear-gradient(135deg, #fce7f3 0%, #fbcfe8 100%); color: #ec4899; }
.premium-stat:nth-child(3) .premium-stat__icon { background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%); color: #10b981; }
.premium-stat:nth-child(4) .premium-stat__icon { background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%); color: #3b82f6; }

.premium-stat__content {
    display: flex;
    flex-direction: column;
}

.premium-stat__number {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
    letter-spacing: -1px;
}

.premium-stat__label {
    font-size: 14px;
    color: #64748b;
    margin-top: 6px;
}

/* =====================================================
   4. WHY US SECTION (Neden Biz?)
   ===================================================== */
.why-us-section {
    padding: 80px 0;
    background: #fff;
}

.why-us-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.why-card-new {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.why-card-new:hover {
    border-color: #0058E0;
    box-shadow: 0 8px 30px rgba(0, 88, 224, 0.1);
}

.why-card-new__icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
}

.why-card-new:nth-child(1) .why-card-new__icon { background: rgba(0, 88, 224, 0.1); color: #0058E0; }
.why-card-new:nth-child(2) .why-card-new__icon { background: rgba(34, 197, 94, 0.1); color: #22c55e; }
.why-card-new:nth-child(3) .why-card-new__icon { background: rgba(255, 153, 36, 0.1); color: #FF9924; }
.why-card-new:nth-child(4) .why-card-new__icon { background: rgba(239, 68, 68, 0.1); color: #ef4444; }

.why-card-new h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.why-card-new p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* =====================================================
   5. FOOTER MODERN
   ===================================================== */
.footer-modern {
    background: #0f172a;
    color: #94a3b8;
}

.footer-cta-banner {
    background: linear-gradient(135deg, #0058E0 0%, #003da0 100%);
    padding: 40px 0;
}

.footer-cta-banner .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.footer-cta-banner__text h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
}

.footer-cta-banner__text p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.footer-cta-banner .btn-white {
    background: #fff;
    color: #0058E0;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.footer-cta-banner .btn-white:hover {
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.footer-main-new {
    padding: 60px 0 40px;
}

.footer-grid-new {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
}

.footer-logo-new {
    display: inline-block;
    margin-bottom: 20px;
}

.footer-logo-new img {
    height: 40px;
}

.footer-desc-new {
    font-size: 14px;
    line-height: 1.8;
    color: #94a3b8;
    margin-bottom: 24px;
}

.footer-social-new {
    display: flex;
    gap: 12px;
}

.footer-social-new a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 16px;
    transition: all 0.3s ease;
}

.footer-social-new a:hover {
    background: #0058E0;
    color: #fff;
}

.footer-title-new {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #0058E0;
    display: inline-block;
}

.footer-links-new {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-new li {
    margin-bottom: 12px;
}

.footer-links-new a {
    color: #94a3b8;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links-new a:hover {
    color: #fff;
}

.footer-links-new a.footer-link-highlight {
    color: #FF9924;
    font-weight: 600;
}

.footer-contact-new {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.footer-contact-new li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 14px;
}

.footer-contact-new li i {
    color: #0058E0;
    font-size: 16px;
    margin-top: 2px;
}

.footer-contact-new li a {
    color: #94a3b8;
    text-decoration: none;
}

.footer-contact-new li a:hover {
    color: #fff;
}

.footer-corporate-new {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-corporate-new a {
    color: #94a3b8;
    font-size: 13px;
    text-decoration: none;
}

.footer-corporate-new a:hover {
    color: #fff;
}

.footer-bottom-new {
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-new .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom-new p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.footer-bottom-links {
    display: flex;
    gap: 24px;
}

.footer-bottom-links a {
    color: #64748b;
    font-size: 14px;
    text-decoration: none;
}

.footer-bottom-links a:hover {
    color: #fff;
}

/* =====================================================
   RESPONSIVE - PREMIUM SECTIONS
   ===================================================== */
@media (max-width: 1199px) {
    .districts-premium__grid { grid-template-columns: repeat(3, 1fr); }
    .districts-premium__title { font-size: 40px; }
    .testimonials-premium__title { font-size: 40px; }
    .testimonials-premium__cards { grid-template-columns: repeat(2, 1fr); }
    .testimonials-premium__cards .testimonial-premium-card:last-child { grid-column: span 2; max-width: 50%; margin: 0 auto; }
    .testimonials-premium__stats { grid-template-columns: repeat(2, 1fr); }
    .why-us-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid-new { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991px) {
    .districts-premium, .testimonials-premium, .blog-section-new, .why-us-section { padding: 70px 0; }
    .districts-premium__grid { grid-template-columns: repeat(2, 1fr); }
    .districts-premium__title { font-size: 36px; }
    .testimonials-premium__title { font-size: 36px; }
    .testimonials-premium__cards { grid-template-columns: 1fr; }
    .testimonials-premium__cards .testimonial-premium-card:last-child { grid-column: auto; max-width: 100%; }
    .testimonial-premium-card--featured { order: -1; }
    .blog-grid-new { grid-template-columns: repeat(2, 1fr); }
    .footer-cta-banner .container { flex-direction: column; text-align: center; }
    .premium-stat { padding: 24px; }
}

@media (max-width: 767px) {
    .districts-premium, .testimonials-premium, .blog-section-new, .why-us-section { padding: 60px 0; }
    .districts-premium__grid { grid-template-columns: 1fr; }
    .districts-premium__title { font-size: 32px; }
    .districts-premium__title br { display: none; }
    .testimonials-premium__title { font-size: 32px; }
    .testimonials-premium__stats { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .premium-stat { flex-direction: column; text-align: center; padding: 20px; gap: 12px; }
    .blog-grid-new { grid-template-columns: 1fr; }
    .why-us-grid { grid-template-columns: 1fr; }
    .footer-grid-new { grid-template-columns: 1fr; gap: 30px; }
    .footer-bottom-new .container { flex-direction: column; gap: 16px; text-align: center; }
}

@media (max-width: 575px) {
    .districts-premium__title { font-size: 28px; }
    .testimonials-premium__title { font-size: 28px; }
    .testimonials-premium__stats { grid-template-columns: 1fr; }
    .premium-stat__number { font-size: 28px; }
    .district-premium-card__inner { padding: 20px; }
    .testimonial-premium-card { padding: 24px; }
}

/* =====================================================
   KVKK CHECKBOX - Modal & Form Styles
   ===================================================== */
.kvkk-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    user-select: none;
}

.kvkk-checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.kvkk-checkbox-custom {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    margin-top: 1px;
}

.kvkk-checkbox-custom::after {
    content: '';
    width: 10px;
    height: 6px;
    border-left: 2.5px solid #fff;
    border-bottom: 2.5px solid #fff;
    transform: rotate(-45deg) scale(0);
    transition: transform 0.2s ease;
    margin-top: -2px;
}

.kvkk-checkbox-label input[type="checkbox"]:checked + .kvkk-checkbox-custom {
    background: linear-gradient(135deg, #0058E0 0%, #003da0 100%);
    border-color: #0058E0;
}

.kvkk-checkbox-label input[type="checkbox"]:checked + .kvkk-checkbox-custom::after {
    transform: rotate(-45deg) scale(1);
}

.kvkk-checkbox-label input[type="checkbox"]:focus + .kvkk-checkbox-custom {
    box-shadow: 0 0 0 3px rgba(0, 88, 224, 0.2);
}

.kvkk-checkbox-text {
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
}

.kvkk-checkbox-text a {
    color: #0058E0;
    text-decoration: underline;
    font-weight: 500;
}

.kvkk-checkbox-text a:hover {
    color: #003da0;
}

/* Form group içinde checkbox */
.form-group .kvkk-checkbox-label {
    margin-top: 4px;
}

/* =====================================================
   CHATBOT WIDGET - Premium Design
   ===================================================== */

/* Toggle Button */
.chatbot-widget {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.chatbot-toggle {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0058E0 0%, #003da0 100%);
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 32px rgba(0, 88, 224, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.chatbot-toggle:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 40px rgba(0, 88, 224, 0.5);
}

.chatbot-toggle__pulse {
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: rgba(0, 88, 224, 0.3);
    animation: chatbot-pulse 2s ease-out infinite;
}

@keyframes chatbot-pulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.4); opacity: 0; }
}

.chatbot-toggle__icon {
    color: #fff;
    transition: all 0.3s ease;
}

.chatbot-toggle__icon--chat {
    opacity: 1;
    transform: scale(1);
}

.chatbot-toggle__icon--close {
    position: absolute;
    opacity: 0;
    transform: scale(0.5) rotate(-90deg);
}

.chatbot-widget.open .chatbot-toggle__icon--chat {
    opacity: 0;
    transform: scale(0.5);
}

.chatbot-widget.open .chatbot-toggle__icon--close {
    opacity: 1;
    transform: scale(1) rotate(0);
}

.chatbot-widget.open .chatbot-toggle__pulse {
    display: none;
}

.chatbot-toggle__badge {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 22px;
    height: 22px;
    background: #ef4444;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    animation: chatbot-badge-bounce 2s ease infinite;
}

@keyframes chatbot-badge-bounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}

.chatbot-toggle__tooltip {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    color: #1e293b;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: 99998;
    line-height: 1.4;
}

.chatbot-toggle__tooltip::before {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #ffffff;
}

.chatbot-toggle__tooltip.show {
    opacity: 1;
    visibility: visible;
    right: 76px;
}

@keyframes tooltipSlideIn {
    from {
        opacity: 0;
        right: 80px;
    }
    to {
        opacity: 1;
        right: 76px;
    }
}

/* Chatbot Window */
.chatbot-window {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 380px;
    height: 560px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.95);
    transform-origin: bottom right;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.chatbot-widget.open .chatbot-window {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* Header */
.chatbot-header {
    background: linear-gradient(135deg, #0058E0 0%, #003da0 100%);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chatbot-header__info {
    display: flex;
    align-items: center;
    gap: 14px;
}

.chatbot-header__avatar {
    position: relative;
    width: 50px;
    height: 50px;
}

.chatbot-header__avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    
}

.chatbot-header__status {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    background: #22c55e;
    border-radius: 50%;
    border: 2px solid #0058E0;
}

.chatbot-header__text h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px;
}

.chatbot-header__online {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: rgba(255,255,255,0.8);
}

.chatbot-header__dot {
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
    animation: chatbot-online-pulse 2s ease infinite;
}

@keyframes chatbot-online-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.chatbot-header__actions {
    display: flex;
    gap: 8px;
}

.chatbot-header__btn {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.15);
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.chatbot-header__btn:hover {
    background: rgba(255,255,255,0.25);
}

/* Messages Area */
.chatbot-messages {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.chatbot-messages::-webkit-scrollbar {
    width: 6px;
}

.chatbot-messages::-webkit-scrollbar-track {
    background: transparent;
}

.chatbot-messages::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}

/* Messages */
.chatbot-message {
    display: flex;
    gap: 10px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.chatbot-message.show {
    opacity: 1;
    transform: translateY(0);
}

.chatbot-message--bot {
    align-items: flex-end;
}

.chatbot-message--user {
    flex-direction: row-reverse;
}

.chatbot-message__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.chatbot-message__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chatbot-message__bubble {
    max-width: 75%;
    padding: 12px 16px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.5;
}

.chatbot-message--bot .chatbot-message__bubble {
    background: #fff;
    color: #374151;
    border-bottom-left-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.chatbot-message--bot .chatbot-message__bubble a {
    color: #0058E0;
    text-decoration: underline;
}

.chatbot-message--user .chatbot-message__bubble {
    background: linear-gradient(135deg, #0058E0 0%, #003da0 100%);
    color: #fff;
    border-bottom-right-radius: 6px;
}

.chatbot-message--error .chatbot-message__bubble {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

/* Typing Indicator */
.chatbot-typing {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.chatbot-typing__dots {
    background: #fff;
    padding: 14px 18px;
    border-radius: 18px;
    border-bottom-left-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    display: flex;
    gap: 4px;
}

.chatbot-typing__dots span {
    width: 8px;
    height: 8px;
    background: #94a3b8;
    border-radius: 50%;
    animation: chatbot-typing-dot 1.4s ease infinite;
}

.chatbot-typing__dots span:nth-child(2) {
    animation-delay: 0.2s;
}

.chatbot-typing__dots span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes chatbot-typing-dot {
    0%, 60%, 100% { transform: translateY(0); }
    30% { transform: translateY(-6px); }
}

/* Input Area */
.chatbot-input-area {
    padding: 16px 20px;
    background: #fff;
    border-top: 1px solid #e5e7eb;
}

.chatbot-input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f3f4f6;
    border-radius: 14px;
    padding: 6px 6px 6px 16px;
}

.chatbot-input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 16px; /* iOS zoom engellemek için min 16px */
    color: #374151;
    outline: none;
}

.chatbot-input::placeholder {
    color: #9ca3af;
}

.chatbot-send {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #0058E0 0%, #003da0 100%);
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    flex-shrink: 0;
}

.chatbot-send:disabled {
    background: #d1d5db;
    cursor: not-allowed;
}

.chatbot-send:not(:disabled):hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 88, 224, 0.3);
}

.chatbot-powered {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
    font-size: 11px;
    color: #22c55e;
    font-weight: 500;
}

/* Quick Options */
.chatbot-quick-options {
    padding: 12px 20px 20px;
    background: #f8fafc;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-height: 200px;
    overflow-y: auto;
}

.chatbot-quick-btn {
    padding: 10px 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    font-size: 13px;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.chatbot-quick-btn:hover {
    border-color: #0058E0;
    color: #0058E0;
    background: #eff6ff;
}

.chatbot-quick-btn--confirm {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    font-weight: 600;
}

.chatbot-quick-btn--confirm:hover {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    color: #fff;
    transform: scale(1.02);
}

/* Mobile Responsive */
@media (max-width: 575px) {
    .chatbot-widget {
        bottom: 16px;
        right: 16px;
    }
    
    .chatbot-toggle {
        width: 56px;
        height: 56px;
    }
    
    .chatbot-window {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 100vh;
        border-radius: 0;
    }
    
    .chatbot-widget.open .chatbot-toggle {
        display: none;
    }
    
    .chatbot-toggle__tooltip {
        display: none;
    }
}

/* Search Select */
.chatbot-search-select {
    width: 100%;
}

.chatbot-search-input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 16px;
    color: #374151;
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
    margin-bottom: 10px;
}

.chatbot-search-input:focus {
    border-color: #0058E0;
}

.chatbot-search-input::placeholder {
    color: #9ca3af;
}

.chatbot-search-results {
    max-height: 180px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.chatbot-search-item {
    width: 100%;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s;
    text-align: left;
}

.chatbot-search-item:hover {
    border-color: #0058E0;
    color: #0058E0;
    background: #eff6ff;
}

.chatbot-search-empty {
    padding: 16px;
    text-align: center;
    color: #9ca3af;
    font-size: 14px;
}
