/*
Theme Name: Doskaya College Navy Blue Institutional Website
Author: Enes KARAASLAN
Author URI: https://ekaraaslan.com
Description: Doskaya College Institutional Website 
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-stopped [data-lenis-prevent] {
  overflow-y: auto !important;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.progress-bar-lenis {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--theme-blue, #005BFF) 0%, var(--theme-blue-2, #553CDF) 100%);
  transform-origin: 0% 50%;
  transform: scaleX(0);
  z-index: 99999;
  pointer-events: none;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme-blue: #1f3f98;
  --theme-blue-2: #163275;
  --theme-green: #00A5A8;
  --theme-green-2: #c3f499;
  --theme-green-3: #0c201a;
  --theme-yellow: #f37021;
  --theme-yellow-2: #e26218;
  --theme-yellow-3: #f37021;
  --theme-yellow-4: #ff7e33;
  --theme-purple: #1f3f98;
  --theme-red: #f37021;
  --theme-pink: #00A5A8;
  --theme-orange: #f37021;
  --header: #031F42;
  --base: #1f3f98;
  --text: #5B6D84;
  --border: #E6EFFF;
  --border2: #373737;
  --ratting: #F8BC26;
  --bg: #F4F9FF;
  --bg2: #E6EFFF;
  --bg3: #F4F0FF;
  --bg4: #2F584E;
  --bg5: #09224B;
  --bg6: #EDF3F5;
  --bg7: #F8F2EC;
  --bg8: #F3F1FD;
  ---box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
}

.theme-btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-flex;
  gap: 15px;
  border: none;
  text-align: center;
  background-color: var(--theme-green);
  color: var(--header);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  padding: 20px 30px;
  overflow: hidden;
  align-items: center;
  border-radius: 10px;
}

.theme-btn i {
  margin-left: 5px;
}

.theme-btn::after,
.theme-btn::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: var(--header);
  transition: 1s ease;
}

.theme-btn::before {
  top: -2em;
  left: -2em;
}

.theme-btn::after {
  left: calc(100% + 2em);
  top: calc(100% + 2em);
}

.theme-btn:hover {
  color: var(--white);
  box-shadow: none;
}

.theme-btn:hover::after,
.theme-btn:hover::before {
  height: 410px;
  width: 410px;
}

.theme-btn.hover-white::after,
.theme-btn.hover-white::before {
  background-color: var(--white);
}

.theme-btn.hover-white:hover {
  color: var(--header);
}

.theme-btn.yellow-btn {
  background-color: var(--theme-yellow);
  color: var(--header);
}

.theme-btn.yellow-btn::after,
.theme-btn.yellow-btn::before {
  background-color: var(--header);
}

.theme-btn.yellow-btn:hover {
  color: var(--white);
}

.theme-btn.red-btn {
  background-color: var(--theme-red);
  color: var(--white);
}

.theme-btn.red-btn::after,
.theme-btn.red-btn::before {
  background-color: var(--header);
}

.theme-btn.red-btn:hover {
  color: var(--white);
}

.theme-btn.pink-btn {
  background-color: var(--theme-pink);
  color: var(--white);
}

.theme-btn.theme-blue-2 {
  background-color: var(--theme-blue-2);
  color: var(--white);
}

@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: clip;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", system-ui;
  margin: 0px;
  padding: 0;
  color: var(--header);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  font-weight: 400;
}

h1 {
  font-size: 90px;
  font-weight: 600;
}

h2 {
  font-size: 55px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  font-weight: 500;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  text-align: center;
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme-blue);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}

.preloader .animation-preloader .txt-loading {
  font: bold 5em "Plus Jakarta Sans", system-ui, "Plus Jakarta Sans", sans-serif;
  text-align: center;
  user-select: none;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme-blue);
  position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--theme-purple);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Plus Jakarta Sans", system-ui;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}

.preloader p {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme-yellow-2);
}

.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
  width: 0;
  transition: width 0.7s 0.3s cubic-bezier(0.1, 0.1, 0.1, 1);
}

.preloader .edu-preloader-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.preloader .edu-preloader-icon img,
.preloader .edu-preloader-icon video {
  width: 100%;
  height: 100%;
  height: 100dvh;
  object-fit: contain;
  background-color: #031F42;
  display: block;
}

/* =====================================================
   DÖŞKAYA SAYFALAR ARASI GEÇİŞ ANİMASYONU (PAGE TRANSITION LOADER)
===================================================== */
.page-transition-loader {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}

.page-transition-loader.active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.page-transition-loader-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page-transition-loader-inner img {
  width: 120px;
  max-width: 140px;
  height: auto;
  object-fit: contain;
  display: block;
}

#lottie-page-loader {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lottie-page-loader svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.header-search-bar {
  height: 270px;
  position: fixed;
  top: -200%;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--white);
  transition: 0.3s;
  box-shadow: var(---box-shadow);
}

.header-search-bar.search-open {
  top: 0;
}

.contact-search-form-box {
  margin-top: 50px;
}

.contact-search-form-box form {
  position: relative;
}

.contact-search-form-box form button {
  position: absolute;
  right: 30px;
  top: 15px;
  font-size: 18px;
}

.search-close {
  position: absolute;
  right: 50px;
  top: 35px;
  font-size: 50px;
  color: var(--header);
  font-weight: 300;
  width: 45px;
  height: 45px;
}

.search-bar .contact-search-form-box input {
  border: none;
  width: 100%;
  outline: none;
  color: var(--header);
  border-bottom: 1px solid var(--border);
  font-size: 24px;
  padding-bottom: 30px;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 767px) {
  .search-bar .contact-search-form-box input {
    font-size: 22px;
  }
}

.search-bar .contact-search-form-box input::placeholder {
  color: var(--header);
}

.search-bar .contact-search-form-box i {
  color: var(--theme-blue);
}

.search-bar .contact-search-form-box p {
  color: #666C78;
  padding-top: 15px;
}

.search-bar .search-bar-title {
  font-size: 25px;
}

.page-nav-wrap ul li {
  display: inline-block;
}

.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border: 1.4px solid var(--border);
  font-size: 16px;
  text-align: center;
}

.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme-blue);
  color: var(--white);
}

@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    font-size: 14px;
  }
}

.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}

.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme-blue);
  color: var(--white);
}

.back-to-top {
  border-radius: 50%;
  background-color: var(--theme-blue);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 9999;
  right: 30px;
  bottom: 100px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: -5px;
}

@media (max-width: 767px) {
  .section-title {
    text-align: center;
    margin-bottom: 0;
  }
}

.section-title h6 {
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: var(--theme-blue);
  position: relative;
  display: inline-block;
}

@media (max-width: 575px) {
  .section-title h6 {
    margin-bottom: 10px;
  }
}

.section-title h6::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/bar/top-bar.png);
  animation: width 1.5s linear 2 !important;
  animation-fill-mode: both;
  background-position: center;
}

.section-title h6.yellow-text {
  color: var(--theme-yellow);
}

.section-title h6.yellow-text::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/bar/yellow-bar-2.png);
  animation: width 1.5s linear infinite !important;
  animation-fill-mode: both;
  background-position: center;
}

.section-title h6.text-white::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/bar/white-bar.png);
  animation: width 1.5s linear !important;
  animation-fill-mode: both;
  background-position: center;
}

.section-title.color-red h6 {
  color: var(--theme-red);
  position: relative;
}

.section-title.color-red h6::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/Tag.png);
  animation: width 1.5s linear !important;
  animation-fill-mode: both;
  background-position: center;
}

.section-title.color-red h6 span {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}

.section-title.color-red h6 span img {
  animation: width 8s linear infinite !important;
}

.section-title.color-black h6 {
  position: relative;
  color: var(--header);
}

.section-title.color-black h6::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/bar/black-bar.png);
  animation: width 1.5s linear !important;
  animation-fill-mode: both;
  background-position: center;
}

.section-title.color-pink h6 {
  position: relative;
  color: var(--theme-pink);
}

.section-title.color-pink h6::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/bar/pink-bar.png);
  animation: width 1.5s linear !important;
  animation-fill-mode: both;
  background-position: center;
}

.section-title.color-yellow h6 {
  color: var(--theme-yellow-3);
  position: relative;
}

.section-title.color-yellow h6::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/bar/yellow-bar-2.png);
  animation: width 1.5s linear !important;
  animation-fill-mode: both;
  background-position: center;
}

.section-title.color-blue h6 {
  color: var(--theme-blue-2);
  position: relative;
}

.section-title.color-blue h6::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/bar/blue-bar.png);
  animation: width 1.5s linear !important;
  animation-fill-mode: both;
  background-position: center;
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 0;
    justify-content: center;
    text-align: center;
  }
}

.section-title-area .section-title {
  margin-bottom: 0;
}

.section-title-area .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-title-area .nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
}

.section-title-area .nav .nav-item .nav-link.active {
  color: var(--header);
  position: relative;
  display: inline-block;
}

.section-title-area .nav .nav-item .nav-link.active::before {
  position: absolute;
  bottom: 5px;
  left: 50%;
  right: 0;
  content: "";
  width: 100%;
  height: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/bar/tab-bar.png);
  animation: width 1.5s linear !important;
  animation-fill-mode: both;
  background-position: center;
  max-width: 70px;
  transform: translateX(-50%);
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg) !important;
}

.section-bg-2 {
  background-color: #F3F1FD !important;
}

.footer-bg {
  background-color: var(--header);
}

.theme-blue-bg {
  background-color: var(--theme-blue);
}

.theme-green-bg {
  background-color: var(--theme-green);
}

.theme-red-bg {
  background-color: var(--theme-red);
}

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

@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

@keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes arryUpDown {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(10px);
  }
}

.animation__arryUpDown {
  animation: arryUpDown 2s ease infinite alternate;
}

@keyframes arryLeftRight {
  0% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(10px);
  }
}

.animation__arryLeftRight {
  animation: arryLeftRight 2s ease infinite alternate;
}

@keyframes shine {
  from {
    -webkit-mask-position: 150%;
    mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
    mask-position: -50%;
  }
}

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

@keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

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

.GlidingArrow {
  -webkit-animation: slide 5s linear infinite;
  animation: slide 5s linear infinite;
}

.delay1 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay2 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.delay3 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.delay4 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.delay5 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

/* Defining animation Keyframes */
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(-150);
  }

  20% {
    opacity: 1;
    transform: translateX(-90);
  }

  80% {
    opacity: 1;
    transform: translateX(90);
  }

  100% {
    opacity: 0;
    transform: translateX(150);
  }
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(-150);
  }

  20% {
    opacity: 1;
    transform: translateX(-90);
  }

  80% {
    opacity: 1;
    transform: translateX(90);
  }

  100% {
    opacity: 0;
    transform: translateX(150);
  }
}

/*img-animation**********************/
.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-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;
  }
}

.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

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

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

@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

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

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

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.header-main .main-menu ul {
  margin-bottom: 0;
}

.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 45px;
}

@media (max-width: 1899px) {
  .header-main .main-menu ul li {
    margin-inline-end: 35px;
  }
}

@media (max-width: 1600px) {
  .header-main .main-menu ul li {
    margin-inline-end: 30px;
  }
}

@media (max-width: 1399px) {
  .header-main .main-menu ul li {
    margin-inline-end: 25px;
  }
}

.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}

.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  font-family: "Plus Jakarta Sans", system-ui;
}

.header-main .main-menu ul li a .head-icon {
  margin-left: 0;
  margin-right: 5px;
}

.header-main .main-menu ul li a i {
  margin-left: 5px;
}

.header-main .main-menu ul li a:hover {
  color: var(--theme-blue) !important;
}

.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 250px;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  box-shadow: 0px 0px 40px 0px rgba(11, 13, 17, 0.08);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
  padding: 30px 30px;
}

.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.header-main .main-menu ul li .submenu li:not(:last-child) {
  padding-bottom: 15px;
}

.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  padding: 0 0;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: capitalize;
  font-family: "Plus Jakarta Sans", system-ui;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-main .main-menu ul li .submenu li a:hover {
  color: var(--white) !important;
}

.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 113%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.header-main .main-menu ul li .submenu li:hover>a {
  color: var(--theme-blue) !important;
}

.header-main .main-menu ul li .submenu li:hover>a::after {
  color: var(--theme-blue);
}

.header-main .main-menu ul li .submenu li:hover>.submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}

.header-main .main-menu ul li .submenu li.has-dropdown>a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme-blue);
}

.header-main .main-menu ul li .has-homemenu {
  width: 1000px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}

@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img:hover {
  transform: scale(1.1);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a {
  color: var(--header);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a:hover {
  color: var(--theme-blue) !important;
}

.header-main .main-menu ul li:hover>a {
  color: var(--theme-blue);
}

.header-main .main-menu ul li:hover>a::after {
  color: var(--theme-blue);
}

.header-main .main-menu ul li:hover>.submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.header-main .header-right {
  gap: 30px;
}

@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}

.header-main .header-right .search-icon {
  color: var(--header);
  font-size: 18px;
}

.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
  color: var(--header);
}

.header-1 .container-fluid {
  padding: 0 70px;
}

@media (max-width: 1899px) {
  .header-1 .container-fluid {
    padding: 0 20px;
  }
}

@media (max-width: 1199px) {
  .header-1 .container-fluid {
    padding: 0 30px;
  }
}

.header-1 .header-left {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 415px;
  width: 100%;
}

@media (max-width: 1899px) {
  .header-1 .header-left {
    max-width: 360px;
    gap: 25px;
  }
}

@media (max-width: 1600px) {
  .header-1 .header-left {
    max-width: 340px;
  }
}

@media (max-width: 1399px) {
  .header-1 .header-left {
    max-width: initial;
    width: initial;
  }
}

@media (max-width: 1199px) {
  .header-1 .header-left {
    max-width: 415px;
    width: 100%;
  }
}

.header-1 .header-left .category-oneadjust {
  max-width: 215px;
  width: 100%;
  position: relative;
}

@media (max-width: 1399px) {
  .header-1 .header-left .category-oneadjust {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header-1 .header-left .category-oneadjust {
    display: block;
  }
}

@media (max-width: 575px) {
  .header-1 .header-left .category-oneadjust {
    display: none;
  }
}

.header-1 .header-left .category-oneadjust .dot {
  position: absolute;
  top: 15px;
  left: 15px;
}

.header-1 .header-left .category-oneadjust .nice-select {
  width: unset !important;
  gap: 20px;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid rgba(0, 91, 255, 0.1);
  background: rgba(0, 91, 255, 0.05);
  padding: 20px 35px 20px 40px;
  line-height: 1;
}

.header-1 .header-left .category-oneadjust .nice-select::after {
  width: 8px;
  height: 8px;
  right: 20px;
  top: 52%;
}

.header-1 .header-left .category-oneadjust .nice-select span {
  font-size: 14px;
  font-weight: 500;
  color: var(--header);
}

.header-1 .header-left .category-oneadjust .nice-select .selected.focus {
  background-color: var(--theme-blue);
  color: var(--white);
  font-weight: 500;
}

.header-1 .header-left .category-oneadjust .nice-select .focus {
  background-color: transparent;
}

.header-1 .header-left .category-oneadjust .nice-select .option:hover {
  background-color: transparent;
  color: var(--header);
}

.header-1 .header-left .category-oneadjust .nice-select .list {
  max-height: 15vh;
  background: var(--bg);
  width: 100%;
  padding: 5px 8px;
  overflow-y: scroll;
}

@media (max-width: 1199px) {
  .header-1 .header-left .category-oneadjust .nice-select .list {
    right: -60px;
  }
}

.header-1 .header-left .category-oneadjust .nice-select .list li {
  color: var(--header);
  font-size: 14px;
  border: none;
}

.header-1 .header-right {
  gap: 40px;
}

@media (max-width: 1199px) {
  .header-1 .header-right {
    gap: 20px;
  }
}

.header-1 .header-right .header-button {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1199px) {
  .header-1 .header-right .header-button {
    display: none;
  }
}

.header-1 .header-right .header-button .theme-btn {
  padding: 16px 24px;
}

.header-1 .header-right .header-button .theme-btn.style-2 {
  background: transparent;
  border: 1px solid var(--border);
  align-items: center;
  gap: 10px;
}

@media (max-width: 1600px) {
  .header-1 .header-right .header-button .theme-btn.style-2 {
    display: none;
  }
}

.header-1 .header-right .header-button .theme-btn.style-2 i {
  margin-left: 0;
  margin-right: 0;
}

.header-1 .search-toggle {
  color: var(--header);
  font-size: 16px;
}

.header-1 .sidebar__toggle {
  cursor: pointer;
}

.header-1 .sidebar__toggle .header-bar {
  position: relative;
  width: 31px;
  height: 18px;
}

.header-1 .sidebar__toggle .header-bar span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.3s;
  left: 0;
  background: var(--header);
  overflow: hidden;
}

.header-1 .sidebar__toggle .header-bar span:first-child {
  top: 0;
  background: var(--header);
  left: 16px;
  width: 15px;
}

.header-1 .sidebar__toggle .header-bar span:nth-child(2) {
  top: 44%;
  background: var(--header);
  width: 30px;
}

.header-1 .sidebar__toggle .header-bar span:last-child {
  bottom: 0;
  background: var(--header);
  width: 15px;
}

.header-1 .sidebar__toggle .header-bar.active span:first-child {
  transform: rotate(45deg) translate(3px, 9px);
}

.header-1 .sidebar__toggle .header-bar.active span:nth-child(2) {
  opacity: 0;
}

.header-1 .sidebar__toggle .header-bar.active span:last-child {
  transform: rotate(-45deg) translate(3px, -9px);
}

.header-1 .sidebar__toggle .header-bar:hover {
  cursor: pointer;
}

.header-2 {
  background-color: var(--white);
  box-shadow: 10px 4px 60px 0px rgba(184, 184, 184, 0.25);
  border-top: 1px solid var(--border);
}

.header-2 .header-logo {
  display: none;
}

@media (max-width: 1199px) {
  .header-2 .header-logo {
    display: block;
  }
}

.header-2 .header-right {
  gap: 20px;
}

.header-2 .header-right .icon-items {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-2 .header-right .icon-items i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #C3F499;
  font-size: 14px;
}

.header-2 .header-right .icon-items h6 {
  font-size: 14px;
  font-weight: 600;
}

.header-2 .header-right .icon-items h6 a {
  color: var(--header);
}

.header-2 .header-right .header-button .theme-btn {
  padding: 14px 20px;
}

@media (max-width: 1199px) {
  .header-2 .header-right .header-button .theme-btn {
    display: none;
  }
}

.header-2 .sidebar__toggle {
  cursor: pointer;
}

.header-2 .sidebar__toggle .header-bar {
  position: relative;
  width: 31px;
  height: 18px;
}

.header-2 .sidebar__toggle .header-bar span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.3s;
  left: 0;
  background: var(--header);
  overflow: hidden;
}

.header-2 .sidebar__toggle .header-bar span:first-child {
  top: 0;
  background: var(--header);
  left: 16px;
  width: 15px;
}

.header-2 .sidebar__toggle .header-bar span:nth-child(2) {
  top: 44%;
  background: var(--header);
  width: 30px;
}

.header-2 .sidebar__toggle .header-bar span:last-child {
  bottom: 0;
  background: var(--header);
  width: 15px;
}

.header-2 .sidebar__toggle .header-bar.active span:first-child {
  transform: rotate(45deg) translate(3px, 9px);
}

.header-2 .sidebar__toggle .header-bar.active span:nth-child(2) {
  opacity: 0;
}

.header-2 .sidebar__toggle .header-bar.active span:last-child {
  transform: rotate(-45deg) translate(3px, -9px);
}

.header-2 .sidebar__toggle .header-bar:hover {
  cursor: pointer;
}

.header-top {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .header-top {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .header-top .top-logo {
    display: none;
  }
}

.header-top .category-oneadjust {
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 991px) {
  .header-top .category-oneadjust {
    display: none !important;
  }
}

.header-top .category-oneadjust .icon {
  position: absolute;
  top: 15px;
  left: 20px;
  color: var(--theme-blue);
}

.header-top .category-oneadjust .nice-select {
  width: 226px !important;
  gap: 20px;
  font-size: 16px;
  border: 1px solid rgba(0, 91, 255, 0.1);
  padding: 14px 20px;
  border-radius: 10px 0px 0px 10px;
  border-right: none !important;
  padding-left: 40px;
  background-color: #F4F9FF;
  position: relative;
}

.header-top .category-oneadjust .nice-select::before {
  position: absolute;
  top: 23px;
  left: 15px;
  content: "";
  width: 13px;
  height: 13px;
  background-size: cover;
  background-image: url("../../assets/img/logo/dot.png");
}

.header-top .category-oneadjust .nice-select::after {
  margin-top: 0;
  right: 20px;
  top: 37%;
}

.header-top .category-oneadjust .nice-select span {
  font-weight: 500;
  color: var(--header);
}

.header-top .category-oneadjust .nice-select .list {
  max-height: 15vh;
  background: var(--header);
  width: 100%;
  padding: 5px 8px;
  overflow-y: scroll;
  right: 0;
}

.header-top .category-oneadjust .nice-select .list li {
  color: var(--white);
  font-size: 14px;
  border: none;
}

.header-top .category-oneadjust .search-toggle-box {
  width: 400px;
}

@media (max-width: 1399px) {
  .header-top .category-oneadjust .search-toggle-box {
    width: 270px;
  }
}

@media (max-width: 1399px) {
  .header-top .category-oneadjust .search-toggle-box {
    width: 710px;
  }
}

@media (max-width: 991px) {
  .header-top .category-oneadjust .search-toggle-box {
    width: 250px;
  }
}

.header-top .category-oneadjust .search-toggle-box .input-area {
  position: relative;
}

.header-top .category-oneadjust .search-toggle-box .input-area input {
  outline: none;
  border: 1px solid rgba(0, 91, 255, 0.1);
  background: #F4F9FF;
  padding: 14px 20px;
  width: 100%;
  border-radius: 0px 10px 10px 0px;
  color: var(--text);
  font-weight: 500;
}

.header-top .category-oneadjust .search-toggle-box .input-area input::placeholder {
  color: var(--text);
  font-weight: 500;
}

.header-top .category-oneadjust .search-toggle-box .input-area .cmn-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 18px;
  color: var(--theme-blue);
}

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

.header-3 .header-main .header-logo-2 {
  display: none;
}

.header-3 .header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}

.header-3 .header-main .main-menu ul li a {
  color: var(--white);
}

.header-3 .header-main .main-menu ul li a:hover {
  color: var(--theme-red) !important;
}

.header-3 .header-main .main-menu ul li .submenu li:hover>a {
  color: var(--theme-red) !important;
}

.header-3 .header-main .main-menu ul li .submenu li:hover>a::after {
  color: var(--theme-red);
}

.header-3 .header-main .main-menu ul li .submenu li.has-dropdown>a::after {
  color: var(--theme-red);
}

.header-3 .header-main .main-menu ul li:hover>a {
  color: var(--theme-red);
}

.header-3 .header-main .main-menu ul li:hover>a::after {
  color: var(--theme-red);
}

.header-3 .header-main .header-right {
  gap: 35px;
}

@media (max-width: 1199px) {
  .header-3 .header-main .header-right {
    gap: 20px;
  }
}

.header-3 .header-main .header-right .search-icon {
  color: var(--white);
  font-size: 18px;
}

.header-3 .header-main .search-toggle {
  color: var(--white);
  font-size: 16px;
}

.header-3 .header-main .sidebar__toggle {
  cursor: pointer;
}

.header-3 .header-main .sidebar__toggle .fa-bars {
  color: var(--white);
}

.header-3 .header-main .sidebar__toggle .header-bar {
  position: relative;
  width: 31px;
  height: 18px;
}

.header-3 .header-main .sidebar__toggle .header-bar span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.3s;
  left: 0;
  background: var(--white);
  overflow: hidden;
}

.header-3 .header-main .sidebar__toggle .header-bar span:first-child {
  top: 0;
  background: var(--white);
  left: 16px;
  width: 15px;
}

.header-3 .header-main .sidebar__toggle .header-bar span:nth-child(2) {
  top: 44%;
  background: var(--white);
  width: 30px;
}

.header-3 .header-main .sidebar__toggle .header-bar span:last-child {
  bottom: 0;
  background: var(--white);
  width: 15px;
}

.header-3 .header-main .sidebar__toggle .header-bar.active span:first-child {
  transform: rotate(45deg) translate(3px, 9px);
}

.header-3 .header-main .sidebar__toggle .header-bar.active span:nth-child(2) {
  opacity: 0;
}

.header-3 .header-main .sidebar__toggle .header-bar.active span:last-child {
  transform: rotate(-45deg) translate(3px, -9px);
}

.header-3 .header-main .sidebar__toggle .header-bar:hover {
  cursor: pointer;
}

.header-3 .header-button .theme-btn {
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white);
  padding: 14px 20px;
}

@media (max-width: 1199px) {
  .header-3 .header-button .theme-btn {
    display: none;
  }
}

.header-3 .header-button .theme-btn:hover {
  border: 1px solid var(--header);
}

.header-3.style-2 .header-main .header-logo-2 {
  display: none;
}

.header-3.style-2 .header-main .main-menu ul li a:hover {
  color: var(--theme-pink) !important;
}

.header-3.style-2 .header-main .main-menu ul li .submenu li {
  color: var(--header);
}

.header-3.style-2 .header-main .main-menu ul li .submenu li:hover>a {
  color: var(--theme-pink) !important;
}

.header-3.style-2 .header-main .main-menu ul li .submenu li:hover>a::after {
  color: var(--theme-pink);
}

.header-3.style-2 .header-main .main-menu ul li .submenu li.has-dropdown>a::after {
  color: var(--theme-pink);
}

.header-3.style-2 .header-main .main-menu ul li:hover>a {
  color: var(--theme-pink);
}

.header-3.style-2 .header-main .main-menu ul li:hover>a::after {
  color: var(--theme-pink);
}

.header-3.style-2 .header-main .theme-btn {
  background-color: var(--theme-pink);
  border: none;
  color: var(--white) !important;
}

.header-3.header-5 .header-main .header-logo-2 {
  display: none;
}

.header-3.header-5 .header-main .main-menu ul li a {
  color: var(--white);
}

.header-3.header-5 .header-main .main-menu ul li a:hover {
  color: var(--theme-blue-2);
}

.header-3.header-5 .header-main .main-menu ul li .submenu li a {
  color: var(--header);
}

.header-3.header-5 .header-main .main-menu ul li .submenu li:hover>a {
  color: var(--theme-blue-2) !important;
}

.header-3.header-5 .header-main .main-menu ul li .submenu li:hover>a::after {
  color: var(--theme-blue-2) !important;
}

.header-3.header-5 .header-main .main-menu ul li .submenu li.has-dropdown>a::after {
  color: var(--theme-blue-2) !important;
}

.header-3.header-5 .header-main .main-menu ul li:hover>a {
  color: var(--theme-blue-2);
}

.header-3.header-5 .header-main .main-menu ul li:hover>a::after {
  color: var(--theme-blue-2);
}

.header-3.header-5 .header-main .theme-btn {
  background-color: var(--theme-yellow-4);
  border: none;
  color: var(--header) !important;
}

.header-3.header-5 .header-main .theme-btn:hover {
  color: var(--white);
}

.header-3.sticky .sidebar__toggle .fa-bars {
  color: var(--theme-red) !important;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.9s;
  background-color: var(--white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: var(---box-shadow);
}

.sticky.header-2 .header-logo {
  display: block;
}

.sticky.header-2 .header-main .main-menu ul li {
  margin-inline-end: 25px;
}

@media (max-width: 1399px) {
  .sticky.header-2 .header-button .theme-btn {
    display: none;
  }
}

.sticky.header-3 .header-main .header-logo-2 {
  display: none;
}

.sticky.header-3 .header-main .main-menu ul li a {
  color: var(--header);
}

.sticky.header-3 .header-main .main-menu ul li a:hover {
  color: var(--theme-red) !important;
}

.sticky.header-3 .header-button .theme-btn {
  border: 1px solid var(--border);
  color: var(--header);
}

.sticky.header-3 .header-button .theme-btn:hover {
  border: 1px solid var(--header);
}

.sticky.header-3 .search-toggle {
  color: var(--header) !important;
}

.sticky.header-3 .sidebar__toggle {
  cursor: pointer;
}

.sticky.header-3 .sidebar__toggle .header-bar {
  position: relative;
  width: 31px;
  height: 18px;
}

.sticky.header-3 .sidebar__toggle .header-bar span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.3s;
  left: 0;
  background: var(--header);
  overflow: hidden;
}

.sticky.header-3 .sidebar__toggle .header-bar span:first-child {
  top: 0;
  background: var(--header);
  left: 16px;
  width: 15px;
}

.sticky.header-3 .sidebar__toggle .header-bar span:nth-child(2) {
  top: 44%;
  background: var(--header);
  width: 30px;
}

.sticky.header-3 .sidebar__toggle .header-bar span:last-child {
  bottom: 0;
  background: var(--header);
  width: 15px;
}

.sticky.header-3 .sidebar__toggle .header-bar.active span:first-child {
  transform: rotate(45deg) translate(3px, 9px);
}

.sticky.header-3 .sidebar__toggle .header-bar.active span:nth-child(2) {
  opacity: 0;
}

.sticky.header-3 .sidebar__toggle .header-bar.active span:last-child {
  transform: rotate(-45deg) translate(3px, -9px);
}

.sticky.header-3 .sidebar__toggle .header-bar:hover {
  cursor: pointer;
}

.sticky.header-3 .header-logo-2 {
  display: block !important;
}

.sticky.header-3 .header-logo {
  display: none;
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme-blue);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas-title {
  font-size: 32px;
  margin-bottom: 15px;
}

.offcanvas__wrapper .offcanvas__content p {
  color: var(--header);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-blue);
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .social-icon {
  margin-top: 30px;
  gap: 10px;
  margin-bottom: 30px;
}

.offcanvas__wrapper .offcanvas__content .social-icon a {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}

.offcanvas__wrapper .offcanvas__content .social-icon a:hover {
  background-color: var(--theme-blue);
  color: var(--white);
  border: 1px solid var(--theme-blue);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li {
  font-size: 16px;
  color: var(--header);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li:not(:last-child) {
  margin-bottom: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li span {
  font-weight: 600;
  color: var(--header);
  font-size: 18px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li a {
  font-size: 16px;
  color: var(--header);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button {
  display: flex;
  align-items: center;
}

.offcanvas__wrapper .offcanvas__content .offcanvas-button {
  margin-top: 300px;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1399px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas-button {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas-button {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 350px;
  }
}

@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}

.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #031F42;
}

.breadcrumb-wrapper.shop-page-banner::before,
.breadcrumb-wrapper.courses-page-banner::before {
  display: none;
}

.breadcrumb-wrapper.shop-page-banner .breadcrumb-image,
.breadcrumb-wrapper.courses-page-banner .breadcrumb-image {
  display: none;
}

.breadcrumb-wrapper.shop-page-banner .page-heading,
.breadcrumb-wrapper.courses-page-banner .page-heading {
  padding: 120px 0px;
}

@media (max-width: 767px) {

  .breadcrumb-wrapper.shop-page-banner .page-heading,
  .breadcrumb-wrapper.courses-page-banner .page-heading {
    padding: 100px 0px;
  }
}

@media (max-width: 575px) {

  .breadcrumb-wrapper.shop-page-banner .page-heading,
  .breadcrumb-wrapper.courses-page-banner .page-heading {
    padding: 80px 0px;
  }
}

.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  top: 67%;
}

.breadcrumb-wrapper .shape-1 {
  position: absolute;
  right: 0;
  bottom: 33%;
}

@media (max-width: 1199px) {
  .breadcrumb-wrapper .shape-1 {
    display: none;
  }
}

.breadcrumb-wrapper .shape-2 {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1199px) {
  .breadcrumb-wrapper .shape-2 {
    display: none;
  }
}

.breadcrumb-wrapper .shape-3 {
  position: absolute;
  top: 26%;
  left: 12%;
}

@media (max-width: 1199px) {
  .breadcrumb-wrapper .shape-3 {
    display: none;
  }
}

.breadcrumb-wrapper .dot-shape {
  position: absolute;
  left: 110px;
  top: 50%;
  animation: float-bob-x 4s linear infinite;
}

@media (max-width: 1199px) {
  .breadcrumb-wrapper .dot-shape {
    display: none;
  }
}

.breadcrumb-wrapper .vector-shape {
  position: absolute;
  right: 155px;
  top: 24%;
  animation: cir36 4s linear infinite;
}

@media (max-width: 1199px) {
  .breadcrumb-wrapper .vector-shape {
    display: none;
  }
}

.breadcrumb-wrapper .page-heading {
  padding: 120px 0 100px;
  text-align: center;
}

.breadcrumb-wrapper .page-heading h1 {
  font-size: 55px;
  color: var(--white);
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 45px;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  position: relative;
}

@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    gap: 20px;
    flex-wrap: wrap;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  font-size: 20px;
  color: var(--white);
  text-transform: capitalize;
  position: relative;
}

@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items li {
    font-size: 16px;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50px;
  right: -30px;
  top: 14px;
  background-color: var(--white);
}

@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items li:not(:last-child)::before {
    display: none;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--white);
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: var(--theme-orange);
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li.style-2 {
  color: var(--theme-orange);
  text-decoration: underline;
}

.breadcrumb-wrapper .page-heading .breadcrumb-image {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}

.breadcrumb-wrapper .page-heading .breadcrumb-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.breadcrumb-wrapper.style-2 {
  position: relative;
  z-index: 9;
}

.breadcrumb-wrapper.style-2::before {
  display: none;
}

.breadcrumb-wrapper.style-2 .shape-1 {
  bottom: 0;
}

.breadcrumb-wrapper.style-2 .page-heading {
  padding: 70px 0 380px;
  text-align: left;
}

.breadcrumb-wrapper.style-2 .page-heading .breadcrumb-items {
  justify-content: start;
  margin-bottom: 130px;
}

@media (max-width: 1199px) {
  .breadcrumb-wrapper.style-2 .page-heading .breadcrumb-items {
    margin-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .breadcrumb-wrapper.style-2 .page-heading .breadcrumb-items {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-wrapper.style-2 .page-heading .breadcrumb-items {
    margin-bottom: 50px;
  }
}

.breadcrumb-wrapper.style-2 .page-heading .breadcrumb-content {
  position: relative;
  z-index: 9;
}

.breadcrumb-wrapper.style-2 .page-heading .breadcrumb-content h1 {
  font-size: 55px;
  color: var(--white);
}

@media (max-width: 991px) {
  .breadcrumb-wrapper.style-2 .page-heading .breadcrumb-content h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-wrapper.style-2 .page-heading .breadcrumb-content h1 {
    font-size: 44px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-wrapper.style-2 .page-heading .breadcrumb-content h1 {
    font-size: 34px;
  }
}

.breadcrumb-wrapper.style-2 .page-heading .breadcrumb-content .courses-breadcrumb-items {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .breadcrumb-wrapper.style-2 .page-heading .breadcrumb-content .courses-breadcrumb-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.breadcrumb-wrapper.style-2 .page-heading .breadcrumb-content .courses-breadcrumb-items .client-image-items {
  display: flex;
  align-items: center;
  gap: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 70px;
}

@media (max-width: 1199px) {
  .breadcrumb-wrapper.style-2 .page-heading .breadcrumb-content .courses-breadcrumb-items .client-image-items {
    padding-right: 0;
    border-right: none;
  }
}

.breadcrumb-wrapper.style-2 .page-heading .breadcrumb-content .courses-breadcrumb-items .client-image-items .client-content span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}

.breadcrumb-wrapper.style-2 .page-heading .breadcrumb-content .courses-breadcrumb-items .client-image-items .client-content h5 {
  font-size: 18px;
  color: var(--white);
}

.breadcrumb-wrapper.style-2 .page-heading .breadcrumb-content .courses-breadcrumb-items .client-image-items .client-content .star {
  color: #FFAE5D;
}

.breadcrumb-wrapper.style-2 .page-heading .breadcrumb-content .courses-breadcrumb-items .client-image-items .client-content .star b {
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
  display: inline-block;
  padding-left: 10px;
}

.breadcrumb-wrapper.style-3 {
  background-color: #F4F9FF;
}

.breadcrumb-wrapper.style-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  top: 67%;
}

.breadcrumb-wrapper.style-3 .page-heading {
  padding: 70px 0 330px;
}

.breadcrumb-wrapper.style-3 .page-heading h1 {
  color: var(--header);
}

.breadcrumb-wrapper.style-3 .page-heading .breadcrumb-items {
  margin-bottom: 0;
}

.breadcrumb-wrapper.style-3 .page-heading .breadcrumb-items li {
  color: var(--text);
}

.breadcrumb-wrapper.style-3 .page-heading .breadcrumb-items li:not(:last-child)::before {
  background-color: var(--text);
}

.breadcrumb-wrapper.style-3 .page-heading .breadcrumb-items li a {
  color: var(--text);
}

.breadcrumb-wrapper.style-3 .page-heading .breadcrumb-items li a:hover {
  color: var(--theme-blue);
}

.breadcrumb-wrapper.style-3 .page-heading .breadcrumb-items li.style-2 {
  color: var(--theme-blue);
}

.breadcrumb-wrapper.style-3 .page-heading .breadcrumb-image {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}

.breadcrumb-wrapper.style-3 .page-heading .breadcrumb-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.breadcrumb-wrapper.style-event .page-heading {
  padding: 70px 0 300px;
}

.breadcrumb-wrapper.style-event .page-heading .breadcrumb-items {
  margin-bottom: 60px;
}

.error-items .error-image {
  margin-bottom: 50px;
}

.error-items .error-image img {
  width: 100%;
  height: 100%;
}

.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 {
  position: relative;
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb {
  position: relative;
  width: 280px;
}

.mean-container .mean-nav>ul .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;
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 10px 30px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(#292930));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #292930 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 .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb img {
  width: 100%;
}

.mean-container .mean-nav>ul .homemenu .homemenu-content .homemenu-title {
  margin-top: 15px;
  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(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.mean-container .mean-nav ul li a.border-none {
  border: none;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme-blue);
}

.mean-container .mean-nav ul li a .head-icon {
  display: none;
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme-blue);
}

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

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

@media (max-width: 1199px) {
  .mean-container .mean-nav ul li.menu-thumb {
    display: none;
  }
}

.hero-1 {
  background-color: #031F42;
  padding: 130px 0 0;
  position: relative;
}

.hero-1 .shape-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

@media (max-width: 1199px) {
  .hero-1 .shape-left {
    display: none;
  }
}

.hero-1 .shape-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}

@media (max-width: 1199px) {
  .hero-1 .shape-right {
    display: none;
  }
}

.hero-1 .dot-shape {
  position: absolute;
  left: 110px;
  top: 50%;
}

.hero-1 .vector-shape {
  position: absolute;
  right: 110px;
  top: 30%;
}

.hero-1 .hero-content {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.hero-1 .hero-content span {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.44px;
  display: inline-block;
  position: relative;
  color: var(--theme-yellow);
  padding-bottom: 10px;
  width: 270px;
}

.hero-1 .hero-content span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/bar/yellow-bar-3.png);
  animation: width 1.5s linear 3 !important;
  animation-fill-mode: both;
  background-position: center;
}

@media (max-width: 767px) {
  .hero-1 .hero-content span {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .hero-1 .hero-content span {
    font-size: 18px;
  }
}

.hero-1 .hero-content span img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 5px;
  animation: width 3.5s linear infinite;
}

.hero-1 .hero-content h1 {
  color: var(--white);
  margin-bottom: 30px;
  margin-top: 20px;
}

@media (max-width: 1399px) {
  .hero-1 .hero-content h1 {
    font-size: 80px;
  }
}

@media (max-width: 1199px) {
  .hero-1 .hero-content h1 {
    font-size: 70px;
  }
}

@media (max-width: 991px) {
  .hero-1 .hero-content h1 {
    font-size: 54px;
  }
}

@media (max-width: 767px) {
  .hero-1 .hero-content h1 {
    font-size: 44px;
  }
}

@media (max-width: 575px) {
  .hero-1 .hero-content h1 {
    font-size: 34px;
  }
}

.hero-1 .hero-content h3 {
  color: var(--white);
  font-size: 27px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .hero-1 .hero-content h3 {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .hero-1 .hero-content h3 {
    font-size: 20px;
  }
}

.hero-1 .hero-content .hero-button {
  margin-top: 50px;
}

.hero-1 .hero-image {
  max-width: 1070px;
  margin: 130px auto 0;
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  .hero-1 .hero-image {
    height: 630px;
  }

  .hero-1 .hero-image img {
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .hero-1 .hero-image {
    height: 520px;
  }
}

.hero-1 .hero-image img {
  width: 100%;
  height: 100%;
  border-radius: 7px 7px 0px 0px;
}

.hero-1 .hero-image .counter-box {
  background-color: var(--white);
  z-index: 9;
  position: absolute;
  bottom: 130px;
  left: -230px;
  padding: 35px 50px;
  border-radius: 10px;
}

@media (max-width: 1899px) {
  .hero-1 .hero-image .counter-box {
    bottom: 10px;
    left: 10px;
  }
}

@media (max-width: 991px) {
  .hero-1 .hero-image .counter-box {
    padding: 30px 50px;
    border-radius: 0;
  }
}

.hero-1 .hero-image .counter-box p {
  font-size: 18px;
}

.hero-1 .hero-image .counter-box h2 {
  color: var(--theme-blue);
  font-size: 65px;
}

@media (max-width: 767px) {
  .hero-1 .hero-image .counter-box h2 {
    font-size: 40px;
  }
}

.hero-1 .hero-image .rating-box {
  padding: 50px 40px;
  background-color: var(--white);
  border-radius: 10px;
  position: absolute;
  top: -100px;
  right: -140px;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 1899px) {
  .hero-1 .hero-image .rating-box {
    right: 0px;
  }
}

@media (max-width: 767px) {
  .hero-1 .hero-image .rating-box {
    padding: 20px 30px;
    display: grid;
    gap: 10px;
  }
}

.hero-1 .hero-image .rating-box h2 {
  font-size: 65px;
}

@media (max-width: 767px) {
  .hero-1 .hero-image .rating-box h2 {
    font-size: 40px;
  }
}

.hero-1 .hero-image .rating-box p {
  font-size: 18px;
}

.hero-1 .hero-image .rating-box .star {
  color: #FFAE5D;
}

.hero-1 .hero-image .rating-box img {
  padding-left: 50px;
  width: initial;
  border-left: 1px solid var(--border);
}

.hero-1 .hero-image .circle-img {
  position: absolute;
  top: -55px;
  left: -55px;
  z-index: -1;
}

.hero-2 {
  padding: 80px 0 100px;
}

@media (max-width: 767px) {
  .hero-2 .hero-content {
    text-align: center;
  }
}

.hero-2 .hero-content h1 {
  font-size: 75px;
}

@media (max-width: 1199px) {
  .hero-2 .hero-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 35px;
  }
}

.hero-2 .hero-content h1 span {
  color: var(--theme-blue);
  position: relative;
}

.hero-2 .hero-content h1 span img {
  position: absolute;
  bottom: -8px;
  left: 0;
}

@media (max-width: 991px) {
  .hero-2 .hero-content h1 span img {
    display: none;
  }
}

.hero-2 .hero-content p {
  font-size: 20px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .hero-2 .hero-content p {
    font-size: 18px;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .hero-2 .hero-content p {
    font-size: 16px;
    margin-top: 20px;
  }
}

.hero-2 .hero-content .hero-button {
  display: flex;
  align-items: center;
  margin-top: 40px;
  gap: 30px;
}

@media (max-width: 1199px) {
  .hero-2 .hero-content .hero-button {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .hero-2 .hero-content .hero-button {
    justify-content: center;
  }
}

.hero-2 .hero-content .hero-button .button-text span {
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
}

.hero-2 .hero-content .hero-button .button-text .video-btn {
  width: 55px;
  height: 55px;
  line-height: 55px;
  display: inline-block;
  background-color: transparent;
  border: 1px solid var(--header);
  border-radius: 50%;
  text-align: center;
  color: var(--header);
}

.hero-2 .hero-image-items .hero-image {
  position: relative;
}

@media (max-width: 1199px) {
  .hero-2 .hero-image-items .hero-image img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 991px) {
  .hero-2 .hero-image-items .hero-image img {
    width: initial;
    height: initial;
  }
}

@media (max-width: 767px) {
  .hero-2 .hero-image-items .hero-image img {
    width: 100%;
    height: 100%;
  }
}

.hero-2 .hero-image-items .hero-image .hero-shape {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 1399px) {
  .hero-2 .hero-image-items .hero-image .hero-shape img {
    width: initial;
    height: initial;
  }
}

@media (max-width: 575px) {
  .hero-2 .hero-image-items .hero-image .hero-shape {
    display: none;
  }
}

.hero-2 .hero-image-items .hero-image .counter-box {
  background-color: var(--white);
  z-index: 9;
  position: absolute;
  top: 5px;
  right: -105px;
  padding: 30px 40px;
  border-radius: 10px;
  box-shadow: 10px 4px 60px rgba(168, 168, 168, 0.25);
}

@media (max-width: 1399px) {
  .hero-2 .hero-image-items .hero-image .counter-box {
    right: initial;
    left: 0;
  }
}

@media (max-width: 991px) {
  .hero-2 .hero-image-items .hero-image .counter-box {
    right: 0;
    left: initial;
  }
}

@media (max-width: 767px) {
  .hero-2 .hero-image-items .hero-image .counter-box {
    display: none;
  }
}

.hero-2 .hero-image-items .hero-image .counter-box p {
  font-size: 18px;
}

.hero-2 .hero-image-items .hero-image .counter-box h2 {
  color: var(--theme-blue);
  font-size: 50px;
}

.hero-3 {
  position: relative;
  z-index: 9;
}

.hero-3 .slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  -webkit-transition: all 8s ease-out 0s;
  -moz-transition: all 8s ease-out 0s;
  -ms-transition: all 8s ease-out 0s;
  -o-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
}

.hero-3 .overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.hero-3 .hero-content {
  position: relative;
  z-index: 9;
  text-align: center;
  max-width: 1030px;
  margin: 0 auto;
  text-align: center;
  padding: 180px 0 355px;
}

@media (max-width: 575px) {
  .hero-3 .hero-content {
    padding: 100px 0 120px;
  }
}

.hero-3 .hero-content h6 {
  color: var(--white);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.44px;
  position: relative;
  display: inline-block;
}

.hero-3 .hero-content h6::before {
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/hero/white-bar.png);
  animation: width 1.5s linear !important;
  animation-fill-mode: both;
  background-position: center;
}

.hero-3 .hero-content h1 {
  color: var(--white);
  font-size: 90px;
  line-height: 1;
}

@media (max-width: 1399px) {
  .hero-3 .hero-content h1 {
    font-size: 80px;
  }
}

@media (max-width: 991px) {
  .hero-3 .hero-content h1 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .hero-3 .hero-content h1 {
    font-size: 55px;
  }
}

@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    font-size: 42px;
  }
}

.hero-3 .hero-content p {
  max-width: 795px;
  text-align: center;
  margin: 30px auto 0;
  font-size: 20px;
  color: var(--white);
  font-weight: 500;
}

@media (max-width: 767px) {
  .hero-3 .hero-content p {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .hero-3 .hero-content p {
    font-size: 16px;
  }
}

.hero-3 .hero-button {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .hero-3 .hero-button {
    margin-top: 30px;
  }
}

.hero-3 .swiper-slide.swiper-slide-active .slider-bg {
  -webkit-transform: scale(1.19);
  -moz-transform: scale(1.19);
  transform: scale(1.19);
}

.hero-3 .hero-slider {
  position: relative;
}

.hero-3 .hero-slider .array-button {
  position: absolute;
  top: 45%;
  left: 8%;
  right: 8%;
  transform: translateY(-50%);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1399px) {
  .hero-3 .hero-slider .array-button {
    display: none;
  }
}

.hero-3 .hero-slider .array-button .array-prev,
.hero-3 .hero-slider .array-button .array-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--white);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}

.hero-3 .hero-slider .array-button .array-prev:hover,
.hero-3 .hero-slider .array-button .array-next:hover {
  background-color: var(--white);
  color: var(--theme-red);
}

.hero-4 {
  background-color: var(--header);
  padding: 300px 0 350px;
  position: relative;
}

@media (max-width: 1399px) {
  .hero-4 {
    padding-top: 190px;
  }
}

@media (max-width: 767px) {
  .hero-4 {
    padding-top: 170px;
  }
}

@media (max-width: 575px) {
  .hero-4 {
    padding-top: 140px;
  }
}

.hero-4 .border-shape {
  position: absolute;
  left: 0;
  top: 15%;
}

@media (max-width: 1600px) {
  .hero-4 .border-shape {
    display: none;
  }
}

.hero-4 .border-shape-2 {
  position: absolute;
  right: 0;
  top: 15%;
}

@media (max-width: 1600px) {
  .hero-4 .border-shape-2 {
    display: none;
  }
}

.hero-4 .parachute-shape {
  position: absolute;
  top: 15%;
  left: 25%;
}

@media (max-width: 1600px) {
  .hero-4 .parachute-shape {
    display: none;
  }
}

.hero-4 .flower-shape {
  position: absolute;
  left: 315px;
  bottom: 150px;
}

@media (max-width: 1600px) {
  .hero-4 .flower-shape {
    display: none;
  }
}

.hero-4 .flower-shape-2 {
  position: absolute;
  right: 20%;
  bottom: 20%;
}

@media (max-width: 1600px) {
  .hero-4 .flower-shape-2 {
    display: none;
  }
}

.hero-4 .star-shape {
  position: absolute;
  top: 15%;
  right: 25%;
}

@media (max-width: 1600px) {
  .hero-4 .star-shape {
    display: none;
  }
}

.hero-4 .container-fluid {
  padding: 0 90px;
}

@media (max-width: 1600px) {
  .hero-4 .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 1399px) {
  .hero-4 .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 1199px) {
  .hero-4 .container-fluid {
    padding: 0 30px;
  }
}

.hero-4 .hero-content {
  text-align: center;
  position: relative;
  z-index: 9;
}

.hero-4 .hero-content h6 {
  color: var(--theme-yellow-3);
  position: relative;
  display: inline-block;
}

.hero-4 .hero-content h6::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/hero/bar-3.png);
  animation: width 1.5s linear !important;
  animation-fill-mode: both;
  background-position: center;
}

.hero-4 .hero-content h1 {
  color: var(--white);
  font-size: 75px;
  margin-top: 30px;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .hero-4 .hero-content h1 {
    font-size: 66px;
  }
}

@media (max-width: 991px) {
  .hero-4 .hero-content h1 {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .hero-4 .hero-content h1 {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .hero-4 .hero-content h1 {
    font-size: 36px;
  }
}

.hero-4 .hero-content p {
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
  line-height: 175%;
  max-width: 685px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .hero-4 .hero-content p {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .hero-4 .hero-content p {
    font-size: 16px;
  }
}

.hero-4 .hero-content .list {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
  margin-top: 50px;
}

@media (max-width: 1600px) {
  .hero-4 .hero-content .list {
    gap: 20px;
    flex-wrap: wrap;
  }
}

@media (max-width: 1199px) {
  .hero-4 .hero-content .list {
    gap: 30px;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .hero-4 .hero-content .list {
    justify-content: center;
    display: grid;
    text-align: center;
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .hero-4 .hero-content .list {
    margin-top: 30px;
  }
}

.hero-4 .hero-content .list li {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}

.hero-4 .hero-content .list li span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  margin-right: 20px;
}

@media (max-width: 767px) {
  .hero-4 .hero-content .list li span {
    display: block;
    margin: 0 auto 20px;
  }
}

.hero-4 .hero-content .hero-button {
  margin-top: 50px;
}

.hero-4 .hero-content .hero-button .theme-btn {
  background-color: var(--theme-orange);
  color: var(--white);
}

.hero-4 .hero-content .hero-button .theme-btn::before,
.hero-4 .hero-content .hero-button .theme-btn::after {
  background-color: var(--white);
}

.hero-4 .hero-content .hero-button .theme-btn:hover {
  color: var(--header);
}

.hero-4 .girl-image {
  position: relative;
  z-index: 9;
  text-align: center;
  margin-left: -10px;
}

.hero-4 .girl-image::before {
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 368px;
  height: 368px;
  border-radius: 368px;
  background-color: var(--theme-green-2);
  z-index: -1;
}

.hero-4 .girl-image img {
  border-radius: 0px 0px 167px 164px;
}

.hero-4 .boy-image {
  position: relative;
  z-index: 9;
  text-align: center;
}

.hero-4 .boy-image::before {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 370px;
  height: 430px;
  border-radius: 185px;
  background-color: var(--theme-yellow-3);
  z-index: -1;
}

.hero-4 .boy-image img {
  border-radius: 0px 0px 167px 164px;
}

.hero-5 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0 56px;
  background-position: bottom;
  position: relative;
}

@media (max-width: 1199px) {
  .hero-5 {
    padding-bottom: 200px;
  }
}

@media (max-width: 991px) {
  .hero-5 {
    padding-bottom: 150px;
    background-position-x: 100%;
  }
}

.hero-5 .rocket-shape {
  left: 70px;
  top: 20%;
  position: absolute;
}

.hero-5 .frame-shape {
  position: absolute;
  bottom: 20%;
  left: 90px;
}

.hero-5 .rocket-shape-2 {
  position: absolute;
  top: 15%;
  left: 55%;
}

.hero-5 .frame-shape-2 {
  position: absolute;
  right: 5%;
  bottom: 30%;
}

.hero-5 .hero-bg-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.hero-5 .hero-content {
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  .hero-5 .hero-content {
    text-align: center;
  }
}

.hero-5 .hero-content h6 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.hero-5 .hero-content h6::before {
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/hero/white-bar.png);
  animation: width 1.5s linear !important;
  animation-fill-mode: both;
  background-position: center;
}

.hero-5 .hero-content h1 {
  font-size: 75px;
  margin-bottom: 25px;
}

@media (max-width: 1399px) {
  .hero-5 .hero-content h1 {
    font-size: 65px;
  }
}

@media (max-width: 991px) {
  .hero-5 .hero-content h1 {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .hero-5 .hero-content h1 {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .hero-5 .hero-content h1 {
    font-size: 35px;
  }
}

.hero-5 .hero-content p {
  font-size: 20px;
  color: var(--white);
  max-width: 620px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .hero-5 .hero-content p {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .hero-5 .hero-content p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.hero-5 .hero-content .theme-btn {
  background-color: var(--theme-yellow-4);
}

.hero-5 .hero-image {
  text-align: right;
  margin-bottom: -11px;
  position: relative;
  z-index: 9;
}

@media (max-width: 991px) {
  .hero-5 .hero-image {
    margin-bottom: 0;
    text-align: center;
  }

  .hero-5 .hero-image img {
    width: 100%;
    height: 100%;
  }
}

.hero-5 .hero-image img {
  border-radius: 0px 0px 161px 150px;
}

.hero-5 .hero-image .bg-shape {
  position: absolute;
  top: 32%;
  left: 65%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.1;
}

.feature-box-items {
  padding: 70px 60px;
  background-color: var(--white);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  transition: all 0.4s ease-in-out;
  height: 420px;
}

@media (max-width: 1899px) {
  .feature-box-items {
    padding: 50px 30px;
    height: initial;
  }
}

@media (max-width: 575px) {
  .feature-box-items {
    padding: 30px;
    height: initial;
    text-align: center;
  }
}

.feature-box-items .icon {
  background-color: var(--bg);
  width: 85px;
  height: 85px;
  line-height: 105px;
  text-align: center;
  font-size: 45px;
  color: var(--theme-blue);
  border-radius: 7px;
  border: 1px solid var(--border);
  transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
  .feature-box-items .icon {
    margin: 0 auto;
  }
}

.feature-box-items .content {
  margin-top: 100px;
  max-width: 290px;
}

@media (max-width: 767px) {
  .feature-box-items .content {
    margin: 30px auto 0;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .feature-box-items .content {
    margin-top: 50px;
  }
}

.feature-box-items .content h3 {
  margin-bottom: 10px;
}

.feature-box-items:hover {
  background-color: #F4F9FF;
}

.feature-box-items:hover .icon {
  background-color: var(--white);
}

.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
  padding: 15px 0;
}

.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 60s linear infinite;
  gap: 30px;
  cursor: pointer;
}

.scrolling-wrap .comm .cmn-textslide {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-transform: capitalize;
  color: var(--white);
  font-family: "Plus Jakarta Sans", system-ui;
  display: flex;
  align-items: center;
  gap: 8px;
}

.scrolling-wrap .comm .cmn-textslide i {
  font-size: 21px;
}

.scrolling-wrap .comm .cmn-textslide.text-color-2 {
  color: var(--header);
}

.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}

@media (max-width: 1399px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .scrolling-wrap {
    gap: 14px;
  }

  .scrolling-wrap .comm {
    gap: 14px;
  }
}

@media (max-width: 575px) {
  .scrolling-wrap .comm {
    gap: 12px;
  }
}

.scrolling-wrap.style-2 {
  margin-top: -175px;
}

.scrolling-wrap.style-2 .comm .stroke-text {
  -webkit-text-stroke: 1px var(--theme-green);
  -webkit-text-fill-color: transparent;
  font-size: 200px;
  font-weight: 600;
  line-height: 255px;
  font-family: "Plus Jakarta Sans", system-ui;
  animation: shine 3s infinite;
  -webkit-mask-image: linear-gradient(-75deg, rgba(255, 255, 255, 0.07) 50%, #fff 50%, rgba(255, 255, 255, 0.07) 70%);
  mask-image: linear-gradient(-75deg, rgba(255, 255, 255, 0.07) 50%, #fff 50%, rgba(255, 255, 255, 0.07) 70%);
  -webkit-mask-size: 200%;
  mask-size: 200%;
}

.mycustom-marque.style-3 .scrolling-wrap {
  padding: 0;
}

.mycustom-marque.style-3 .scrolling-wrap .cmn-textslide {
  font-size: 55px;
  font-weight: 600;
  color: var(--header);
}

@media (max-width: 767px) {
  .mycustom-marque.style-3 .scrolling-wrap .cmn-textslide {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .mycustom-marque.style-3 .scrolling-wrap .cmn-textslide {
    font-size: 36px;
  }
}

.mycustom-marque.style-3 .scrolling-wrap .cmn-textslide i {
  font-size: 55px;
  color: var(--theme-red);
}

@media (max-width: 575px) {
  .mycustom-marque.style-3 .scrolling-wrap .cmn-textslide i {
    font-size: 44px;
  }
}

.mycustom-marque.theme-green-bg-1 {
  background-color: var(--theme-green);
}

.mycustom-marque.theme-green-bg {
  background-color: var(--theme-green-3);
}

.mycustom-marque.theme-yellow-bg {
  background-color: var(--theme-yellow-3);
}

.mycustom-marque.theme-yellow-bg .scrolling-wrap .comm {
  animation: scrolls 60s linear infinite;
  display: flex;
  align-items: center;
  gap: 30px;
  cursor: pointer;
}

.mycustom-marque.theme-yellow-bg .scrolling-wrap .cmn-textslide {
  color: var(--header);
}

.mycustom-marque.theme-yellow-bg .scrolling-wrap .cmn-textslide i {
  color: var(--header);
}

.mycustom-marque.theme-blue-bg-2 {
  background-color: var(--theme-blue-2);
  position: static;
}

.mycustom-marque.style-two .scrolling-wrap.style-2 {
  margin-top: -155px;
}

.mycustom-marque.style-two .scrolling-wrap.style-2 .comm {
  color: rgba(3, 31, 66, 0.1);
}

.mycustom-marque.style-two .scrolling-wrap.style-2 .comm .stroke-text {
  -webkit-text-stroke: 1px var(--text);
  -webkit-text-fill-color: transparent;
  font-size: 200px;
  font-weight: 600;
  line-height: 255px;
  font-family: "Plus Jakarta Sans", system-ui;
  animation: shine 3s infinite;
  -webkit-mask-image: linear-gradient(-75deg, rgba(3, 31, 66, 0.1) 50%, var(--text) 50%, rgba(3, 31, 66, 0.1) 70%);
  mask-image: linear-gradient(-75deg, rgba(3, 31, 66, 0.1) 50%, var(--text) 50%, rgba(3, 31, 66, 0.1) 70%);
  -webkit-mask-size: 200%;
  mask-size: 200%;
}

.mycustom-marque.header-marque .scrolling-wrap {
  padding: 5px 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes scrolly {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-60%);
  }
}

@keyframes scrolls {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

.choose-us-section .container-fluid {
  padding: 0 210px;
}

@media (max-width: 1600px) {
  .choose-us-section .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 1199px) {
  .choose-us-section .container-fluid {
    padding: 0 30px;
  }
}

@media (max-width: 1199px) {
  .choose-us-section .container-fluid {
    padding: 0 30px;
  }
}

.choose-us-section.choose-bg {
  position: relative;
  z-index: 9;
}

.choose-us-section.choose-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  z-index: -1;
  height: 50%;
}

.choose-us-wrapper {
  background-color: var(--header);
  padding: 70px 45px 70px 80px;
  border-radius: 7px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .choose-us-wrapper {
    padding: 40px;
  }
}

.choose-us-wrapper .choose-us-counter-items {
  margin-left: -60px;
}

@media (max-width: 1399px) {
  .choose-us-wrapper .choose-us-counter-items {
    margin-left: 0;
  }
}

.choose-us-wrapper .choose-us-counter-box {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 7px;
  padding: 30px;
}

@media (max-width: 767px) {
  .choose-us-wrapper .choose-us-counter-box {
    text-align: center;
    margin: 0 auto;
  }
}

.choose-us-wrapper .choose-us-counter-box .icon {
  font-size: 60px;
  color: var(--white);
}

.choose-us-wrapper .choose-us-counter-box .content {
  margin-top: 35px;
}

.choose-us-wrapper .choose-us-counter-box .content h2 {
  color: var(--white);
}

.choose-us-wrapper .choose-us-counter-box .content p {
  color: var(--white);
  font-size: 16px;
  margin-top: 5px;
}

.choose-us-wrapper .choose-us-counter-box.style-2 {
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
}

.choose-us-wrapper .choose-us-image {
  margin-bottom: -70px;
  text-align: right;
  position: relative;
  z-index: 9;
}

@media (max-width: 1199px) {
  .choose-us-wrapper .choose-us-image {
    text-align: center;
  }
}

.choose-us-wrapper .choose-us-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme-yellow);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  z-index: -1;
  top: 90px;
  left: initial;
  right: -100px;
}

@media (max-width: 1199px) {
  .choose-us-wrapper .choose-us-image::before {
    display: none;
  }
}

.main-choose-us-wrapper {
  position: relative;
}

.main-choose-us-wrapper .choose-us-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .main-choose-us-wrapper .choose-us-top {
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .main-choose-us-wrapper .choose-us-top {
    justify-content: center;
    text-align: center;
  }
}

.main-choose-us-wrapper .choose-us-top .icon-items {
  max-width: 220px;
}

.main-choose-us-wrapper .choose-us-top .icon-items .icon {
  width: 130px;
  height: 130px;
  line-height: 140px;
  text-align: center;
  border-radius: 50%;
  font-size: 60px;
  color: var(--header);
  background-color: var(--theme-green);
}

@media (max-width: 767px) {
  .main-choose-us-wrapper .choose-us-top .icon-items .icon {
    margin: 0 auto;
  }
}

.main-choose-us-wrapper .choose-us-top .icon-items .content {
  margin-top: 50px;
}

.main-choose-us-wrapper .choose-us-top .icon-items .content h2 {
  font-size: 55px;
  margin-bottom: 5px;
}

.main-choose-us-wrapper .choose-us-bottom {
  display: flex;
  align-items: center;
  gap: 345px;
}

@media (max-width: 1199px) {
  .main-choose-us-wrapper .choose-us-bottom {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .main-choose-us-wrapper .choose-us-bottom {
    justify-content: center;
    text-align: center;
  }
}

.main-choose-us-wrapper .choose-us-bottom .icon-items {
  max-width: 220px;
  margin-top: 110px;
  margin-left: 90px;
}

@media (max-width: 1199px) {
  .main-choose-us-wrapper .choose-us-bottom .icon-items {
    margin-left: 0;
    margin-top: 30px;
  }
}

.main-choose-us-wrapper .choose-us-bottom .icon-items .icon {
  width: 130px;
  height: 130px;
  line-height: 150px;
  text-align: center;
  border-radius: 50%;
  font-size: 60px;
  color: var(--white);
  background-color: var(--theme-blue);
}

@media (max-width: 767px) {
  .main-choose-us-wrapper .choose-us-bottom .icon-items .icon {
    margin: 0 auto;
  }
}

.main-choose-us-wrapper .choose-us-bottom .icon-items .content {
  margin-top: 25px;
}

.main-choose-us-wrapper .choose-us-bottom .icon-items .content h2 {
  font-size: 55px;
  margin-bottom: 5px;
}

.main-choose-us-wrapper .choose-us-bottom .icon-items.style-2 {
  margin-top: -185px;
  margin-left: 0;
}

@media (max-width: 1199px) {
  .main-choose-us-wrapper .choose-us-bottom .icon-items.style-2 {
    margin-top: 0;
  }
}

.main-choose-us-wrapper .choose-us-bottom .icon-items.style-2 .icon {
  background-color: var(--theme-yellow);
  color: var(--header);
}

.main-choose-us-wrapper .line-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  z-index: -1;
}

@media (max-width: 1399px) {
  .main-choose-us-wrapper .line-shape {
    display: none;
  }
}

.main-choose-us-wrapper .line-shape img {
  width: 100%;
  height: 100%;
}

.feature-wrapper-3 {
  background-color: var(--white);
  border-radius: 7px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1899px) {
  .feature-wrapper-3 {
    box-shadow: var(---box-shadow);
  }
}

@media (max-width: 575px) {
  .feature-wrapper-3 .feature-wrapper-3 {
    padding-bottom: 50px;
  }
}

.feature-wrapper-3 .feature-card-items {
  text-align: center;
  border-right: 1px solid var(--theme-red);
  padding: 40px 20px;
}

@media (max-width: 1199px) {
  .feature-wrapper-3 .feature-card-items {
    border-right: none;
    padding: 30px 20px;
  }
}

.feature-wrapper-3 .feature-card-items .icon {
  font-size: 55px;
  color: var(--theme-red);
}

.feature-wrapper-3 .feature-card-items .content {
  margin-top: 20px;
}

.feature-wrapper-3 .feature-card-items .content h5 {
  margin-bottom: 10px;
}

.feature-wrapper-3.style-2 {
  background-color: var(--white);
  box-shadow: 10px 4px 60px rgba(190, 190, 190, 0.25);
}

.feature-wrapper-3.style-2 .feature-card-items {
  border-right: 1px solid var(--border);
}

.feature-wrapper-3.style-2 .feature-card-items .icon {
  color: var(--theme-blue);
}

.feature-section-3.style-margin-top {
  margin-top: -350px;
}

@media (max-width: 575px) {
  .feature-section-3.style-margin-top {
    margin-top: -130px;
  }
}

.counter-section-2 {
  position: relative;
}

.counter-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  height: 38%;
}

.counter-section-22 {
  position: relative;
}

.counter-section-22::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #F3F1FD;
  top: 35%;
}

.counter-section-23 {
  position: relative;
}

.counter-section-23::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  height: 50%;
}

.counter-wrapper-2 {
  padding: 70px 100px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .counter-wrapper-2 {
    flex-wrap: wrap;
    gap: 30px;
    padding: 60px 50px;
  }
}

@media (max-width: 991px) {
  .counter-wrapper-2 {
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .counter-wrapper-2 {
    justify-content: center;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .counter-wrapper-2 .counter-items {
    text-align: center;
  }
}

.counter-wrapper-2 .counter-items .icon {
  color: var(--white);
  font-size: 65px;
}

.counter-wrapper-2 .counter-items .content {
  margin-top: 30px;
}

.counter-wrapper-2 .counter-items .content h2 {
  font-size: 55px;
  color: var(--white);
}

@media (max-width: 767px) {
  .counter-wrapper-2 .counter-items .content h2 {
    font-size: 42px;
  }
}

.counter-wrapper-2 .counter-items .content p {
  color: var(--white);
  margin-top: 5px;
}

.choose-us-section-3 {
  position: relative;
}

.choose-us-wrapper-3 .video-image {
  max-width: 1165px;
  position: relative;
}

.choose-us-wrapper-3 .video-image img {
  width: 100%;
  height: 100%;
}

.choose-us-wrapper-3 .video-image .video-btn {
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.6) 14.64%, rgba(255, 255, 255, 0.5) 86.55%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(20px);
  color: var(--white);
}

@media (max-width: 767px) {
  .choose-us-wrapper-3 .video-image .video-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.choose-us-wrapper-3 .choose-content {
  background-color: var(--theme-red);
  padding: 100px;
  margin-left: -80px;
  margin-top: 50px;
  position: relative;
}

@media (max-width: 1399px) {
  .choose-us-wrapper-3 .choose-content {
    padding: 50px 40px;
  }
}

@media (max-width: 991px) {
  .choose-us-wrapper-3 .choose-content {
    margin-left: 0;
    margin-top: 0;
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .choose-us-wrapper-3 .choose-content {
    text-align: center;
  }
}

.choose-us-wrapper-3 .choose-content .circle-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.choose-us-wrapper-3 .choose-content .icon-items {
  margin-top: 50px;
}

.choose-us-wrapper-3 .choose-content .icon-items .icon {
  color: var(--white);
  font-size: 50px;
  margin-bottom: 20px;
}

.choose-us-wrapper-3 .choose-content .icon-items h3 {
  color: var(--white);
}

.choose-us-box-4 {
  margin-top: 30px;
  padding: 35px;
  background-color: var(--white);
  position: relative;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .choose-us-box-4 {
    padding: 30px;
    text-align: center;
  }
}

.choose-us-box-4::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px solid var(--theme-pink);
  border-left: 1px solid var(--theme-pink);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: initial;
  border-radius: 10px;
}

.choose-us-box-4::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid var(--theme-pink);
  border-right: 1px solid var(--theme-pink);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
}

.choose-us-box-4 .icon {
  font-size: 55px;
  color: var(--theme-pink);
}

.choose-us-box-4 .content {
  margin-top: 30px;
}

.choose-us-box-4 .content h4 {
  margin-bottom: 15px;
  line-height: 150%;
}

.choose-us-box-4 .content p {
  line-height: 188%;
}

.choose-us-box-4:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.choose-us-box-4:hover::before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transform: initial;
  transform-origin: initial;
}

.choose-us-4 {
  padding-top: 240px;
  margin-top: -250px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1399px) {
  .choose-us-4 {
    padding-top: 188px;
    margin-top: -250px;
    background-position: top;
  }
}

@media (max-width: 1199px) {
  .choose-us-4 {
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.meet-fun-wrapper {
  margin-top: 140px;
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .meet-fun-wrapper {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.meet-fun-wrapper .main-bg-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
  .meet-fun-wrapper .main-bg-shape {
    display: none;
  }
}

@media (max-width: 991px) {
  .meet-fun-wrapper .meet-fun-items {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .meet-fun-wrapper .meet-fun-items {
    margin-left: 0;
  }
}

.meet-fun-wrapper .meet-fun-items .meet-fun-box {
  margin-top: 30px;
  background-color: var(--theme-pink);
  box-shadow: 10px 4px 60px rgba(238, 74, 98, 0.5);
  border-radius: 15px;
  padding: 30px 32px;
  max-width: 310px;
}

@media (max-width: 1199px) {
  .meet-fun-wrapper .meet-fun-items .meet-fun-box {
    max-width: initial;
  }
}

.meet-fun-wrapper .meet-fun-items .meet-fun-box .icon {
  font-size: 45px;
  color: var(--white);
}

.meet-fun-wrapper .meet-fun-items .meet-fun-box .content {
  margin-top: 20px;
}

.meet-fun-wrapper .meet-fun-items .meet-fun-box .content h4 {
  margin-bottom: 10px;
  color: var(--white);
}

.meet-fun-wrapper .meet-fun-items .meet-fun-box .content p {
  color: var(--white);
}

.meet-fun-wrapper .meet-fun-items .meet-fun-box.bg-2 {
  box-shadow: 10px 4px 60px rgba(0, 122, 255, 0.5);
  background-color: var(--theme-blue);
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .meet-fun-wrapper .meet-fun-items .meet-fun-box.bg-2 {
    margin-left: 0;
  }
}

.meet-fun-wrapper .meet-fun-items .meet-fun-box.bg-3 {
  background-color: var(--theme-orange);
  box-shadow: 10px 4px 60px rgba244, 121, 0, 0.5;
}

.meet-fun-wrapper .meet-fun-items .meet-fun-box.bg-4 {
  background-color: var(--bg4);
  box-shadow: 10px 4px 60px rgba(47, 88, 78, 0.5);
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .meet-fun-wrapper .meet-fun-items .meet-fun-box.bg-4 {
    margin-left: 0;
  }
}

.meet-fun-wrapper .meet-fun-image {
  margin-top: 30px;
  position: relative;
  text-align: center;
  margin-left: -50px;
}

@media (max-width: 1199px) {
  .meet-fun-wrapper .meet-fun-image {
    margin-left: 0;
  }
}

.meet-fun-wrapper .meet-fun-image img {
  border-radius: 0px 0px 0px 90px;
}

.meet-fun-wrapper .meet-fun-image .bg-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 470px) {
  .meet-fun-wrapper .meet-fun-image .bg-shape {
    display: none;
  }
}

.meet-fun-wrapper .meet-fun-image .bg-shape img {
  border-radius: 0;
}

.portfolio-item {
  position: relative;
  margin-top: 30px;
}

.portfolio-item .portfoio-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 4 / 3;
  background-color: #021226;
}

.portfolio-item .portfoio-thumb img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.portfolio-item .portfoio-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  background: rgba(0, 91, 255, 0.85);
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}

.portfolio-item .portfoio-thumb .portfolio-arrow {
  position: absolute;
  right: 20px;
  top: -120px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.portfolio-item .portfoio-thumb .portfolio-arrow a {
  width: 55px;
  height: 55px;
  text-align: center;
  background: var(--theme-yellow);
  display: inline-block;
  line-height: 55px;
  border-radius: 100%;
}

.portfolio-item .portfoio-thumb .portfolio-text {
  position: absolute;
  left: 40px;
  bottom: -40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.portfolio-item .portfoio-thumb .portfolio-text h3 {
  color: var(--white);
  margin-bottom: 5px;
}

.portfolio-item .portfoio-thumb .portfolio-text p {
  color: var(--white);
}

.portfolio-item:hover .portfolio-arrow {
  top: 20px;
  opacity: 1;
  visibility: visible;
}

.portfolio-item:hover .portfolio-text {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}

.portfolio-item:hover .portfoio-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
  visibility: visible;
}

.pricing-card-items {
  margin-top: 30px;
  padding: 40px 50px;
  background-color: var(--white);
  filter: drop-shadow(10px 4px 60px rgba(204, 204, 204, 0.25));
  border: 1px solid var(--border);
  position: relative;
  transition: all 0.4s ease-in-out;
}

.pricing-card-items .pricing-header {
  margin-bottom: 30px;
}

.pricing-card-items .pricing-header h5 {
  color: var(--theme-blue);
  margin-bottom: 10px;
}

.pricing-card-items .pricing-btn {
  margin-top: 20px;
}

.pricing-card-items .pricing-btn .theme-btn {
  width: 100%;
  justify-content: center;
}

.pricing-card-items .pricing-list {
  margin-top: 50px;
}

.pricing-card-items .pricing-list li {
  color: var(--header);
}

.pricing-card-items .pricing-list li:not(:last-child) {
  margin-bottom: 15px;
}

.pricing-card-items .pricing-list li i {
  color: var(--theme-blue);
  margin-right: 10px;
}

.pricing-card-items.style-2 .post-btn {
  background-color: var(--theme-yellow);
  border-radius: 7px;
  padding: 3px 10px;
  display: inline-block;
  font-size: 12px;
  color: var(--header);
  position: absolute;
  top: 7px;
  right: 7px;
  text-transform: uppercase;
  font-weight: 600;
}

.pricing-card-items.style-2 .pricing-btn .theme-btn {
  background-color: var(--theme-blue);
  color: var(--white);
}

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

.choose-us-wrapper-5 .choose-content {
  max-width: 532px;
}

.choose-us-wrapper-5 .choose-content .choose-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .choose-us-wrapper-5 .choose-content .choose-items {
    flex-wrap: wrap;
    gap: 30px;
    text-align: center;
    justify-content: center;
  }
}

.choose-us-wrapper-5 .choose-content .choose-items .circle-text {
  position: relative;
}

.choose-us-wrapper-5 .choose-content .choose-items .circle-text .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-40deg);
  font-size: 40px;
  color: #553CDF;
}

.choose-us-wrapper-5 .choose-content .choose-items .circle-text .circle-animation {
  animation: cir36 10s linear infinite;
}

.choose-us-wrapper-5 .choose-content .choose-items .counter-box {
  padding: 15px 35px;
  text-align: center;
  background-color: var(--white);
  box-shadow: 10px 4px 60px rgba(160, 160, 160, 0.25);
  border-radius: 10px;
  border: 1px solid rgba(9, 21, 66, 0.1);
}

.choose-us-wrapper-5 .choose-content .choose-items .counter-box .title {
  font-size: 85px;
  font-weight: 600;
  color: #553CDF;
}

.choose-us-wrapper-5 .choose-content .choose-items .counter-box p {
  font-size: 18px;
  font-weight: 400;
}

.choose-us-wrapper-5 .choose-us-items-5 {
  background-color: var(--white);
  border: 1px solid rgba(9, 21, 66, 0.1);
}

.choose-us-wrapper-5 .choose-us-items-5 .choose-box-3 {
  padding: 40px 35px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  border: 1px solid rgba(9, 21, 66, 0.1);
}

.choose-us-wrapper-5 .choose-us-items-5 .choose-box-3.border-right-none {
  border-right: none;
}

.choose-us-wrapper-5 .choose-us-items-5 .choose-box-3.border-top-none {
  border-top: none;
}

.choose-us-wrapper-5 .choose-us-items-5 .choose-box-3.border-left-none {
  border-left: none;
}

.choose-us-wrapper-5 .choose-us-items-5 .choose-box-3.border-bottom-none {
  border-bottom: none;
}

.choose-us-wrapper-5 .choose-us-items-5 .choose-box-3 .icon {
  font-size: 55px;
  color: #553CDF;
}

.choose-us-wrapper-5 .choose-us-items-5 .choose-box-3 .content {
  margin-top: 30px;
}

.choose-us-wrapper-5 .choose-us-items-5 .choose-box-3 .content h5 {
  margin-bottom: 10px;
}

.choose-us-wrapper-5 .choose-us-items-5 .choose-box-3:hover {
  background: var(--white);
  box-shadow: 10px 4px 60px 0px rgba(160, 160, 160, 0.25);
}

.gallery-section .nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-section .nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
}

.gallery-section .nav .nav-item .nav-link.active {
  color: var(--header);
  position: relative;
  display: inline-block;
}

.gallery-section .nav .nav-item .nav-link.active::before {
  position: absolute;
  bottom: 5px;
  left: 50%;
  right: 0;
  content: "";
  width: 100%;
  height: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/bar/tab-bar.png);
  animation: width 1.5s linear !important;
  animation-fill-mode: both;
  background-position: center;
  max-width: 70px;
  transform: translateX(-50%);
}

.pricing-section .nav {
  border: none;
}

.pricing-section .nav .nav-tabs {
  border-bottom: 0;
  display: flex;
  justify-content: center;
}

.pricing-section .nav .nav-link {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  border: 0;
  border-radius: 0;
  padding: 7px 56px;
  position: relative;
  background: transparent;
  z-index: 2;
  color: var(--text);
  margin-bottom: 0;
}

.pricing-section .nav .nav-link::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  background: var(--theme-blue);
  width: 75px;
  height: 32px;
  border-radius: 20px;
  border: 1px solid var(--theme-blue);
}

.pricing-section .nav .nav-link::after {
  position: absolute;
  content: "";
  right: -33px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #FFD25D;
  z-index: 1;
}

.pricing-section .nav .nav-link:first-child {
  padding-left: 0;
}

.pricing-section .nav .nav-link:last-child {
  padding-right: 0;
}

.pricing-section .nav .nav-link:last-child::after {
  display: none;
}

.pricing-section .nav .nav-link:last-child::before {
  display: none;
}

.pricing-section .nav .nav-link.active {
  color: var(--header);
}

.pricing-section .nav .nav-link.active::after {
  right: 8px;
}

@media (max-width: 991px) {
  .about-wrapper {
    margin-top: -29px;
  }
}

@media (max-width: 767px) {
  .about-wrapper {
    margin-top: -104px;
  }
}

.about-wrapper .about-image {
  margin-left: 0%;
  max-width: 585px;
  margin-top: 80px;
}

@media (max-width: 1199px) {
  .about-wrapper .about-image {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .about-wrapper .about-image {
    max-width: 1000px;
  }
}

.about-wrapper .about-image img {
  width: 100%;
  height: 100%;
}

.about-wrapper .about-content {
  max-width: 700px;
  margin-top: 37px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1199px) {
  .about-wrapper .about-content {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .about-wrapper .about-content {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }
}

.about-wrapper .about-content p {
  font-size: 20px;
  color: var(--header);
  line-height: 175%;
}

@media (max-width: 1199px) {
  .about-wrapper .about-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .about-wrapper .about-content p {
    text-align: center;
  }
}

.about-wrapper .about-content .counter-box-items {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .about-wrapper .about-content .counter-box-items {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .about-wrapper .about-content .counter-box-items {
    justify-content: center;
  }
}

.about-wrapper .about-content .counter-box-items .counter-content {
  border-right: 1px solid var(--border);
  padding-right: 150px;
}

@media (max-width: 1399px) {
  .about-wrapper .about-content .counter-box-items .counter-content {
    padding-right: 0;
    border-right: none;
  }
}

.about-wrapper .about-content .counter-box-items .counter-content h2 {
  font-size: 85px;
}

@media (max-width: 767px) {
  .about-wrapper .about-content .counter-box-items .counter-content h2 {
    font-size: 60px;
  }
}

@media (max-width: 575px) {
  .about-wrapper .about-content .counter-box-items .counter-content h2 {
    font-size: 46px;
  }
}

.about-wrapper .about-content .counter-box-items .counter-content p {
  font-size: 18px;
  color: var(--text);
}

.about-wrapper .about-content .counter-box-items .text {
  max-width: 270px;
  color: var(--text);
  font-size: 16px;
}

.about-wrapper .about-content .theme-btn {
  background-color: transparent;
  color: var(--header);
  border: 1px solid var(--header);
}

.about-wrapper .about-content .theme-btn::before,
.about-wrapper .about-content .theme-btn::after {
  background-color: var(--theme-green);
}

.about-wrapper .about-image-items {
  position: relative;
  margin-right: -10px;
  text-align: right;
}

@media (max-width: 1199px) {
  .about-wrapper .about-image-items {
    text-align: left;
  }
}

.about-wrapper .about-image-items .about-image-2 img {
  border-radius: 7px;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .about-wrapper .about-image-items .about-image-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .about-wrapper .about-image-items .about-image-2 img {
    height: 600px;
  }
}

@media (max-width: 575px) {
  .about-wrapper .about-image-items .about-image-2 img {
    height: 500px;
  }
}

.about-wrapper .about-image-items .about-image-3 {
  position: absolute;
  bottom: -100px;
  left: -60px;
}

@media (max-width: 1199px) {
  .about-wrapper .about-image-items .about-image-3 {
    bottom: 0;
    left: 0;
  }
}

@media (max-width: 1199px) {
  .about-wrapper .about-image-items .about-image-3 {
    height: 300px;
  }
}

.about-wrapper .about-image-items .about-image-3 img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: cover;
}

.about-section-3 {
  background-color: #09224B;
}

@media (max-width: 767px) {
  .about-wrapper-2 .about-content {
    text-align: center;
  }
}

.about-wrapper-2 .about-content p {
  font-size: 20px;
  color: var(--white);
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-content p {
    font-size: 16px;
  }
}

.about-wrapper-2 .about-content .theme-btn {
  padding: 18px 30px;
}

.about-wrapper-2 .about-content .theme-btn::before,
.about-wrapper-2 .about-content .theme-btn::after {
  background-color: var(--white);
}

.about-wrapper-2 .about-content .theme-btn:hover {
  color: var(--header);
}

.about-wrapper-2 .about-content .about-counter-items {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 70px;
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .about-counter-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .about-wrapper-2 .about-content .about-counter-items {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

.about-wrapper-2 .about-content .about-counter-items .counter-content:not(:last-child) {
  border-right: 1px solid var(--white);
  padding-right: 70px;
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .about-counter-items .counter-content:not(:last-child) {
    border-right: none;
    padding-right: 0;
  }
}

.about-wrapper-2 .about-content .about-counter-items .counter-content h3 {
  font-size: 55px;
  font-weight: 500;
  color: var(--white);
}

.about-wrapper-2 .about-content .about-counter-items .counter-content p {
  font-size: 18px;
  margin-bottom: 0;
  color: var(--white);
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .about-counter-items .counter-content p {
    font-size: 16px;
  }
}

.about-wrapper-2 .about-image {
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-image img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 991px) {
  .about-wrapper-2 .about-image img {
    width: initial;
    height: initial;
  }
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-image img {
    width: 100%;
    height: 100%;
  }
}

.about-wrapper-2 .about-image .bg-shape {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-image .bg-shape {
    display: none;
  }
}

@media (max-width: 991px) {
  .about-wrapper-2 .about-image .bg-shape {
    display: block;
  }
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-image .bg-shape {
    display: none;
  }
}

.about-wrapper-2 .about-image .counter-box {
  background-color: var(--white);
  z-index: 9;
  position: absolute;
  bottom: 50px;
  right: -50px;
  padding: 30px 40px;
  border-radius: 10px;
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-image .counter-box {
    bottom: 50px;
    right: 0;
    padding: 20px 20px;
  }
}

.about-wrapper-2 .about-image .counter-box p {
  font-size: 18px;
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-image .counter-box p {
    font-size: 16px;
  }
}

.about-wrapper-2 .about-image .counter-box h2 {
  color: var(--theme-red);
  font-size: 50px;
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-image .counter-box h2 {
    font-size: 40px;
  }
}

.about-wrapper-3 .about-content {
  max-width: 770px;
}

.about-wrapper-3 .about-content .about-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .about-wrapper-3 .about-content .about-items {
    flex-wrap: wrap;
    gap: 30px;
    text-align: center;
    justify-content: center;
  }
}

.about-wrapper-3 .about-content .about-items .circle-text {
  position: relative;
}

.about-wrapper-3 .about-content .about-items .circle-text .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-wrapper-3 .about-content .about-items .circle-text .circle-animation {
  animation: cir36 10s linear infinite;
}

.about-wrapper-3 .about-content .about-items .content {
  max-width: 420px;
}

.about-wrapper-3 .about-content .about-items .content P {
  margin-bottom: 50px;
}

.about-wrapper-3 .hero-image {
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  .about-wrapper-3 .hero-image {
    margin-top: 30px;
  }
}

.about-wrapper-3 .hero-image .bg-shape {
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

@media (max-width: 991px) {
  .about-wrapper-3 .hero-image .bg-shape {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.about-wrapper-4 {
  margin-bottom: 50px;
}

@media (max-width: 1399px) {
  .about-wrapper-4 {
    margin-bottom: 0;
  }
}

.about-wrapper-4 .about-image {
  max-width: 440px;
  position: relative;
}

@media (max-width: 1399px) {
  .about-wrapper-4 .about-image {
    max-width: 1200px;
  }
}

.about-wrapper-4 .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.about-wrapper-4 .about-image .about-image-2 {
  position: absolute;
  right: -190px;
  bottom: -40%;
}

@media (max-width: 1399px) {
  .about-wrapper-4 .about-image .about-image-2 {
    bottom: 0;
    right: 0;
    max-width: 350px;
  }
}

@media (max-width: 991px) {
  .about-wrapper-4 .about-image .about-image-2 {
    max-width: 440px;
  }
}

@media (max-width: 767px) {
  .about-wrapper-4 .about-image .about-image-2 {
    max-width: 350px;
  }
}

@media (max-width: 575px) {
  .about-wrapper-4 .about-image .about-image-2 {
    max-width: 240px;
  }
}

.about-wrapper-4 .about-content {
  margin-left: 80px;
}

@media (max-width: 1399px) {
  .about-wrapper-4 .about-content {
    margin-left: 0;
  }

  .about-wrapper-4 .about-content .section-title {
    text-align: left;
  }
}

.about-wrapper-4 .about-content .circle-progress-bar-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media (max-width: 1399px) {
  .about-wrapper-4 .about-content .circle-progress-bar-wrapper {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .about-wrapper-4 .about-content .circle-progress-bar-wrapper {
    margin-top: 40px;
    gap: 70px;
  }
}

@media (max-width: 991px) {
  .about-wrapper-4 .about-content .circle-progress-bar-wrapper {
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .about-wrapper-4 .about-content .circle-progress-bar-wrapper {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.about-wrapper-4 .about-content .circle-progress-bar-wrapper .single-circle-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-wrapper-4 .about-content .circle-progress-bar-wrapper .single-circle-bar span {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.about-wrapper-4 .about-content .circle-progress-bar-wrapper .single-circle-bar .content h6 {
  display: block;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 135%;
}

@media (max-width: 575px) {
  .about-wrapper-4 .about-content .circle-progress-bar-wrapper .single-circle-bar .content br {
    display: block;
  }
}

.about-wrapper-4 .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar {
  position: relative;
  height: 120px;
  width: 120px;
}

.about-wrapper-4 .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.about-wrapper-4 .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div span {
  position: absolute;
  font-size: 30px;
  line-height: 92px;
  height: 90px;
  width: 90px;
  left: 5px;
  top: 5px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header);
}

.about-wrapper-4 .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .background {
  background-color: rgba(85, 60, 223, 0.1) !important;
}

.about-wrapper-4 .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .rotate {
  clip: rect(0 50px 100px 0);
  background-color: var(--theme-blue-2) !important;
}

.about-wrapper-4 .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: rgba(85, 60, 223, 0.1) !important;
}

.about-wrapper-4 .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .right {
  clip: rect(0 50px 100px 0);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
  background-color: var(--theme-blue-2) !important;
}

.about-wrapper-4 .about-content .list li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  font-weight: 500;
}

.about-wrapper-4 .about-content .list li:not(:last-child) {
  margin-bottom: 15px;
}

.about-wrapper-4 .about-content .list li i {
  font-size: 26px;
  color: var(--theme-blue-2);
}

.about-wrapper-4 .about-content .about-author {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .about-wrapper-4 .about-content .about-author {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.about-wrapper-4 .about-content .about-author .about-button .theme-btn {
  background-color: transparent;
  border: 1px solid var(--theme-blue-2);
  color: var(--theme-blue-2);
}

.about-wrapper-4 .about-content .about-author .about-button .theme-btn::before,
.about-wrapper-4 .about-content .about-author .about-button .theme-btn::after {
  background-color: var(--theme-blue-2);
}

.about-wrapper-4 .about-content .about-author .about-button .theme-btn:hover {
  color: var(--white);
}

@media (max-width: 767px) {
  .about-wrapper-5 .about-content {
    text-align: center;
  }
}

.about-wrapper-5 .about-content p {
  font-size: 19px;
  color: var(--header);
}

.about-wrapper-5 .about-content .counter-box-items {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .about-wrapper-5 .about-content .counter-box-items {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .about-wrapper-5 .about-content .counter-box-items {
    justify-content: center;
    gap: 15px;
  }
}

.about-wrapper-5 .about-content .counter-box-items .counter-content {
  border-right: 1px solid var(--border);
  padding-right: 90px;
}

@media (max-width: 1399px) {
  .about-wrapper-5 .about-content .counter-box-items .counter-content {
    padding-right: 0;
    border-right: none;
  }
}

.about-wrapper-5 .about-content .counter-box-items .counter-content h2 {
  font-size: 85px;
}

@media (max-width: 767px) {
  .about-wrapper-5 .about-content .counter-box-items .counter-content h2 {
    font-size: 60px;
  }
}

@media (max-width: 575px) {
  .about-wrapper-5 .about-content .counter-box-items .counter-content h2 {
    font-size: 46px;
  }
}

.about-wrapper-5 .about-content .counter-box-items .counter-content p {
  font-size: 18px;
  color: var(--text);
}

.about-wrapper-5 .about-content .counter-box-items .text {
  max-width: 270px;
  color: var(--text);
  font-size: 16px;
}

.top-category-wrapper {
  border: 1px solid var(--border);
  border-radius: 7px;
  background-color: var(--bg);
  border-top: none;
}

.top-category-wrapper .top-category-box-items {
  padding: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  border-right: 1px solid var(--border);
  border-top: 1px solid var(--border);
}

@media (max-width: 1199px) {
  .top-category-wrapper .top-category-box-items {
    background: var(--white);
    box-shadow: 10px 4px 60px 0px rgba(0, 91, 255, 0.1);
    border: none !important;
  }

  .top-category-wrapper .top-category-box-items .icon {
    background-color: var(--theme-yellow);
  }
}

.top-category-wrapper .top-category-box-items .icon {
  font-size: 45px;
  color: var(--theme-blue);
  position: relative;
  z-index: 9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: var(--white);
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
}

.top-category-wrapper .top-category-box-items .icon i {
  padding-top: 25px;
  margin-left: 15px;
  display: inline-block;
}

@media (max-width: 767px) {
  .top-category-wrapper .top-category-box-items .icon i {
    margin-left: 0;
  }
}

.top-category-wrapper .top-category-box-items h6 {
  margin-top: 40px;
  font-weight: 600;
}

.top-category-wrapper .top-category-box-items h6:hover {
  color: var(--theme-blue);
}

.top-category-wrapper .top-category-box-items:hover,
.top-category-wrapper .top-category-box-items.active {
  background: var(--white);
  box-shadow: 10px 4px 60px 0px rgba(0, 91, 255, 0.1);
}

.top-category-wrapper .top-category-box-items:hover .icon,
.top-category-wrapper .top-category-box-items.active .icon {
  background-color: var(--theme-yellow);
}

.top-category-wrapper .top-category-box-items.border-right-none {
  border-right: none;
}

@media (max-width: 767px) {
  .top-category p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .top-category .top-category-button {
    text-align: center;
  }
}

.top-category-wrapper-2 {
  background-color: var(--white);
  border-radius: 10px;
  position: relative;
  z-index: 9;
}

.top-category-wrapper-2 .top-category-left-items .top-category-box {
  padding: 40px 30px;
  border: 1px solid var(--border);
  transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
  .top-category-wrapper-2 .top-category-left-items .top-category-box {
    padding: 30px;
    margin: 0 auto;
    text-align: center;
  }
}

.top-category-wrapper-2 .top-category-left-items .top-category-box .icon {
  font-size: 46px;
  color: var(--theme-blue);
  transition: all 0.4s ease-in-out;
}

.top-category-wrapper-2 .top-category-left-items .top-category-box .content {
  margin-top: 45px;
}

.top-category-wrapper-2 .top-category-left-items .top-category-box .content h6 {
  font-size: 16px;
  font-weight: 500;
}

.top-category-wrapper-2 .top-category-left-items .top-category-box .content p {
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .top-category-wrapper-2 .top-category-left-items .top-category-box {
    background-color: var(--theme-blue);
    border: none;
  }

  .top-category-wrapper-2 .top-category-left-items .top-category-box .icon {
    color: var(--white);
  }

  .top-category-wrapper-2 .top-category-left-items .top-category-box .content h6 {
    color: var(--white);
  }

  .top-category-wrapper-2 .top-category-left-items .top-category-box .content p {
    color: var(--white);
  }
}

.top-category-wrapper-2 .top-category-left-items .top-category-box:hover {
  background-color: var(--theme-blue);
}

.top-category-wrapper-2 .top-category-left-items .top-category-box:hover .icon {
  color: var(--white);
}

.top-category-wrapper-2 .top-category-left-items .top-category-box:hover .content h6 {
  color: var(--white);
}

.top-category-wrapper-2 .top-category-left-items .top-category-box:hover .content p {
  color: var(--white);
}

.top-category-wrapper-2 .border-left-none {
  border-left: none !important;
}

.top-category-wrapper-2 .border-top-none {
  border-top: none !important;
}

.top-category-wrapper-2 .border-bottom-none {
  border-bottom: none !important;
}

.top-category-wrapper-2 .border-right-none {
  border-right: none !important;
}

.top-category-wrapper-2 .courses-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .top-category-wrapper-2 .courses-image {
    position: relative;
    left: 0;
    transform: initial;
    text-align: center;
  }
}

.top-category-wrapper-2 .courses-image .bg-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.top-category-section-2 {
  position: relative;
}

.top-category-section-2 .category-bottom-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  .top-category-section-2 .category-bottom-title {
    flex-wrap: wrap;
  }
}

.top-category-section-2 .category-bottom-title h3 {
  color: var(--white);
  font-weight: 500;
}

.top-category-section-2 .category-bottom-title .theme-btn {
  padding: 16px 20px;
  font-size: 14px;
}

.top-category-section-2 .circle-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.top-category-items {
  margin-top: 30px;
  border-radius: 10px;
  border: 1px solid rgba(85, 60, 223, 0.1);
  background: var(--white);
  box-shadow: 10px 4px 60px 0px rgba(143, 102, 255, 0.2);
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1399px) {
  .top-category-items {
    flex-wrap: wrap;
    padding: 30px;
  }
}

.top-category-items::before {
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--theme-blue-2);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  z-index: -1;
}

.top-category-items .icon {
  width: 70px;
  line-height: 90px;
  height: 70px;
  text-align: center;
  border-radius: 35px 35px 35px 0px;
  background: rgba(85, 60, 223, 0.15);
  font-size: 40px;
  color: var(--theme-blue-2);
  transition: all 0.4s ease-in-out;
}

.top-category-items .content {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1199px) {
  .top-category-items .content {
    flex-wrap: wrap;
  }
}

.top-category-items .content span {
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}

.top-category-items.active::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.top-category-items.active .icon {
  background-color: var(--theme-yellow-4);
  color: var(--header);
}

.top-category-items.active .content h4 a {
  color: var(--white);
}

.top-category-items.active .content span {
  color: var(--white);
}

::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme-blue);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme-blue);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ripple {
  position: relative;
}

.ripple::before,
.ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  animation: rippleOne 3s infinite;
}

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

.swiper-dot .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  transition: 0.6s;
  background: var(--theme-blue);
  opacity: 1;
  border-radius: 7px;
}

.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: 0.6s;
  position: relative;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--theme-blue);
  content: "";
}

.swiper-dot.white-color .swiper-pagination-bullet {
  background: var(--white);
}

.swiper-dot.white-color .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid var(--white);
  content: "";
}

.swiper-dot.bg-color-3 .swiper-pagination-bullet {
  background: var(--theme-pink);
}

.swiper-dot.bg-color-3 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid var(--theme-pink);
  content: "";
}

.swiper-dot.bg-blue .swiper-pagination-bullet {
  background: var(--theme-blue-2);
}

.swiper-dot.bg-blue .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid var(--theme-blue-2);
  content: "";
}

@media (max-width: 575px) {
  br {
    display: none;
  }
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.mt-50 {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .mt-50 {
    margin-top: 35px;
  }
}

@media (max-width: 575px) {
  .mt-50 {
    margin-top: 25px;
  }
}

.mt-40 {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .mt-40 {
    margin-top: 35px;
  }
}

@media (max-width: 575px) {
  .mt-40 {
    margin-top: 25px;
  }
}

.mt-30 {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .mt-30 {
    margin-top: 25px;
  }
}

.blue-bg {
  background-color: var(--theme-blue);
}

.border-bottom {
  border-bottom: 1px solid var(--border);
}

.custom-container {
  max-width: 1500px;
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.box-shadow {
  box-shadow: var(---box-shadow);
}

.team-box-items {
  position: relative;
}

.team-box-items .team-image {
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.team-box-items .team-image::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(3, 31, 66, 0.8);
  transform-origin: center;
  transition: all 300ms ease;
}

.team-box-items .team-image img {
  width: 100%;
  height: 100%;
}

.team-box-items .team-image .team-content {
  position: absolute;
  left: 40px;
  bottom: -40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.team-box-items .team-image .team-content h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

.team-box-items .team-image .team-content h3 a {
  color: var(--white);
}

.team-box-items .team-image .team-content p {
  color: var(--white);
}

.team-box-items .team-image .social-profile {
  position: absolute;
  right: 20px;
  top: -120px;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

.team-box-items .team-image .social-profile ul {
  transform: translateY(-100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.team-box-items .team-image .social-profile ul li {
  margin-bottom: 10px;
}

.team-box-items .team-image .social-profile ul li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: block;
  background: var(--white);
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
}

.team-box-items .team-image .social-profile ul li a:hover {
  background: var(--theme-yellow);
}

.team-box-items .team-image .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  background: var(--theme-yellow);
  color: var(--header);
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  margin-bottom: 10px;
}

.team-box-items .team-image .social-profile .plus-btn:hover {
  background: var(--theme-yellow);
}

.team-box-items .team-image .social-profile:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.team-box-items:hover .team-image::before {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.team-box-items:hover .team-image .team-content {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}

.team-box-items:hover .team-image .social-profile {
  visibility: visible;
  opacity: 1;
  top: 20px;
}

.team-box-items.style-2 {
  margin-top: 30px;
}

.team-box-items.style-2 .team-image::before {
  display: none;
}

.team-box-items.style-2 .team-image img {
  border-radius: 7px;
}

.team-box-items.style-2 .team-image .social-profile {
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
  visibility: visible;
}

.team-box-items.style-2 .team-image .social-profile ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--white);
  color: var(--header);
  border-radius: 50%;
}

.team-box-items.style-2 .team-image .social-profile ul li a:hover {
  background: var(--theme-blue);
  color: var(--white);
}

.team-box-items.style-2 .team-image .social-profile .plus-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--white);
  color: var(--header);
  border-radius: 50%;
}

.team-box-items.style-2 .team-image .social-profile .plus-btn:hover {
  background: var(--theme-blue);
  color: var(--white);
}

.team-box-items.style-2 .team-content {
  margin-top: 20px;
  text-align: center;
}

.team-box-items.style-2 .team-content h4 a:hover {
  color: var(--theme-blue);
}

.team-wrapper {
  margin-top: 65px;
}

@media (max-width: 767px) {
  .team-wrapper {
    margin-top: 30px;
  }
}

.team-wrapper .team-list-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid var(--border);
  padding: 30px 50px;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
  .team-wrapper .team-list-items {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .team-wrapper .team-list-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.team-wrapper .team-list-items.active {
  background-color: var(--theme-pink);
  box-shadow: 10px 4px 60px 0px rgba(238, 74, 98, 0.5);
  border-radius: 15px;
}

.team-wrapper .team-list-items.active .team-content .content span {
  color: var(--white);
}

.team-wrapper .team-list-items.active .team-content .content h3 a {
  color: var(--white);
}

.team-wrapper .team-list-items.active .team-content p {
  color: var(--white);
}

.team-wrapper .team-list-items.active .icon {
  color: var(--white);
}

.team-wrapper .team-list-items .team-content {
  display: flex;
  align-items: center;
  width: 100%;
}

@media (max-width: 991px) {
  .team-wrapper .team-list-items .team-content {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.team-wrapper .team-list-items .team-content .content {
  display: flex;
  align-items: center;
  gap: 57px;
  flex-basis: 40%;
}

@media (max-width: 991px) {
  .team-wrapper .team-list-items .team-content .content {
    flex-basis: 100%;
  }
}

.team-wrapper .team-list-items .team-content .content span {
  color: var(--text);
}

.team-wrapper .team-list-items .team-content .content h3 a {
  color: var(--header);
}

.team-wrapper .team-list-items .icon {
  font-size: 20px;
  color: var(--text);
  transform: rotate(-40deg);
}

.team-wrapper .team-list-items .team-hover {
  width: 250px;
  height: 300px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -50px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  visibility: hidden;
  border-radius: 10px;
}

.team-wrapper .team-list-items:hover .team-hover {
  opacity: 1;
  visibility: visible;
}

.team-card-items {
  margin-top: 30px;
}

.team-card-items .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #f4f6f9;
}

.team-card-items .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 12px;
  display: block;
  transition: all 0.4s ease-in-out;
}

.team-card-items .thumb .social-icon {
  padding: 15px 30px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.team-card-items .thumb .social-icon a {
  color: var(--text);
}

.team-card-items .thumb .social-icon a:hover {
  color: var(--theme-blue-2);
}

.team-card-items .content {
  text-align: center;
  margin-top: 20px;
}

.team-card-items .content h4 a:hover {
  color: var(--theme-blue-2);
}

.team-card-items:hover .thumb img {
  transform: scale(1.1);
}

.team-card-items:hover .thumb .social-icon {
  opacity: 1;
  visibility: visible;
  bottom: 25px;
}

.team-card-items.style-2 .thumb .social-icon a:hover {
  color: var(--theme-blue);
}

.team-card-items.style-2 .content h4 a:hover {
  color: var(--theme-blue);
}

.team-details-wrapper {
  border-radius: 10px;
  background: var(--white);
  box-shadow: 10px 4px 60px 0px rgba(189, 189, 189, 0.25);
  padding: 10px 10px 50px;
  margin-top: -260px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1199px) {
  .team-details-wrapper {
    padding: 30px;
  }
}

.team-details-wrapper .team-details-items {
  display: flex;
  gap: 50px;
}

@media (max-width: 1199px) {
  .team-details-wrapper .team-details-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.team-details-wrapper .team-details-items .details-image img {
  border-radius: 10px;
}

.team-details-wrapper .team-details-items .team-details-content {
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .team-details-wrapper .team-details-items .team-details-content {
    margin-top: 0;
  }
}

.team-details-wrapper .team-details-items .team-details-content h2 {
  font-size: 35px;
  margin-bottom: 15px;
}

.team-details-wrapper .team-details-items .team-details-content span {
  font-size: 18px;
  font-weight: 400;
}

.team-details-wrapper .team-details-items .team-details-content .details-list {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
  margin-top: 30px;
  position: relative;
}

@media (max-width: 1199px) {
  .team-details-wrapper .team-details-items .team-details-content .details-list {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
  }
}

.team-details-wrapper .team-details-items .team-details-content .details-list::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 1px;
  height: 20px;
  background-color: var(--theme-blue);
  left: 20%;
}

@media (max-width: 1199px) {
  .team-details-wrapper .team-details-items .team-details-content .details-list::before {
    display: none;
  }
}

.team-details-wrapper .team-details-items .team-details-content .details-list li {
  font-size: 16px;
  font-weight: 400;
  padding-right: 30px;
  margin-right: 30px;
}

@media (max-width: 1199px) {
  .team-details-wrapper .team-details-items .team-details-content .details-list li {
    padding-right: 0;
    margin-right: 0;
  }
}

.team-details-wrapper .team-details-items .team-details-content .details-list li i {
  margin-right: 5px;
}

.team-details-wrapper .team-details-items .team-details-content .details-list li .star {
  display: inline-block;
}

.team-details-wrapper .team-details-items .team-details-content .details-list li .star i {
  color: #FFAE5D;
}

.team-details-wrapper .team-details-items .team-details-content .details-area {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .team-details-wrapper .team-details-items .team-details-content .details-area {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.team-details-wrapper .team-details-items .team-details-content .details-area .theme-btn {
  background-color: var(--theme-blue);
  color: var(--white);
}

.team-details-wrapper .team-details-items .team-details-content .details-area h5 a {
  color: var(--header);
}

.team-details-wrapper .team-details-items .team-details-content .details-area .social-icon {
  gap: 15px;
  position: relative;
  z-index: 9;
}

@media (max-width: 575px) {
  .team-details-wrapper .team-details-items .team-details-content .details-area .social-icon {
    margin-top: 20px;
  }
}

.team-details-wrapper .team-details-items .team-details-content .details-area .social-icon a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  display: block;
  color: #5B6D84;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 50%;
}

.team-details-wrapper .team-details-items .team-details-content .details-area .social-icon a:hover {
  background-color: var(--theme-yellow);
  color: var(--header);
  border: 1px solid transparent;
}

.faq-wrapper .faq-image-items .faq-image img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

.faq-wrapper .faq-image-items .faq-image.style-2 {
  margin-bottom: 30px;
}

.faq-wrapper .faq-content {
  margin-left: 40px;
}

@media (max-width: 1199px) {
  .faq-wrapper .faq-content {
    margin-left: 0;
  }
}

.faq-wrapper .faq-content .faq-items {
  margin-bottom: 40px;
}

.faq-wrapper .faq-content .faq-items .accordion .accordion-item {
  border: none;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid var(--border);
}

.faq-wrapper .faq-content .faq-items .accordion .accordion-item h2 button {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  box-shadow: none;
  font-family: "Plus Jakarta Sans", system-ui;
  color: var(--header);
  padding: 35px 0;
  padding-left: 105px;
}

@media (max-width: 1199px) {
  .faq-wrapper .faq-content .faq-items .accordion .accordion-item h2 button {
    padding-left: 60px;
    padding-right: 40px;
    line-height: 1.4;
  }
}

.faq-wrapper .faq-content .faq-items .accordion .accordion-item .accordion-body {
  padding-left: 105px;
  padding-right: 50px;
  padding-top: 0;
  margin-top: -10px;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}

@media (max-width: 1199px) {
  .faq-wrapper .faq-content .faq-items .accordion .accordion-item .accordion-body {
    padding-left: 60px;
  }
}

.faq-wrapper .faq-content .faq-items .accordion .accordion-item .accordion-body p {
  color: var(--header);
  line-height: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 575px) {
  .faq-wrapper .faq-content .faq-items .accordion .accordion-item .accordion-body p {
    width: 100%;
    line-height: 28px;
  }
}

.faq-wrapper .faq-content .faq-items .accordion .accordion-button {
  background-color: var(--bg);
  color: var(--header);
  padding-left: 105px;
}

.faq-wrapper .faq-content .faq-items .accordion .accordion-button::after {
  display: none;
}

.faq-wrapper .faq-content .faq-items .accordion .accordion-button::before {
  position: absolute;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  top: 33px;
  left: 50px;
  font-size: 22px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: var(--header);
}

@media (max-width: 1199px) {
  .faq-wrapper .faq-content .faq-items .accordion .accordion-button::before {
    left: 30px;
  }
}

.faq-wrapper .faq-content .faq-items .accordion .accordion-button.collapsed {
  color: var(--header);
  background-color: transparent;
}

.faq-wrapper .faq-content .faq-items .accordion .accordion-button.collapsed::before {
  content: "\f0a9";
  color: var(--header);
}

.faq-wrapper .faq-content .faq-items .accordion .accordion-collapse.show {
  background-color: var(--bg);
}

.faq-wrapper.style-2 .faq-content {
  margin-left: 0;
  margin-right: 40px;
}

@media (max-width: 1199px) {
  .faq-wrapper.style-2 .faq-content {
    margin-right: 0;
  }
}

.faq-wrapper.style-2 .faq-content .faq-items .accordion .accordion-item {
  border-bottom: 1px solid rgba(9, 34, 75, 0.1);
}

.faq-wrapper.style-2 .faq-content .faq-items .accordion .accordion-button {
  background-color: #FFF1E0;
}

.faq-wrapper.style-2 .faq-content .faq-items .accordion .accordion-button.collapsed {
  color: var(--header);
  background-color: transparent;
}

.faq-wrapper.style-2 .faq-content .faq-items .accordion .accordion-collapse.show {
  background-color: #FFF1E0;
}

.faq-wrapper.style-2 .faq-image-2 {
  position: relative;
}

@media (max-width: 1199px) {
  .faq-wrapper.style-2 .faq-image-2 img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 991px) {
  .faq-wrapper.style-2 .faq-image-2 img {
    width: inherit;
    height: initial;
  }
}

@media (max-width: 575px) {
  .faq-wrapper.style-2 .faq-image-2 img {
    width: 100%;
    height: 100%;
  }
}

.faq-wrapper.style-2 .faq-image-2 .bg-shape {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 1199px) {
  .faq-wrapper.style-2 .faq-image-2 .bg-shape {
    display: none;
  }
}

@media (max-width: 991px) {
  .faq-wrapper.style-2 .faq-image-2 .bg-shape {
    display: block;
  }
}

@media (max-width: 575px) {
  .faq-wrapper.style-2 .faq-image-2 .bg-shape {
    display: none;
  }
}

.faq-wrapper.style-2 .faq-image-2 .quote-shape {
  position: absolute;
  bottom: -25px;
  right: -50px;
}

@media (max-width: 575px) {
  .faq-wrapper.style-2 .faq-image-2 .quote-shape {
    display: none;
  }
}

.faq-wrapper.style-3 .faq-content {
  margin-left: 0;
  margin-right: 40px;
}

@media (max-width: 1199px) {
  .faq-wrapper.style-3 .faq-content {
    margin-right: 0;
  }

  .faq-wrapper.style-3 .faq-content .section-title {
    text-align: left;
  }
}

@media (max-width: 1199px) {
  .faq-wrapper.style-3 .faq-content .faq-items {
    margin-bottom: 0;
  }
}

.faq-wrapper.style-3 .faq-content .faq-items .accordion .accordion-button {
  background-color: var(--white);
}

.faq-wrapper.style-3 .faq-content .faq-items .accordion .accordion-button.collapsed {
  color: var(--header);
}

.faq-wrapper.style-3 .faq-content .faq-items .accordion .accordion-collapse.show {
  background-color: var(--white);
}

.faq-wrapper.style-5 .faq-content {
  margin-left: 0;
}

.faq-section-5 {
  background-color: #F3F1FD;
  position: relative;
  margin-bottom: 100px;
}

@media (max-width: 1399px) {
  .faq-section-5 {
    margin-bottom: 0;
  }
}

.faq-section-5 .faq-image {
  position: absolute;
  top: 100px;
  right: 0;
}

@media (max-width: 1399px) {
  .faq-section-5 .faq-image {
    max-width: 650px;
  }

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

@media (max-width: 1199px) {
  .faq-section-5 .faq-image {
    position: static;
    margin-bottom: 40px;
    max-width: 1200px;
  }
}

@media (max-width: 991px) {
  .faq-section-5 .faq-image {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .faq-section-5 .faq-image {
    height: 500px;
  }
}

@media (max-width: 575px) {
  .faq-section-5 .faq-image {
    height: 400px;
  }
}

.cta-newsletter-wrapper {
  padding: 100px 0;
  position: relative;
  z-index: 9;
}

@media (max-width: 1199px) {
  .cta-newsletter-wrapper {
    padding: 80px 0;
  }
}

.cta-newsletter-wrapper .newsletter-input-items {
  max-width: 740px;
  margin: 0 auto;
  position: relative;
}

.cta-newsletter-wrapper .newsletter-input-items input {
  width: 100%;
  border: none;
  background-color: transparent;
  outline: none;
  border-radius: 10px;
  border: 1px solid var(--white);
  padding: 25px;
  line-height: 1;
  color: var(--white);
  padding-left: 60px;
}

.cta-newsletter-wrapper .newsletter-input-items input::placeholder {
  color: var(--white);
}

.cta-newsletter-wrapper .newsletter-input-items .icon {
  position: absolute;
  top: 23px;
  left: 25px;
  color: var(--white);
  font-size: 20px;
}

.cta-newsletter-wrapper .newsletter-input-items .theme-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .cta-newsletter-wrapper .newsletter-input-items .theme-btn {
    top: 10px;
  }
}

.cta-newsletter-wrapper .list-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .cta-newsletter-wrapper .list-items {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .cta-newsletter-wrapper .list-items {
    display: grid;
    gap: 15px;
  }
}

.cta-newsletter-wrapper .list-items li {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

.cta-newsletter-wrapper .list-items li i {
  margin-right: 5px;
}

.cta-newsletter-wrapper.style-2 .newsletter-input-items input {
  background-color: var(--white);
  color: var(--text);
}

.cta-newsletter-wrapper.style-2 .newsletter-input-items input::placeholder {
  color: var(--text);
}

.cta-newsletter-wrapper.style-2 .newsletter-input-items .icon {
  color: var(--text);
}

.cta-newsletter-wrapper.style-2 .newsletter-input-items .theme-btn {
  background-color: var(--theme-pink);
  color: var(--white);
}

.cta-newsletter-section {
  position: relative;
  z-index: 9;
}

.cta-newsletter-section .girl-shape {
  position: absolute;
  left: 83px;
  bottom: 0;
  z-index: 99;
}

@media (max-width: 1199px) {
  .cta-newsletter-section .girl-shape {
    position: relative;
    left: 0;
  }
}

.cta-newsletter-section .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 1199px) {
  .cta-newsletter-section .shape-1 {
    opacity: 0.2;
  }
}

.cta-newsletter-section .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .cta-newsletter-section .shape-2 {
    opacity: 0.2;
  }
}

.instagram-image {
  position: relative;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1 / 1;
  z-index: 9;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.instagram-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.instagram-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(9, 34, 75, 0.5);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  z-index: 1;
}

.instagram-image .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: var(--white);
  text-align: center;
  border-radius: 50%;
  color: var(--header);
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.instagram-image .icon i {
  transform: rotate(-40deg);
}

.instagram-image .icon:hover {
  background-color: var(--theme-red);
  color: var(--white);
}

.instagram-image:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.instagram-image:hover .icon {
  top: 50%;
}

.instagram-image.style-2 {
  border-radius: 10px;
}

.instagram-image.style-2::before {
  border-radius: 10px;
  background: rgba(9, 34, 75, 0.5);
}

.instagram-image.style-2 .icon {
  color: var(--theme-pink);
  font-size: 24px;
}

.instagram-image.style-2 .icon i {
  transform: rotate(0deg);
}

.instagram-image.style-2 .icon:hover {
  background-color: var(--theme-pink);
  color: var(--white);
}

.cta-newsletter-section.style-2 {
  background-color: #102F25;
}

.instagram-section-2 {
  padding: 0 10px;
}

.cta-wrapper-5 {
  padding: 270px 0 70px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 9;
}

@media (max-width: 1399px) {
  .cta-wrapper-5 {
    padding-top: 70px;
  }
}

.cta-wrapper-5 .theme-btn {
  background-color: transparent;
  color: var(--white);
  border: 1px solid var(--white);
  justify-content: center;
}

.cta-wrapper-5 .theme-btn::before,
.cta-wrapper-5 .theme-btn::after {
  background-color: var(--white);
}

.cta-wrapper-5 .theme-btn:hover {
  color: var(--header);
}

.testimonial-section .swiper-wrapper {
  align-items: stretch;
}

.testimonial-section .swiper-slide {
  height: auto;
  display: flex;
}

.testimonial-box-items {
  margin-top: 24px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 32px 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  height: 100%;
  box-shadow: 0 10px 30px rgba(3, 31, 66, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.testimonial-box-items:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(3, 31, 66, 0.08);
  border-color: rgba(243, 112, 33, 0.3);
}

.testimonial-box-items .testimonial-content {
  flex: 1;
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.testimonial-box-items .testimonial-content .star {
  color: #f59e0b;
  margin-bottom: 12px;
  font-size: 14px;
  display: flex;
  gap: 4px;
}

.testimonial-box-items .testimonial-content p {
  font-size: 1rem;
  color: #334155;
  font-weight: 500;
  line-height: 1.65;
  margin-bottom: 18px;
  word-break: break-word;
}

.testimonial-box-items .testimonial-content .client-info {
  margin-top: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 14px;
}

.testimonial-box-items .testimonial-content .client-info h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy-dark, #031f42);
  margin-bottom: 2px;
  line-height: 1.2;
}

.testimonial-box-items .testimonial-content .client-info span {
  color: #f37021;
  font-weight: 600;
  font-size: 0.825rem;
  display: inline-block;
}

.testimonial-box-items .testimonial-image {
  margin: 0;
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #ffffff;
  box-shadow: 0 6px 18px rgba(3, 31, 66, 0.08);
}

.testimonial-box-items .testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.4s ease;
}

.testimonial-box-items:hover .testimonial-image img {
  transform: scale(1.05);
}

.testimonial-box-items.bg-2 {
  background: linear-gradient(135deg, #fffdf7 0%, #fff8ec 100%);
  border: 1px solid #fed7aa;
}

@media (max-width: 991px) {
  .testimonial-box-items {
    padding: 28px 24px;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .testimonial-box-items {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 24px 20px;
    gap: 16px;
    border-radius: 16px;
  }
  .testimonial-box-items .testimonial-image {
    width: 72px;
    height: 72px;
    border-radius: 14px;
    order: -1;
    margin-bottom: 2px;
  }
  .testimonial-box-items .testimonial-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 14px;
  }
  .testimonial-box-items .testimonial-content .client-info {
    margin-top: 10px;
    padding-top: 10px;
  }
}

@media (max-width: 480px) {
  .testimonial-box-items {
    padding: 20px 16px;
  }
  .testimonial-box-items .testimonial-content p {
    font-size: 0.9rem;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper .testimonial-content {
    text-align: center;
  }
}

.testimonial-wrapper .testimonial-content .content .icon-top {
  position: relative;
}

.testimonial-wrapper .testimonial-content .content .icon-top::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  border: 1px solid var(--border);
  width: 100%;
  height: 1px;
  z-index: -1;
}

.testimonial-wrapper .testimonial-content .content .icon {
  width: 65px;
  height: 65px;
  font-size: 28px;
  line-height: 75px;
  border-radius: 50%;
  border: 1px solid var(--border);
  color: var(--theme-blue);
  text-align: center;
  margin: 0 auto 30px;
  text-align: center;
  background-color: var(--white);
}

.testimonial-wrapper .testimonial-content .content .star {
  margin-bottom: 20px;
}

.testimonial-wrapper .testimonial-content .content .star span {
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
  display: inline-block;
  margin-right: 10px;
}

.testimonial-wrapper .testimonial-content .content .star i {
  font-size: 16px;
  color: #F8941F;
}

.testimonial-wrapper .testimonial-content .content h3 {
  font-size: 35px;
}

@media (max-width: 1199px) {
  .testimonial-wrapper .testimonial-content .content h3 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .testimonial-wrapper .testimonial-content .content h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper .testimonial-content .content h3 {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .testimonial-wrapper .testimonial-content .content h3 {
    font-size: 22px;
  }
}

.testimonial-wrapper .testimonial-content .content .client-info {
  margin-top: 35px;
}

.testimonial-wrapper .testimonial-content .content .client-info p {
  font-size: 14px;
  color: var(--header);
  font-weight: 400;
}

.testimonial-wrapper .testimonial-image-items {
  position: relative;
}

.testimonial-wrapper .testimonial-image-items .box-shape {
  position: absolute;
  top: 50%;
  left: -40%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 991px) {
  .testimonial-wrapper .testimonial-image-items .box-shape {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.testimonial-wrapper .testimonial-image-items .client-img-1 {
  width: 190px;
  height: 190px;
  border-radius: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .testimonial-wrapper .testimonial-image-items .client-img-1 {
    text-align: center;
    margin: 0 auto 20px;
  }
}

.testimonial-wrapper .testimonial-image-items .client-img-2 {
  width: 190px;
  height: 190px;
  border-radius: 95px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .testimonial-wrapper .testimonial-image-items .client-img-2 {
    text-align: center;
    margin: 0 auto 20px;
  }
}

.testimonial-wrapper .testimonial-image-items .client-img-3 {
  width: 190px;
  height: 250px;
  border-radius: 95px;
}

@media (max-width: 767px) {
  .testimonial-wrapper .testimonial-image-items .client-img-3 {
    text-align: center;
    margin: 0 auto;
  }
}

.testimonial-wrapper .testimonial-image-items .client-img-4 {
  width: 190px;
  height: 230px;
  border-radius: 95px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .testimonial-wrapper .testimonial-image-items .client-img-4 {
    text-align: center;
    margin: 0 auto 20px;
  }
}

.testimonial-wrapper .testimonial-image-items .client-img-5 {
  width: 190px;
  height: 190px;
  border-radius: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .testimonial-wrapper .testimonial-image-items .client-img-5 {
    text-align: center;
    margin: 0 auto 20px;
  }
}

.testimonial-wrapper .testimonial-image-items .client-img-6 {
  width: 190px;
  height: 190px;
  border-radius: 95px;
}

@media (max-width: 767px) {
  .testimonial-wrapper .testimonial-image-items .client-img-6 {
    text-align: center;
    margin: 0 auto;
  }
}

.testimonial-section-3 {
  position: relative;
  background-attachment: fixed;
}

.testimonial-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(9, 34, 75, 0.3) 0%, #09224B 100%);
}

.testimonial-card-items {
  margin-top: 30px;
  background-color: var(--white);
  padding: 40px 50px;
  text-align: center;
  position: relative;
  z-index: 9;
  border-radius: 7px;
}

.testimonial-card-items .client-info span {
  font-size: 16px;
  display: inline-block;
  margin-top: 5px;
}

.testimonial-card-items .client-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  margin: 25px auto 25px;
}

.testimonial-card-items p {
  font-size: 18px;
  color: var(--header);
  font-weight: 500;
}

.testimonial-card-items .icon {
  font-size: 55px;
  color: var(--theme-red);
  margin-top: 20px;
}

.testimonial-wrapper-2 {
  background-color: #F8F2EC;
  border-radius: 10px;
  padding: 0 80px;
  margin-top: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .testimonial-wrapper-2 {
    padding: 0 50px;
  }
}

@media (max-width: 991px) {
  .testimonial-wrapper-2 {
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper-2 {
    margin-top: 30px;
    padding: 30px;
  }
}

.testimonial-wrapper-2 .content {
  max-width: 700px;
}

@media (max-width: 991px) {
  .testimonial-wrapper-2 .content {
    text-align: center;
    margin: 0 auto;
  }
}

.testimonial-wrapper-2 .content .icon {
  font-size: 70px;
  color: var(--theme-orange);
  margin-bottom: 30px;
}

.testimonial-wrapper-2 .content .star {
  margin-bottom: 20px;
  color: #F8941F;
}

.testimonial-wrapper-2 .content .star span {
  font-size: 20px;
  font-weight: 600;
  color: var(--header);
  display: inline-block;
  margin-right: 20px;
}

.testimonial-wrapper-2 .content h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
}

@media (max-width: 1399px) {
  .testimonial-wrapper-2 .content h3 {
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
  .testimonial-wrapper-2 .content h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .testimonial-wrapper-2 .content h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper-2 .content h3 {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .testimonial-wrapper-2 .content h3 {
    font-size: 20px;
  }
}

.testimonial-wrapper-2 .content .client-content {
  margin-top: 30px;
}

.testimonial-wrapper-2 .content .client-content h4 {
  color: #F8941F;
}

.testimonial-wrapper-2 .content .client-content p {
  font-size: 14px;
  color: var(--header);
}

.testimonial-wrapper-2 .thumb {
  max-width: 400px;
  text-align: center;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-top: -30px;
}

@media (max-width: 991px) {
  .testimonial-wrapper-2 .thumb {
    text-align: center;
    margin: 0 auto 0;
    max-width: 700px;
  }
}

.testimonial-wrapper-2 .thumb .bg-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 470px) {
  .testimonial-wrapper-2 .thumb .bg-shape {
    display: none;
  }
}

.testimonial-card-items-2 {
  margin-top: 30px;
  background-color: var(--white);
  box-shadow: 10px 4px 60px rgba(181, 181, 181, 0.25);
  padding: 40px 70px;
  border: 1px solid transparent;
  border-radius: 14px;
  transition: all 0.4s ease-in-out;
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .testimonial-card-items-2 {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .testimonial-card-items-2 {
    padding: 30px;
  }
}

.testimonial-card-items-2 .bar-shape {
  position: absolute;
  bottom: -30px;
  left: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.testimonial-card-items-2 .icon {
  font-size: 50px;
  color: var(--theme-blue-2);
  margin-bottom: 20px;
}

.testimonial-card-items-2 h3 {
  font-size: 22px;
  line-height: 146%;
}

.testimonial-card-items-2 .star {
  color: #F47900;
  margin-top: 15px;
}

.testimonial-card-items-2:hover {
  border: 1px solid var(--theme-blue-2);
}

.testimonial-card-items-2:hover .bar-shape {
  opacity: 1;
  visibility: visible;
}

.testimonial-client-wrapper {
  margin-right: -30%;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .testimonial-client-wrapper {
    margin-right: 0;
  }
}

.testimonial-client-wrapper .client-info {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 1199px) {
  .testimonial-client-wrapper .client-info {
    gap: 10px;
  }
}

.testimonial-client-wrapper .client-info .client-img {
  border-radius: 50%;
  width: 65px;
  height: 65px;
}

.testimonial-client-wrapper .client-info .content h3 {
  font-size: 20px;
}

.brand-wrapper {
  padding: 80px 100px;
  background-color: var(--bg);
  border: 1px solid var(--border);
  border-radius: 7px;
}

@media (max-width: 991px) {
  .brand-wrapper {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .brand-wrapper {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .brand-wrapper {
    padding: 30px;
  }
}

.brand-wrapper .brand-img {
  margin-top: 20px;
}

.global-partner-wrapper {
  background-color: #FFF1E0;
  border: 1px solid rgba(9, 34, 75, 0.1);
  padding: 70px;
  border-radius: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  .global-partner-wrapper {
    padding: 0;
  }
}

.global-partner-wrapper.style-2 {
  background-color: #F3F1FD;
}

@media (max-width: 991px) {
  .global-partner-wrapper .section-title {
    padding-top: 30px;
  }
}

.global-partner-wrapper .section-title p {
  color: var(--header);
  max-width: 370px;
}

@media (max-width: 767px) {
  .global-partner-wrapper .section-title p {
    margin: 0 auto;
  }
}

.global-partner-wrapper .global-partner-items {
  border-left: 1px solid rgba(9, 34, 75, 0.07);
}

.global-partner-wrapper .global-partner-items .global-logo {
  padding: 65px 30px;
  text-align: center;
  border-bottom: 1px solid rgba(9, 34, 75, 0.07);
  border-right: 1px solid rgba(9, 34, 75, 0.07);
  transition: all 0.4s ease-in-out;
}

@media (max-width: 991px) {
  .global-partner-wrapper .global-partner-items .global-logo {
    background-color: var(--white);
    border: none;
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .global-partner-wrapper .global-partner-items .global-logo {
    padding: 20px;
  }
}

.global-partner-wrapper .global-partner-items .global-logo.border-right-none {
  border-right: none !important;
}

.global-partner-wrapper .global-partner-items .global-logo.border-bottom-none {
  border-bottom: none !important;
}

.global-partner-wrapper .global-partner-items .global-logo:hover,
.global-partner-wrapper .global-partner-items .global-logo.active {
  background-color: var(--white);
}

.event-box-items {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}

.event-box-items .accordion-single {
  overflow: hidden;
}

.event-box-items .accordion-single .header-area .accordion-btn {
  padding: 34px 50px;
  background-color: var(--white);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1399px) {
  .event-box-items .accordion-single .header-area .accordion-btn {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.event-box-items .accordion-single .content-items {
  display: flex;
  align-items: center;
  gap: 60px;
}

@media (max-width: 1199px) {
  .event-box-items .accordion-single .content-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.event-box-items .accordion-single .content-items .post-date {
  padding: 11px 15px;
  border-radius: 10px;
  border: 1px solid rgba(0, 91, 255, 0.1);
  background: rgba(0, 91, 255, 0.1);
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-blue);
  display: inline-block;
  line-height: 1;
}

.event-box-items .accordion-single .content-items .content {
  max-width: 385px;
}

.event-box-items .accordion-single .content-items .content h5 a:hover {
  color: var(--theme-blue);
}

.event-box-items .accordion-single .event-image {
  max-width: 300px;
  transition: all 0.6s;
  margin-bottom: -400px;
  opacity: 0;
  visibility: hidden;
}

.event-box-items .accordion-single .event-image img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

.event-box-items .accordion-single .button-list {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 1399px) {
  .event-box-items .accordion-single .button-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.event-box-items .accordion-single .button-list li {
  font-size: 16px;
}

.event-box-items .accordion-single .button-list li i {
  color: var(--theme-blue);
  margin-right: 7px;
}

.event-box-items .accordion-single .button-list li .theme-btn {
  background-color: transparent;
  color: var(--header);
  padding: 16px 25px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--border);
}

.event-box-items .accordion-single .button-list li .theme-btn::before,
.event-box-items .accordion-single .button-list li .theme-btn::after {
  background-color: var(--theme-blue);
}

.event-box-items .accordion-single .button-list li .theme-btn:hover {
  color: var(--white);
}

.event-box-items .accordion-single.active .event-image {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}

.event-box-items .accordion-single.active .content-items {
  display: block;
}

.event-box-items .accordion-single.active .content-items .post-date {
  margin-bottom: 25px;
  display: inline-block;
}

.event-box-items .accordion-single.active .button-list {
  display: flex;
  align-items: center;
  gap: 65px;
}

@media (max-width: 1399px) {
  .event-box-items .accordion-single.active .button-list {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.event-box-items .accordion-single.active .button-list .theme-btn {
  background-color: var(--theme-blue);
  color: var(--white);
}

.event-wrapper {
  border: 1px solid rgba(9, 34, 75, 0.1);
  border-radius: 7px;
  border-right: none;
}

@media (max-width: 1199px) {
  .event-wrapper {
    border: none;
  }
}

.event-wrapper .event-card-items {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  border-right: 1px solid var(--border);
}

.event-wrapper .event-card-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  transition: all 0.4s ease-in-out;
}

.event-wrapper .event-card-items .post-cat {
  line-height: 1;
  padding: 8px 10px;
  border-radius: 7px;
  background-color: var(--theme-red);
  color: var(--white);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  z-index: 9;
  position: absolute;
  top: 40px;
  left: 40px;
}

.event-wrapper .event-card-items .content {
  margin-top: 130px;
  position: relative;
  z-index: 9;
  transition: all 0.4s ease-in-out;
  transform: translateY(100px);
}

@media (max-width: 767px) {
  .event-wrapper .event-card-items .content {
    margin-top: 100px;
    transform: translateY(0);
  }
}

@media (max-width: 575px) {
  .event-wrapper .event-card-items .content {
    margin-top: 80px;
  }
}

.event-wrapper .event-card-items .content .date-list {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (max-width: 1399px) {
  .event-wrapper .event-card-items .content .date-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.event-wrapper .event-card-items .content .date-list li {
  font-size: 16px;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}

.event-wrapper .event-card-items .content .date-list li i {
  color: var(--theme-red);
  margin-left: 7px;
  transition: all 0.4s ease-in-out;
}

.event-wrapper .event-card-items .content .theme-btn {
  font-size: 14px;
  padding: 16px 25px;
}

.event-wrapper .event-card-items .content .theme-btn::before,
.event-wrapper .event-card-items .content .theme-btn::after {
  background-color: var(--white);
}

.event-wrapper .event-card-items .content .theme-btn:hover {
  color: var(--header);
}

.event-wrapper .event-card-items:hover,
.event-wrapper .event-card-items.active {
  border-right: none;
}

.event-wrapper .event-card-items:hover::before,
.event-wrapper .event-card-items.active::before {
  background: rgba(9, 34, 75, 0.8);
}

.event-wrapper .event-card-items:hover .content,
.event-wrapper .event-card-items.active .content {
  transform: translateY(0);
}

.event-wrapper .event-card-items:hover .content h4 a,
.event-wrapper .event-card-items.active .content h4 a {
  color: var(--white);
}

.event-wrapper .event-card-items:hover .content .date-list li,
.event-wrapper .event-card-items.active .content .date-list li {
  color: var(--white);
}

.event-wrapper .event-card-items:hover .content .date-list li i,
.event-wrapper .event-card-items.active .content .date-list li i {
  color: var(--white);
}

.event-wrapper .event-card-items:hover .content .theme-btn,
.event-wrapper .event-card-items.active .content .theme-btn {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1199px) {
  .event-wrapper .event-card-items {
    border-right: none;
  }

  .event-wrapper .event-card-items::before {
    background: rgba(9, 34, 75, 0.8);
  }

  .event-wrapper .event-card-items .content h4 a {
    color: var(--white);
  }

  .event-wrapper .event-card-items .content .date-list li {
    color: var(--white);
  }

  .event-wrapper .event-card-items .content .date-list li i {
    color: var(--white);
  }
}

.event-wrapper-2 .event-image {
  height: 890px;
}

@media (max-width: 1199px) {
  .event-wrapper-2 .event-image {
    height: initial;
  }
}

@media (max-width: 991px) {
  .event-wrapper-2 .event-image {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .event-wrapper-2 .event-image {
    height: 500px;
  }
}

@media (max-width: 575px) {
  .event-wrapper-2 .event-image {
    height: 400px;
  }
}

.event-wrapper-2 .event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-wrapper-2 .event-right-items {
  padding: 80px;
  background-color: #102F25;
  margin-left: -80px;
}

@media (max-width: 1899px) {
  .event-wrapper-2 .event-right-items {
    margin-left: -120px;
    padding: 40px;
  }
}

@media (max-width: 1199px) {
  .event-wrapper-2 .event-right-items {
    margin-left: 0;
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .event-wrapper-2 .event-right-items {
    margin-left: 0;
    padding: 20px;
  }
}

.event-wrapper-2 .event-right-items .event-list-area {
  overflow: hidden;
  height: 723px;
}

.event-wrapper-2 .event-right-items .event-list-items {
  background-color: var(--white);
  border-radius: 7px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: scrolly 7s linear infinite;
}

@media (max-width: 1199px) {
  .event-wrapper-2 .event-right-items .event-list-items {
    padding: 30px;
    flex-wrap: wrap;
    gap: 25px;
  }
}

.event-wrapper-2 .event-right-items .event-list-items:not(:last-child) {
  margin-bottom: 10px;
}

.event-wrapper-2 .event-right-items .event-list-items .event-content .content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

@media (max-width: 1399px) {
  .event-wrapper-2 .event-right-items .event-list-items .event-content .content {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.event-wrapper-2 .event-right-items .event-list-items .event-content .content .date {
  background-color: var(--theme-orange);
  padding: 12px 20px 12px;
  border-radius: 7px;
  text-align: center;
}

.event-wrapper-2 .event-right-items .event-list-items .event-content .content .date h2 {
  font-size: 40px;
  color: var(--white);
}

.event-wrapper-2 .event-right-items .event-list-items .event-content .content .date span {
  font-size: 14px;
  color: var(--white);
  font-weight: 500;
}

.event-wrapper-2 .event-right-items .event-list-items .event-content .content .title-text {
  max-width: 230px;
}

.event-wrapper-2 .event-right-items .event-list-items .event-content .content .title-text h4 {
  line-height: 135%;
}

.event-wrapper-2 .event-right-items .event-list-items .event-content .content .title-text h4 a:hover {
  color: var(--theme-orange);
}

.event-wrapper-2 .event-right-items .event-list-items .event-content .content .title-text .post-time {
  display: flex;
  align-items: center;
  gap: 24px;
  border-top: 1px solid rgba(16, 47, 37, 0.1);
  margin-top: 20px;
  padding-top: 20px;
}

@media (max-width: 1199px) {
  .event-wrapper-2 .event-right-items .event-list-items .event-content .content .title-text .post-time {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.event-wrapper-2 .event-right-items .event-list-items .event-content .content .title-text .post-time li i {
  margin-right: 7px;
}

.event-wrapper-2 .event-right-items .event-list-items .event-thumb {
  max-width: 215px;
}

@media (max-width: 767px) {
  .event-wrapper-2 .event-right-items .event-list-items .event-thumb {
    flex-basis: 100%;
    max-width: 800px;
  }
}

.event-wrapper-2 .event-right-items .event-list-items .event-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

.event-box-items-2 {
  margin-top: 30px;
  border: 1px solid rgba(85, 60, 223, 0.15);
  background-color: var(--white);
  border-radius: 7px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1399px) {
  .event-box-items-2 {
    display: inline-block;
  }
}

.event-box-items-2 .event-content .content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

@media (max-width: 1399px) {
  .event-box-items-2 .event-content .content {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.event-box-items-2 .event-content .content .date {
  background-color: var(--theme-yellow-4);
  padding: 10px 20px;
  border-radius: 7px;
  transition: all 0.4s ease-in-out;
  text-align: center;
}

.event-box-items-2 .event-content .content .date h2 {
  font-size: 40px;
  color: var(--header);
}

.event-box-items-2 .event-content .content .date span {
  font-size: 14px;
  color: var(--header);
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}

.event-box-items-2 .event-content .content .title-text {
  max-width: 230px;
}

.event-box-items-2 .event-content .content .title-text h4 {
  line-height: 135%;
}

.event-box-items-2 .event-content .content .title-text h4 a:hover {
  color: var(--theme-blue-2);
}

.event-box-items-2 .event-content .content .title-text .post-time {
  display: flex;
  align-items: center;
  gap: 24px;
  border-top: 1px solid rgba(16, 47, 37, 0.1);
  margin-top: 15px;
  padding-top: 15px;
}

.event-box-items-2 .event-content .content .title-text .post-time li i {
  margin-right: 7px;
}

.event-box-items-2 .event-thumb {
  max-width: 170px;
}

@media (max-width: 1399px) {
  .event-box-items-2 .event-thumb {
    flex-basis: 100%;
    max-width: 800px;
    margin-top: 20px;
  }
}

.event-box-items-2 .event-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

.event-box-items-2:hover {
  border: 1px solid var(--theme-blue-2);
}

.event-box-items-2:hover .event-content .date {
  background-color: var(--theme-blue-2);
}

.event-box-items-2:hover .event-content .date h2 {
  color: var(--white);
}

.event-box-items-2:hover .event-content .date span {
  color: var(--white);
}

.event-list-wrapper .event-list-top-area {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .event-list-wrapper .event-list-top-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .event-list-wrapper .event-list-top-area {
    margin-bottom: 0;
  }
}

.event-list-wrapper .event-list-top-area .search-widget {
  position: relative;
  max-width: 300px;
  width: 100%;
}

.event-list-wrapper .event-list-top-area .search-widget input {
  border-radius: 10px;
  border: 1px solid #E6EFFF;
  background: var(--white);
  box-shadow: 10px 4px 30px 0px rgba(175, 175, 175, 0.2);
  padding: 16px 20px;
  width: 100%;
  line-height: 1;
  color: var(--text);
  position: relative;
}

.event-list-wrapper .event-list-top-area .search-widget i {
  position: absolute;
  top: 18px;
  right: 20px;
}

.event-list-wrapper .event-list-top-area .search-widget .sub-icon {
  margin-bottom: 0;
}

.event-list-wrapper .event-list-top-area .form-clt {
  max-width: 300px;
  width: 100%;
}

.event-list-wrapper .event-list-top-area .form-clt .nice-select {
  padding: 18px 20px;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #E6EFFF;
  border-radius: 10px;
  box-shadow: 10px 4px 30px 0px rgba(175, 175, 175, 0.2);
  width: initial;
  line-height: 1;
}

.event-list-wrapper .event-list-top-area .form-clt .nice-select .current i {
  color: var(--text);
  margin-right: 5px;
}

.event-list-wrapper .event-list-top-area .form-clt .nice-select::after {
  right: 20px;
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
  top: 22px;
  width: 10px;
  height: 10px;
}

.event-list-wrapper .event-list-top-area .form-clt .nice-select .list {
  width: 100%;
  background-color: var(--bg);
}

.event-list-wrapper .event-list-top-area .form-clt .nice-select .focus {
  background-color: transparent;
  font-weight: 400;
  color: var(--text);
}

.event-list-wrapper .event-list-top-area .form-clt .nice-select .option {
  border: none;
}

.event-list-wrapper .event-list-top-area .form-clt .nice-select .option:hover {
  background-color: transparent;
}

.event-list-wrapper .event-list-items {
  padding: 30px 50px;
  border: 1px solid var(--border);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 1399px) {
  .event-list-wrapper .event-list-items {
    padding: 30px;
  }
}

@media (max-width: 1199px) {
  .event-list-wrapper .event-list-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.event-list-wrapper .event-list-items .event-content {
  flex-basis: 57%;
}

@media (max-width: 1199px) {
  .event-list-wrapper .event-list-items .event-content {
    flex-basis: 100%;
    gap: 30px;
  }
}

.event-list-wrapper .event-list-items .event-content .content {
  gap: 30px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .event-list-wrapper .event-list-items .event-content .content {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.event-list-wrapper .event-list-items .event-content .content .date {
  background-color: var(--header);
  padding: 10px 20px;
  border-radius: 7px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.event-list-wrapper .event-list-items .event-content .content .date h2 {
  font-size: 40px;
  color: var(--white);
}

.event-list-wrapper .event-list-items .event-content .content .date span {
  font-size: 14px;
  color: var(--white);
  font-weight: 500;
}

.event-list-wrapper .event-list-items .event-content .content .title-text {
  max-width: 622px;
}

.event-list-wrapper .event-list-items .event-content .content .title-text h4 {
  line-height: 135%;
  font-size: 24px;
}

.event-list-wrapper .event-list-items .event-content .content .title-text h4 a:hover {
  color: var(--theme-blue);
}

.event-list-wrapper .event-list-items .event-content .content .title-text .post-time {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .event-list-wrapper .event-list-items .event-content .content .title-text .post-time {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.event-list-wrapper .event-list-items .event-content .content .title-text .post-time li i {
  margin-right: 7px;
}

.event-list-wrapper .event-list-items .event-image {
  max-width: 270px;
}

.event-list-wrapper .event-list-items .event-image img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

.event-list-wrapper .event-list-items .event-btn .theme-btn {
  background-color: var(--bg);
  border: 1px solid var(--border);
}

.event-list-wrapper .event-list-items:hover .event-content .content .date {
  background-color: var(--theme-blue);
}

.event-list-wrapper .event-list-items:hover .event-btn .theme-btn {
  background-color: var(--theme-green);
  border: 1px solid var(--theme-green);
}

.event-list-wrapper .event-button {
  margin-top: 70px;
  text-align: center;
}

.event-list-wrapper .event-button .theme-btn {
  background-color: var(--theme-blue);
  color: var(--white);
}

.event-details-wrapper {
  margin-top: -250px;
  position: relative;
  z-index: 9;
}

.event-details-wrapper .event-details-items .details-image {
  margin-bottom: 40px;
}

.event-details-wrapper .event-details-items .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.event-details-wrapper .event-details-items .event-details-content h3 {
  font-size: 27px;
  margin-bottom: 20px;
}

.event-details-wrapper .event-details-items .event-details-content .details-list {
  margin-top: 25px;
  margin-bottom: 50px;
}

.event-details-wrapper .event-details-items .event-details-content .details-list li {
  font-weight: 500;
  font-size: 16px;
  color: var(--header);
}

.event-details-wrapper .event-details-items .event-details-content .details-list li:not(:last-child) {
  margin-bottom: 10px;
}

.event-details-wrapper .event-details-items .event-details-content .details-list li i {
  color: var(--theme-blue);
  margin-right: 10px;
}

.event-details-wrapper .event-details-items .event-details-content .map-area {
  margin-top: 40px;
  margin-bottom: 30px;
}

.event-details-wrapper .event-details-items .event-details-content .map-area iframe {
  height: 500px;
  width: 100%;
}

.event-details-wrapper .event-details-items .event-details-content .event-image-items {
  margin-top: 40px;
  border: 1px solid var(--border);
  padding: 40px 45px;
  text-align: center;
  margin-right: -2px;
}

.event-details-wrapper .event-details-items .event-details-content .event-image-items.border-right-none {
  border-right: none;
}

.event-details-wrapper .event-details-items .event-details-content .event-image-items .event-content {
  margin-top: 25px;
}

.event-details-wrapper .event-details-items .event-details-content .event-image-items .event-content h4 a {
  color: var(--header);
}

.event-details-wrapper .event-details-items .event-details-content .event-image-items .event-content span {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-top: 5px;
}

.event-details-wrapper .event-details-items .event-details-content .event-image-items .event-content .social-icon {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 9;
}

.event-details-wrapper .event-details-items .event-details-content .event-image-items .event-content .social-icon a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100px;
  text-align: center;
  font-size: 16px;
  display: block;
  color: #5B6D84;
  transition: all 0.4s ease-in-out;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--border);
}

.event-details-wrapper .event-details-items .event-details-content .event-image-items .event-content .social-icon a:hover {
  background-color: var(--theme-blue);
  color: var(--white);
  border: 1px solid transparent;
}

.event-details-wrapper .event-details-information {
  background-color: var(--white);
  padding: 40px 35px;
  box-shadow: 10px 4px 60px rgba(200, 200, 200, 0.25);
  border-radius: 7px;
}

.event-details-wrapper .event-details-information .information-list {
  margin-top: 20px;
  margin-bottom: 30px;
}

.event-details-wrapper .event-details-information .information-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
}

.event-details-wrapper .event-details-information .information-list li span {
  font-size: 16px;
  color: var(--text);
  font-weight: 400;
}

.event-details-wrapper .event-details-information .information-list li span i {
  margin-right: 10px;
}

.event-details-wrapper .event-details-information .information-list li .text {
  font-weight: 500;
  color: var(--header);
  text-align: right;
  display: inline-block;
}

.event-details-wrapper .event-details-information .information-list li .text.color-2 {
  color: #F24721;
}

.event-details-wrapper .event-details-information .information-list li .text.color-3 {
  color: var(--theme-blue);
}

.event-details-wrapper .event-details-information .theme-btn {
  width: 100%;
  background-color: var(--theme-blue);
  color: var(--white);
  justify-content: center;
}

.event-details-wrapper .event-details-information .theme-btn::before,
.event-details-wrapper .event-details-information .theme-btn::after {
  display: none;
}

.event-details-wrapper .event-details-information .theme-btn:hover {
  background-color: var(--header);
}

.event-details-wrapper .event-details-information .coming-soon-timer {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 650px;
  justify-content: center;
  margin: 30px auto;
}

@media (max-width: 1199px) {
  .event-details-wrapper .event-details-information .coming-soon-timer {
    flex-wrap: wrap;
  }
}

.event-details-wrapper .event-details-information .coming-soon-timer .timer-content h3 {
  font-size: 27px;
  color: var(--header);
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
  background-color: #FFD335;
  text-align: center;
  font-family: Plus Jakarta Sans;
}

.event-details-wrapper .event-details-information .coming-soon-timer .timer-content h3.bg-2 span {
  background-color: #C3F499;
}

.event-details-wrapper .event-details-information .coming-soon-timer .timer-content h3.bg-3 span {
  background-color: #00E2C5;
}

.event-details-wrapper .event-details-information .coming-soon-timer .timer-content h3.bg-4 span {
  background-color: #66FFFF;
}

.event-details-wrapper .event-details-information .coming-soon-timer .timer-content p {
  font-weight: 500;
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}

.event-details-wrapper .event-details-information .share-btn {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-blue);
  display: inline-block;
}

.event-details-wrapper .event-details-information .share-btn i {
  margin-right: 5px;
}

.news-box-items {
  margin-top: 30px;
}

.news-box-items .news-image {
  position: relative;
  overflow: hidden;
}

.news-box-items .news-image img {
  transition: 0.5s;
  background-size: cover;
  width: 100%;
  border-radius: 6px;
}

.news-box-items .news-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  visibility: hidden;
  height: 100%;
  width: 0;
  transition: 1s;
  overflow: hidden;
}

.news-box-items .news-content {
  margin-top: 25px;
}

.news-box-items .news-content span {
  display: inline-block;
  margin-bottom: 10px;
}

.news-box-items .news-content h3 {
  margin-bottom: 20px;
}

.news-box-items .news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.news-box-items .news-content h3 a:hover {
  color: var(--theme-blue);
  background-size: 100% 2px;
  background-image: linear-gradient(var(--theme-blue), var(--theme-blue));
}

.news-box-items .news-content .link-btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  color: var(--text);
}

.news-box-items .news-content .link-btn i {
  margin-left: 5px;
}

.news-box-items .news-content .link-btn:hover {
  color: var(--theme-blue);
}

.news-box-items:hover .news-image img:nth-child(2) {
  width: 100%;
  visibility: visible;
}

.news-card-items {
  margin-top: 30px;
  background: var(--white);
  border: 1px solid rgba(3, 31, 66, 0.1);
  padding: 10px 10px 0px;
}

.news-card-items .news-image {
  position: relative;
  overflow: hidden;
}

.news-card-items .news-image img {
  transition: 0.5s;
  background-size: cover;
  width: 100%;
  border-radius: 6px;
}

.news-card-items .news-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  visibility: hidden;
  height: 100%;
  width: 0;
  transition: 1s;
  overflow: hidden;
}

.news-card-items .news-image .post-cat {
  background-color: var(--theme-blue);
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  padding: 3px 14px;
  border-radius: 7px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.news-card-items .news-content {
  padding: 18px 22px;
}

.news-card-items .news-content .post-meta {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (max-width: 1399px) {
  .news-card-items .news-content .post-meta {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.news-card-items .news-content .post-meta li {
  font-size: 14px;
}

.news-card-items .news-content .post-meta li i {
  margin-right: 7px;
}

.news-card-items .news-content h5 {
  margin-bottom: 20px;
}

.news-card-items .news-content h5 a:hover {
  color: var(--theme-blue);
}

.news-card-items .news-content .link-btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  color: var(--text);
}

.news-card-items .news-content .link-btn i {
  margin-left: 5px;
}

.news-card-items .news-content .link-btn:hover {
  color: var(--theme-blue);
}

.news-card-items:hover .news-image img:nth-child(2) {
  width: 100%;
  visibility: visible;
}

.news-left-items {
  margin-top: 30px;
  border: 1px solid rgba(9, 34, 75, 0.1);
  border-radius: 7px;
  background-color: var(--white);
  position: relative;
  transition: all 0.4s ease-in-out;
}

.news-left-items::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px solid var(--theme-red);
  border-left: 1px solid var(--theme-red);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: initial;
}

.news-left-items::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid var(--theme-red);
  border-right: 1px solid var(--theme-red);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.news-left-items .news-thumb {
  padding: 10px;
  padding-bottom: 0;
  position: relative;
  z-index: 9;
}

.news-left-items .news-thumb .post-box {
  font-size: 14px;
  font-weight: 600;
  background-color: var(--theme-red);
  padding: 3px 14px;
  border-radius: 7px;
  color: var(--white);
  position: absolute;
  top: 22px;
  left: 22px;
}

.news-left-items .news-thumb .post-box:hover {
  background-color: var(--header);
}

.news-left-items .news-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

.news-left-items .news-content {
  padding: 30px 40px;
  position: relative;
  z-index: 9;
}

.news-left-items .news-content .post-cat {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.news-left-items .news-content .post-cat li i {
  margin-right: 5px;
}

.news-left-items .news-content h3 {
  line-height: 146%;
}

.news-left-items .news-content h3 a {
  background-image: linear-gradient(var(--theme-red), var(--theme-red));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: all 0.4s ease-in-out;
}

.news-left-items .news-content h3 a:hover {
  background-size: 100% 2px;
  color: var(--theme-red);
}

.news-left-items .news-content .link-btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  color: var(--header);
  margin-top: 15px;
}

.news-left-items .news-content .link-btn i {
  margin-left: 5px;
}

.news-left-items .news-content .link-btn:hover {
  color: var(--theme-red);
}

.news-left-items:hover {
  box-shadow: 10px 4px 60px rgba(173, 1, 25, 0.2);
}

.news-left-items:hover::before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  border-radius: 7px;
}

.news-left-items:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transform: initial;
  border-radius: 7px;
  transform-origin: initial;
}

.news-right-items {
  margin-top: 30px;
  border: 1px solid rgba(9, 34, 75, 0.1);
  border-radius: 7px;
}

.news-right-items .news-right-box {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 11px 10px;
}

@media (max-width: 1199px) {
  .news-right-items .news-right-box {
    flex-wrap: wrap;
  }
}

.news-right-items .news-right-box:not(:last-child) {
  border-bottom: 1px solid rgba(9, 34, 75, 0.1);
}

.news-right-items .news-right-box .thumb {
  max-width: 280px;
  position: relative;
}

@media (max-width: 1199px) {
  .news-right-items .news-right-box .thumb {
    max-width: 800px;
    flex-basis: 100%;
  }
}

.news-right-items .news-right-box .thumb .post-box {
  font-size: 14px;
  font-weight: 600;
  background-color: var(--theme-red);
  padding: 2px 14px;
  border-radius: 7px;
  color: var(--white);
  position: absolute;
  top: 10px;
  left: 10px;
}

.news-right-items .news-right-box .thumb .post-box:hover {
  background-color: var(--header);
}

.news-right-items .news-right-box .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

.news-right-items .news-right-box .content {
  max-width: 270px;
}

@media (max-width: 1199px) {
  .news-right-items .news-right-box .content {
    max-width: initial;
    padding: 25px;
    padding-top: 0;
  }
}

.news-right-items .news-right-box .content .post-cat {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.news-right-items .news-right-box .content .post-cat li {
  font-size: 14px;
}

.news-right-items .news-right-box .content .post-cat li i {
  margin-right: 5px;
}

.news-right-items .news-right-box .content h5 {
  line-height: 139%;
}

.news-right-items .news-right-box .content h5 a {
  background-image: linear-gradient(var(--theme-red), var(--theme-red));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: all 0.4s ease-in-out;
}

.news-right-items .news-right-box .content h5 a:hover {
  background-size: 100% 2px;
  color: var(--theme-red);
}

.news-right-items .news-right-box .content .link-btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  color: var(--header);
  margin-top: 10px;
}

.news-right-items .news-right-box .content .link-btn i {
  margin-left: 5px;
}

.news-right-items .news-right-box .content .link-btn:hover {
  color: var(--theme-red);
}

.news-box-items-2 {
  margin-top: 30px;
}

.news-box-items-2 .news-image {
  overflow: hidden;
  border-radius: 7px;
}

.news-box-items-2 .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  transition: all 0.4s ease-in-out;
}

.news-box-items-2 .news-content {
  margin-top: 15px;
}

.news-box-items-2 .news-content .post-date {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
}

.news-box-items-2 .news-content .post-date li {
  font-size: 14px;
}

.news-box-items-2 .news-content .post-date li i {
  margin-right: 5px;
}

.news-box-items-2 .news-content h3 {
  line-height: 145%;
  margin-bottom: 20px;
}

.news-box-items-2 .news-content h3 a {
  background-image: linear-gradient(var(--theme-orange), var(--theme-orange));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: all 0.4s ease-in-out;
}

.news-box-items-2 .news-content h3 a:hover {
  background-size: 100% 2px;
  color: var(--theme-orange);
}

.news-box-items-2 .news-content .theme-btn {
  padding: 14px 25px;
  font-size: 14px;
  color: var(--text);
  font-weight: 600;
  background-color: transparent;
  border: 1px solid rgba(16, 47, 37, 0.1);
  border-radius: 10px;
}

.news-box-items-2 .news-content .theme-btn::before,
.news-box-items-2 .news-content .theme-btn::after {
  background-color: var(--theme-orange);
}

.news-box-items-2 .news-content .theme-btn:hover {
  border: 1px solid transparent;
  color: var(--white);
}

.news-box-items-2:hover .news-image img {
  transform: scale(1.1);
}

.blog-wrapper h1,
.blog-wrapper h2,
.blog-wrapper h3,
.blog-wrapper h4,
.blog-wrapper h5,
.blog-wrapper h6 {
  font-weight: 600;
}

.blog-wrapper .blog-post-details.border-wrap {
  border: 2px solid rgba(167, 188, 255, 0.231372549);
  padding: 30px;
}

.blog-wrapper .single-blog-post {
  margin-bottom: 40px;
  position: relative;
}

.blog-wrapper .single-blog-post .video__button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.blog-wrapper .single-blog-post .video__button .video__btn__wrp {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post.post-details.format-quote .post-content {
  position: relative;
  background: transparent;
  border: none;
}

.blog-wrapper .single-blog-post.post-details .post-content {
  border: none;
}

.blog-wrapper .single-blog-post.post-details .post-content img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-wrapper .single-blog-post.post-details .post-content .single-post-image {
  width: 100%;
  height: 100%;
}

.blog-wrapper .single-blog-post.post-details .post-content h1 {
  font-size: 36px;
  line-height: 1.4;
}

.blog-wrapper .single-blog-post.post-details .post-content h1,
.blog-wrapper .single-blog-post.post-details .post-content h2,
.blog-wrapper .single-blog-post.post-details .post-content h3,
.blog-wrapper .single-blog-post.post-details .post-content h4,
.blog-wrapper .single-blog-post.post-details .post-content h5,
.blog-wrapper .single-blog-post.post-details .post-content h6 {
  margin-top: 10px;
}

.blog-wrapper .single-blog-post.post-details .post-content table {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details .post-content h1 {
    font-size: 28px;
  }

  .blog-wrapper .single-blog-post.post-details .post-content h3 {
    font-size: 20px;
  }
}

.blog-wrapper .single-blog-post.post-details blockquote,
.blog-wrapper .single-blog-post.post-details .wp-block-quote {
  background-color: var(--theme-blue);
  color: var(--white);
  font-size: 26px;
  line-height: 1.4;
  font-family: "Plus Jakarta Sans", system-ui;
  font-weight: 400;
  padding: 60px;
  text-align: center;
  margin: 40px 0px;
  position: relative;
  z-index: 1;
}

.blog-wrapper .single-blog-post.post-details blockquote a,
.blog-wrapper .single-blog-post.post-details .wp-block-quote a {
  color: var(--white);
}

.blog-wrapper .single-blog-post.post-details blockquote a:hover,
.blog-wrapper .single-blog-post.post-details .wp-block-quote a:hover {
  color: var(--text);
}

@media (max-width: 767px) {

  .blog-wrapper .single-blog-post.post-details blockquote,
  .blog-wrapper .single-blog-post.post-details .wp-block-quote {
    padding: 30px 15px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.blog-wrapper .single-blog-post.post-details blockquote::before,
.blog-wrapper .single-blog-post.post-details .wp-block-quote::before {
  right: 30px;
  font-size: 110px;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  content: "\f10d";
  bottom: -20px;
  color: var(--white);
  z-index: -1;
  opacity: 0.1;
  font-weight: 900;
}

.blog-wrapper .single-blog-post.format-video .post-featured-thumb,
.blog-wrapper .single-blog-post.category-video-post .post-featured-thumb {
  z-index: 1;
  position: relative;
}

.blog-wrapper .single-blog-post.format-video .post-featured-thumb::before,
.blog-wrapper .single-blog-post.category-video-post .post-featured-thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: #282835;
  opacity: 0.3;
  z-index: -1;
}

.blog-wrapper .single-blog-post.quote-post .post-content,
.blog-wrapper .single-blog-post.format-quote .post-content {
  position: relative;
  background-color: var(--theme-blue);
  border: none;
}

.blog-wrapper .single-blog-post.quote-post .post-content::before,
.blog-wrapper .single-blog-post.format-quote .post-content::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../../assets/img/quotepost.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-wrapper .single-blog-post.quote-post .quote-content,
.blog-wrapper .single-blog-post.format-quote .quote-content {
  overflow: hidden;
  padding: 50px;
}

@media (max-width: 585px) {

  .blog-wrapper .single-blog-post.quote-post .quote-content,
  .blog-wrapper .single-blog-post.format-quote .quote-content {
    text-align: center;
    font-size: 24px;
    padding: 30px;
  }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .icon,
.blog-wrapper .single-blog-post.format-quote .quote-content .icon {
  font-size: 70px;
  line-height: 80px;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}

@media (max-width: 585px) {

  .blog-wrapper .single-blog-post.quote-post .quote-content .icon,
  .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 50px;
    line-height: 60px;
  }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .quote-text,
.blog-wrapper .single-blog-post.format-quote .quote-content .quote-text {
  overflow: hidden;
}

.blog-wrapper .single-blog-post.quote-post .quote-content h2,
.blog-wrapper .single-blog-post.format-quote .quote-content h2 {
  margin-top: -2px;
  font-size: 36px;
  color: var(--white);
}

.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta,
.blog-wrapper .single-blog-post.format-quote .quote-content .post-meta {
  margin-top: 10px;
}

.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta span,
.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta i,
.blog-wrapper .single-blog-post.format-quote .quote-content .post-meta span,
.blog-wrapper .single-blog-post.format-quote .quote-content .post-meta i {
  color: var(--white);
}

.blog-wrapper .single-blog-post:last-child {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-featured-thumb {
  height: 450px;
  width: 100%;
  position: relative;
  margin-bottom: -2px;
}

.blog-wrapper .single-blog-post .post-featured-thumb .post-date {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 15px 30px;
  background-color: var(--theme-blue);
  text-align: center;
}

.blog-wrapper .single-blog-post .post-featured-thumb .post-date h4 {
  color: var(--white);
}

.blog-wrapper .single-blog-post .post-featured-thumb .post-date h4 span {
  color: var(--white);
  text-transform: uppercase;
  font-size: 15px;
}

@media (max-width: 991px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 230px;
  }
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn .play-video {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}

.blog-wrapper .single-blog-post .post-content {
  padding-top: 30px;
  overflow: hidden;
  box-sizing: border-box;
}

@media (max-width: 575px) {
  .blog-wrapper .single-blog-post .post-content {
    padding-top: 20px;
  }
}

.blog-wrapper .single-blog-post .post-content h2 {
  line-height: 1.4;
  font-size: 36px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 28px;
  }
}

.blog-wrapper .single-blog-post .post-content h2 a:hover {
  color: var(--theme-blue);
}

.blog-wrapper .single-blog-post .post-content p {
  font-size: 16px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content {
    padding: 30px 10px;
  }
}

@media (max-width: 414px) {
  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 22px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-cat a {
  color: var(--white);
  display: inline-block;
  background-color: var(--theme-blue);
  padding: 14px 18px 12px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-family: "League Spartan", sans-serif;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-cat a {
    font-size: 12px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-cat a:hover {
  background-color: var(--header);
}

.blog-wrapper .single-blog-post .post-content ul {
  margin-bottom: 0;
  list-style-type: disc;
  margin-top: 30px;
}

.blog-wrapper .single-blog-post .post-content ul ol {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ul ul {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ul li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: disc;
  color: var(--text);
  position: relative;
  font-size: 18px;
  padding-left: 30px;
}

.blog-wrapper .single-blog-post .post-content ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  color: var(--theme-blue);
}

.blog-wrapper .single-blog-post .post-content ol {
  margin-bottom: 0;
  list-style-type: decimal;
}

.blog-wrapper .single-blog-post .post-content ol ul {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ol ol {
  margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ol li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: decimal;
}

.blog-wrapper .single-blog-post .post-content p {
  margin-top: 15px;
}

.blog-wrapper .single-blog-post .post-content .post-meta {
  margin-bottom: 10px;
}

.blog-wrapper .single-blog-post .post-content .post-meta span {
  color: var(--text);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-meta span {
    font-size: 15px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-meta span i {
  margin-right: 5px;
  color: var(--theme-blue);
  font-weight: 700;
}

.blog-wrapper .single-blog-post .post-content .author-info {
  overflow: hidden;
}

.blog-wrapper .single-blog-post .post-content .author-info .author-img {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin-right: 15px;
  float: left;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info .author-img {
    margin-right: 5px;
  }
}

.blog-wrapper .single-blog-post .post-content .author-info h5 {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  margin-top: 9px;
}

.blog-wrapper .single-blog-post .post-content .author-info h5 a:hover {
  color: var(--theme-blue);
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info h5 {
    font-size: 14px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-link a {
  font-weight: 700;
}

.blog-wrapper .single-blog-post .post-content .post-link a:hover {
  color: var(--theme-blue);
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a {
    font-size: 14px;
  }
}

.blog-wrapper .single-blog-post .post-content .post-link a i {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a i {
    margin-right: 3px;
  }
}

@media (min-width: 991px) {
  .news-area .main-sidebar {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .news-area .main-sidebar {
    margin-top: 40px;
  }
}

.news-area .main-sidebar .single-sidebar-widget {
  border: 2px solid rgba(167, 188, 255, 0.231372549);
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 40px;
}

.news-area .main-sidebar .single-sidebar-widget ul {
  padding-left: 0;
}

.news-area .main-sidebar .single-sidebar-widget ul>li {
  margin-bottom: 10px;
}

.news-area .main-sidebar .single-sidebar-widget ul>li a {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  background: var(--bg);
  padding: 17px 20px;
  line-height: 1;
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}

.news-area .main-sidebar .single-sidebar-widget ul>li a:hover {
  color: var(--theme-blue);
}

.news-area .main-sidebar .single-sidebar-widget ul ul {
  padding-left: 20px;
}

.news-area .main-sidebar .single-sidebar-widget ul ul li {
  margin-top: 5px;
}

.news-area .main-sidebar .single-sidebar-widget:last-child {
  margin-bottom: 0;
}

.news-area .main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
  padding-left: 45px;
  position: relative;
}

.news-area .main-sidebar .single-sidebar-widget .wid-title::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 4px;
  width: 18px;
  border-radius: 5px;
  position: absolute;
  background-color: var(--theme-blue);
}

.news-area .main-sidebar .single-sidebar-widget .wid-title::after {
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  position: absolute;
  background-color: var(--theme-blue);
}

.news-area .main-sidebar .single-sidebar-widget .wid-title h4 {
  font-size: 24px;
  font-weight: 600;
}

.news-area .main-sidebar .single-sidebar-widget .social-link a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--bg);
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.news-area .main-sidebar .single-sidebar-widget .social-link a:hover {
  background-color: var(--theme-blue);
  color: var(--white);
}

.widget_categories ul li {
  display: block;
}

.widget_categories ul li:last-child a {
  margin-bottom: 0;
}

.widget_categories ul li a {
  position: relative;
  background: var(--bg);
  padding: 17px 20px;
  line-height: 1;
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}

.widget_categories ul li a:hover {
  color: var(--theme-blue);
}

.widget_categories ul li a i {
  margin-right: 10px;
}

.widget_categories ul li a span {
  position: absolute;
  width: 60px;
  line-height: 55px;
  height: 100%;
  content: "";
  background-color: var(--theme-blue);
  right: 0;
  top: 0;
  text-align: center;
  color: var(--white);
}

.search_widget form {
  width: 100%;
  position: relative;
}

.search_widget form input {
  background-color: var(--bg);
  font-size: 15px;
  padding: 20px;
  width: 100%;
  border: none;
  text-transform: capitalize;
  color: var(--header);
}

.search_widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background-color: var(--theme-blue);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.search_widget form button:hover {
  background-color: var(--header);
}

.popular-posts .single-post-item,
.popular_posts .single-post-item {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.popular-posts .single-post-item:last-child,
.popular_posts .single-post-item:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}

.popular-posts .single-post-item .thumb,
.popular_posts .single-post-item .thumb {
  height: 95px;
  width: 95px;
  background-color: #f2f2f2;
  float: left;
  overflow: hidden;
  margin-right: 20px;
}

.popular-posts .single-post-item .post-content,
.popular_posts .single-post-item .post-content {
  overflow: hidden;
}

.popular-posts .single-post-item .post-content h5,
.popular_posts .single-post-item .post-content h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}

.popular-posts .single-post-item .post-content h5 a:hover,
.popular_posts .single-post-item .post-content h5 a:hover {
  color: var(--theme-blue);
}

.popular-posts .single-post-item .post-content .post-date,
.popular_posts .single-post-item .post-content .post-date {
  margin-top: 10px;
  color: theme-blue;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
}

.popular-posts .single-post-item .post-content .post-date i,
.popular_posts .single-post-item .post-content .post-date i {
  margin-right: 7px;
}

.tagcloud a {
  display: inline-block;
  padding: 12px 22px;
  line-height: 1;
  background: var(--bg);
  margin-right: 10px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.tagcloud a:last-child {
  margin-right: 0;
}

.tagcloud a:hover {
  background-color: var(--theme-blue);
  color: var(--white);
}

.tag-share-wrap {
  padding-bottom: 50px;
}

.tag-share-wrap h4 {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .tag-share-wrap h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .tag-share-wrap .tagcloud {
    margin-bottom: 20px;
  }
}

.comments-section-wrap {
  overflow: hidden;
}

.comments-heading h3,
.related-post-wrap h3,
.comment-form-wrap h3 {
  font-size: 26px;
}

@media (max-width: 767px) {

  .comments-heading h3,
  .related-post-wrap h3,
  .comment-form-wrap h3 {
    font-size: 20px;
  }
}

.comments-item-list .single-comment-item {
  margin-top: 30px;
}

.comments-item-list .single-comment-item ul {
  margin-bottom: 15px;
}

.comments-item-list .single-comment-item p,
.comments-item-list .single-comment-item span {
  font-size: 16px;
}

.comments-item-list .single-comment-item .author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .comments-item-list .single-comment-item .author-img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
}

@media (max-width: 585px) {
  .comments-item-list .single-comment-item .author-img {
    float: none;
    margin-bottom: 20px;
  }
}

.comments-item-list .single-comment-item .author-info-comment {
  overflow: auto;
  padding-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
}

.comments-item-list .single-comment-item .author-info-comment .info {
  position: relative;
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn {
  padding: 10px 18px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: var(--text);
  border: 1px solid #ebebeb;
  background: transparent;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  box-shadow: inherit;
}

@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .info .theme-btn {
    font-size: 12px;
  }
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn i {
  margin-right: 0;
  margin-left: 0px !important;
  transition: all 0.4s ease-in-out;
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::before,
.comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::after {
  background-color: initial;
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover {
  background-color: var(--theme-blue);
  color: var(--white);
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover a {
  color: var(--white) !important;
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover i {
  transform: translate(0);
}

.comments-item-list .single-comment-item .author-info-comment .info h5 {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .info h5 {
    font-size: 16px;
  }
}

.comments-item-list .single-comment-item .author-info-comment span {
  color: var(--theme-blue);
  font-weight: 500;
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn {
  padding: 7px 18px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .theme-btn {
    font-size: 12px;
  }
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn i {
  margin-right: 5px;
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn:hover a {
  color: var(--white);
}

.comments-item-list .single-comment-item .author-info-comment .comment-text {
  margin-top: 15px;
}

.social-share a {
  margin-left: 10px;
  transition: all 0.4s ease-in-out;
}

.social-share a:hover {
  color: var(--theme-blue);
}

.comment-form {
  background-color: var(--white);
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .comment-form {
    padding: 30px;
  }
}

@media (max-width: 585px) {
  .comment-form {
    padding: 30px 15px;
  }
}

.comment-form label {
  margin-bottom: 4px;
}

.comment-form input,
.comment-form textarea {
  margin-bottom: 20px;
  outline: none;
  padding: 20px 30px;
  line-height: 1;
  font-size: 16px;
  width: 100%;
  border: none;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--header);
  background-color: var(--bg);
}

@media (max-width: 585px) {

  .comment-form input,
  .comment-form textarea {
    padding: 15px;
  }
}

.comment-form textarea {
  height: 200px;
  line-height: 1.3;
  border: none;
}

@media (max-width: 767px) {
  .comment-form textarea {
    height: 120px;
  }
}

.comment-form .theme-btn {
  display: inline-block;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  margin-top: 20px;
  background-color: var(--theme-blue);
  color: var(--white);
}

@media (max-width: 767px) {
  .comment-form .theme-btn {
    padding: 20px 40px;
  }
}

@media (max-width: 585px) {
  .comment-form .theme-btn {
    padding: 15px 40px;
    font-size: 14px;
  }
}

.comment-form .theme-btn i {
  margin-right: 10px;
}

.comment-form .theme-btn:hover i {
  transform: translate(0);
}

.comment ul {
  list-style-type: disc;
}

.comment ul ol {
  margin-bottom: 0;
}

.comment ul li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: disc;
}

.comment ol ul {
  margin-bottom: 0;
}

.comment ol ol {
  margin-bottom: 0;
}

.comment ol li {
  line-height: 1.5;
  margin-top: 10px;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.courses-card-main-items {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  /* Defining animation Keyframes */
}

.courses-card-main-items .courses-card-items {
  margin-top: 30px;
  background-color: var(--white);
  border-radius: 7px;
  border: 1px solid var(--border);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
}

.courses-card-main-items .courses-card-items .courses-image {
  padding: 5px 5px 0 5px;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  aspect-ratio: 16 / 10;
  width: 100%;
}

.courses-card-main-items .courses-card-items .courses-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
  transition: transform 0.4s ease;
}

.courses-card-main-items:hover .courses-card-items .courses-image img {
  transform: scale(1.05);
}

.courses-card-main-items .courses-card-items .courses-image .courses-title {
  color: var(--white);
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -1.05px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.courses-card-main-items .courses-card-items .courses-image .topic-title {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.9px;
}

.courses-card-main-items .courses-card-items .courses-image .arrow-items {
  position: absolute;
  left: 27px;
  top: 44%;
  display: flex;
  align-items: center;
}

.courses-card-main-items .courses-card-items .courses-content {
  padding: 25px 30px;
}

.courses-card-main-items .courses-card-items .courses-content .post-cat {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.courses-card-main-items .courses-card-items .courses-content .post-cat li i {
  font-size: 14px;
  color: var(--theme-yellow);
  transition: all 0.4s ease-in-out;
}

.courses-card-main-items .courses-card-items .courses-content .post-cat li a {
  display: inline-block;
  padding: 8px 10px;
  align-items: center;
  background-color: var(--bg);
  font-weight: 500;
  font-size: 14px;
  color: var(--theme-blue);
  line-height: 1;
  border-radius: 7px;
}

.courses-card-main-items .courses-card-items .courses-content .client-items {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 25px;
}

.courses-card-main-items .courses-card-items .courses-content .client-items .client-img {
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.courses-card-main-items .courses-card-items .courses-content .client-items p {
  font-size: 14px;
  font-weight: 500;
  color: var(--header);
  text-transform: capitalize;
}

.courses-card-main-items .courses-card-items .courses-content .post-class {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

@media (max-width: 1399px) {
  .courses-card-main-items .courses-card-items .courses-content .post-class {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.courses-card-main-items .courses-card-items .courses-content .post-class li {
  font-size: 14px;
  color: var(--header);
}

.courses-card-main-items .courses-card-items .courses-content .post-class li i {
  color: var(--text);
  margin-right: 5px;
}

.courses-card-main-items .courses-card-items.style-2 {
  opacity: 1;
  visibility: visible;
}

.courses-card-main-items .courses-card-items.style-2 .courses-image .courses-title {
  font-size: 30px;
}

.courses-card-main-items .courses-card-items.style-2 .courses-image .topic-title {
  font-size: 20px;
}

.courses-card-main-items .courses-card-items.style-2 .courses-content h3 a:hover {
  color: var(--theme-blue);
}

.courses-card-main-items .courses-card-items.style-2 .courses-content .post-class li .theme-btn {
  padding: 12px 15px;
  font-size: 14px;
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text);
}

.courses-card-main-items .courses-card-items.style-2 .courses-content .post-class li .theme-btn::before,
.courses-card-main-items .courses-card-items.style-2 .courses-content .post-class li .theme-btn::after {
  background-color: var(--theme-orange);
}

.courses-card-main-items .courses-card-items.style-2 .courses-content .post-class li .theme-btn:hover {
  color: var(--white);
}

.courses-card-main-items .courses-card-items.style-2:hover {
  box-shadow: 10px 4px 60px rgba(143, 102, 255, 0.3);
}

.courses-card-main-items .courses-card-items-hover {
  margin-top: 30px;
  padding: 30px;
  background-color: var(--theme-blue);
  border-radius: 7px;
  border: 1px solid var(--theme-blue);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: calc(100% - 30px);
  transform: scale(0.96);
  z-index: 5;
}

@media (max-width: 767px) {
  .courses-card-main-items .courses-card-items-hover {
    padding-top: 70px;
  }
}

.courses-card-main-items .courses-card-items-hover .courses-content .post-cat {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.courses-card-main-items .courses-card-items-hover .courses-content .post-cat li i {
  font-size: 14px;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}

.courses-card-main-items .courses-card-items-hover .courses-content .post-cat li a {
  display: inline-block;
  padding: 8px 10px;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
  line-height: 1;
  border-radius: 7px;
}

.courses-card-main-items .courses-card-items-hover .courses-content .post-cat li a:hover {
  background-color: var(--white);
  color: var(--header);
}

@media (max-width: 767px) {
  .courses-card-main-items .courses-card-items-hover .courses-content h5 {
    font-size: 20px;
  }
}

.courses-card-main-items .courses-card-items-hover .courses-content h5 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}

.courses-card-main-items .courses-card-items-hover .courses-content h5 a:hover {
  color: var(--white);
  background-size: 100% 2px;
  background-image: linear-gradient(var(--white), var(--white));
}

.courses-card-main-items .courses-card-items-hover .courses-content h4 {
  color: var(--white);
  font-size: 35px;
  padding: 15px 0;
}

.courses-card-main-items .courses-card-items-hover .courses-content span {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

.courses-card-main-items .courses-card-items-hover .courses-content .client-items {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--white);
  padding-bottom: 25px;
}

.courses-card-main-items .courses-card-items-hover .courses-content .client-items .client-img {
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.courses-card-main-items .courses-card-items-hover .courses-content .client-items p {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  text-transform: capitalize;
}

.courses-card-main-items .courses-card-items-hover .courses-content .post-class {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.courses-card-main-items .courses-card-items-hover .courses-content .post-class li {
  font-size: 14px;
  color: var(--white);
}

.courses-card-main-items .courses-card-items-hover .courses-content .post-class li i {
  color: var(--white);
  margin-right: 5px;
}

.courses-card-main-items .courses-card-items-hover .courses-content .theme-btn {
  padding: 15px 25px;
  margin-top: 19px;
}

@media (max-width: 575px) {
  .courses-card-main-items .courses-card-items-hover .courses-content .theme-btn {
    width: 100%;
    display: block;
    text-align: center;
  }
}

.courses-card-main-items {
  position: relative;
}

.courses-card-main-items .courses-card-items {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.courses-card-main-items:hover .courses-card-items {
  opacity: 1;
  visibility: visible;
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(3, 31, 66, 0.12);
  border-color: rgba(3, 31, 66, 0.18);
}

.courses-card-main-items:hover .courses-card-items.style-2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(3, 31, 66, 0.12);
  border-color: rgba(3, 31, 66, 0.18);
}

.courses-card-main-items:hover .courses-card-items-hover {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.courses-card-main-items .GlidingArrow {
  -webkit-animation: slide 5s linear infinite;
  animation: slide 5s linear infinite;
}

.courses-card-main-items .delay1 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.courses-card-main-items .delay2 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.courses-card-main-items .delay3 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.courses-card-main-items .delay4 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.courses-card-main-items .delay5 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(-150);
  }

  20% {
    opacity: 1;
    transform: translateX(-90);
  }

  80% {
    opacity: 1;
    transform: translateX(90);
  }

  100% {
    opacity: 0;
    transform: translateX(150);
  }
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(-150);
  }

  20% {
    opacity: 1;
    transform: translateX(-90);
  }

  80% {
    opacity: 1;
    transform: translateX(90);
  }

  100% {
    opacity: 0;
    transform: translateX(150);
  }
}

.live-courses-main-items {
  border: 1px solid rgba(3, 31, 66, 0.1);
  background-color: #F4F9FF;
  border-radius: 7px;
  margin-top: 30px;
  padding: 5px;
  height: 100%;
}

.live-courses-main-items .live-courses-items {
  padding: 30px 19px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.live-courses-main-items .live-courses-items .live-courses-content {
  max-width: 180px;
}

.live-courses-main-items .live-courses-items .live-courses-content h3 {
  font-size: 22px;
  letter-spacing: -0.9px;
  font-weight: 600;
  color: var(--white);
}

.live-courses-main-items .live-courses-items .live-courses-content h3 span {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.72px;
}

.live-courses-main-items .live-courses-items .live-courses-content .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  margin-top: 20px;
}

.live-courses-main-items .live-courses-items .live-courses-image {
  margin-bottom: -32px;
}

.live-courses-main-items .content {
  text-align: center;
  padding: 30px 20px;
  margin: 0 auto;
  padding-top: 0;
}

.live-courses-main-items .content .client-img {
  border: 3px solid var(--white);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: -35px auto 25px;
}

.live-courses-main-items .content h4 a:hover {
  color: var(--theme-blue);
}

.live-courses-main-items .content .list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (max-width: 1399px) {
  .live-courses-main-items .content .list {
    flex-wrap: wrap;
  }
}

.live-courses-main-items .content .list li {
  font-size: 16px;
}

.live-courses-main-items .content .list li i {
  margin-right: 5px;
}

.live-courses-main-items .content .theme-btn {
  font-size: 14px;
  padding: 16px 25px;
}

.certificate-text {
  padding: 30px;
  background-color: var(--theme-green);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}

@media (max-width: 1199px) {
  .certificate-text {
    gap: 30px;
    flex-wrap: wrap;
    text-align: center;
  }
}

.certificate-text h3 {
  font-size: 27px;
}

.certificate-text .theme-btn {
  background-color: var(--header);
  color: var(--white);
}

.certificate-text .theme-btn::before,
.certificate-text .theme-btn::after {
  background-color: var(--white);
}

.certificate-text .theme-btn:hover {
  color: var(--header);
}

.courses-sub-text {
  font-size: 16px;
  font-weight: 400;
}

.courses-sub-text b {
  color: var(--header);
  font-weight: 600;
}

.popular-courses-items {
  margin-top: 30px;
  background-color: #FFEFF0;
  border: 1px solid #FFCCCF;
  border-radius: 7px;
  padding: 25px 40px;
}

.popular-courses-items .popular-thumb {
  display: flex;
  justify-content: space-between;
}

.popular-courses-items .popular-thumb .post-box {
  margin-top: 10px;
}

.popular-courses-items .popular-thumb .post-box .post-cat {
  display: inline-block;
  color: var(--header);
  font-weight: 500;
  padding: 7px 10px;
  border: 1px solid var(--header);
  border-radius: 7px;
  line-height: 1;
}

.popular-courses-items .popular-thumb .post-box .post-cat:hover {
  background-color: var(--theme-red);
  border: 1px solid var(--theme-red);
  color: var(--white);
}

.popular-courses-items .popular-thumb .thumb {
  margin-right: -20px;
  margin-top: -5px;
  max-width: 169px;
  position: relative;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 169 169"><path d="M0 15C0 6.71573 6.71573 0 15 0H154C162.284 0 169 6.71573 169 15V151.103C169 160.436 160.568 167.503 151.378 165.872L12.3783 141.197C5.21733 139.926 0 133.701 0 126.428V15Z" /></svg>');
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  z-index: 99;
}

.popular-courses-items .popular-thumb .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.popular-courses-items .content {
  margin-top: 20px;
}

.popular-courses-items .content h4 a:hover {
  color: var(--theme-red);
}

.popular-courses-items .content .star {
  color: #FD8F21;
  margin-top: 15px;
  border-bottom: 1px solid #FFCCCF;
  padding-bottom: 30px;
}

.popular-courses-items .content .star span {
  font-size: 16px;
  font-weight: 400;
  color: var(--header);
  display: inline-block;
  margin-left: 15px;
}

.popular-courses-items .content .link-btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  color: var(--header);
  padding-top: 25px;
}

.popular-courses-items .content .link-btn i {
  margin-left: 5px;
}

.popular-courses-items .content .link-btn:hover {
  color: var(--theme-red);
}

.popular-courses-items.bg-2 {
  background-color: #FFF9E3;
  border: 1px solid #F0DE9C;
}

.popular-courses-items.bg-2 .content .star {
  border-bottom: 1px solid #F0DE9C;
}

.popular-courses-items.bg-3 {
  background-color: #E0FEC6;
  border: 1px solid rgba(9, 34, 75, 0.1);
}

.popular-courses-items.bg-3 .content .star {
  border-bottom: 1px solid rgba(3, 31, 66, 0.1);
}

.quality-coureses-section {
  position: relative;
  overflow: hidden;
}

.quality-coureses-section .container-fluid {
  padding: 0 100px;
}

@media (max-width: 1600px) {
  .quality-coureses-section .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 1399px) {
  .quality-coureses-section .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 1199px) {
  .quality-coureses-section .container-fluid {
    padding: 0 25px;
  }
}

@media (max-width: 575px) {
  .quality-coureses-section .container-fluid {
    padding: 0 15px;
  }
}

.quality-coureses-section .coureses-image {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.quality-coureses-section .coureses-image img {
  max-height: 380px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.25));
  transition: transform 0.3s ease;
}

@media (max-width: 1400px) {
  .quality-coureses-section .coureses-image img {
    max-height: 320px;
  }
}

@media (max-width: 1199px) {
  .quality-coureses-section .coureses-image {
    text-align: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .quality-coureses-section .coureses-image img {
    max-height: 260px;
  }
}

@media (max-width: 767px) {
  .quality-coureses-section .coureses-image img {
    max-height: 200px;
  }
}

@media (max-width: 575px) {
  .quality-coureses-section .coureses-image img {
    max-height: 170px;
  }
}

.quality-coureses-section .coureses-image .bg-shape {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.quality-coureses-section .coureses-image.style-2 {
  margin-top: -30px;
}

@media (max-width: 1199px) {
  .quality-coureses-section .coureses-image.style-2 {
    margin-top: 15px;
  }
}

.quality-coureses-section .coureses-image.style-2 .bg-shape {
  left: 40%;
}

@media (max-width: 1199px) {
  .quality-coureses-section .coureses-image.style-2 .bg-shape {
    left: 50%;
  }
}

.quality-coureses-content p {
  font-size: 20px;
  color: var(--white);
  line-height: 1.6;
}

@media (max-width: 991px) {
  .quality-coureses-content p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .quality-coureses-content p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .quality-coureses-content p {
    font-size: 15px;
  }
}

.quality-coureses-content .theme-btn {
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #E6EFFF;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  margin-top: 30px;
  display: inline-block;
}

@media (max-width: 767px) {
  .quality-coureses-content .theme-btn {
    margin-top: 20px;
    padding: 12px 24px;
    font-size: 15px;
  }
}

.quality-coureses-content .theme-btn:hover {
  border: 1px solid var(--header);
}

.popular-courses-section-33 .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .popular-courses-section-33 .nav {
    margin-bottom: 0;
  }
}

.popular-courses-section-33 .nav .nav-item .nav-link {
  padding: 13px 25px;
  border-radius: 8px;
  border: 1px solid rgba(9, 34, 75, 0.1);
  background: #FFF1E0;
  line-height: 1;
  color: var(--header);
  font-weight: 600;
  font-size: 14px;
}

.popular-courses-section-33 .nav .nav-item .nav-link.active {
  background-color: var(--theme-red);
  color: var(--white);
}

.popular-program-section {
  background-color: var(--bg6);
  margin: 0 70px;
  border-radius: 20px;
  position: relative;
}

@media (max-width: 1600px) {
  .popular-program-section {
    border-radius: 0;
    margin: 0;
  }
}

.popular-program-section .frame-shape {
  position: absolute;
  bottom: 80px;
  left: 60px;
  animation: rounded 5s linear infinite;
}

.popular-program-section .star-shape {
  position: absolute;
  top: 118px;
  right: 102px;
}

.popular-program-box-items {
  background-color: var(--white);
  border-radius: 20px;
  margin-top: 30px;
  position: relative;
}

.popular-program-box-items .thumb {
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 263"><path fill-rule="evenodd" clip-rule="evenodd" d="M356.5 218C439.619 218 507 150.619 507 67.5C507 -15.6189 439.619 -83 356.5 -83C312.832 -83 273.508 -64.4021 246.016 -34.6949C235.853 -36.8604 225.309 -38 214.5 -38C194.328 -38 175.083 -34.0314 157.503 -26.8325C131.903 -46.9806 99.6053 -59 64.5 -59C-18.6189 -59 -86 8.38114 -86 91.5C-86 174.619 -18.6189 242 64.5 242C84.6719 242 103.917 238.031 121.497 230.832C147.097 250.981 179.395 263 214.5 263C258.168 263 297.492 244.402 324.984 214.695C335.147 216.86 345.691 218 356.5 218Z" /></svg>');
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  padding: 5px;
  padding-bottom: 0;
}

.popular-program-box-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.popular-program-box-items .content {
  padding: 30px 40px;
  position: relative;
  z-index: 9;
}

.popular-program-box-items .content .price {
  top: 40px;
  right: 40px;
  font-size: 35px;
  color: var(--theme-pink);
  position: absolute;
}

.popular-program-box-items .content .star {
  font-size: 14px;
  color: #FD8F21;
  margin-bottom: 15px;
}

.popular-program-box-items .content .star span {
  color: var(--header);
}

.popular-program-box-items .content h3 {
  margin-bottom: 15px;
}

.popular-program-box-items .content h3 a:hover {
  color: var(--theme-orange);
}

.popular-program-box-items .content .list {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (max-width: 1399px) {
  .popular-program-box-items .content .list {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.popular-program-box-items .content .list li {
  color: var(--header);
  font-size: 14px;
}

.popular-program-box-items .content .list li i {
  color: var(--text);
  margin-right: 5px;
}

.popular-program-box-items .content .theme-btn {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  background-color: #F8F2EC;
  border-radius: 8px;
  border: 1px solid rgba(16, 47, 37, 0.1);
  text-align: center;
  justify-content: center;
  padding: 18px 30px;
}

.popular-program-box-items .content .theme-btn::before,
.popular-program-box-items .content .theme-btn::after {
  background-color: var(--theme-orange);
}

.popular-program-box-items::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px solid var(--theme-orange);
  border-left: 1px solid var(--theme-orange);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: initial;
  border-radius: 20px;
}

.popular-program-box-items::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid var(--theme-orange);
  border-right: 1px solid var(--theme-orange);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 20px;
}

.popular-program-box-items:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.popular-program-box-items:hover::before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transform: initial;
  transform-origin: initial;
}

.business-courses-main-items {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}

.business-courses-main-items .business-courses-items {
  margin-top: 30px;
  background-color: var(--white);
  border-radius: 7px;
  border: 1px solid var(--theme-blue-2);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
}

.business-courses-main-items .business-courses-items .courses-image {
  padding: 5px 5px 0 5px;
  position: relative;
}

.business-courses-main-items .business-courses-items .courses-image img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

.business-courses-main-items .business-courses-items .courses-image .post-courses-item {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 15px;
  left: 15px;
}

.business-courses-main-items .business-courses-items .courses-image .post-courses-item .post-box {
  border-radius: 7px;
  font-size: 14px;
  color: var(--header);
  line-height: 1;
  background-color: var(--white);
  padding: 8px 12px;
  display: inline-block;
}

.business-courses-main-items .business-courses-items .courses-content {
  padding: 25px 25px;
}

.business-courses-main-items .business-courses-items .courses-content .client-items {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.business-courses-main-items .business-courses-items .courses-content .client-items .cont {
  display: flex;
  align-items: center;
  gap: 10px;
}

.business-courses-main-items .business-courses-items .courses-content .client-items .client-img {
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.business-courses-main-items .business-courses-items .courses-content .client-items p {
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  text-transform: capitalize;
}

.business-courses-main-items .business-courses-items .courses-content .client-items h4 {
  color: var(--theme-blue-2);
}

.business-courses-main-items .business-courses-items .courses-content .star {
  margin-top: 10px;
  margin-bottom: 10px;
}

.business-courses-main-items .business-courses-items .courses-content .star i {
  color: #FD8F21;
  font-size: 14px;
}

.business-courses-main-items .business-courses-items .courses-content .star span {
  display: inline-block;
  font-weight: 400;
  color: var(--header);
  font-size: 16px;
  margin-left: 4px;
}

.business-courses-main-items .business-courses-items .courses-content .post-class {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  border-top: 1px solid var(--border);
  padding-top: 25px;
}

.business-courses-main-items .business-courses-items .courses-content .post-class li {
  font-size: 14px;
  color: var(--header);
}

.business-courses-main-items .business-courses-items .courses-content .post-class li i {
  color: var(--text);
  margin-right: 5px;
}

.business-courses-main-items .courses-card-items-hover {
  margin-top: 30px;
  padding: 25px;
  background-color: var(--theme-blue-2);
  border-radius: 7px;
  border: 1px solid var(--theme-blue-2);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: calc(100% - 30px);
  transform: scale(0.96);
  z-index: 5;
}

@media (max-width: 1199px) {
  .business-courses-main-items .courses-card-items-hover {
    padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .business-courses-main-items .courses-card-items-hover {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .business-courses-main-items .courses-card-items-hover {
    padding-top: 100px;
  }
}

.business-courses-main-items .courses-card-items-hover .courses-content .post-courses-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.business-courses-main-items .courses-card-items-hover .courses-content .post-courses-item .post-box {
  border-radius: 7px;
  font-size: 14px;
  color: var(--header);
  line-height: 1;
  background-color: var(--white);
  padding: 8px 12px;
  display: inline-block;
}

.business-courses-main-items .courses-card-items-hover .courses-content .post-courses-item .post-box:hover {
  background-color: var(--theme-yellow);
}

.business-courses-main-items .courses-card-items-hover .courses-content .star {
  margin-top: 10px;
  margin-bottom: 10px;
}

.business-courses-main-items .courses-card-items-hover .courses-content .star i {
  color: var(--theme-yellow-4);
  font-size: 14px;
}

.business-courses-main-items .courses-card-items-hover .courses-content .star span {
  display: inline-block;
  font-weight: 400;
  color: var(--white);
  font-size: 16px;
  margin-left: 4px;
}

.business-courses-main-items .courses-card-items-hover .courses-content h5 a {
  color: var(--white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.business-courses-main-items .courses-card-items-hover .courses-content h5 a:hover {
  color: var(--white);
  background-size: 100% 2px;
  background-image: linear-gradient(var(--white), var(--white));
}

.business-courses-main-items .courses-card-items-hover .courses-content h4 {
  color: var(--white);
  font-size: 20px;
}

.business-courses-main-items .courses-card-items-hover .courses-content span {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.business-courses-main-items .courses-card-items-hover .courses-content .client-items {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.business-courses-main-items .courses-card-items-hover .courses-content .client-items .cont {
  display: flex;
  align-items: center;
  gap: 10px;
}

.business-courses-main-items .courses-card-items-hover .courses-content .client-items .client-img {
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.business-courses-main-items .courses-card-items-hover .courses-content .client-items p {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  text-transform: capitalize;
}

.business-courses-main-items .courses-card-items-hover .courses-content .theme-btn {
  padding: 15px 25px;
  margin-top: 19px;
  background-color: var(--theme-yellow-4);
}

.business-courses-main-items .courses-card-items-hover .courses-content .theme-btn::before,
.business-courses-main-items .courses-card-items-hover .courses-content .theme-btn::after {
  background-color: var(--white);
}

.business-courses-main-items .courses-card-items-hover .courses-content .theme-btn:hover {
  color: var(--header);
}

.business-courses-main-items {
  position: relative;
}

.business-courses-main-items .courses-card-items {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.business-courses-main-items:hover .courses-card-items {
  opacity: 1;
  visibility: visible;
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(3, 31, 66, 0.12);
}

.business-courses-main-items:hover .courses-card-items.style-2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(3, 31, 66, 0.12);
}

.business-courses-main-items:hover .courses-card-items-hover {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.courses-main-sidebar-area .courses-main-sidebar {
  border-radius: 7px;
  border: 1px solid var(--border);
  background: #F4F9FF;
  padding: 30px;
  margin-bottom: 20px;
}

.courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .wid-title {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 91, 255, 0.1);
  padding-bottom: 20px;
}

.courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .wid-title.style-2 {
  border: none;
  padding-bottom: 0;
}

.courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items:not(:last-child) {
  margin-bottom: 30px;
}

.courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .search-widget form {
  width: 100%;
  position: relative;
}

.courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .search-widget form input {
  background-color: var(--white);
  padding: 16px 20px;
  width: 100%;
  border: none;
  color: var(--header);
  font-size: 14px;
  line-height: 1;
  border: 1px solid var(--theme-blue);
  border-radius: 7px;
}

.courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .search-widget form button {
  position: absolute;
  right: 20px;
  top: 1px;
  font-size: 18px;
  height: 100%;
  color: var(--header);
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .courses-list .checkbox-single {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  display: block;
}

.courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .courses-list .checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .courses-list .checkbox-single:not(:last-child) {
  margin-bottom: 10px;
}

.courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .courses-list .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 91, 255, 0.15);
  background-color: var(--white);
  top: 5px;
}

.courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .courses-list .checkbox-single .checkbox-area .checkmark::after {
  content: "";
}

.courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .courses-list .checkbox-single .checkbox-area input:checked~.checkmark {
  background-color: var(--theme-blue);
}

.courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .courses-list .checkbox-single .checkbox-area input:checked~.checkmark::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  top: -5px;
  left: 5px;
  color: var(--theme-blue);
  font-size: 11px;
}

.courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .courses-list .checkbox-single .checkbox-area input:checked~.checkmark:after {
  display: block;
  color: var(--white);
}

.courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .courses-list .checkbox-single .text-color {
  font-weight: 400;
  color: var(--text);
  font-size: 14px;
}

.courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .courses-list .checkbox-single .text-color .star {
  color: #FD8F21;
  margin-right: 5px;
}

.courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .courses-list .checkbox-single .text-color .star i.color-2 {
  color: var(--text);
}

.courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .courses-list .checkbox-single .text-color .ratting-text {
  font-size: 16px;
}

.courses-main-sidebar-area .theme-btn {
  width: 100%;
  justify-content: center;
  gap: 10px;
}

.courses-main-sidebar-area .theme-btn i {
  margin-left: 0;
}

.courses-list-items {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 50px;
  border: 1px solid var(--border);
  border-radius: 7px;
  padding: 5px;
  position: relative;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1399px) {
  .courses-list-items {
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px;
  }
}

.courses-list-items .price {
  font-size: 27px;
  background-color: var(--theme-blue);
  color: var(--white);
  font-weight: 600;
  padding: 7px 15px;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media (max-width: 1399px) {
  .courses-list-items .price {
    top: 30px;
    right: 30px;
  }
}

.courses-list-items::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px solid var(--theme-blue);
  border-left: 1px solid var(--theme-blue);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: initial;
  border-radius: 7px;
  z-index: -1;
}

.courses-list-items::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid var(--theme-blue);
  border-right: 1px solid var(--theme-blue);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 7px;
  z-index: -1;
}

.courses-list-items .thumb {
  max-width: 290px;
  position: relative;
}

.courses-list-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

.courses-list-items .thumb .courses-title {
  color: var(--white);
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -1.05px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.courses-list-items .thumb .topic-title {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.9px;
}

.courses-list-items .thumb .arrow-items {
  position: absolute;
  left: 27px;
  top: 44%;
  display: flex;
  align-items: center;
}

.courses-list-items .content {
  max-width: 600px;
  padding-right: 40px;
}

.courses-list-items .content .post-cat {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.courses-list-items .content .post-cat li i {
  font-size: 14px;
  color: #FFAE5D;
  transition: all 0.4s ease-in-out;
}

.courses-list-items .content .post-cat li a {
  display: inline-block;
  padding: 8px 10px;
  align-items: center;
  border-radius: 7px;
  background: rgba(0, 91, 255, 0.1);
  font-weight: 500;
  font-size: 14px;
  color: var(--theme-blue);
  line-height: 1;
}

.courses-list-items .content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.courses-list-items .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
}

.courses-list-items .content h3 a:hover {
  color: var(--theme-blue);
  background-size: 100% 2px;
  background-image: linear-gradient(var(--theme-blue), var(--theme-blue));
}

.courses-list-items .content .post-class {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  border-top: 1px solid var(--border);
  padding-top: 20px;
}

@media (max-width: 1399px) {
  .courses-list-items .content .post-class {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.courses-list-items .content .post-class li {
  font-size: 14px;
  color: var(--header);
}

.courses-list-items .content .post-class li i {
  color: var(--text);
  margin-right: 5px;
}

.courses-list-items .content .post-class li .client-items {
  display: flex;
  align-items: center;
  gap: 10px;
}

.courses-list-items .content .post-class li .client-items .client-img {
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.courses-list-items .content .post-class li .client-items p {
  font-size: 14px;
  font-weight: 500;
  color: var(--header);
  text-transform: capitalize;
}

.courses-list-items:hover {
  box-shadow: 10px 4px 60px rgba(0, 91, 255, 0.2);
}

.courses-list-items:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.courses-list-items:hover::before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transform: initial;
  transform-origin: initial;
}

.courses-details-wrapper {
  margin-top: -275px;
  position: relative;
  z-index: 9;
}

.courses-details-wrapper .courses-image {
  position: relative;
  margin-bottom: 50px;
}

.courses-details-wrapper .courses-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.courses-details-wrapper .courses-image .video-btn {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  display: inline-block;
  color: var(--theme-blue);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.courses-details-wrapper .courses-details-items .breadcrumb-content {
  position: relative;
  z-index: 9;
  margin-bottom: 50px;
}

.courses-details-wrapper .courses-details-items .breadcrumb-content h1 {
  font-size: 35px;
  color: var(--header);
}

@media (max-width: 575px) {
  .courses-details-wrapper .courses-details-items .breadcrumb-content h1 {
    font-size: 34px;
  }
}

.courses-details-wrapper .courses-details-items .breadcrumb-content .courses-breadcrumb-items {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .courses-details-wrapper .courses-details-items .breadcrumb-content .courses-breadcrumb-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.courses-details-wrapper .courses-details-items .breadcrumb-content .courses-breadcrumb-items .client-image-items {
  display: flex;
  align-items: center;
  gap: 20px;
  border-right: 1px solid var(--border);
  padding-right: 40px;
}

@media (max-width: 1199px) {
  .courses-details-wrapper .courses-details-items .breadcrumb-content .courses-breadcrumb-items .client-image-items {
    padding-right: 0;
    border-right: none;
  }
}

.courses-details-wrapper .courses-details-items .breadcrumb-content .courses-breadcrumb-items .client-image-items .client-content span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}

.courses-details-wrapper .courses-details-items .breadcrumb-content .courses-breadcrumb-items .client-image-items .client-content h5 {
  font-size: 16px;
  color: var(--header);
}

.courses-details-wrapper .courses-details-items .breadcrumb-content .courses-breadcrumb-items .client-image-items .client-content .star {
  color: #FFAE5D;
}

.courses-details-wrapper .courses-details-items .breadcrumb-content .courses-breadcrumb-items .client-image-items .client-content .star b {
  font-size: 16px;
  color: var(--header);
  font-weight: 400;
  display: inline-block;
  padding-left: 10px;
}

.courses-details-wrapper .courses-details-items .courses-image {
  position: relative;
  margin-bottom: 0;
}

.courses-details-wrapper .courses-details-items .courses-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.courses-details-wrapper .courses-details-items .courses-image .video-btn {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  display: inline-block;
  color: var(--theme-blue);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.courses-details-wrapper .courses-details-items .courses-details-content {
  margin-top: 32px;
}

.courses-details-wrapper .courses-details-items .courses-details-content .nav {
  display: flex;
  align-items: center;
  background-color: var(--white);
  box-shadow: 10px 4px 30px rgba(168, 168, 168, 0.2);
  border: 1px solid var(--border);
  border-radius: 10px;
  justify-content: center;
  padding: 14px 30px;
  gap: 80px;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .courses-details-wrapper .courses-details-items .courses-details-content .nav {
    gap: 30px;
    flex-wrap: wrap;
  }
}

.courses-details-wrapper .courses-details-items .courses-details-content .nav .nav-item {
  padding: 0;
  position: relative;
}

.courses-details-wrapper .courses-details-items .courses-details-content .nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: var(--text);
  position: relative;
}

.courses-details-wrapper .courses-details-items .courses-details-content .nav .nav-item .nav-link::before {
  position: absolute;
  right: -40px;
  top: 20px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: rgba(0, 91, 255, 0.2);
}

@media (max-width: 1199px) {
  .courses-details-wrapper .courses-details-items .courses-details-content .nav .nav-item .nav-link::before {
    display: none;
  }
}

.courses-details-wrapper .courses-details-items .courses-details-content .nav .nav-item .nav-link.bb-none::before {
  display: none;
}

.courses-details-wrapper .courses-details-items .courses-details-content .nav .nav-item .nav-link.active {
  color: var(--theme-blue);
}

.courses-details-wrapper .courses-details-items .courses-details-content .nav .nav-item .nav-link.active::before {
  background-color: var(--theme-blue);
}

.courses-details-wrapper .courses-details-items .courses-details-content .nav .nav-item .nav-link.active::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: var(--theme-blue);
  transition: 0.3s;
}

.courses-details-wrapper .courses-details-items .courses-details-content .description-content h3 {
  font-size: 27px;
  margin-bottom: 20px;
}

.courses-details-wrapper .courses-details-items .courses-details-content .description-content .list-item li {
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
}

.courses-details-wrapper .courses-details-items .courses-details-content .description-content .list-item li i {
  color: var(--theme-blue);
  margin-right: 5px;
}

.courses-details-wrapper .courses-details-items .courses-details-content .description-content .list-item li:not(:last-child) {
  margin-bottom: 10px;
}

.courses-details-wrapper .courses-details-items .courses-details-content .course-curriculum-items h3 {
  font-size: 27px;
  margin-bottom: 30px;
}

.courses-details-wrapper .courses-details-items .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-item {
  border: none;
  border-radius: 0px;
  margin-bottom: 15px;
  border: 1px solid var(--border);
  border-radius: 7px;
}

.courses-details-wrapper .courses-details-items .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-item h2 button {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 20px 30px;
  font-family: "Plus Jakarta Sans", system-ui;
  color: var(--header);
  background-color: #F4F9FF;
  border-bottom: 1px solid var(--border);
  border-radius: 7px;
}

@media (max-width: 575px) {
  .courses-details-wrapper .courses-details-items .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-item h2 button {
    font-size: 17px;
  }
}

.courses-details-wrapper .courses-details-items .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-item .accordion-body {
  padding: 0;
}

.courses-details-wrapper .courses-details-items .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-item .accordion-body ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 30px;
}

@media (max-width: 1199px) {
  .courses-details-wrapper .courses-details-items .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-item .accordion-body ul li {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.courses-details-wrapper .courses-details-items .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-item .accordion-body ul li:not(:last-child) {
  border-bottom: 1px solid var(--border);
}

.courses-details-wrapper .courses-details-items .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-item .accordion-body ul li span {
  font-size: 16px;
  color: var(--text);
  font-weight: 400;
}

.courses-details-wrapper .courses-details-items .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-item .accordion-body ul li span i {
  margin-right: 10px;
}

.courses-details-wrapper .courses-details-items .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-button {
  background-color: transparent;
  color: var(--header);
}

.courses-details-wrapper .courses-details-items .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-button::after {
  display: none;
}

.courses-details-wrapper .courses-details-items .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-button::before {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  top: 18px;
  right: 30px;
  font-size: 16px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: var(--header);
}

.courses-details-wrapper .courses-details-items .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-button.collapsed {
  background-color: transparent;
  color: var(--header);
}

.courses-details-wrapper .courses-details-items .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-button.collapsed::before {
  content: "\f054";
  color: var(--header);
  background-color: transparent;
}

.courses-details-wrapper .courses-details-items .courses-details-content .instructors-items h3 {
  margin-bottom: 10px;
}

.courses-details-wrapper .courses-details-items .courses-details-content .instructors-items .instructors-box-items {
  padding: 40px 50px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background-color: #F4F9FF;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .courses-details-wrapper .courses-details-items .courses-details-content .instructors-items .instructors-box-items {
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
  }
}

.courses-details-wrapper .courses-details-items .courses-details-content .instructors-items .instructors-box-items .content {
  max-width: 521px;
}

.courses-details-wrapper .courses-details-items .courses-details-content .instructors-items .instructors-box-items .content h4 {
  font-size: 22px;
  margin-bottom: 5px;
}

.courses-details-wrapper .courses-details-items .courses-details-content .instructors-items .instructors-box-items .content p {
  margin-top: 25px;
}

.courses-details-wrapper .courses-details-items .courses-details-content .instructors-items .instructors-box-items .content .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.courses-details-wrapper .courses-details-items .courses-details-content .instructors-items .instructors-box-items .content .social-icon a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--text);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 50%;
}

.courses-details-wrapper .courses-details-items .courses-details-content .instructors-items .instructors-box-items .content .social-icon a:hover {
  background-color: var(--theme-blue);
  color: var(--white);
  border: 1px solid var(--theme-blue);
}

.courses-details-wrapper .courses-details-items .courses-details-content .instructors-items .instructors-box-items.style-2 {
  background-color: var(--white);
}

.courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items h3 {
  font-size: 27px;
  margin-bottom: 30px;
}

.courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .courses-reviews-box-items {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px;
}

.courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .courses-reviews-box-items .courses-reviews-box {
  display: flex;
  align-items: center;
  gap: 70px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .courses-reviews-box-items .courses-reviews-box {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .courses-reviews-box-items .courses-reviews-box .reviews-box {
  padding: 50px 34px;
  text-align: center;
  min-width: 248px;
  box-shadow: 10px 4px 60px rgba(182, 182, 182, 0.2);
  background-color: var(--white);
}

.courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .courses-reviews-box-items .courses-reviews-box .reviews-box h2 {
  font-size: 90px;
  line-height: 1;
}

.courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .courses-reviews-box-items .courses-reviews-box .reviews-box .star {
  color: #FFAE5D;
  margin-bottom: 10px;
}

.courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right {
  max-width: 452px;
  width: 100%;
}

.courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 767px) {
  .courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item:not(:last-child) {
  margin-bottom: 15px;
}

.courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .star {
  color: #FFAE5D;
  display: flex;
  align-items: center;
  gap: 7px;
}

.courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .star i.color-2 {
  color: var(--text);
}

.courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item span {
  font-weight: 500;
  color: var(--header);
}

.courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .progress {
  background: rgba(255, 174, 93, 0.3);
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 5px;
  width: 100%;
  max-width: 244px;
}

.courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: #FFAE5D;
  height: 5px;
  width: 0;
}

.courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-two {
  animation: load2 3s normal forwards;
}

.courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-three {
  animation: load3 3s normal forwards;
}

.courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-four {
  animation: load4 3s normal forwards;
}

.courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-five {
  animation: load5 3s normal forwards;
}

@keyframes load {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes load2 {
  0% {
    width: 0;
  }

  100% {
    width: 90%;
  }
}

@keyframes load3 {
  0% {
    width: 0;
  }

  100% {
    width: 80%;
  }
}

@keyframes load4 {
  0% {
    width: 0;
  }

  100% {
    width: 70%;
  }
}

@keyframes load5 {
  0% {
    width: 0;
  }

  100% {
    width: 60%;
  }
}

.courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .instructors-box-items {
  padding: 40px 30px;
  display: flex;
  align-items: center;
  gap: 40px;
}

@media (max-width: 767px) {
  .courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .instructors-box-items {
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
  }
}

.courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .instructors-box-items .content {
  max-width: 540px;
}

.courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .instructors-box-items .content h4 {
  font-size: 22px;
  margin-bottom: 5px;
}

.courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .instructors-box-items .content p {
  margin-top: 15px;
}

.courses-details-wrapper .courses-details-items .courses-details-content .courses-reviews-items .instructors-box-items .content .star {
  color: #FFAE5D;
  margin-top: 15px;
}

.courses-details-wrapper .courses-sidebar-area {
  background-color: var(--white);
  border-radius: 7px;
  box-shadow: 10px 4px 60px rgba(200, 200, 200, 0.25);
}

.courses-details-wrapper .courses-sidebar-area .courses-items {
  padding: 10px;
}

.courses-details-wrapper .courses-sidebar-area .courses-items .courses-image {
  position: relative;
}

.courses-details-wrapper .courses-sidebar-area .courses-items .courses-image img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

.courses-details-wrapper .courses-sidebar-area .courses-items .courses-image .courses-title {
  color: var(--white);
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -1.05px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.courses-details-wrapper .courses-sidebar-area .courses-items .courses-image .topic-title {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: var(--white);
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.9px;
}

.courses-details-wrapper .courses-sidebar-area .courses-items .courses-image .arrow-items {
  position: absolute;
  left: 27px;
  top: 44%;
  display: flex;
  align-items: center;
}

.courses-details-wrapper .courses-sidebar-area .courses-items .courses-content {
  padding: 30px 25px;
}

@media (max-width: 575px) {
  .courses-details-wrapper .courses-sidebar-area .courses-items .courses-content {
    padding: 10px 15px;
  }
}

.courses-details-wrapper .courses-sidebar-area .courses-items .courses-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.courses-details-wrapper .courses-sidebar-area .courses-items .courses-content .courses-btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1199px) {
  .courses-details-wrapper .courses-sidebar-area .courses-items .courses-content .courses-btn {
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .courses-details-wrapper .courses-sidebar-area .courses-items .courses-content .courses-btn {
    display: block !important;
  }
}

.courses-details-wrapper .courses-sidebar-area .courses-items .courses-content .courses-btn .theme-btn {
  background-color: var(--theme-blue);
  color: var(--white);
  border: 1px solid var(--theme-blue);
}

@media (max-width: 575px) {
  .courses-details-wrapper .courses-sidebar-area .courses-items .courses-content .courses-btn .theme-btn {
    display: block !important;
    margin-top: 15px;
  }
}

.courses-details-wrapper .courses-sidebar-area .courses-items .courses-content .courses-btn .theme-btn.style-2 {
  background-color: transparent;
  border: 1px solid var(--border);
  color: var(--header);
}

.courses-details-wrapper .courses-sidebar-area .courses-items .courses-content .courses-btn .theme-btn.style-2::before,
.courses-details-wrapper .courses-sidebar-area .courses-items .courses-content .courses-btn .theme-btn.style-2::after {
  background-color: var(--theme-blue);
}

.courses-details-wrapper .courses-sidebar-area .courses-items .courses-content .courses-btn .theme-btn.style-2:hover {
  color: var(--white);
}

.courses-details-wrapper .courses-sidebar-area .courses-category-items {
  border-top: 1px solid var(--border);
  padding: 40px 25px;
}

.courses-details-wrapper .courses-sidebar-area .courses-category-items h5 {
  margin-bottom: 15px;
}

.courses-details-wrapper .courses-sidebar-area .courses-category-items ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
}

.courses-details-wrapper .courses-sidebar-area .courses-category-items ul li span {
  font-size: 16px;
  color: var(--text);
  font-weight: 400;
}

.courses-details-wrapper .courses-sidebar-area .courses-category-items ul li span i {
  margin-right: 10px;
}

.courses-details-wrapper .courses-sidebar-area .courses-category-items ul li .text {
  font-weight: 500;
  color: var(--header);
  text-align: right;
  display: inline-block;
}

.courses-details-wrapper .courses-sidebar-area .courses-category-items .share-btn {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-blue);
  margin-top: 20px;
  display: inline-block;
}

.courses-details-wrapper .courses-sidebar-area .courses-category-items .share-btn i {
  margin-right: 5px;
}

.program-details-wrapper .program-details-items .details-image img {
  width: 100%;
  height: 100%;
}

.program-details-wrapper .program-details-items .details-content {
  margin-top: 40px;
}

.program-details-wrapper .program-details-items .details-content .post {
  background-color: var(--theme-blue);
  color: var(--white);
  padding: 4px 15px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 20px;
}

.program-details-wrapper .program-details-items .details-content h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .program-details-wrapper .program-details-items .details-content h2 {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .program-details-wrapper .program-details-items .details-content h2 {
    font-size: 24px;
  }
}

.program-details-wrapper .program-details-items .details-content .details-author-area {
  display: flex;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
  margin-bottom: 40px;
  margin-top: 30px;
}

@media (max-width: 575px) {
  .program-details-wrapper .program-details-items .details-content .details-author-area {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.program-details-wrapper .program-details-items .details-content .details-author-area .author-items {
  display: flex;
  align-items: center;
  gap: 10px;
}

.program-details-wrapper .program-details-items .details-content .details-author-area .class-list {
  display: flex;
  align-items: center;
  gap: 30px;
}

.program-details-wrapper .program-details-items .details-content .details-author-area .class-list li i {
  color: var(--theme-blue);
}

.program-details-wrapper .program-details-items .details-content .list-items {
  margin-top: 20px;
}

.program-details-wrapper .program-details-items .details-content .list-items li:not(:last-child) {
  margin-bottom: 10px;
}

.program-details-wrapper .program-details-items .details-content .list-items li i {
  margin-right: 5px;
  color: var(--theme-blue);
}

.program-details-wrapper .details-list-area {
  padding: 30px 40px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
  border: 1px solid var(--border);
}

@media (max-width: 1199px) {
  .program-details-wrapper .details-list-area {
    padding: 30px 20px;
  }
}

@media (max-width: 991px) {
  .program-details-wrapper .details-list-area {
    padding: 30px 40px;
  }
}

.program-details-wrapper .details-list-area h3 {
  font-size: 24px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
}

@media (max-width: 1199px) {
  .program-details-wrapper .details-list-area {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .program-details-wrapper .details-list-area {
    margin-top: 0;
  }
}

.program-details-wrapper .details-list-area .details-list {
  margin-bottom: 30px;
}

.program-details-wrapper .details-list-area .details-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
}

.program-details-wrapper .details-list-area .details-list li span {
  font-weight: 600 !important;
  color: var(--header);
}

.program-details-wrapper .details-list-area .details-list li span i {
  color: var(--theme-blue);
}

.program-details-wrapper .details-list-area .theme-btn {
  padding: 19px 40px;
  justify-content: center;
}

@media (max-width: 1199px) {
  .program-details-wrapper .details-list-area .theme-btn {
    padding: 19px 25px;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .program-details-wrapper .details-list-area .theme-btn {
    padding: 19px 40px;
    font-size: 16px;
  }
}

.program-details-wrapper .details-list-area .theme-btn.border-style {
  border: 1px solid var(--theme-blue);
  color: var(--theme-blue);
  background-color: transparent;
  padding: 18px 40px;
}

.program-details-wrapper .details-list-area .theme-btn.border-style::after,
.program-details-wrapper .details-list-area .theme-btn.border-style::before {
  background-color: var(--theme-blue);
}

.program-details-wrapper .details-list-area .theme-btn.border-style:hover {
  color: var(--white);
}

.program-details-wrapper .details-list-area .social-icon {
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.program-details-wrapper .details-list-area .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  display: block;
  color: var(--theme-blue);
  transition: all 0.4s ease-in-out;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--theme-blue);
  border-radius: 8px;
}

.program-details-wrapper .details-list-area .social-icon a:hover {
  background-color: var(--theme-blue);
  color: var(--white);
  border: 1px solid transparent;
}

.program-details-wrapper .program-author-items {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 12px;
  margin-top: 23px;
}

@media (max-width: 1199px) {
  .program-details-wrapper .program-author-items {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}

.program-details-wrapper .program-author-items .thumb {
  max-width: 370px;
}

.program-details-wrapper .program-author-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.program-details-wrapper .program-author-items .content {
  max-width: 700px;
}

@media (max-width: 1199px) {
  .program-details-wrapper .program-author-items .content {
    margin: 0 auto;
    text-align: center;
  }
}

.program-details-wrapper .program-author-items .content h2 {
  font-size: 30px;
  margin-bottom: 5px;
}

@media (max-width: 575px) {
  .program-details-wrapper .program-author-items .content h2 {
    font-size: 26px;
  }
}

.program-details-wrapper .program-author-items .content span {
  margin-bottom: 20px;
  display: inline-block;
}

@media (max-width: 575px) {
  .program-details-wrapper .program-author-items .content span {
    margin-bottom: 10px;
  }
}

.program-details-wrapper .program-author-items .content ul {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 50px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}

@media (max-width: 1199px) {
  .program-details-wrapper .program-author-items .content ul {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
}

.program-details-wrapper .program-author-items .content ul li {
  color: var(--header);
}

.program-details-wrapper .program-author-items .content ul li i {
  margin-right: 5px;
}

.program-details-wrapper .program-author-items .content ul li .color-star {
  color: var(--theme-blue);
}

.program-details-wrapper .program-author-items .content .social-icon {
  margin-top: 40px;
  gap: 15px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1199px) {
  .program-details-wrapper .program-author-items .content .social-icon {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .program-details-wrapper .program-author-items .content .social-icon {
    margin-top: 20px;
  }
}

.program-details-wrapper .program-author-items .content .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  display: block;
  color: var(--theme-blue);
  transition: all 0.4s ease-in-out;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--theme-blue);
}

.program-details-wrapper .program-author-items .content .social-icon a:hover {
  background-color: var(--theme-blue);
  color: var(--white);
  border: 1px solid transparent;
}

.coureses-notices-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .coureses-notices-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.coureses-notices-wrapper .courses-showing {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.coureses-notices-wrapper .courses-showing .icon-items {
  display: flex;
  align-items: center;
  gap: 10px;
}

.coureses-notices-wrapper .courses-showing .icon-items a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid var(--border);
  border-radius: 10px;
  color: rgba(0, 91, 255, 0.3);
  text-align: center;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}

.coureses-notices-wrapper .courses-showing .icon-items a:hover {
  color: var(--theme-blue);
  border: 1px solid var(--theme-blue);
}

.coureses-notices-wrapper .courses-showing h5 {
  font-size: 16px;
  font-weight: 400;
}

.coureses-notices-wrapper .courses-showing h5 span {
  color: var(--theme-blue);
}

.coureses-notices-wrapper .form-clt {
  max-width: 300px;
  width: 100%;
}

.coureses-notices-wrapper .form-clt .nice-select {
  padding: 14px 20px;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #E6EFFF;
  border-radius: 10px;
  box-shadow: 10px 4px 30px 0px rgba(175, 175, 175, 0.2);
  width: initial;
}

.coureses-notices-wrapper .form-clt .nice-select::after {
  right: 30px;
}

.coureses-notices-wrapper .form-clt .nice-select .list {
  width: 100%;
  background-color: var(--bg);
}

.coureses-notices-wrapper .form-clt .nice-select .focus {
  background-color: transparent;
  font-weight: 400;
  color: var(--text);
}

.coureses-notices-wrapper .form-clt .nice-select .option {
  border: none;
}

.coureses-notices-wrapper .form-clt .nice-select .option:hover {
  background-color: transparent;
}

.contact-box-items {
  margin-top: 30px;
  padding: 50px;
  border: 1px solid var(--bg2);
  background-color: var(--white);
  filter: drop-shadow(10px 4px 60px rgba(204, 204, 204, 0.25));
  height: 363px;
}

.contact-box-items .icon {
  font-size: 45px;
  color: var(--theme-blue);
  margin-bottom: 40px;
}

.contact-box-items h5 {
  color: var(--text);
  font-weight: 500;
  margin-bottom: 10px;
}

.contact-box-items .image {
  margin-bottom: 25px;
}

.contact-box-items h4 {
  line-height: 150%;
}

.map-area iframe {
  height: 715px;
  width: 100%;
}

@media (max-width: 991px) {
  .map-area iframe {
    height: 650px;
  }
}

@media (max-width: 767px) {
  .map-area iframe {
    height: 530px;
  }
}

@media (max-width: 575px) {
  .map-area iframe {
    height: 430px;
  }
}

.map-area-section .container-fluid {
  padding: 0px 115px;
}

@media (max-width: 1600px) {
  .map-area-section .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 1399px) {
  .map-area-section .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 1199px) {
  .map-area-section .container-fluid {
    padding: 0 30px;
  }
}

.contact-form-items {
  background-color: var(--bg);
  border: 1px solid var(--theme-blue);
  border-radius: 10px;
  padding: 60px 110px;
  margin-top: -320px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1199px) {
  .contact-form-items {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .contact-form-items {
    padding: 60px 50px;
  }
}

@media (max-width: 767px) {
  .contact-form-items {
    padding: 50px 40px;
  }
}

@media (max-width: 575px) {
  .contact-form-items {
    padding: 40px 30px;
  }
}

.contact-form-items .title {
  margin-bottom: 30px;
}

.contact-form-items .title h2 {
  font-size: 40px;
}

.contact-form-items .form-clt {
  position: relative;
}

.contact-form-items .form-clt input,
.contact-form-items .form-clt textarea {
  padding: 16px 30px;
  border: none;
  outline: none;
  background-color: var(--white);
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--text);
}

@media (max-width: 575px) {

  .contact-form-items .form-clt input,
  .contact-form-items .form-clt textarea {
    padding: 12px 20px;
  }
}

.contact-form-items .form-clt textarea {
  padding: 18px 30px 110px;
}

@media (max-width: 575px) {
  .contact-form-items .form-clt textarea {
    padding: 12px 20px 90px;
  }
}

.contact-form-items .form-clt::placeholder {
  color: var(--text);
}

.contact-form-items .form-clt .icon {
  position: absolute;
  right: 30px;
  top: 16px;
  color: var(--text);
}

.contact-form-items .theme-btn {
  background-color: var(--theme-blue);
  color: var(--white);
}

.sign-in-items {
  background-color: var(--bg);
  border: 1px solid var(--theme-blue);
  border-radius: 10px;
  padding: 60px 110px;
  position: relative;
  z-index: 9;
}

@media (max-width: 991px) {
  .sign-in-items {
    padding: 60px 50px;
  }
}

@media (max-width: 767px) {
  .sign-in-items {
    padding: 50px 40px;
  }
}

@media (max-width: 575px) {
  .sign-in-items {
    padding: 40px 30px;
  }
}

.sign-in-items .title {
  margin-bottom: 30px;
}

.sign-in-items .title h2 {
  font-size: 30px;
}

.sign-in-items .form-clt {
  position: relative;
}

.sign-in-items .form-clt span {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
  color: #031F42;
}

.sign-in-items .form-clt input,
.sign-in-items .form-clt textarea {
  padding: 16px 30px;
  border: none;
  outline: none;
  background-color: var(--white);
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  border-radius: 7px;
  color: var(--text);
  border: 1px solid rgba(0, 91, 255, 0.2);
}

@media (max-width: 575px) {

  .sign-in-items .form-clt input,
  .sign-in-items .form-clt textarea {
    padding: 12px 20px;
  }
}

.sign-in-items .form-clt.style-2 input,
.sign-in-items .form-clt.style-2 textarea {
  border: 1px solid var(--theme-blue);
}

.sign-in-items .form-clt textarea {
  padding: 18px 30px 110px;
}

@media (max-width: 575px) {
  .sign-in-items .form-clt textarea {
    padding: 12px 20px 90px;
  }
}

.sign-in-items .form-clt::placeholder {
  color: var(--text);
}

.sign-in-items .form-clt .icon {
  position: absolute;
  right: 30px;
  top: 55px;
  color: #031F42;
}

.sign-in-items .from-cheak-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sign-in-items .from-cheak-items .from-customradio .form-check-label {
  text-transform: capitalize;
  color: var(--text);
}

.sign-in-items .from-cheak-items span {
  color: var(--theme-blue);
  font-weight: 500;
}

.sign-in-items .from-cheak-items.style-2 {
  justify-content: right;
}

.sign-in-items .theme-btn {
  background-color: var(--theme-blue);
  color: var(--white);
  width: 100%;
  justify-content: center;
}

.footer-widget-wrapper {
  padding: 70px 0 50px;
}

.footer-widget-wrapper .single-footer-widget {
  margin-top: 30px;
}

.footer-widget-wrapper .single-footer-widget .widget-head {
  margin-bottom: 30px;
}

.footer-widget-wrapper .single-footer-widget .widget-head h3 {
  font-size: 20px;
  color: var(--white);
}

@media (max-width: 575px) {
  .footer-widget-wrapper .single-footer-widget .widget-head {
    margin-bottom: 20px;
  }
}

.footer-widget-wrapper .single-footer-widget .footer-content p {
  color: var(--white);
}

.footer-widget-wrapper .single-footer-widget .footer-content .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .footer-widget-wrapper .single-footer-widget .footer-content .social-icon {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .footer-widget-wrapper .single-footer-widget .footer-content .social-icon {
    margin-top: 20px;
  }
}

.footer-widget-wrapper .single-footer-widget .footer-content .social-icon a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border-radius: 50%;
}

.footer-widget-wrapper .single-footer-widget .footer-content .social-icon a:hover {
  background-color: var(--theme-yellow);
  color: var(--header);
}

.footer-widget-wrapper .single-footer-widget .footer-content .contact-info li {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
}

.footer-widget-wrapper .single-footer-widget .footer-content .contact-info li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-widget-wrapper .single-footer-widget .footer-content .contact-info li a {
  color: var(--white);
}

.footer-widget-wrapper .single-footer-widget .list-area li {
  font-weight: 400;
  font-size: 16px;
}

.footer-widget-wrapper .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-widget-wrapper .single-footer-widget .list-area li a {
  color: var(--white);
  position: relative;
  padding-left: 20px;
}

.footer-widget-wrapper .single-footer-widget .list-area li a::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background-color: var(--white);
  transition: all 0.4s ease-in-out;
}

.footer-widget-wrapper .single-footer-widget .list-area li a:hover {
  color: var(--theme-yellow);
}

.footer-widget-wrapper .single-footer-widget .list-area li a:hover::before {
  background-color: var(--theme-yellow);
}

.footer-widget-wrapper.style-2 {
  padding: 70px 0 100px;
}

@media (max-width: 991px) {
  .footer-widget-wrapper.style-2 {
    padding: 50px 0 80px;
  }
}

.footer-widget-wrapper.style-2 .single-footer-widget {
  position: relative;
  z-index: 9;
}

.footer-widget-wrapper.style-2 .single-footer-widget.style-left {
  margin-left: -30px;
}

@media (max-width: 1199px) {
  .footer-widget-wrapper.style-2 .single-footer-widget.style-left {
    margin-left: 0;
  }
}

.footer-widget-wrapper.style-2 .single-footer-widget .widget-head h3 {
  color: var(--header);
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content p {
  color: var(--text);
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-icon a {
  color: var(--text);
  border: 1px solid rgba(9, 34, 75, 0.1);
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-icon a:hover {
  background-color: var(--theme-red);
  color: var(--white);
  border: 1px solid var(--theme-red);
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .contact-info li {
  color: var(--text);
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .contact-info li a {
  color: var(--text);
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .footer-input {
  position: relative;
  margin-top: 25px;
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .footer-input .icon {
  position: absolute;
  top: 14px;
  left: 20px;
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .footer-input input {
  border-radius: 10px;
  border: 1px solid rgba(9, 34, 75, 0.1);
  background: #FFF1E0;
  outline: none;
  width: 100%;
  padding: 16px 20px;
  padding-left: 45px;
  line-height: 1;
  color: var(--text);
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .footer-input .newsletter-btn {
  padding: 15px 30px;
  display: inline-block;
  color: var(--white);
  background-color: var(--theme-red);
  line-height: 1;
  border-radius: 10px;
  position: absolute;
  top: 4px;
  right: 4px;
  transition: all 0.4s ease-in-out;
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .footer-input .newsletter-btn:hover {
  background-color: var(--header);
}

.footer-widget-wrapper.style-2 .single-footer-widget .list-area li a {
  color: var(--text);
}

.footer-widget-wrapper.style-2 .single-footer-widget .list-area li a::before {
  background-color: var(--text);
}

.footer-widget-wrapper.style-2 .single-footer-widget .list-area li a:hover {
  color: var(--theme-red);
}

.footer-widget-wrapper.style-2 .single-footer-widget .list-area li a:hover::before {
  background-color: var(--theme-red);
}

@media (max-width: 991px) {
  .footer-widget-wrapper.style-4 {
    padding-top: 50px;
  }
}

.footer-widget-wrapper.style-4 .single-footer-widget {
  position: relative;
  z-index: 9;
}

.footer-widget-wrapper.style-4 .single-footer-widget.style-left {
  margin-left: -30px;
}

@media (max-width: 1199px) {
  .footer-widget-wrapper.style-4 .single-footer-widget.style-left {
    margin-left: 0;
  }
}

.footer-widget-wrapper.style-4 .single-footer-widget .widget-head h3 {
  color: var(--header);
}

.footer-widget-wrapper.style-4 .single-footer-widget .footer-content p {
  color: var(--text);
}

.footer-widget-wrapper.style-4 .single-footer-widget .footer-content .social-icon a {
  color: var(--text);
  border: 1px solid rgba(9, 34, 75, 0.1);
}

.footer-widget-wrapper.style-4 .single-footer-widget .footer-content .social-icon a:hover {
  background-color: var(--theme-orange);
  color: var(--white);
  border: 1px solid var(--theme-orange);
}

.footer-widget-wrapper.style-4 .single-footer-widget .footer-content .contact-info li {
  color: var(--text);
}

.footer-widget-wrapper.style-4 .single-footer-widget .footer-content .contact-info li a {
  color: var(--text);
}

.footer-widget-wrapper.style-4 .single-footer-widget .list-area li a {
  color: var(--text);
}

.footer-widget-wrapper.style-4 .single-footer-widget .list-area li a::before {
  background-color: var(--text);
}

.footer-widget-wrapper.style-4 .single-footer-widget .list-area li a:hover {
  color: var(--theme-orange);
}

.footer-widget-wrapper.style-4 .single-footer-widget .list-area li a:hover::before {
  background-color: var(--theme-orange);
}

.footer-widget-wrapper.style-5 {
  padding: 40px 0 70px;
}

.footer-widget-wrapper.style-5 .single-footer-widget {
  position: relative;
  z-index: 9;
}

.footer-widget-wrapper.style-5 .single-footer-widget.style-left {
  margin-left: 50px;
}

@media (max-width: 1199px) {
  .footer-widget-wrapper.style-5 .single-footer-widget.style-left {
    margin-left: 0;
  }
}

.footer-widget-wrapper.style-5 .single-footer-widget .widget-head h4 {
  color: var(--white);
  line-height: 150%;
}

.footer-widget-wrapper.style-5 .single-footer-widget .footer-content p {
  color: var(--white);
}

.footer-widget-wrapper.style-5 .single-footer-widget .footer-content .social-icon a {
  color: var(--white);
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
}

.footer-widget-wrapper.style-5 .single-footer-widget .footer-content .social-icon a:hover {
  background-color: var(--theme-yellow-4);
  color: var(--header);
}

.footer-widget-wrapper.style-5 .single-footer-widget .footer-content .footer-input {
  position: relative;
  margin-top: 25px;
}

.footer-widget-wrapper.style-5 .single-footer-widget .footer-content .footer-input .icon {
  position: absolute;
  top: 14px;
  left: 20px;
}

.footer-widget-wrapper.style-5 .single-footer-widget .footer-content .footer-input input {
  border-radius: 7px;
  border: none;
  background: var(--white);
  outline: none;
  width: 100%;
  padding: 16px 20px;
  padding-left: 45px;
  line-height: 1;
  color: var(--text);
}

.footer-widget-wrapper.style-5 .single-footer-widget .footer-content .footer-input .newsletter-btn {
  padding: 15px 30px;
  display: inline-block;
  color: var(--header);
  background-color: var(--theme-yellow-4);
  line-height: 1;
  border-radius: 10px;
  position: absolute;
  top: 4px;
  right: 4px;
  transition: all 0.4s ease-in-out;
  font-size: 14px;
  font-weight: 600;
}

.footer-widget-wrapper.style-5 .single-footer-widget .footer-content .footer-input .newsletter-btn:hover {
  background-color: var(--header);
  color: var(--white);
}

.footer-widget-wrapper.style-5 .single-footer-widget .contact-list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .footer-widget-wrapper.style-5 .single-footer-widget .contact-list-area {
    flex-wrap: wrap;
    gap: 25px;
  }
}

.footer-widget-wrapper.style-5 .single-footer-widget .contact-list-area ul li {
  color: var(--white);
}

.footer-widget-wrapper.style-5 .single-footer-widget .contact-list-area ul li span {
  color: var(--white);
  opacity: 0.55;
  text-transform: capitalize;
  margin-bottom: 5px;
  display: block;
  font-size: 18px;
}

.footer-widget-wrapper.style-5 .single-footer-widget .contact-list-area ul li a {
  color: var(--white);
  display: block;
}

.footer-bottom p {
  text-align: right;
  font-weight: 400;
  color: var(--white);
}

@media (max-width: 991px) {
  .footer-bottom p {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-bottom p a {
  color: var(--theme-green);
}

.footer-bottom.style-2 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
}

.footer-bottom.style-2 p {
  text-align: center;
}

.footer-bottom.style-2 p a {
  color: var(--theme-yellow);
}

.footer-bottom.style-3 {
  border-top: 1px solid rgba(9, 34, 75, 0.1);
  padding: 30px 0;
}

.footer-bottom.style-3 .footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .footer-bottom.style-3 .footer-bottom-wrapper {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center;
  }
}

.footer-bottom.style-3 .footer-bottom-wrapper p {
  color: var(--text);
}

@media (max-width: 991px) {
  .footer-bottom.style-3 .footer-bottom-wrapper p {
    padding-bottom: 0;
  }
}

.footer-bottom.style-3 .footer-bottom-wrapper p a {
  color: var(--theme-red);
}

.footer-bottom.style-3 .footer-bottom-wrapper .footer-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 575px) {
  .footer-bottom.style-3 .footer-bottom-wrapper .footer-menu {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.footer-bottom.style-3 .footer-bottom-wrapper .footer-menu li {
  font-size: 16px;
}

.footer-bottom.style-3 .footer-bottom-wrapper .footer-menu li a {
  color: var(--text);
  background-image: linear-gradient(var(--theme-red), var(--theme-red));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  font-weight: 400;
  text-decoration: none !important;
}

.footer-bottom.style-3 .footer-bottom-wrapper .footer-menu li a:hover {
  background-size: 100% 2px;
  color: var(--theme-red);
  text-decoration: none !important;
}

.footer-bottom.style-4 p {
  color: var(--text);
}

.footer-bottom.style-4 p a {
  color: var(--theme-pink);
}

.footer-bottom.style-5 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 9;
}

.footer-bottom.style-5 .footer-bottom-wrapper p {
  color: var(--white);
}

.footer-bottom.style-5 .footer-bottom-wrapper p a {
  color: var(--white);
}

.footer-bottom.style-5 .footer-bottom-wrapper .footer-menu li a {
  color: var(--white);
  background-image: linear-gradient(var(--white), var(--white));
}

.footer-bottom.style-5 .footer-bottom-wrapper .footer-menu li a:hover {
  color: var(--white);
}

.footer-name {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}

.footer-name h2 {
  color: rgba(255, 255, 255, 0.04) !important;
  text-align: center;
  font-size: clamp(30px, 8.5vw, 150px);
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1;
  white-space: nowrap;
}

.footer-name.style-2 h2 {
  color: rgba(3, 31, 66, 0.05);
}

.footer-banner-items {
  padding: 100px 0 0;
}

.footer-banner-items .footer-banner {
  padding: 50px 40px;
  background-color: var(--theme-green);
  border-radius: 7px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

@media (max-width: 1399px) {
  .footer-banner-items .footer-banner {
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .footer-banner-items .footer-banner {
    justify-content: center;
    text-align: center;
  }
}

.footer-banner-items .footer-banner .content {
  max-width: 295px;
}

.footer-banner-items .footer-banner .content p {
  color: var(--header);
  margin-top: 10px;
  margin-bottom: 25px;
}

.footer-banner-items .footer-banner .content .theme-btn {
  background-color: var(--header);
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  padding: 18px 30px;
}

.footer-banner-items .footer-banner .content .theme-btn::after,
.footer-banner-items .footer-banner .content .theme-btn::before {
  background-color: var(--white);
}

.footer-banner-items .footer-banner .content .theme-btn:hover {
  color: var(--header);
}

.footer-banner-items .footer-banner .thumb {
  margin-bottom: -50px;
  position: relative;
  z-index: 8;
}

.footer-banner-items .footer-banner .thumb::before {
  position: absolute;
  bottom: -125px;
  left: 50%;
  transform: translateX(-50%);
  height: 286px;
  width: 286px;
  border-radius: 50%;
  background-color: #00C8AE;
  content: "";
  z-index: -1;
}

.footer-banner-items .footer-banner.style-2 {
  background-color: var(--theme-yellow);
}

.footer-banner-items .footer-banner.style-2 .thumb {
  margin-bottom: -50px;
  position: relative;
  z-index: 8;
}

.footer-banner-items .footer-banner.style-2 .thumb::before {
  background-color: var(--theme-yellow-2);
}

.footer-section-3 {
  position: relative;
}

.footer-section-3 .circle-shape {
  position: absolute;
  bottom: 35%;
  left: 5%;
  animation: bounce-x 7s infinite linear;
}

.footer-section-3 .vector-shape {
  position: absolute;
  top: 25%;
  right: 5%;
  animation: bounce-x 7s infinite linear;
}

.footer-section-5 {
  position: relative;
}

@media (max-width: 1399px) {
  .footer-section-5 {
    background-color: #553CDF;
  }
}

.footer-section-5 .bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 1399px) {
  .footer-section-5 .bg-shape-1 {
    display: none;
  }
}

.footer-section-5 .bg-shape-2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 1399px) {
  .footer-section-5 .bg-shape-2 {
    display: none;
  }
}

.footer-section-5 .circle-shape-3 {
  position: absolute;
  bottom: 15%;
  left: 10%;
}

.footer-section-5 .vector-shape-3 {
  position: absolute;
  bottom: 25%;
  right: 5%;
}

.footer-section {
  position: relative;
}

.footer-section .circle-shape-2 {
  position: absolute;
  bottom: 20%;
  left: 5%;
}

.footer-section .big-circle {
  position: absolute;
  bottom: 50px;
  right: 0;
}

.footer-section .Vector-shape-2 {
  position: absolute;
  top: 18%;
  right: 8%;
}

.shop-box-items {
  margin-top: 30px;
}

.shop-box-items .star i {
  color: var(--theme-blue);
}

.shop-box-items .shop-button {
  margin-top: 30px;
}

.shop-box-items .shop-button .theme-btn {
  width: 100%;
  background-color: var(--bg);
  color: var(--theme-blue);
}

.shop-box-items .shop-button .theme-btn:hover {
  color: var(--white);
}

.shop-box-items .book-thumb {
  position: relative;
  overflow: hidden;
}

.shop-box-items .book-thumb img {
  transition: all 0.4s ease-in-out;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.shop-box-items .book-thumb .post-box {
  position: absolute;
  left: 24px;
  top: 20px;
  display: grid;
  gap: 6px;
}

.shop-box-items .book-thumb .post-box li {
  background-color: var(--theme-blue);
  color: var(--white);
  font-weight: 600;
  display: inline-block;
  border-radius: 4px;
  padding: 8px 16px;
  line-height: 1;
}

.shop-box-items .book-thumb .post-box li:nth-child(2) {
  background-color: var(--theme-blue);
}

.shop-box-items .book-thumb .shop-icon {
  gap: 8px;
  position: absolute;
  top: 26px;
  right: 26px;
}

.shop-box-items .book-thumb .shop-icon li {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  background-color: var(--white);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}

.shop-box-items .book-thumb .shop-icon li a i,
.shop-box-items .book-thumb .shop-icon li a .icon {
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

.shop-box-items .book-thumb .shop-icon li:hover {
  background-color: var(--theme-blue);
}

.shop-box-items .book-thumb .shop-icon li:hover i {
  color: var(--white);
}

.shop-box-items .book-thumb .shop-icon li:hover .icon {
  filter: invert(100%) brightness(250%) contrast(100%);
}

.shop-box-items .shop-content {
  margin-top: 20px;
}

.shop-box-items .shop-content h3 {
  font-size: 18px;
}

.shop-box-items .shop-content h3 a:hover {
  color: var(--theme-blue);
}

.shop-box-items .shop-content .price-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.shop-box-items .shop-content .price-list li {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-blue);
}

.shop-box-items .shop-content .price-list li del {
  font-weight: 500;
  color: rgba(92, 112, 126, 0.8);
}

.shop-box-items .shop-content .price-list li:nth-child(2) {
  font-weight: 600;
  color: var(--text);
}

.shop-box-items .shop-content .price-list li:nth-child(2) i {
  color: #FFA900;
  margin-right: 8px;
}

.shop-box-items .shop-content .shop-button {
  margin-top: 20px;
}

.shop-box-items .shop-content .shop-button .theme-btn {
  width: 100%;
  justify-content: center;
  padding: 16px 30px;
  gap: 10px;
  color: var(--header);
}

.shop-box-items .shop-content .shop-button .theme-btn::before,
.shop-box-items .shop-content .shop-button .theme-btn::after {
  background-color: var(--theme-blue);
}

.shop-box-items .shop-content .shop-button .theme-btn:hover {
  color: var(--white);
}

.shop-box-items:hover .book-thumb img {
  transform: scale(1.1);
}

.shop-box-items:hover .book-thumb .shop-icon li {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.common-table {
  min-width: -moz-max-content;
  min-width: max-content;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.common-table .cart-item-thumb {
  width: 86px;
}

@media (max-width: 1399px) {
  .common-table .cart-item-thumb {
    flex-wrap: wrap;
  }
}

.common-table .cart-item-thumb .head {
  color: #1B1F2A;
  font-size: 20px;
  text-transform: capitalize;
  font-family: "Plus Jakarta Sans", system-ui;
  font-weight: 600;
}

.common-table .price-usd {
  font-size: 16px;
  font-weight: 500;
  color: #666C78;
}

.common-table tr {
  border-bottom: 1px solid #E4E4E5;
}

.common-table thead,
.common-table tbody {
  width: 100%;
}

.common-table thead tr,
.common-table tbody tr {
  width: 100%;
  display: flex;
  box-sizing: border-box;
}

.common-table thead tr th,
.common-table thead tr td,
.common-table tbody tr th,
.common-table tbody tr td {
  width: 100%;
  box-sizing: border-box;
}

.common-table thead tr {
  color: #1B1F2A;
  border-bottom: unset;
  border-radius: 16px 16px 0 0;
  border-bottom: 1px solid #E4E4E5;
}

.common-table thead tr th {
  background: unset;
  color: unset;
  border: unset;
  font-size: 16px;
  padding-bottom: 16px;
}

.common-table tbody tr td {
  background: transparent;
  color: unset;
  box-sizing: border-box;
  border-bottom: unset;
}

.quantity button i {
  font-size: 16px;
}

.quantity .quantityValue {
  width: 40px;
  text-align: center;
  padding: 0;
  color: #000;
  border: unset;
}


.price-range-wrapper .slider-container {
  position: relative;
  width: 100%;
}

.price-range-wrapper .price-text label {
  color: #1b1f2a;
  font-size: 16px;
  font-weight: 500;
}

.price-range-wrapper .price-text input {
  color: #1b1f2a;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
}

.price-range-wrapper .slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: #ddd;


  /* Default background */
  outline: none;
  position: absolute;
  top: 0;
  pointer-events: none;
}

.price-range-wrapper .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;

  width: 18px;
  height: 18px;

  background-color: var(--theme-blue);
  border: 2px solid #fff;
  border-radius: 50%;

  cursor: pointer;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Firefox */
.price-range-wrapper .slider::-moz-range-thumb {
  width: 18px;
  height: 18px;

  background-color: var(--theme-blue);
  border: 2px solid #fff;
  border-radius: 50%;

  cursor: pointer;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.price-range-wrapper .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: var(--theme-blue);
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #000;
  z-index: 2;
  position: relative;
}

.price-range-wrapper .slider::-ms-thumb {
  width: 20px;
  height: 20px;
  background: var(--theme-blue);
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #000;
  z-index: 2;
  position: relative;
}

.price-range-wrapper input[type=range]::-moz-range-track {
  background: transparent;
}

@media (max-width: 767px) {
  .cart-list-area .table-responsive {
    overflow-x: scroll;
  }
}

@media (max-width: 991px) {
  .cart-list-area .table-responsive .table {
    width: 900px;
  }
}

.cart-list-area .coupon-items input {
  background: #F5F6FA;
  border: none;
  padding: 18px 30px;
  color: var(--text);
  line-height: 1;
  border-radius: 10px;
}

.cart-list-area .theme-btn {
  transition: all 0.4s ease-in-out;
}

.cart-total-area {
  margin-top: -10px;
}

.cart-total-area h3 {
  font-size: 40px;
  margin-bottom: 5px;
}

.cart-total-area ul {
  margin-bottom: 50px;
}

.cart-total-area ul li {
  font-size: 20px;
  font-weight: 600;
  color: var(--header);
  display: flex;
  align-items: center;
  gap: 220px;
  border-bottom: 1px solid #E4E4E5;
  padding-bottom: 25px;
  padding-top: 25px;
}

.cart-total-area ul li .subtotal {
  color: #666C78;
  font-weight: 400;
  margin-left: -30px;
}

.cart-total-area ul li .price {
  font-weight: 700;
  font-size: 22px;
  flex-basis: 30%;
}

.shop-details-wrapper .shop-details-items .details-image {
  overflow: hidden;
}

.shop-details-wrapper .shop-details-items .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.shop-details-wrapper .shop-details-items .book-list {
  margin-top: 40px;
}

.shop-details-wrapper .shop-details-items .book-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .shop-details-wrapper .shop-details-items .book-list ul {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.shop-details-wrapper .shop-details-items .book-list ul li {
  display: grid;
  font-size: 14px;
  gap: 10px;
  text-align: center;
}

.shop-details-wrapper .shop-details-items .book-list ul li .text-1 {
  line-height: 1.3;
}

.shop-details-wrapper .shop-details-items .book-list ul li i {
  font-size: 22px;
}

.shop-details-wrapper .shop-details-items .book-list ul li .text-2 {
  line-height: 1.4;
  font-weight: 700;
}

.shop-details-wrapper .shop-details-items .details-content {
  margin-left: 70px;
}

@media (max-width: 1199px) {
  .shop-details-wrapper .shop-details-items .details-content {
    margin-left: 0;
  }
}

.shop-details-wrapper .shop-details-items .details-content .post-cut {
  background: rgba(0, 91, 255, 0.0784313725);
  padding: 8px 12px;
  border-radius: 30px;
  color: var(--theme-blue);
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1;
}

.shop-details-wrapper .shop-details-items .details-content h2 {
  font-size: 48px;
}

@media (max-width: 575px) {
  .shop-details-wrapper .shop-details-items .details-content h2 {
    font-size: 36px;
  }
}

.shop-details-wrapper .shop-details-items .details-content .author-list {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 25px;
}

@media (max-width: 1199px) {
  .shop-details-wrapper .shop-details-items .details-content .author-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.shop-details-wrapper .shop-details-items .details-content .author-list li {
  font-size: 14px;
}

.shop-details-wrapper .shop-details-items .details-content .author-list li span b {
  font-weight: 600;
  color: var(--header);
}

.shop-details-wrapper .shop-details-items .details-content .author-list li .star {
  color: #FFA900;
  font-size: 14px;
}

.shop-details-wrapper .shop-details-items .details-content .author-list li .star i.color-2 {
  color: #ebebeb;
}

.shop-details-wrapper .shop-details-items .details-content .author-list li .star span {
  font-weight: 500;
  color: var(--header);
}

.shop-details-wrapper .shop-details-items .details-content .price-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .shop-details-wrapper .shop-details-items .details-content .price-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.shop-details-wrapper .shop-details-items .details-content .price-list h3 {
  color: var(--theme-blue);
}

.shop-details-wrapper .shop-details-items .details-content .format-items {
  margin-top: 30px;
}

.shop-details-wrapper .shop-details-items .details-content .format-items .format-box-list {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1199px) {
  .shop-details-wrapper .shop-details-items .details-content .format-items .format-box-list {
    flex-wrap: wrap;
  }
}

.shop-details-wrapper .shop-details-items .details-content .format-items .format-box-list li {
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  border: 1px solid var(--border);
  padding: 14px 16px;
  line-height: 1;
  border-radius: 10px;
  padding-right: 24px;
}

.shop-details-wrapper .shop-details-items .details-content .format-items .format-box-list li span {
  color: var(--theme-blue);
  display: block;
  margin-top: 14px;
}

.shop-details-wrapper .shop-details-items .details-content .cart-quantity {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 30px 0;
}

@media (max-width: 1199px) {
  .shop-details-wrapper .shop-details-items .details-content .cart-quantity {
    flex-wrap: wrap;
  }
}

.shop-details-wrapper .shop-details-items .details-content .cart-quantity .qty {
  display: flex;
  align-items: center;
  border: 1px solid #E4E4E5;
  padding: 16px 24px;
  line-height: 1;
  justify-content: space-between;
  border-radius: 10px;
}

.shop-details-wrapper .shop-details-items .details-content .cart-quantity .qty button,
.shop-details-wrapper .shop-details-items .details-content .cart-quantity .qty input {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--header);
  font-weight: 400;
  font-size: 24px;
}

.shop-details-wrapper .shop-details-items .details-content .cart-quantity .qty input {
  background-color: transparent;
  text-align: center;
  border-radius: 0;
  border: unset;
  outline: none;
}

.shop-details-wrapper .shop-details-items .details-content .cart-quantity .shop-btn {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  background-color: var(--theme-blue);
  color: var(--white);
  padding: 24px 20px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  border-radius: 10px;
  text-transform: capitalize;
}

.shop-details-wrapper .shop-details-items .details-content .cart-quantity .shop-btn i {
  margin-right: 10px;
}

.shop-details-wrapper .shop-details-items .details-content .cart-quantity .shop-btn:hover {
  background-color: var(--header);
}

.shop-details-wrapper .shop-details-items .details-content .cart-quantity .icon-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.shop-details-wrapper .shop-details-items .details-content .cart-quantity .icon-item .icon {
  border: 1px solid #E4E4E5;
  padding: 16px 24px;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}

.shop-details-wrapper .shop-details-items .details-content .cart-quantity .icon-item .icon:hover {
  background-color: var(--theme-blue);
  color: var(--white);
}

.shop-details-wrapper .shop-details-items .details-content .buy-btn {
  width: 100%;
  background-color: transparent;
  outline: none;
  border: 1px solid #E4E4E5;
  font-size: 16px;
  font-weight: 600;
  padding: 22px 20px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  border-radius: 10px;
  text-transform: capitalize;
}

.shop-details-wrapper .shop-details-items .details-content .buy-btn:hover {
  background-color: var(--theme-blue);
  color: var(--white);
}

.shop-details-wrapper .shop-details-items .details-content .list {
  margin-top: 20px;
}

.shop-details-wrapper .shop-details-items .details-content .list li {
  font-size: 14px;
}

.shop-details-wrapper .shop-details-items .details-content .list li:not(:last-child) {
  margin-bottom: 8px;
}

.shop-details-wrapper .shop-details-items .details-content .list li i {
  margin-right: 5px;
}

.shop-details-wrapper .shop-details-items .details-content .payment-metod {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #E4E4E5;
  border-bottom: 1px solid #E4E4E5;
  padding: 30px 0;
}

.shop-details-wrapper .shop-details-items .details-content .payment-metod p {
  font-weight: 500;
  color: var(--header);
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .shop-details-wrapper .single-tab {
    margin-top: -10px;
  }
}

.shop-details-wrapper .single-tab .nav {
  justify-content: center;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
}

.shop-details-wrapper .single-tab .nav .nav-link h6 {
  font-size: 24px;
  font-weight: 700;
}

.shop-details-wrapper .single-tab .nav .nav-link.active {
  position: relative;
}

.shop-details-wrapper .single-tab .nav .nav-link.active h6 {
  color: var(--theme-blue);
}

.shop-details-wrapper .single-tab .nav .nav-link.active::before {
  position: absolute;
  bottom: -21px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: var(--theme-blue);
  transition: 0.3s;
}

@media (max-width: 470px) {
  .shop-details-wrapper .single-tab .nav .nav-link.active::before {
    display: none;
  }
}

.shop-details-wrapper .single-tab .nav .nav-link h6 {
  font-size: 18px;
}

@media (max-width: 767px) {
  .shop-details-wrapper .single-tab .table-responsive {
    overflow-x: scroll;
  }
}

@media (max-width: 991px) {
  .shop-details-wrapper .single-tab .table-responsive .table {
    width: 900px;
  }
}

.shop-details-wrapper .single-tab .table-responsive .table tbody tr .text-1 {
  font-weight: 600;
  color: var(--text);
  padding: 18px 0px 18px 20px;
  line-height: 1;
  max-width: 670px;
}

.shop-details-wrapper .single-tab .table-responsive .table tbody tr .text-2 {
  font-weight: 400;
  color: var(--text);
  padding: 18px 20px;
  line-height: 1;
}

.shop-details-wrapper .single-tab .review-wrap-area {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .shop-details-wrapper .single-tab .review-wrap-area {
    flex-wrap: wrap;
    gap: 20px !important;
  }
}

.shop-details-wrapper .single-tab .review-wrap-area .review-thumb {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.shop-details-wrapper .single-tab .review-wrap-area .review-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.shop-details-wrapper .single-tab .review-wrap-area .review-content {
  width: 100%;
  flex-basis: 90%;
}

@media (max-width: 991px) {
  .shop-details-wrapper .single-tab .review-wrap-area .review-content {
    flex-basis: initial;
  }
}

.shop-details-wrapper .single-tab .review-wrap-area .review-content .head-area .cont {
  margin-bottom: 10px;
}

.shop-details-wrapper .single-tab .review-wrap-area .review-content .head-area .cont h5 {
  font-size: 20px;
  font-weight: 600;
}

.shop-details-wrapper .single-tab .review-wrap-area .review-content .head-area .cont span {
  color: var(--text);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.shop-details-wrapper .single-tab .review-wrap-area .review-content .head-area .star {
  color: #FFA41B;
}

.shop-details-wrapper .single-tab .review-title h4 {
  font-size: 24px;
  font-weight: 700;
}

.shop-details-wrapper .single-tab .review-title .rate-now {
  margin-top: 15px;
  gap: 15px;
}

.shop-details-wrapper .single-tab .review-title .rate-now p {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--header);
}

.shop-details-wrapper .single-tab .review-title .rate-now i {
  font-size: 16px;
  color: #FFA41B;
}

.shop-details-wrapper .single-tab .review-form {
  margin-top: 40px;
}

.shop-details-wrapper .single-tab .review-form .form-clt span {
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  display: inline-block;
  margin-bottom: 15px;
}

.shop-details-wrapper .single-tab .review-form .form-clt input,
.shop-details-wrapper .single-tab .review-form .form-clt textarea {
  width: 100%;
  outline: none;
  border: 1px solid #E3E3E3;
  padding: 18px 25px;
  color: var(--text);
  background-color: transparent;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 8px;
}

@media (max-width: 575px) {

  .shop-details-wrapper .single-tab .review-form .form-clt input,
  .shop-details-wrapper .single-tab .review-form .form-clt textarea {
    padding: 15px 20px;
  }
}

.shop-details-wrapper .single-tab .review-form .form-clt textarea {
  padding-bottom: 160px;
}

.shop-details-wrapper .single-tab .review-form .from-customradio .form-check-label {
  color: var(--header);
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.shop-details-wrapper .single-tab .review-form .theme-btn {
  transition: all 0.4s ease-in-out;
}

.shop-list-items {
  display: flex;
  align-items: center;
  gap: 40px;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 30px;
}

@media (max-width: 991px) {
  .shop-list-items {
    display: inline-block;
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .shop-list-items .book-thumb {
    max-width: 700px;
  }

  .shop-list-items .book-thumb img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 991px) {
  .shop-list-items .shop-content {
    margin-top: 30px;
  }
}

.shop-list-items .shop-content h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.shop-list-items .shop-content h3 a:hover {
  color: var(--theme-blue);
}

.shop-list-items .shop-content h4 {
  font-size: 24px;
}

.shop-list-items .shop-content .star {
  color: #FFA900;
  margin: 20px 0;
}

.shop-list-items .shop-content .shop-button {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .shop-list-items .shop-content .shop-button {
    flex-wrap: wrap;
  }
}

.shop-list-items .shop-content .shop-button .shop-icon {
  gap: 8px;
}

.shop-list-items .shop-content .shop-button .shop-icon li {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  background-color: var(--bg);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
}

.shop-list-items .shop-content .shop-button .shop-icon li a i,
.shop-list-items .shop-content .shop-button .shop-icon li a .icon {
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

.shop-list-items .shop-content .shop-button .shop-icon li:hover {
  background-color: var(--theme-blue);
}

.shop-list-items .shop-content .shop-button .shop-icon li:hover i {
  color: var(--white);
}

.shop-list-items .shop-content .shop-button .shop-icon li:hover .icon {
  filter: invert(100%) brightness(250%) contrast(100%);
}

.shop-list-items .shop-content .shop-button .theme-btn {
  background-color: var(--theme-blue);
  color: var(--white);
}

.checkout-radio {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 24px;
}

.checkout-radio .primary-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 16px;
  color: var(--header);
  text-transform: capitalize;
}

.checkout-radio h4 {
  color: var(--header);
  margin-bottom: 16px;
  font-weight: 600;
}

.checkout-radio .checkout-radio-wrapper .checkout-radio-single .form-check-input {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  box-shadow: none;
  outline: none;
  border: 1px solid var(--border);
  font-weight: 500;
}

.checkout-radio .checkout-radio-wrapper .checkout-radio-single label {
  color: var(--header);
  text-transform: capitalize;
}

.checkout-radio .checkout-radio-wrapper .checkout-radio-single:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 500px) {
  .checkout-radio {
    padding: 10px;
  }
}

.checkout-single-wrapper .checkout-single h4 {
  color: var(--header);
  margin-bottom: 2rem;
  font-weight: 600;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .country-select,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single input {
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 1px solid var(--border);
  border-radius: 5px;
  padding: 12px 24px;
  color: var(--header);
  text-transform: capitalize;
  font-weight: 500;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single label {
  color: var(--header);
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 500;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single ::placeholder {
  color: var(--header);
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select {
  background-color: var(--white);
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select span {
  font-size: 18px;
  color: var(--header);
  font-weight: 500;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select::after {
  border-right: 1px solid var(--header);
  border-bottom: 1px solid var(--header);
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select .list {
  width: 100%;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select .option {
  background-color: var(--bg);
  border: none;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .payment {
  color: var(--header);
  margin-bottom: 12px;
  text-transform: capitalize;
}

.checkout-single-wrapper .boxshado-single {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 32px;
  margin-bottom: 24px;
}

@media (max-width: 575px) {
  .checkout-single-wrapper .boxshado-single {
    padding: 14px;
  }
}

.checkout-single-wrapper .checkout-single-bg {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 32px;
}

.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single textarea,
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single .country-select,
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single input {
  border: 1px solid var(--border);
  background: transparent;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .checkout-single-wrapper .checkout-single-bg {
    padding: 14px;
  }
}

.checkout-single-wrapper .checkout-single-bg .payment-save {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.checkout-single-wrapper .checkout-single-bg .payment-save input {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid var(--border);
  background-color: var(--theme-blue);
  outline: none;
  color: var(--header);
}

.checkout-single-wrapper .checkout-single-bg .payment-save label {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

/* --- Apple Style Floating Dock --- */
.apple-dock-container {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999999;
  pointer-events: none;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.apple-dock {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 10px 16px;
  border-radius: 24px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  pointer-events: auto;
  transition: padding 0.2s ease, gap 0.2s ease;
  height: 68px;
}

.apple-dock .dock-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: #1a253c;
  cursor: pointer;
  text-decoration: none;
  transition: width 0.2s cubic-bezier(0.25, 1, 0.5, 1), height 0.2s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.2s ease;
  transform-origin: center top;
}

.apple-dock .dock-item:hover {
  background: #ffffff;
  color: var(--theme-blue);
}

.apple-dock .dock-item .dock-icon {
  font-size: 20px;
  transition: font-size 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.apple-dock .dock-item .dock-label {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%) translateY(-5px);
  background: rgba(15, 23, 42, 0.9);
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.apple-dock .dock-item:hover .dock-label {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}


/* --- Custom Logo Typography --- */
.doskaya-logo-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #031F42;
  letter-spacing: -0.5px;
  display: inline-block;
  line-height: 1;
}

.header-logo .doskaya-logo-text {
  color: #ffffff !important;
}

.header-logo-2 .doskaya-logo-text,
.offcanvas__logo .doskaya-logo-text {
  color: #031F42 !important;
}

.doskaya-logo-text .logo-highlight {
  color: var(--theme-blue) !important;
}

/* Responsive: Hide or scale on mobile screen */
@media (max-width: 767px) {
  .apple-dock {
    gap: 8px;
    padding: 8px 12px;
    height: 56px;
    border-radius: 18px;
  }

  .apple-dock .dock-item {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .apple-dock .dock-item .dock-icon {
    font-size: 16px;
  }
}

/* --- Scroll Expand Media Component --- */
.scroll-expand-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.scroll-expand-hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;        /* header (z:1100) ve mobile sheet (z:99999) altında kalmalı */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.scroll-expand-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: opacity 0.1s linear;
}

.scroll-expand-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 1;
}

.scroll-expand-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.scroll-expand-media-box {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.4);
  background: #000;
  width: 300px;
  height: 400px;
  max-width: 100vw;
  max-height: 100vh;
  will-change: width, height, border-radius, box-shadow;
}

.scroll-expand-media-box video,
.scroll-expand-media-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.scroll-expand-media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 6;
}

/* Titles and Text */
.scroll-expand-title-container {
  position: absolute;
  z-index: 7;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  pointer-events: none;
}

.scroll-expand-title-first,
.scroll-expand-title-rest {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 5rem;
  color: #fff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  margin: 0;
  transition: transform 0.05s linear;
}

.scroll-expand-date {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 5;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

.scroll-expand-scroll-text {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

/* Page content wrapper */
.scroll-expand-content {
  position: relative;
  z-index: 2;
  margin-top: 100vh;
  background: #ffffff;
  min-height: 100vh;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/* When expanded fully */
.scroll-expand-container.expanded .scroll-expand-hero {
  position: absolute;
}

.scroll-expand-container.expanded .scroll-expand-content {
  opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 767px) {

  .scroll-expand-title-first,
  .scroll-expand-title-rest {
    font-size: 2.8rem;
  }

  /* Mobilde medya kutusu: tam ekranla örtüşmesin */
  .scroll-expand-media-box {
    width: 260px;
    height: 340px;
  }

  /* Mobilde aşağı kaydır metni daha küçük */
  .scroll-expand-scroll-text {
    font-size: 0.85rem;
    right: 12px;
    bottom: 12px;
  }
}

/* --- Dome Gallery CSS Component --- */
.sphere-root {
  position: relative;
  width: 100%;
  height: 100%;
  --radius: 520px;
  --viewer-pad: 72px;
  --circ: calc(var(--radius) * 3.14);
  --rot-y: calc((360deg / var(--segments-x)) / 2);
  --rot-x: calc((360deg / var(--segments-y)) / 2);
  --item-width: calc(var(--circ) / var(--segments-x));
  --item-height: calc(var(--circ) / var(--segments-y));
}

.sphere-root * {
  box-sizing: border-box;
}

.sphere,
.item,
.item__image {
  transform-style: preserve-3d;
}

main.sphere-main {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  background: transparent;
}

.stage {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  perspective: calc(var(--radius) * 2);
  perspective-origin: 50% 50%;
  contain: layout paint size;
}

.sphere {
  transform: translateZ(calc(var(--radius) * -1));
  will-change: transform;
}

.overlay,
.overlay--blur {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 3;
  pointer-events: none;
}

.overlay {
  background-image: radial-gradient(rgba(235, 235, 235, 0) 65%, var(--overlay-blur-color, #120F17) 100%);
}

.overlay--blur {
  -webkit-mask-image: radial-gradient(rgba(235, 235, 235, 0) 70%, var(--overlay-blur-color, #120F17) 90%);
  mask-image: radial-gradient(rgba(235, 235, 235, 0) 70%, var(--overlay-blur-color, #120F17) 90%);
  backdrop-filter: blur(3px);
}

.item {
  width: calc(var(--item-width) * var(--item-size-x));
  height: calc(var(--item-height) * var(--item-size-y));
  position: absolute;
  top: -999px;
  bottom: -999px;
  left: -999px;
  right: -999px;
  margin: auto;
  transform-origin: 50% 50%;
  backface-visibility: hidden;
  transition: transform 300ms;
  transform: rotateY(calc(var(--rot-y) * (var(--offset-x) + ((var(--item-size-x) - 1) / 2)) + var(--rot-y-delta, 0deg))) rotateX(calc(var(--rot-x) * (var(--offset-y) - ((var(--item-size-y) - 1) / 2)) + var(--rot-x-delta, 0deg))) translateZ(var(--radius));
}

.item__image {
  position: absolute;
  display: block;
  inset: 10px;
  border-radius: var(--tile-radius, 30px);
  background: transparent;
  overflow: hidden;
  backface-visibility: hidden;
  transition: transform 300ms;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.item__image:focus {
  outline: none;
}

.item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  backface-visibility: hidden;
  filter: none;
  transition: filter 0.3s ease;
}

.item__image:hover img {
  filter: none;
}

.viewer {
  position: absolute;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--viewer-pad);
}

.viewer .frame {
  height: 100%;
  aspect-ratio: 1;
  border-radius: var(--enlarge-radius, 30px);
  display: flex;
}

@media (max-aspect-ratio: 1/1) {
  .viewer .frame {
    height: auto;
    width: 100%;
  }
}

.viewer .scrim {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  opacity: 0;
  transition: opacity 500ms ease;
  backdrop-filter: blur(3px);
}

.sphere-root[data-enlarging='true'] .viewer .scrim {
  opacity: 1;
  pointer-events: all;
}

.viewer .enlarge {
  position: absolute;
  z-index: 30;
  border-radius: var(--enlarge-radius, 30px);
  overflow: hidden;
  transition:
    transform 500ms ease,
    opacity 500ms ease;
  transform-origin: top left;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.viewer .enlarge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edge-fade {
  position: absolute;
  left: 0;
  right: 0;
  height: 120px;
  z-index: 5;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, var(--overlay-blur-color, #120F17));
}

.edge-fade--top {
  top: 0;
  transform: rotate(180deg);
}

.edge-fade--bottom {
  bottom: 0;
}

/* --- ScrollFloat CSS Component --- */
.scroll-float {
  overflow: hidden;
  text-align: center;
}

.scroll-float-text {
  display: inline-block;
  font-size: clamp(2rem, 5vw, 6rem);
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.char {
  display: inline-block;
}

.apple-dock-container {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

/* --- StaggeredMenu CSS Component --- */
.staggered-menu-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
}

.staggered-menu-wrapper.fixed-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  overflow: hidden;
}

.staggered-menu-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2em;
  background: transparent;
  pointer-events: none;
  z-index: 20;
}

.staggered-menu-header>* {
  pointer-events: auto;
}

.sm-logo {
  display: flex;
  align-items: center;
  user-select: none;
}

.sm-logo-img {
  display: block;
  height: 32px;
  width: auto;
  object-fit: contain;
}

.sm-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(3, 31, 66, 0.15) !important;
  cursor: pointer;
  color: #031F42 !important;
  font-weight: 700;
  line-height: 1;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.05rem;
  overflow: visible;
  padding: 10px 18px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.sm-toggle:hover {
  background: #031F42 !important;
  color: #ffffff !important;
  border-color: #031F42 !important;
  box-shadow: 0 6px 20px rgba(3, 31, 66, 0.25);
  transform: translateY(-1px);
}

.sm-toggle-textWrap {
  position: relative;
  display: inline-block;
  height: 1em;
  overflow: hidden;
  white-space: nowrap;
  width: 50px;
}

.sm-toggle-textInner {
  display: flex;
  flex-direction: column;
  line-height: 1;
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.sm-toggle-line {
  display: block;
  height: 1em;
  line-height: 1;
}

.sm-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.sm-icon-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  will-change: transform;
}

.sm-icon-line-v {
  transform: translate(-50%, -50%) rotate(90deg);
}

.staggered-menu-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(320px, 40vw, 480px);
  height: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 8em 3em 3em 3em;
  overflow-y: auto;
  z-index: 10;
  pointer-events: auto;
  transform: translateX(100%);
  transition: transform 0.65s cubic-bezier(0.76, 0, 0.24, 1);
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.15);
}

.sm-prelayers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: clamp(320px, 40vw, 480px);
  pointer-events: none;
  z-index: 5;
}

.sm-prelayer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.staggered-menu-wrapper[data-open='true'] .sm-prelayer:nth-child(1) {
  transform: translateX(0);
  transition-delay: 0s;
}

.staggered-menu-wrapper[data-open='true'] .sm-prelayer:nth-child(2) {
  transform: translateX(0);
  transition-delay: 0.07s;
}

.staggered-menu-wrapper[data-open='true'] .staggered-menu-panel {
  transform: translateX(0);
  transition-delay: 0.15s;
}

.sm-panel-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.sm-panel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.sm-panel-itemWrap {
  position: relative;
  overflow: hidden;
  line-height: 1;
}

.sm-panel-item {
  position: relative;
  color: #031F42;
  font-weight: 800;
  font-size: 2.2rem;
  cursor: pointer;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: inline-block;
  text-decoration: none;
  transform: translateY(140%) rotate(10deg);
  transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1), color 0.25s;
}

.staggered-menu-wrapper[data-open='true'] .sm-panel-item {
  transform: translateY(0) rotate(0deg);
}

.staggered-menu-wrapper[data-open='true'] .sm-panel-itemWrap:nth-child(1) .sm-panel-item {
  transition-delay: 0.25s;
}

.staggered-menu-wrapper[data-open='true'] .sm-panel-itemWrap:nth-child(2) .sm-panel-item {
  transition-delay: 0.33s;
}

.staggered-menu-wrapper[data-open='true'] .sm-panel-itemWrap:nth-child(3) .sm-panel-item {
  transition-delay: 0.41s;
}

.staggered-menu-wrapper[data-open='true'] .sm-panel-itemWrap:nth-child(4) .sm-panel-item {
  transition-delay: 0.49s;
}

.staggered-menu-wrapper[data-open='true'] .sm-panel-itemWrap:nth-child(5) .sm-panel-item {
  transition-delay: 0.57s;
}

.staggered-menu-wrapper[data-open='true'] .sm-panel-itemWrap:nth-child(6) .sm-panel-item {
  transition-delay: 0.65s;
}

.staggered-menu-wrapper[data-open='true'] .sm-panel-itemWrap:nth-child(7) .sm-panel-item {
  transition-delay: 0.73s;
}

.sm-panel-item:hover {
  color: #005BFF;
}

.sm-panel-list[data-numbering] {
  counter-reset: smItem;
}

.sm-panel-list[data-numbering] .sm-panel-itemWrap {
  padding-left: 2rem;
}

.sm-panel-list[data-numbering] .sm-panel-item::before {
  counter-increment: smItem;
  content: counter(smItem, decimal-leading-zero) ".";
  position: absolute;
  left: -2rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #005BFF;
  top: 0.4em;
  opacity: 0.7;
}

.sm-socials {
  margin-top: auto;
  padding-top: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.sm-socials-title {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #005BFF;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sm-socials-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.5rem;
}

.sm-socials-link {
  font-size: 1.1rem;
  font-weight: 600;
  color: #031F42;
  text-decoration: none;
  transition: color 0.3s ease;
}

.sm-socials-link:hover {
  color: #005BFF;
}

@media (max-width: 767px) {

  .staggered-menu-panel,
  .sm-prelayers {
    width: 100vw;
  }

  .staggered-menu-wrapper[data-open='true'] .doskaya-logo-text {
    color: #031F42 !important;
  }
}

/* Open state color shifts to keep elements readable on white menu panel */
.staggered-menu-wrapper[data-open='true'] .sm-toggle {
  color: #ffffff !important;
  background: #031F42 !important;
  border-color: #031F42 !important;
}

/* --- Preloader Skip Button Styles --- */
.preloader-skip-btn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100000000 !important;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.5px;
}

.preloader-skip-btn:hover {
  background: #005BFF;
  border-color: #005BFF;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 91, 255, 0.4);
}

/* Hide legacy header elements to let StaggeredMenu be the primary navigation system */
.mean__menu-wrapper,
.main-menu,
.header-search,
.header-button,
.category-oneadjust,
.marquee-section.style-header,
.header-right-menu-btn,
#header-sticky,
.header-1,
.header-2,
.header-3,
.header-4,
.header-5,
.header-main {
  display: none !important;
}

.header-main {
  justify-content: flex-start !important;
}

/* Modern Marquee CSS */
.modern-marquee-container {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}

.modern-marquee-relative {
  position: relative;
  display: flex;
  max-width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.modern-marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll var(--duration, 30s) linear infinite;
  gap: 2rem;
  padding-right: 2rem;
}

.modern-marquee-track:hover {
  animation-play-state: paused;
}

.modern-marquee-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #0d101a;
  background: #ffffff;
  padding: 14px 28px;
  border-radius: 100px;
  border: 1px solid rgba(0, 91, 255, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  white-space: nowrap;
  transition: all 0.3s ease;
}

.modern-marquee-item i {
  color: var(--theme-blue, #005BFF);
  font-size: 24px;
}

.modern-marquee-item:hover {
  transform: translateY(-2px);
  border-color: var(--theme-blue, #005BFF);
  box-shadow: 0 6px 20px rgba(0, 91, 255, 0.08);
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Sonner Toast Notification CSS */
.sonner-toaster {
  position: fixed;
  bottom: 32px;
  right: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1000000;
  pointer-events: none;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.sonner-toast {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: auto;
  background: #ffffff;
  color: #18181b;
  border: 1px solid #e4e4e7;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 356px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: bottom right;
  opacity: 0;
  transform: translateY(60px) scale(0.8);
}

.sonner-toast-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.sonner-toast-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sonner-toast-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.sonner-toast-description {
  font-size: 12px;
  color: #71717a;
  line-height: 1.4;
}

.sonner-toast-close-btn {
  background: none;
  border: none;
  color: #a1a1aa;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.sonner-toast-close-btn:hover {
  color: #18181b;
}

.sonner-toast.toast-success {
  background: #ffffff;
  border-color: #e4e4e7;
}

.sonner-toast.toast-success .sonner-toast-icon {
  color: #10b981;
}

.sonner-toast.toast-error .sonner-toast-icon {
  color: #ef4444;
}

.sonner-toast.toast-warning .sonner-toast-icon {
  color: #f59e0b;
}

.sonner-toast.toast-info .sonner-toast-icon {
  color: #3b82f6;
}

/* Hide all background shapes */
.shape-1,
.shape-2,
.shape-3,
.dot-shape,
.vector-shape,
.vector-shape-3,
.Vector-shape-2,
.bg-shape,
.bg-shape-1,
.bg-shape-2,
.line-shape,
.circle-shape,
.circle-shape-2,
.circle-shape-3,
.quote-shape,
.flower-shape,
.flower-shape-2,
.star-shape,
.star-shape-2,
.parachute-shape,
.frame-shape,
.frame-shape-2,
.rocket-shape,
.rocket-shape-2,
.hero-shape,
.border-shape,
.border-shape-2,
.shape-left,
.shape-right,
.main-bg-shape,
.bar-shape,
.girl-shape,
.box-shape,
[class*="-shape"],
[class*="shape-"] {
  display: none !important;
}

/* Responsive Sonner Toast style rules to prevent overflow on mobile screen sizes */
@media (max-width: 480px) {
  .sonner-toaster {
    right: 16px !important;
    left: 16px !important;
    align-items: center !important;
    width: auto !important;
  }

  .sonner-toast {
    width: 100% !important;
    right: 0 !important;
    font-size: 13px !important;
    padding: 12px 14px !important;
  }

  .sonner-toast-title {
    font-size: 13px !important;
  }

  .sonner-toast-description {
    font-size: 11px !important;
  }
}

/* Mobile responsive scaling for homepage scroll-expanding watermark text */
@media (max-width: 767px) {
  .scroll-float-text {
    font-size: clamp(1.2rem, 5.5vw, 2.2rem) !important;
    line-height: 1.2 !important;
    padding: 0 15px !important;
  }
}

/* Hide the floating dock and back-to-top button when the staggered menu panel is open to prevent overlap */
.staggered-menu-wrapper[data-open='true']~.apple-dock-container {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  transform: translate(-50%, 50px) !important;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease !important;
}

.staggered-menu-wrapper[data-open='true']~.back-to-top,
.staggered-menu-wrapper[data-open='true']~#back-top {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  transform: translateY(20px) !important;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease !important;
}

/* LogoLoop Custom Component Styles & Animations */
.logoloop {
  position: relative;
  overflow: hidden;
  --logoloop-gap: 32px;
  --logoloop-logoHeight: 28px;
  --logoloop-fadeColorAuto: #ffffff;
}

.logoloop__track {
  display: flex;
  width: max-content;
  will-change: transform;
  user-select: none;
  position: relative;
  z-index: 0;
  animation: logoloop-scroll-horizontal 25s linear infinite;
}

.logoloop__track:hover {
  animation-play-state: paused;
}

@keyframes logoloop-scroll-horizontal {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.logoloop__list {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.logoloop__item {
  flex: 0 0 auto;
  margin-right: var(--logoloop-gap);
  line-height: 1;
}

.logoloop__item:last-child {
  margin-right: var(--logoloop-gap);
}

.logoloop--fade::before,
.logoloop--fade::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(24px, 8%, 120px);
  pointer-events: none;
  z-index: 10;
}

.logoloop--fade::before {
  left: 0;
  background: linear-gradient(to right,
      var(--logoloop-fadeColor, var(--logoloop-fadeColorAuto)) 0%,
      rgba(255, 255, 255, 0) 100%);
}

.logoloop--fade::after {
  right: 0;
  background: linear-gradient(to left,
      var(--logoloop-fadeColor, var(--logoloop-fadeColorAuto)) 0%,
      rgba(255, 255, 255, 0) 100%);
}

/* Kolej Kademelerimiz Cards CSS */
.kolej-kademe-card {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(3, 31, 66, 0.06);
  box-shadow: 0 10px 35px rgba(3, 31, 66, 0.05);
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.4s ease;
}

.kolej-kademe-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(3, 31, 66, 0.12);
}

.kolej-kademe-card .popular-thumb {
  width: 100%;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 24px;
}

.kolej-kademe-card .popular-thumb img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 18px;
  transition: transform 0.6s ease;
}

.kolej-kademe-card:hover .popular-thumb img {
  transform: scale(1.05);
}

.kolej-kademe-card .content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.kolej-kademe-card .content h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 1.45rem;
  color: #031F42;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.kolej-kademe-card:hover .content h3 {
  color: var(--theme-blue, #0d6efd);
}

.kolej-kademe-card .content p {
  font-size: 0.98rem;
  line-height: 1.6;
  color: #556170;
  margin-bottom: 20px;
  flex-grow: 1;
}

.kolej-kademe-card .content .star {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
  color: #f37021;
  font-size: 0.9rem;
}

.kolej-kademe-card .content .star span {
  color: #6b7280;
  font-size: 0.88rem;
  margin-left: 5px;
}

.kolej-kademe-card .content .link-btn {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  color: var(--theme-blue, #031F42);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  transition: gap 0.2s ease, color 0.2s ease;
  margin-top: auto;
}

.kolej-kademe-card .content .link-btn:hover {
  gap: 12px;
  color: var(--theme-red, #e11d48);
}

@media (max-width: 767px) {
  .kolej-kademe-card {
    padding: 20px;
  }
  .kolej-kademe-card .popular-thumb img {
    height: 200px;
  }
}

/* Custom Fonts Integration */
body,
p,
input,
select,
textarea,
span,
li,
a {
  font-family: "Plus Jakarta Sans", sans-serif;
}

h1,
h2,
h3,
.section-title h2,
.page-heading h1 {
  font-family: "Playfair Display", serif;
}

h4,
h5,
h6,
.theme-btn,
.cmn-textslide {
  font-family: "Montserrat", sans-serif;
}

/* ==========================================================================
           ULTRA-PREMIUM GLASSMORPHISM & VISUAL BOOST (CSS KODLARI)
           ========================================================================== */

/* Genel Alan Ayarları ve Arka Plan Derinliği */
.premium-services-section {
  position: relative;
  background: radial-gradient(circle at 50% 0%, #fcfdfe 0%, #f3f6fa 100%);
  padding: 110px 0;
  overflow: hidden;
}

/* Arka plandaki modern soyut daireler (UI derinliğini artırır) */
.bg-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  z-index: 0;
  opacity: 0.4;
}

.shape-1 {
  top: 10%;
  left: -5%;
  width: 350px;
  height: 350px;
  background: rgba(13, 110, 253, 0.15);
}

.shape-2 {
  bottom: 10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: rgba(0, 180, 255, 0.15);
}

.premium-services-section .container {
  position: relative;
  z-index: 1;
}

/* Grid Üst Boşluk */
.services-grid {
  margin-top: 55px;
}

/* Başlık Tasarımı */
.theme-btn-premium {
  background: linear-gradient(90deg, rgba(13, 110, 253, 0.12), rgba(0, 180, 255, 0.12));
  color: #0d6efd;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  display: inline-block;
  border: 1px solid rgba(13, 110, 253, 0.15);
}

.section-title {
  font-size: 36px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.5px;
}

.title-glow-line {
  width: 70px;
  height: 5px;
  background: linear-gradient(90deg, #0d6efd, #00b4ff);
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(13, 110, 253, 0.3);
}

.section-desc {
  color: #475569;
  font-size: 16px;
  line-height: 1.8;
}

/* Gelişmiş Premium Kart Yapısı */
.service-card-premium {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(25px) saturate(200%);
  -webkit-backdrop-filter: blur(25px) saturate(200%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 28px;
  padding: 50px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow:
    0 4px 18px rgba(0, 0, 0, 0.02),
    0 12px 40px rgba(31, 38, 135, 0.04);
}

/* Hover ile Ultra Güçlü Derinlik */
.service-card-premium:hover {
  transform: translateY(-14px) scale(1.02);
  box-shadow:
    0 20px 50px rgba(13, 110, 253, 0.15),
    0 1px 3px rgba(13, 110, 253, 0.05);
  border-color: rgba(13, 110, 253, 0.35);
  background: rgba(255, 255, 255, 0.9);
}

/* Gradient İkon Kapsayıcı Alanı */
.service-icon-wrapper {
  width: 88px;
  height: 88px;
  margin-bottom: 28px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(13, 110, 253, 0.06);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* İkon İç Rengi (Gradient maskeleme) */
.service-icon-wrapper i {
  font-size: 36px;
  background: linear-gradient(135deg, #0d6efd 0%, #00b4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease;
}

/* Kart Hover Olunca İkon Değişimi */
.service-card-premium:hover .service-icon-wrapper {
  background: linear-gradient(135deg, #0d6efd 0%, #00b4ff 100%);
  box-shadow: 0 15px 35px rgba(13, 110, 253, 0.3);
  border-radius: 50%;
  transform: rotate(12deg) scale(1.05);
}

.service-card-premium:hover .service-icon-wrapper i {
  -webkit-text-fill-color: #ffffff;
}

/* Yazı Yapıları */
.service-card-premium h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
  transition: color 0.3s ease;
}

.service-card-premium:hover h4 {
  color: #0d6efd;
}

.service-card-premium p {
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.75;
  margin-bottom: 30px;
}

/* Buton ve Link Yapısı */
.service-link-premium {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
  color: #0d6efd;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 8px 18px;
  border-radius: 50px;
  background: rgba(13, 110, 253, 0.04);
}

.service-link-premium i {
  font-size: 12px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card-premium:hover .service-link-premium {
  background: linear-gradient(90deg, #0d6efd, #00b4ff);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.2);
}

.service-card-premium:hover .service-link-premium i {
  transform: translateX(5px);
}

/* Dinamik Parlama (Shine Effect) */
.service-card-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.7) 50%,
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-30deg);
  z-index: 2;
  pointer-events: none;
}

.service-card-premium:hover::before {
  left: 160%;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Alt Çizgi Süslemesi */
.service-card-premium::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 0;
  background: linear-gradient(90deg, #0d6efd, #00b4ff);
  transition: all 0.4s ease;
  transform: translateX(-50%);
  border-radius: 10px 10px 0 0;
}

.service-card-premium:hover::after {
  width: 75%;
}

/* Responsive Düzenlemeler */
@media (max-width: 1200px) {
  .service-card-premium {
    padding: 40px 24px;
  }

  .service-card-premium h4 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .premium-services-section {
    padding: 80px 0;
  }

  .service-card-premium {
    max-width: 380px;
    margin: 0 auto;
  }
}




/* Kulüp Faaliyetleri */

/* Grid Ana Taşıyıcı */
.grid-with-icons {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.5rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

/* Ortalanmış Düzen Seçeceği */
.grid-with-icons.align-center {
  text-align: center;
}

.grid-with-icons.align-center .grid-item-icon {
  margin-left: auto;
  margin-right: auto;
}

/* Tablet ve Bilgisayar Ekranları İçin Kırılımlar */
@media (min-width: 640px) {
  .grid-with-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .grid-with-icons.cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Kart Tasarımı */
.grid-item {
  padding: 1.5rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  transition: all 0.3s ease;
}

/* Üzerine Gelince Animasyon */
.grid-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

/* Arka Planlı İkon Çemberi */
.grid-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.25rem;
  border-radius: 50%;
  background-color: #eff6ff;
  /* Hafif mavi arka plan */
  color: #2563eb;
  /* İkon rengi */
}

/* Başlık ve Yazı Stilleri */
.grid-item-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #1f2937;
}

.grid-item-text {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.6;
}
















































/* ========================================
   Rehberlik Servisi
   ======================================== */


/* Ana Kapsayıcı Sıfırlama */
.guidance-section {
  width: 100%;
  box-sizing: border-color;
}

.guidance-timeline {
  position: relative;
  max-width: 1100px;
  margin: 4rem auto 0 auto;
  padding: 2rem 0;
}

/* Ortadaki Dikey İnce Çizgi */
.guidance-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e2e8f0;
  transform: translateX(-50%);
}

/* Her Bir Satır */
.timeline-step {
  position: relative;
  display: flex;
  justify-content: flex-start;
  /* Varsayılan sola hizalı */
  align-items: center;
  margin-bottom: 3rem;
  width: 100%;
}

/* Çift numaralı adımları (02 ve 04) sağ tarafa atar */
.timeline-step:nth-child(even) {
  justify-content: flex-end;
}

/* Kart İçerik Kutusu */
.step-content {
  position: relative;
  width: 45%;
  /* Ekrandaki genişliği sınırlandırdık */
  padding: 2rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
  text-align: left;
  transition: all 0.3s ease;
}

/* Yuvarlak Adım Numarası Merkezi */
.step-number {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 700;
  color: #0284c7;
  background: #f0f9ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #f8fafc;
  z-index: 10;
}

/* İkonlar ve Tipografi */
.step-icon {
  font-size: 1.5rem;
  color: #0284c7;
  margin-bottom: 0.5rem;
}

.step-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0f172a;
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
}

.step-text {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
}

/* Badgeler (Etiketler) */
.step-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.step-badge.primary {
  background: #e0f2fe;
  color: #0369a1;
}

.step-badge.success {
  background: #dcfce7;
  color: #15803d;
}

.step-badge.warning {
  background: #fef3c7;
  color: #b45309;
}

.step-badge.danger {
  background: #ffeeeb;
  color: #c2410c;
}

/* Alt Bilgi / Çıktılar */
.step-footer {
  display: flex;
  gap: 1rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px dashed #e2e8f0;
}

.step-footer span {
  font-size: 0.8rem;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 4px;
}

.step-footer span i {
  color: #10b981;
}

/* Hover Efektleri */
.step-content:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 20px -5px rgba(2, 132, 199, 0.1);
}

.timeline-step:nth-child(1) .step-content:hover {
  border-color: #0284c7;
}

.timeline-step:nth-child(2) .step-content:hover {
  border-color: #22c55e;
}

.timeline-step:nth-child(3) .step-content:hover {
  border-color: #eab308;
}

.timeline-step:nth-child(4) .step-content:hover {
  border-color: #f97316;
}

/* Mobil Ekran UX Çözümü */
@media (max-width: 768px) {
  .guidance-timeline::before {
    left: 20px;
  }

  .timeline-step,
  .timeline-step:nth-child(even) {
    justify-content: flex-start;
  }

  .step-content {
    width: calc(100% - 60px);
    margin-left: 60px;
  }

  .step-number {
    left: 20px;
    transform: translateX(-50%);
  }
}


































/* ==========================================================================
   Context Switcher UI 
   ========================================================================== */

.nextgen-principles-section {
  padding: 6rem 0;
  background-color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
}

.nextgen-container {
  max-width: 1142px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.nextgen-header {
  margin-bottom: 4rem;
}

.nextgen-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #0284c7;
  background: #f0f9ff;
  padding: 4px 12px;
  border-radius: 20px;
}

.nextgen-section-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0.75rem 0 0 0;
  letter-spacing: -0.02em;
}

/* Esnek Layout Düzeni */
.nextgen-switcher-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .nextgen-switcher-layout {
    grid-template-columns: 5fr 6fr;
    /* Sol menü ve sağ sahne dengesi */
    align-items: center;
  }
}

/* Sol Menü Elemanları */
.switcher-left-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.menu-trigger-item {
  display: flex;
  align-items: center;
  padding: 1.75rem 1rem;
  border-bottom: 1px solid #f1f5f9;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.trigger-num {
  font-size: 0.875rem;
  font-weight: 600;
  color: #94a3b8;
  margin-right: 1.5rem;
  font-family: monospace;
}

.trigger-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #475569;
  margin: 0;
  flex: 1;
  transition: color 0.3s ease;
}

.trigger-arrow {
  font-size: 1.25rem;
  color: #94a3b8;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

/* Menü Öğe Hover ve Aktif Durumları */
.menu-trigger-item:hover .trigger-title,
.menu-trigger-item.active .trigger-title {
  color: #0f172a;
}

.menu-trigger-item:hover .trigger-arrow,
.menu-trigger-item.active .trigger-arrow {
  opacity: 1;
  transform: translateX(0);
  color: #0f172a;
}

/* Sağ Taraf - Sahne Alanı */
.switcher-right-stage {
  position: relative;
  height: 340px;
  width: 100%;
}

.stage-panel {
  position: absolute;
  inset: 0;
  padding: 2.5rem;
  border-radius: 24px;
  background-color: var(--panel-bg);
  border: 1px solid #f1f5f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: scale(0.96) translateY(10px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Aktif Panel Sahneye Giriş Efekti */
.stage-panel.active {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}

.panel-icon {
  font-size: 2.5rem;
  color: var(--panel-theme);
  margin-bottom: 1.5rem;
}

.panel-heading {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.75rem 0;
}

.panel-body {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #475569;
  margin: 0;
}



















































/* ==========================================================================
   ESAFETY LABEL
   ========================================================================== */

:root {
  /* EU and MEB inspired color palette */
  --eu-blue: #003399;
  --eu-yellow: #FFCC00;
  --meb-red: #E30A17;
  --text-dark: #2C3E50;
  --text-light: #7F8C8D;
  --bg-light: #F8F9FA;
  --white: #FFFFFF;
  --border-color: #E2E8F0;
}

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

html {
  scroll-behavior: smooth;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.main-header {
  background-color: var(--white);
  border-bottom: 3px solid var(--eu-blue);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.brand {
  display: flex;
  gap: 15px;
  font-weight: bold;
}

.logo-placeholder {
  padding: 8px 16px;
  border-radius: 4px;
  color: var(--white);
  font-size: 14px;
}

.eu-blue {
  background-color: var(--eu-blue);
}

.meb-red {
  background-color: var(--meb-red);
}

.main-nav a {
  text-decoration: none;
  color: var(--text-dark);
  font-weight: 600;
  margin-left: 24px;
  transition: color 0.3s;
}

.main-nav a:hover {
  color: var(--eu-blue);
}

/* Hero Section */
.hero {
  background: linear-gradient(135deg, var(--eu-blue) 0%, #001f5c 100%);
  color: var(--white);
  padding: 100px 0;
  text-align: center;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.badge {
  display: inline-block;
  background-color: var(--eu-yellow);
  color: var(--eu-blue);
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 24px;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 24px;
  line-height: 1.2;
}

.hero p {
  font-size: 1.1rem;
  margin-bottom: 32px;
  opacity: 0.9;
}

.btn {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary {
  background-color: var(--meb-red);
  color: var(--white);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(227, 10, 23, 0.4);
}

/* Sections Base */
.section {
  padding: 80px 0;
}

.bg-light {
  background-color: var(--bg-light);
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 2rem;
  color: var(--eu-blue);
  margin-bottom: 15px;
}

.divider {
  height: 4px;
  width: 60px;
  background-color: var(--eu-yellow);
  margin: 0 auto;
  border-radius: 2px;
}

/* Grids & Cards */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.card,
.list-card {
  background: var(--white);
  padding: 40px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.card h3,
.list-card h3 {
  color: var(--meb-red);
  margin-bottom: 20px;
  font-size: 1.3rem;
}

.card p {
  margin-bottom: 16px;
  color: var(--text-light);
}

.list-card ul {
  list-style: none;
  margin-top: 20px;
}

.list-card ul li {
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color);
  color: var(--text-dark);
  font-weight: 500;
  display: flex;
  align-items: center;
}

.list-card ul li::before {
  content: "🇪🇺";
  margin-right: 12px;
}

/* Stats Section */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  text-align: center;
}

.stat-box {
  background: var(--white);
  padding: 40px 20px;
  border-radius: 8px;
  border-bottom: 4px solid var(--eu-yellow);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.stat-number {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  color: var(--eu-blue);
  margin-bottom: 10px;
}

.stat-icon {
  display: block;
  font-size: 3rem;
  margin-bottom: 10px;
}

.stat-label {
  color: var(--text-light);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Footer */
.main-footer {
  background-color: var(--text-dark);
  color: var(--white);
  text-align: center;
  padding: 60px 0 30px;
}

.main-footer p {
  max-width: 800px;
  margin: 0 auto 30px;
  opacity: 0.8;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.footer-links a {
  color: var(--eu-yellow);
  text-decoration: none;
  font-weight: bold;
}

.footer-links a:hover {
  text-decoration: underline;
}

.copyright {
  font-size: 0.9rem;
  opacity: 0.6;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

/* Animation Classes */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    height: auto;
    padding: 20px 0;
    gap: 20px;
  }

  .main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .main-nav a {
    margin: 0;
  }

  .hero h1 {
    font-size: 2rem;
  }
}





















































/* ==========================================================================
   ATATÜRK CORNER
   ========================================================================== */

.ataturk-corner-section {
  background: #000000;
  background: radial-gradient(circle at center, #1a1a1a 0%, #000000 100%);
  color: #fff;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

/* A subtle pattern overlay */
.ataturk-corner-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="%23ffffff" fill-opacity="0.03" fill-rule="evenodd"%3E%3Ccircle cx="3" cy="3" r="3"/%3E%3Ccircle cx="13" cy="13" r="3"/%3E%3C/g%3E%3C/svg%3E');
  opacity: 0.5;
  pointer-events: none;
}

.ataturk-wrapper {
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 10;
}

.ataturk-image-container {
  flex: 0 0 45%;
  position: relative;
}

.ataturk-image-inner {
  position: relative;
  border-radius: 4px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8);
}

.ataturk-image-inner::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 6px;
  pointer-events: none;
}

.ataturk-image-inner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
  filter: grayscale(15%) sepia(20%) contrast(1.1);
}

.ataturk-content {
  flex: 1;
}

.ataturk-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #d4af37;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.ataturk-quote {
  font-size: 1.8rem;
  line-height: 1.6;
  font-style: italic;
  color: #f8fafc;
  margin-bottom: 40px;
  position: relative;
}

.signature-container {
  height: 120px;
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.signature-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.signature-char {
  stroke: #d4af37;
  stroke-width: 1.5;
  fill: none;
  transition: stroke-dashoffset 1.5s ease-in-out var(--delay), fill 0.8s ease-in-out calc(var(--delay) + 1.2s);
}

.signature-char.draw {
  stroke-dashoffset: 0 !important;
  fill: #d4af37;
}

@media (max-width: 991px) {
  .ataturk-wrapper {
    flex-direction: column;
    gap: 50px;
  }

  .ataturk-image-container {
    flex: 0 0 100%;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .ataturk-title {
    font-size: 2rem;
    text-align: center;
  }

  .ataturk-quote {
    font-size: 1.4rem;
  }
}

/* Ataturk Cards CSS */
.ataturk-cards-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.ata-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  border-bottom: 4px solid transparent;
  text-decoration: none;
}

.ata-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #d4af37;
}

.ata-card-icon {
  background: radial-gradient(circle at center, #2b0005 0%, #120002 100%);
  color: #d4af37;
  font-size: 3.5rem;
  padding: 50px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ata-card-icon::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #120002 transparent transparent transparent;
}

.ata-card-body {
  padding: 40px 20px 30px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ata-card-title {
  color: #031f42;
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Ataturk Quotes Carousel CSS */
.top-banner-wrapper {
  width: 100%;
  background: #FAFAFA;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 10px 0;
}

.top-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
}

.left-area {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}

.left-area img {
  max-height: 75px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.center-area {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.center-area img {
  max-height: 80px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.right-area {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
}

.right-area img {
  max-height: 60px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .top-banner-wrapper {
    padding: 8px 0;
  }

  .top-banner {
    gap: 10px;
  }

  .left-area img {
    max-height: 55px;
  }

  .center-area img {
    max-height: 55px;
  }

  .right-area img {
    max-height: 42px;
  }
}

@media (max-width: 575.98px) {
  .top-banner-wrapper {
    padding: 6px 0;
  }

  .top-banner {
    gap: 6px;
  }

  .left-area img {
    max-height: 40px;
  }

  .center-area img {
    max-height: 34px;
  }

  .right-area img {
    max-height: 30px;
  }
}

.ataturk-corner-section {
  background: #000000;
  background: radial-gradient(circle at center, #1a1a1a 0%, #000000 100%);
  padding: 80px 0;
  color: #FAFAFA;
}

.ataturk-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.ataturk-image-container {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
}

.ataturk-image-inner img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.ataturk-content {
  flex: 1;
  min-width: 300px;
}

.ataturk-title {
  font-size: 3rem;
  color: #FAFAFA;
  margin-bottom: 20px;
  font-weight: 700;
}

.ataturk-quote {
  font-size: 1.5rem;
  font-style: italic;
  color: #C7EEFF;
  line-height: 1.6;
  margin-bottom: 30px;
  position: relative;
}



.signature-svg {
  width: 100%;
  max-width: 400px;
}

.signature-char {
  stroke: #FAFAFA;
  stroke-width: 2;
  fill: none;
  opacity: 0;
  transition: opacity 0.5s ease var(--delay);
}

.signature-char.draw {
  animation: drawSignature 2s ease forwards var(--delay);
  opacity: 1;
}

@keyframes drawSignature {
  to {
    stroke-dashoffset: 0;
  }
}

.ataturk-cards-section {
  background-color: #FAFAFA;
  padding: 80px 0;
}

.ata-card {
  background-color: #1D242B;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #FAFAFA;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
}

.ata-card:hover {
  transform: translateY(-10px);
  background-color: #9B0F06;
  border-color: #C7EEFF;
  color: #FAFAFA;
  box-shadow: 0 15px 30px rgba(0, 119, 192, 0.3);
}

.ata-card-icon {
  font-size: 3rem;
  color: #C7EEFF;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.ata-card:hover .ata-card-icon {
  color: #FAFAFA;
}

.ata-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  color: #FAFAFA;
  transition: all 0.3s ease;
}

.ata-card:hover .ata-card-title {
  color: #FAFAFA;
}































/* ==========================================================================
   ATATÜRKÜN KRONOLOJİK HAYATI
   ========================================================================== */

.ata-life-section {
  padding: 80px 0;
  background-color: #fff;
}

.ata-life-intro {
  max-width: 950px;
  margin: 0 auto 60px;
  text-align: center;
}

.ata-life-intro h2 {
  font-size: 2.8rem;
  color: #1D242B;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: 'Cinzel', serif;
  position: relative;
  padding-bottom: 20px;
}

.ata-life-intro h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #DB0000;
}

.ata-life-intro p {
  font-size: 1.15rem;
  color: #444;
  line-height: 1.8;
  font-family: 'Playfair Display', serif;
  text-align: justify;
}

.ata-life-intro p.drop-cap::first-letter {
  float: left;
  font-size: 4rem;
  line-height: 0.8;
  padding-right: 10px;
  padding-top: 8px;
  color: #DB0000;
  font-family: 'Cinzel', serif;
}

.ata-chronology-container {
  max-width: 100%;
  margin: 0 auto;
  background: #FAFAFA;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .03);
  border: 1px solid #eee;
  position: relative;
}

.ata-chronology-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 40px;
  padding: 20px 20px 40px 20px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;

  /* Hide scrollbar for a cleaner button-navigated look */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.ata-chronology-list::-webkit-scrollbar {
  display: none;
}

.ata-chronology-item {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}

.ata-chronology-item:hover {
  transform: translateY(-5px);
}

/* Navigation */

.ata-nav-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 35px;
}

.ata-nav-btn {
  width: 50px;
  height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: none;
  border-radius: 50%;
  background: #DB0000;
  color: #fff;

  cursor: pointer;
  font-size: 18px;

  transition: .3s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
}

.ata-nav-btn:hover {
  background: #1D242B;
  transform: translateY(-3px);
}

.ata-nav-btn:active {
  transform: scale(.95);
}

@media(max-width:768px) {

  .ata-nav-wrapper {
    margin-top: 25px;
    gap: 12px;
  }

  .ata-nav-btn {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

}

/* Connecting horizontal line */
.ata-chronology-item::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 50%;
  width: calc(100% + 40px);
  height: 4px;
  background: #DB0000;
  z-index: 0;
}

.ata-chronology-item:last-child::before {
  display: none;
}

.ata-chronology-date {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  border: 3px solid #DB0000;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1D242B;
  font-family: 'Cinzel', serif;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 140px;
}

.ata-chronology-text {
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  font-size: 1.05rem;
  color: #333;
  line-height: 1.6;
  margin: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  border-top: 4px solid #1D242B;
  width: 100%;
  height: 100%;
}

/* Bento Grid Section */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  gap: 20px;
  padding: 20px 0;
}

.bento-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.bento-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.bento-item:hover img {
  transform: scale(1.05);
}

.bento-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.bento-item:hover .bento-overlay {
  opacity: 1;
}

.bento-title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  transform: translateY(20px);
  transition: transform 0.5s ease;
  margin-bottom: 5px;
}

.bento-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  transform: translateY(20px);
  transition: transform 0.5s ease;
  margin-bottom: 0;
}

.bento-item:hover .bento-title,
.bento-item:hover .bento-desc {
  transform: translateY(0);
}

@media (min-width: 768px) {
  .bento-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .span-2-col {
    grid-column: span 2;
  }

  .span-2-row {
    grid-row: span 2;
  }
}






/*eSafety Card Section Start*/

.esafety-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 40px 30px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}

.esafety-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 15px 40px rgba(3, 31, 66, 0.1) !important;
  border-color: rgba(3, 31, 66, 0.1) !important;
}

.esafety-hero {
  background-color: #f4f6f9;
  padding: 80px 0;
  position: relative;
}

.esafety-hero .theme-btn.style-2 {
  border: 2px solid transparent;
}

.esafety-hero .theme-btn.style-2:hover {
  background-color: var(--theme-orange);
  color: #fff;
  border-color: transparent;
}

.esafety-hero .theme-btn.outline-btn {
  background-color: transparent;
  border: 2px solid #031f42;
  color: #031f42;
}

.esafety-hero .theme-btn.outline-btn:hover {
  background-color: #031f42;
  color: #fff;
}





























/* ==========================================================================
   1. GLOBAL STYLES & VARIABLES
   ========================================================================== */
:root {
  --color-primary-dark: #0A192F;
  --color-brand-blue: #1E3A8A;
  --color-success-green: #10B981;
  --color-warning-orange: #F59E0B;
  --color-bg-light: #F8FAFC;
  --color-white: #FFFFFF;
  --color-text-dark: #1E293B;
  --color-text-muted: #64748B;
  --font-main: 'Inter', 'Poppins', sans-serif;
  --transition-smooth: all 0.3s ease;
}

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

body {
  font-family: var(--font-main);
  background-color: var(--color-bg-light);
  color: var(--color-text-dark);
  line-height: 1.6;
}

.landing-page-container {
  width: 100%;
  overflow-x: hidden;
}

/* Common Components */
.btn {
  font-family: var(--font-main);
  font-weight: 600;
  padding: 0.75rem 1.75rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.btn-primary {
  background-color: var(--color-brand-blue);
  color: var(--color-white);
}

.btn-primary:hover {
  background-color: #172F73;
  transform: translateY(-2px);
}

.btn-secondary {
  background-color: transparent;
  color: var(--color-primary-dark);
  border: 2px solid var(--color-primary-dark);
}

.btn-secondary:hover {
  background-color: var(--eu-blue);
  transform: translateY(-2px);
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title {
  font-size: 2rem;
  color: var(--color-primary-dark);
  font-weight: 700;
}

/* ==========================================================================
   2. HERO SECTION
   ========================================================================== */
.hero-section {
  padding: 6rem 2rem;
  background: linear-gradient(135deg, #FFFFFF 0%, #EFF6FF 100%);
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-title {
  font-size: 3rem;
  color: var(--color-primary-dark);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.hero-subtitle {
  font-size: 1.125rem;
  color: var(--color-text-muted);
  margin-bottom: 2rem;
}

.hero-cta-group {
  display: flex;
  gap: 1rem;
}

.hero-visual-wrapper {
  display: flex;
  justify-content: center;
}

/* Abstract Network Vector Placeholder CSS */
.geometric-vector-networks {
  width: 100%;
  height: 350px;
  background-color: rgba(30, 58, 138, 0.1);
  border-radius: 2rem;
  border: 2px dashed var(--color-brand-blue);
  position: relative;
}

/* ==========================================================================
   3. TARGET AUDIENCE SEGMENTATION
   ========================================================================== */
.audience-section {
  padding: 5rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.audience-grid-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.audience-card {
  background-color: var(--color-white);
  padding: 2.5rem 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  transition: var(--transition-smooth);
  border: 1px solid #E2E8F0;
}

.audience-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.card-icon-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
  background-color: rgba(30, 58, 138, 0.1);
}

.card-title {
  font-size: 1.25rem;
  color: var(--color-primary-dark);
  margin-bottom: 1rem;
}

.card-bullet-points {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.bullet-item {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  position: relative;
  padding-left: 1.25rem;
}

.bullet-item::before {
  content: "•";
  color: var(--color-brand-blue);
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* ==========================================================================
   4. GOLDEN RULES OF E-SAFETY
   ========================================================================== */
.rules-section {
  padding: 5rem 2rem;
  background-color: var(--color-white);
}

.rules-responsive-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.rule-grid-item {
  padding: 1.5rem;
}

.rule-icon-monochrome {
  width: 48px;
  height: 48px;
  background-color: #F1F5F9;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.rule-item-title {
  font-size: 1.25rem;
  color: var(--color-primary-dark);
  margin-bottom: 0.75rem;
}

.rule-item-desc {
  color: var(--color-text-muted);
  font-size: 0.95rem;
}

/* ==========================================================================
   5. INTERACTIVE SAFETY ASSESSMENT (QUIZ)
   ========================================================================== */
.assessment-section {
  padding: 5rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.assessment-container-card {
  background-color: #F0F4F8;
  border-radius: 1.5rem;
  padding: 3rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  border: 1px solid #DBEAFE;
}

.quiz-main-layout {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.quiz-progress-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.quiz-progress-bar-bg {
  flex-grow: 1;
  height: 8px;
  background-color: #E2E8F0;
  border-radius: 4px;
  overflow: hidden;
}

.quiz-progress-bar-fill {
  height: 100%;
  background-color: var(--color-brand-blue);
  transition: width 0.4s ease;
}

.quiz-step-indicator {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-brand-blue);
}

.quiz-question-text {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--color-primary-dark);
}

.quiz-options-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.quiz-option-btn {
  font-family: var(--font-main);
  font-size: 1rem;
  text-align: left;
  padding: 1rem 1.5rem;
  background-color: var(--color-white);
  border: 2px solid #E2E8F0;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.quiz-option-btn:hover {
  border-color: var(--color-brand-blue);
  background-color: #F8FAFC;
}

.quiz-option-btn.selected {
  border-color: var(--color-brand-blue);
  background-color: #EFF6FF;
  font-weight: 600;
}

.btn-action-next {
  background-color: var(--color-primary-dark);
  color: var(--color-white);
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  float: right;
}

/* Sidebar Score Widget */
.quiz-sidebar-widget {
  background-color: var(--color-white);
  border-radius: 1rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.score-widget-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text-muted);
  margin-bottom: 1rem;
}

.score-display-value {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--color-primary-dark);
  margin-bottom: 1rem;
}

.score-status-badge {
  display: inline-block;
  padding: 0.25rem 1rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.badge-warning {
  background-color: #FEF3C7;
  color: #D97706;
}

.badge-success {
  background-color: #D1FAE5;
  color: #059669;
}



/* ==========================================================================
   6. PARTNERS & DOCUMENTS
   ========================================================================== */
.partners-section {
  padding: 4rem 2rem;
  background-color: var(--color-white);
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
}

.partners-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.partner-card {
  background: var(--color-white);
  border: 1px solid #E2E8F0;
  border-radius: 1rem;
  padding: 1.5rem;
  width: 200px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-smooth);
  cursor: pointer;
  text-decoration: none;
}

.partner-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.7);
  transition: var(--transition-smooth);
}

.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-color: var(--color-brand-blue);
}

.partner-card:hover img {
  filter: grayscale(0%) opacity(1);
}

.documents-section {
  padding: 5rem 2rem;
  background-color: var(--color-bg-light);
}

.documents-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.document-card {
  background: var(--color-white);
  border: 1px solid #E2E8F0;
  border-radius: 1rem;
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  transition: var(--transition-smooth);
}

.document-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-color: var(--color-brand-blue);
}

.doc-icon {
  font-size: 3rem;
  color: #EF4444;
}

.doc-info {
  flex-grow: 1;
}

.doc-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-primary-dark);
  margin-bottom: 0.5rem;
}

.doc-desc {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  margin-bottom: 1.5rem;
}

.doc-actions {
  display: flex;
  gap: 1rem;
}

.doc-btn {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition-smooth);
}

.doc-btn-view {
  background: rgba(30, 58, 138, 0.1);
  color: var(--color-brand-blue);
}

.doc-btn-view:hover {
  background: var(--color-brand-blue);
  color: var(--color-white);
}

.doc-btn-download {
  background: var(--color-brand-blue);
  color: var(--color-white);
}

.doc-btn-download:hover {
  background: #172F73;
}

.geometric-vector-networks {
  background-color: transparent;
  border: none;
}

.geometric-vector-networks img {
  border-radius: 2rem;
  max-height: 450px;
  width: 100%;
  object-fit: contain;
}

.card-icon-wrapper {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ==========================================================================
   7. RESPONSIVE DESIGN (MEDIA QUERIES)
   ========================================================================== */
@media (max-width: 1024px) {

  .hero-container,
  .assessment-container-card,
  .footer-layout-grid {
    grid-template-columns: 1fr;
  }

  .audience-grid-row {
    grid-template-columns: 1fr;
  }

  .documents-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual-wrapper {
    order: -1;
    /* Puts visual on top on tablets/mobile */
  }
}

@media (max-width: 768px) {
  .rules-responsive-grid {
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: 2.25rem;
  }
}























/* Eğitim Serüveni Section Start */

.sticky-scroll-section {
  background-color: #f8f9fa;
}

.sticky-scroll-container {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 10vh;
  padding-top: 10vh;
}

.sticky-hint {
  position: absolute;
  left: 50%;
  top: 2%;
  display: flex;
  transform: translateX(-50%);
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.sticky-hint p {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  opacity: 0.3;
  margin: 0;
}

.sticky-hint-line {
  height: 48px;
  width: 1px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
}

.sticky-card-wrapper {
  position: sticky;
  top: 0;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.sticky-card-inner {
  position: relative;
  top: -25%;
  transform-origin: top center;
  overflow: hidden;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.07), 0 12px 32px rgba(0, 0, 0, 0.10), 0 24px 56px rgba(0, 0, 0, 0.08);
  width: 480px;
  max-width: 90vw;
}

.sticky-card-content {
  padding: 10px;
  padding-bottom: 0;
}

.sticky-card-image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.sticky-card-image-wrapper img {
  display: block;
  height: 340px;
  width: 100%;
  object-fit: cover;
}

.sticky-card-desc {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.sticky-card-desc h4 {
  font-size: 1.1rem;
  color: var(--theme-blue);
  margin-bottom: 5px;
}

.sticky-card-desc p {
  font-size: 0.85rem;
  color: #555;
  margin: 0;
  line-height: 1.4;
}

.sticky-card-caption {
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}

.sticky-card-caption p {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #9ca3af;
  margin: 0;
}




/*Scroll-expand-scroll-text */
.scroll-expand-scroll-text {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-align: center;
  z-index: 10;
  padding: 10px 20px;
  border-radius: 5px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}































/* =====================================================
   PAGE HERO
===================================================== */
.custom-page-hero {
    position: relative;
    width: 100%;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 60px;
}

.custom-page-hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.custom-page-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 2;
}

.custom-page-hero .hero-content-wrapper {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hero-page-title {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Sora', sans-serif;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/* Breadcrumb styling matching Shadcn UI */
.breadcrumb-container {
    display: flex;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.breadcrumb-item {
    display: inline-flex;
    align-items: center;
}

.breadcrumb-link {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-link:hover {
    color: #ffffff;
}

.breadcrumb-separator {
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb-page {
    color: #ffffff;
    font-weight: 500;
}

@media (max-width: 768px) {
    .custom-page-hero {
        padding: 70px 0;
    }
    .hero-page-title {
        font-size: 32px;
    }
}




















/* Error 404 Page Start */

.error-404 {
    position: relative;
    display: grid;
    min-height: 100vh;
    place-items: center;
    overflow: hidden;
    padding: 32px;
    background: #101827;
    font-family: "Roboto", Arial, sans-serif;
}

/* En az 1920x1080 bir görsel kullanın */
.error-404__backdrop {
    position: absolute;
    inset: -35px;
    background: url("assets/img/error/error-background.jpg") center / cover no-repeat;
    filter: blur(18px);
    opacity: .62;
    transform: scale(1.08);
}

.error-404__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(10, 19, 37, .92), rgba(21, 47, 82, .66));
}

.error-404__card {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    width: min(980px, 100%);
    min-height: 520px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 22px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .3);
}

.error-404__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(38px, 6vw, 80px);
}

.error-404__eyebrow {
    margin-bottom: 18px;
    color: #4054b5;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.error-404__copy h1 {
    margin: 0 0 20px;
    color: #172033;
    font-size: clamp(42px, 5vw, 66px);
    font-weight: 700;
    line-height: 1.03;
    letter-spacing: -2.5px;
}

.error-404__copy p {
    max-width: 390px;
    margin: 0 0 32px;
    color: #687386;
    font-size: 16px;
    line-height: 1.75;
}

.error-404__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.error-404__button,
.error-404__back {
    min-height: 44px;
    padding: 0 19px;
    border-radius: 8px;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: .2s ease;
}

.error-404__button {
    display: inline-flex;
    align-items: center;
    background: #3f51b5;
    color: #fff;
    box-shadow: 0 4px 10px rgba(63, 81, 181, .26);
}

.error-404__button:hover {
    background: #30439e;
    color: #fff;
    transform: translateY(-1px);
}

.error-404__back {
    border: 0;
    background: transparent;
    color: #3f51b5;
}

.error-404__back:hover {
    background: #edf0ff;
}

.error-404__visual {
    position: relative;
    display: grid;
    min-height: 100%;
    place-items: center;
    overflow: hidden;
    background: #eef1ff;
}

.error-404__visual::before {
    position: absolute;
    top: -110px;
    right: -110px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: #d8defd;
    content: "";
}

.error-404__number {
    position: absolute;
    right: -20px;
    bottom: -40px;
    color: rgba(63, 81, 181, .08);
    font-size: 220px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -16px;
    user-select: none;
}

.my-custom-face-container {
    position: relative;
    z-index: 1;
    display: grid;
    width: 250px;
    height: 310px;
    place-items: center;
    color: #3f51b5;
}

.my-custom-face-container .face {
    width: 100%;
    filter: drop-shadow(0 12px 16px rgba(63, 81, 181, .16));
}

.my-custom-face-container .face__eyes,
.my-custom-face-container .face__eye-lid,
.my-custom-face-container .face__mouth-left,
.my-custom-face-container .face__mouth-right,
.my-custom-face-container .face__nose,
.my-custom-face-container .face__pupil {
    animation: eyes 1s .3s forwards;
}

.my-custom-face-container .face__eye-lid,
.my-custom-face-container .face__pupil {
    animation-duration: 4s;
    animation-delay: 1.3s;
    animation-iteration-count: infinite;
}

.my-custom-face-container .face__eye-lid { animation-name: eye-lid; }
.my-custom-face-container .face__mouth-left { animation-name: mouth-left; }
.my-custom-face-container .face__mouth-right { animation-name: mouth-right; }
.my-custom-face-container .face__nose { animation-name: nose; }
.my-custom-face-container .face__pupil { animation-name: pupil; }

@keyframes eye-lid {
    0%, 40%, 45%, 100% { transform: translateY(0); }
    42.5% { transform: translateY(17.5px); }
}

@keyframes eyes {
    from { transform: translateY(112.5px); }
    to { transform: translateY(15px); }
}

@keyframes pupil {
    0%, 37.5%, 40%, 45%, 87.5%, 100% {
        stroke-dashoffset: 0;
        transform: translate(0, 0);
    }

    12.5%, 25%, 62.5%, 75% { transform: translate(-35px, 0); }

    42.5% {
        stroke-dashoffset: 35;
        transform: translate(0, 17.5px);
    }
}

@keyframes mouth-left {
    from, 50% { stroke-dashoffset: -102; }
    to { stroke-dashoffset: 0; }
}

@keyframes mouth-right {
    from, 50% { stroke-dashoffset: 102; }
    to { stroke-dashoffset: 0; }
}

@keyframes nose {
    from { transform: translate(0, 0); }
    to { transform: translate(0, 22.5px); }
}

@media (max-width: 768px) {
    .error-404__card {
        grid-template-columns: 1fr;
    }

    .error-404__copy {
        order: 2;
        padding: 40px 28px;
        text-align: center;
    }

    .error-404__copy p {
        margin-right: auto;
        margin-left: auto;
    }

    .error-404__actions {
        justify-content: center;
    }

    .error-404__visual {
        min-height: 290px;
    }

    .my-custom-face-container {
        width: 200px;
        height: 260px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .my-custom-face-container * {
        animation: none !important;
    }
}

/* Error 404 Page End */



































/*=====================================================
  RESPONSIVE SECURITY MARQUEE e-safety-label.html
=====================================================*/

.security-marquee{
    background: var(--theme-orange,#ff9b00);
    color:#fff;
    width:100%;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:12px 0;
}

.security-marquee marquee{
    width:100%;
    display:flex;
    align-items:center;
    overflow:hidden;
    white-space:nowrap;

    font-family:'Sora',sans-serif;
    font-size:0.95rem;
    font-weight:600;
    line-height:1;
    letter-spacing:.35px;
}

.security-marquee span{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    margin-right:70px;
    vertical-align:middle;
}

.security-marquee span:last-child{
    margin-right:0;
}

.security-marquee i{
    display:flex;
    align-items:center;
    justify-content:center;

    width:20px;
    height:20px;

    margin-right:10px;

    font-size:1rem;
    line-height:1;
    flex-shrink:0;
}

/* Large Tablet */
@media (max-width:992px){

    .security-marquee{
        padding:11px 0;
    }

    .security-marquee marquee{
        font-size:.90rem;
    }

    .security-marquee span{
        margin-right:60px;
    }

}

/* Tablet */
@media (max-width:768px){

    .security-marquee{
        padding:10px 0;
    }

    .security-marquee marquee{
        font-size:.85rem;
        letter-spacing:.2px;
    }

    .security-marquee span{
        margin-right:50px;
    }

    .security-marquee i{
        width:18px;
        height:18px;
        margin-right:8px;
        font-size:.9rem;
    }

}

/* Mobile */
@media (max-width:576px){

    .security-marquee{
        padding:9px 0;
    }

    .security-marquee marquee{
        font-size:.78rem;
    }

    .security-marquee span{
        margin-right:40px;
    }

    .security-marquee i{
        width:16px;
        height:16px;
        margin-right:7px;
        font-size:.82rem;
    }

}









































/*=========================================================
    DIGITAL TRUST SECTION
=========================================================*/

.digital-trust-section{

    position:relative;

    padding:110px 0;

    background:
    linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);

    overflow:hidden;
}

.digital-trust-section::before{

    content:"";

    position:absolute;

    top:-180px;
    right:-180px;

    width:420px;
    height:420px;

    border-radius:50%;

    background:
    radial-gradient(circle,
    rgba(255,155,0,.08),
    transparent 72%);
}

.digital-trust-section::after{

    content:"";

    position:absolute;

    left:-220px;
    bottom:-220px;

    width:480px;
    height:480px;

    border-radius:50%;

    background:
    radial-gradient(circle,
    rgba(6,39,76,.05),
    transparent 75%);
}

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

.digital-trust-wrapper{

    display:grid;

    grid-template-columns:1.1fr 1fr;

    gap:70px;

    align-items:center;

    position:relative;

    z-index:2;
}

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

.trust-content h2{

    font-size:3rem;

    font-weight:800;

    line-height:1.15;

    color:#031f42;

    margin-bottom:30px;

    letter-spacing:-1px;
}

.trust-content .lead{

    font-size:1.18rem;

    color:#24364c;

    line-height:1.9;

    margin-bottom:28px;

    font-weight:500;
}

.trust-content p{

    color:#64748b;

    line-height:1.95;

    font-size:1.03rem;

    margin-bottom:0;
}

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

.trust-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 18px;

    border-radius:50px;

    background:#eef5ff;

    color:var(--theme-blue);

    font-size:.85rem;

    font-weight:700;

    margin-bottom:28px;

    border:1px solid rgba(3,31,66,.08);
}

.trust-badge i{

    color:var(--theme-orange);

    font-size:15px;
}

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

.trust-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:24px;
}

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

.trust-card{

    position:relative;

    background:rgba(255,255,255,.78);

    backdrop-filter:blur(18px);

    border:1px solid rgba(3,31,66,.08);

    border-radius:24px;

    padding:32px;

    transition:.35s cubic-bezier(.2,.8,.2,1);

    min-height:245px;

    overflow:hidden;
}

.trust-card::before{

    content:"";

    position:absolute;

    inset:0;

    border-radius:24px;

    background:
    linear-gradient(145deg,
    rgba(255,255,255,.18),
    transparent);

    opacity:0;

    transition:.35s;
}

.trust-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 18px 45px rgba(2,22,47,.08);

    border-color:rgba(255,155,0,.18);
}

.trust-card:hover::before{

    opacity:1;
}

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

.card-icon{

    width:62px;

    height:62px;

    border-radius:18px;

    background:
    linear-gradient(145deg,
    var(--theme-blue),
    #0b4f91);

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:22px;

    box-shadow:
    0 12px 28px rgba(3,31,66,.18);
}

.card-icon i{

    color:#fff;

    font-size:22px;
}

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

.trust-card h3{

    font-size:1.12rem;

    color:#031f42;

    font-weight:700;

    margin-bottom:14px;
}

.trust-card p{

    color:#64748b;

    line-height:1.85;

    font-size:.95rem;

    margin:0;
}

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

.trust-statement{

    margin-top:90px;

    text-align:center;

    position:relative;

    z-index:2;
}

.statement-line{

    width:90px;

    height:2px;

    background:
    linear-gradient(90deg,
    transparent,
    var(--theme-orange),
    transparent);

    margin:28px auto;
}

.trust-statement blockquote{

    max-width:900px;

    margin:auto;

    font-size:1.7rem;

    font-weight:300;

    line-height:1.8;

    color:#031f42;

    letter-spacing:-.4px;
}

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

.trust-actions{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:20px;

    margin-top:55px;

    flex-wrap:wrap;
}

.outline-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:15px 34px;

    border-radius:60px;

    border:1.5px solid rgba(3,31,66,.12);

    color:#031f42;

    font-weight:600;

    transition:.30s;

    background:#fff;
}

.outline-btn:hover{

    background:#031f42;

    color:#fff;

    border-color:#031f42;

    transform:translateY(-3px);
}

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

@media(max-width:1200px){

.digital-trust-wrapper{

    gap:50px;
}

.trust-content h2{

    font-size:2.5rem;
}

}

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

@media(max-width:992px){

.digital-trust-wrapper{

    grid-template-columns:1fr;

    gap:55px;
}

.trust-content{

    text-align:center;
}

.trust-grid{

    grid-template-columns:repeat(2,1fr);
}

}

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

@media(max-width:768px){

.digital-trust-section{

    padding:80px 0;
}

.trust-content h2{

    font-size:2rem;
}

.trust-content .lead{

    font-size:1.05rem;
}

.trust-grid{

    grid-template-columns:1fr;
}

.trust-card{

    min-height:auto;

    padding:28px;
}

.trust-statement{

    margin-top:70px;
}

.trust-statement blockquote{

    font-size:1.28rem;

    line-height:1.7;
}

.trust-actions{

    flex-direction:column;
}

.theme-btn,
.outline-btn{

    width:100%;
}

}

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

@media(max-width:480px){

.trust-content h2{

    font-size:1.75rem;
}

.trust-badge{

    font-size:.78rem;
}

.trust-content p{

    font-size:.95rem;
}

.trust-statement blockquote{

    font-size:1.1rem;
}

}



























/* FOOTER SECTION STARTS */
.footer-section-3 .footer-widget-wrapper {
    padding-bottom: 40px;
}

.footer-section-3 .contact-info li {
    margin-bottom: 10px;
}

.footer-section-3 .footer-input.footer-newsletter-form {
    position: relative;
    display: block;
    margin-top: 20px;
}

.footer-section-3 .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .footer-newsletter-form .icon {
    position: absolute;
    top: 24px;
    left: 18px;
    z-index: 3;
    transform: translateY(-50%);
    color: #64748b;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.footer-section-3 .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .footer-newsletter-form input {
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 0 125px 0 45px;
    border-radius: 10px;
    border: 1px solid rgba(9, 34, 75, 0.12);
    background: #FFF1E0;
    color: var(--text, #0f172a);
    font-size: 0.9375rem;
    box-sizing: border-box;
    outline: none;
}

.footer-section-3 .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .footer-newsletter-form input:focus {
    border-color: #f37021;
    box-shadow: 0 0 0 3px rgba(243, 112, 33, 0.15);
}

.footer-section-3 .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .footer-newsletter-form .newsletter-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 40px;
    padding: 0 20px;
    border-radius: 8px;
    z-index: 3;
    background-color: var(--theme-red, #f37021);
    color: #ffffff;
    border: none;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.footer-section-3 .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .footer-newsletter-form .newsletter-btn:hover {
    background-color: #1f3f98;
    color: #ffffff;
}

.footer-section-3 .footer-newsletter-status {
    margin: 10px 0 0 0;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
}

.footer-section-3 .footer-trust {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-section-3 .footer-trust-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 20px;
}

.footer-section-3 .footer-trust-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 84px;
    min-height: 52px;
    padding: 6px 10px;
    border-radius: 8px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.footer-section-3 .footer-trust-link:hover,
.footer-section-3 .footer-trust-link:focus-visible {
    opacity: 1;
    transform: translateY(-2px);
}

.footer-section-3 .footer-trust-link:focus-visible {
    outline: 3px solid #f37021;
    outline-offset: 3px;
}

.footer-section-3 .footer-trust-logo {
    display: block;
    width: auto;
    max-width: 130px;
    height: 44px;
    object-fit: contain;
    opacity: 0.9;
}

.footer-section-3 .footer-trust-logo--meb {
    height: 56px;
    max-width: 160px;
}

@media (max-width: 991px) {
    .footer-section-3 .single-footer-widget {
        margin-bottom: 32px;
    }

    .footer-section-3 .footer-bottom-wrapper {
        gap: 16px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .footer-section-3 .footer-input.footer-newsletter-form {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .footer-section-3 .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .footer-newsletter-form .icon {
        top: 24px;
    }

    .footer-section-3 .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .footer-newsletter-form input {
        padding-right: 16px;
    }

    .footer-section-3 .footer-widget-wrapper.style-2 .single-footer-widget .footer-content .footer-newsletter-form .newsletter-btn {
        position: static;
        width: 100%;
        height: 46px;
        margin-right: 0;
    }

    .footer-section-3 .footer-trust-list {
        gap: 10px;
    }

    .footer-section-3 .footer-trust-link {
        min-width: 72px;
        min-height: 48px;
        padding: 5px 7px;
    }

    .footer-section-3 .footer-trust-logo {
        max-width: 105px;
        height: 38px;
    }

    .footer-section-3 .footer-trust-logo--meb {
        height: 48px;
        max-width: 136px;
    }
}









































/* CTA Newsletter & Randevu Al Section Responsive Enhancements */
.cta-newsletter-section {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.cta-newsletter-wrapper {
    position: relative;
    z-index: 5;
    width: 100%;
    box-sizing: border-box;
}

.cta-newsletter-wrapper .newsletter-input-items {
    max-width: 680px;
    width: 100%;
    margin: 30px auto 0;
    position: relative;
    box-sizing: border-box;
}

/* Masaüstü Input & Buton Yapısı */
.cta-newsletter-wrapper .newsletter-input-items input {
    width: 100%;
    min-height: 60px;
    height: 60px;
    padding: 0 170px 0 55px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 1rem;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cta-newsletter-wrapper .newsletter-input-items .icon {
    position: absolute;
    top: 30px; /* 60px height / 2 */
    left: 20px;
    transform: translateY(-50%);
    font-size: 1.125rem;
    pointer-events: none;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-newsletter-wrapper .newsletter-input-items .theme-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    height: 48px;
    padding: 0 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9375rem;
    white-space: nowrap;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden !important;
    transition: all 0.3s ease-in-out;
}

.cta-newsletter-wrapper .newsletter-input-items .theme-btn.yellow-btn {
    background-color: var(--theme-yellow);
    color: var(--white);
    font-weight: 600;
}

.cta-newsletter-wrapper .newsletter-input-items .theme-btn.yellow-btn::before,
.cta-newsletter-wrapper .newsletter-input-items .theme-btn.yellow-btn::after {
    background-color: var(--theme-blue, #1f3f98);
}

.cta-newsletter-wrapper .newsletter-input-items .theme-btn.yellow-btn:hover {
    color: var(--white);
    background-color: var(--theme-yellow-2, #e26218);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(243, 112, 33, 0.35);
}

.cta-newsletter-wrapper .list-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px 30px;
    margin-top: 30px;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.cta-newsletter-wrapper .list-items li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9375rem;
    color: #ffffff;
}

@media (max-width: 991px) {
    .cta-newsletter-section .girl-shape {
        display: none !important;
    }
    .cta-newsletter-wrapper {
        padding: 60px 0;
    }
}

/* MOBİL DÜZELTMELERİ (Tam Responsive ve Akıcı Buton Tasarımı) */
@media (max-width: 767px) {
    .cta-newsletter-wrapper .newsletter-input-items {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        margin-top: 25px;
    }

    .cta-newsletter-wrapper .newsletter-input-items input {
        height: 54px;
        min-height: 54px;
        padding: 0 16px 0 48px !important;
        font-size: 0.9375rem;
        margin-bottom: 12px;
        display: block;
        width: 100%;
        box-sizing: border-box;
        border-radius: 10px;
    }

    .cta-newsletter-wrapper .newsletter-input-items .icon {
        top: 27px;
        left: 18px;
        transform: translateY(-50%);
    }

    .cta-newsletter-wrapper .newsletter-input-items .theme-btn {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        width: 100%;
        height: 52px;
        margin: 0;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        font-weight: 600;
        box-sizing: border-box;
        overflow: hidden !important;
    }

    .cta-newsletter-wrapper .list-items {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-top: 24px;
        text-align: center;
    }
}












/* ==========================================================================
   Design Tokens & CSS Variables
   ========================================================================== */
:root {
  --navy-dark: #0A192F;
  --navy-surface: #112240;
  --navy-accent: #172A45;
  --blue-soft: #E6F1FF;
  --blue-muted: #8892B0;
  --border-light: #E2E8F0;
  --text-primary: #0A192F;
  --text-secondary: #4A5568;
  
  --shadow-sm: 0 2px 8px rgba(10, 25, 47, 0.04);
  --shadow-md: 0 8px 24px rgba(10, 25, 47, 0.06);
  --shadow-hover: 0 16px 32px -8px rgba(10, 25, 47, 0.12);
  
  --transition-fast: 0.2s ease;
  --transition-smooth: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Base & Glow */
.services-section {
  background-color: #F8FAFC;
}

.bg-glow {
  width: 500px;
  height: 500px;
  filter: blur(90px);
  opacity: 0.35;
  pointer-events: none;
}
.bg-glow-1 {
  background: radial-gradient(circle, rgba(230,241,255,1) 0%, rgba(248,250,252,0) 70%);
}
.bg-glow-2 {
  background: radial-gradient(circle, rgba(10,25,47,0.08) 0%, rgba(248,250,252,0) 70%);
}

/* Typography & Badges */
.section-title {
  color: var(--navy-dark);
  letter-spacing: -0.02em;
}

.section-lead {
  font-size: 1.05rem;
  line-height: 1.6;
}

.badge-subtle {
  background-color: var(--blue-soft);
  color: var(--navy-dark);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.pill-tag {
  background-color: #F1F5F9;
  color: var(--navy-dark);
  border: 1px solid var(--border-light);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.78rem;
}

/* Metric Cards */
.metric-card {
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth);
}

.metric-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.metric-value {
  color: var(--navy-dark);
  letter-spacing: -0.03em;
}

/* Service Cards & Hover Interactions */
.service-card {
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition-smooth), 
              box-shadow var(--transition-smooth), 
              border-color var(--transition-smooth);
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: var(--navy-dark);
  box-shadow: var(--shadow-hover);
}

.card-icon-wrapper {
  width: 54px;
  height: 54px;
  background-color: var(--blue-soft);
  color: var(--navy-dark);
  transition: background-color var(--transition-fast), color var(--transition-fast);
}

.service-card:hover .card-icon-wrapper {
  background-color: var(--navy-dark);
  color: #FFFFFF;
}

.card-title {
  color: var(--navy-dark);
}

.card-desc {
  font-size: 0.925rem;
  line-height: 1.55;
}

/* Feature Tag Items */
.tag-item {
  background-color: #F8FAFC;
  color: var(--text-secondary);
  border: 1px solid var(--border-light);
  font-size: 0.75rem;
  padding: 3px 10px;
  border-radius: 6px;
  font-weight: 500;
}

/* Link Arrow Motion */
.card-link {
  color: var(--navy-dark);
  font-size: 0.9rem;
}

.icon-arrow {
  transition: transform var(--transition-fast);
}

.service-card:hover .icon-arrow {
  transform: translateX(5px);
}

/* CTA Banner */
.cta-banner {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy-surface) 100%);
  box-shadow: 0 20px 40px -15px rgba(10, 25, 47, 0.3);
}

.btn-cta-primary {
  background-color: #FFFFFF;
  color: var(--navy-dark);
  transition: background-color var(--transition-fast), transform var(--transition-fast);
}

.btn-cta-primary:hover {
  background-color: var(--blue-soft);
  color: var(--navy-dark);
  transform: translateY(-2px);
}

.btn-cta-secondary {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  transition: background-color var(--transition-fast), border-color var(--transition-fast);
}

.btn-cta-secondary:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.py-2-5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}




















/* ==========================================================================
   Coaching Timeline (Dikey Süreç Tasarımı - 8 Adımlı Uyumlu)
   ========================================================================== */
   
.coaching-timeline {
  padding-left: 1.5rem;
}

/* Dikey Çizgi (Backbone) */
.coaching-timeline::before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 31px; /* Marker merkezine hizalı */
  width: 2px;
  background-color: var(--border-light);
  z-index: 1;
}

/* Noktalar (Markers) */
.timeline-marker {
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--blue-soft);
  border: 6px solid #FFFFFF;
  color: var(--navy-dark);
  font-size: 1.25rem;
  z-index: 2;
  transition: all var(--transition-smooth);
}

/* Timeline İçerik Kartı */
.timeline-content {
  border-color: var(--border-light) !important;
  background-color: #F8FAFC !important;
  transition: transform var(--transition-smooth), 
              box-shadow var(--transition-smooth),
              border-color var(--transition-smooth);
}

/* Kart Hover Etkileşimleri */
.timeline-item:hover .timeline-content {
  transform: translateX(8px);
  border-color: var(--navy-dark) !important;
  box-shadow: var(--shadow-sm) !important;
  background-color: #FFFFFF !important;
}

.timeline-item:hover .timeline-marker {
  background-color: var(--navy-dark);
  color: #FFFFFF;
  transform: scale(1.1);
  box-shadow: var(--shadow-md) !important;
}

/* Responsive Düzenlemeler */
@media (max-width: 767.98px) {
  .coaching-timeline {
    padding-left: 0.5rem;
  }
  .coaching-timeline::before {
    left: 21px;
  }
  .timeline-marker {
    width: 44px;
    height: 44px;
    font-size: 1rem;
    border-width: 4px;
  }
  .timeline-content {
    margin-left: 3.5rem !important; /* Mobilde marker genişliğine göre boşluk */
  }
}
















/* ==========================================================================
   Bento Grid Tasarımı ve Etkileşim Stilleri
   ========================================================================== */

:root {
  --navy-dark: #0A192F;
  --blue-soft: #E6F1FF;
  --border-light: #E2E8F0;
  --shadow-bento: 0 10px 30px -10px rgba(10, 25, 47, 0.08);
  --shadow-bento-hover: 0 20px 40px -15px rgba(10, 25, 47, 0.15);
  --transition-smooth: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.text-navy-dark { color: var(--navy-dark) !important; }
.bg-blue-soft { background-color: var(--blue-soft) !important; }

.badge-subtle {
  background-color: var(--blue-soft);
  color: var(--navy-dark);
  font-size: 0.8rem;
  letter-spacing: 1px;
}

/* Bento Card Genel Stil */
.bento-card {
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-bento);
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth), border-color var(--transition-smooth);
}

.bento-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-bento-hover);
  border-color: rgba(10, 25, 47, 0.2);
}

/* Görsel Animasyonları (UX Geliştirmeleri) */
.bento-image-wrapper img {
  transition: transform var(--transition-smooth);
}

/* 1. Görsel: Yüzen Efekt (Therapy) */
.floating-img {
  animation: float-img 6s ease-in-out infinite;
}

@keyframes float-img {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0px); }
}

/* 2. Görsel: Hoverda Hafif Büyüme (Thinking Woman) */
.hover-zoom {
  transition: transform 0.5s ease;
}
.bento-card:hover .hover-zoom {
  transform: scale(1.08) rotate(2deg);
}

/* 3. Görsel: Hoverda Sıçrama (Question Mark) */
/* Not: JPG görselin arka planı beyazsa, mix-blend-mode: multiply; kullanarak beyaz arkaplanın karta kaynaşmasını sağladık (HTML içinde inline olarak eklendi). */
.hover-bounce {
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.bento-card:hover .hover-bounce {
  transform: translateY(-10px) scale(1.05);
}

/* Dekoratif Şekiller */
.bg-shape {
  pointer-events: none;
  transition: transform var(--transition-smooth);
}
.bento-card:hover .bg-shape {
  transform: translate(25%, 25%) scale(1.1);
}


















/* ==========================================================================
   Fotoğraflı Pre-Footer CTA Stilleri
   ========================================================================== */

:root {
  --navy-dark: #0A192F;
  --navy-hover: #172A45;
  --blue-soft: #E6F1FF;
}

.bg-blue-soft { background-color: var(--blue-soft) !important; }
.tracking-wider { letter-spacing: 0.05em; }

.badge-subtle {
  background-color: var(--blue-soft);
  color: var(--navy-dark);
}

/* Ana CTA Kartı Etkileşimi */
.cta-wrapper {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
  /* overflow: hidden; HTML class'ında verildiği için görsel kartın dışına taşmaz ve köşeler oval kalır */
}

.cta-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px -15px rgba(10, 25, 47, 0.15) !important;
}

/* Dekoratif Şekil */
.cta-shape-1 {
  width: 250px;
  height: 250px;
  top: -50px;
  left: -50px;
  z-index: 0;
  pointer-events: none;
}

/* Object Fit Sınıfı (Eğer Bootstrap 5.3'ten önce bir sürüm kullanıyorsan yedek kod) */
.object-fit-cover {
  object-fit: cover;
}

/* Buton Stilleri */
.btn-navy {
  background-color: var(--navy-dark);
  color: #FFFFFF;
  border: 1px solid var(--navy-dark);
  transition: all 0.3s ease;
}

.btn-navy:hover {
  background-color: var(--navy-hover);
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(10, 25, 47, 0.2) !important;
}

.btn-outline-navy {
  background-color: #FFFFFF;
  color: var(--navy-dark);
  border: 2px solid var(--navy-dark);
  transition: all 0.3s ease;
}

.btn-outline-navy:hover {
  background-color: var(--blue-soft);
  color: var(--navy-dark);
  transform: translateY(-2px);
}

/* Responsive Düzenlemeler */
@media (max-width: 575.98px) {
  .btn-navy, .btn-outline-navy {
    width: 100%;
  }
}
























/* Premium Professional Digital Feature Cards */
.digital-feature-card {
    background: #ffffff;
    border: 1px solid rgba(9, 34, 75, 0.08);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-sizing: border-box;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.digital-feature-card:hover {
    border-color: rgba(3, 31, 66, 0.25);
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(3, 31, 66, 0.08);
}

.digital-feature-card .card-main-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.digital-feature-card .card-header-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.digital-feature-card .card-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(243, 112, 33, 0.1);
    color: #f37021;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    transition: all 0.3s ease;
}

.digital-feature-card:hover .card-icon-box {
    background: #f37021;
    color: #ffffff;
    transform: scale(1.05);
}


.digital-feature-card .card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #09224B;
    line-height: 1.3;
    margin-bottom: 10px;
}

.digital-feature-card .card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.digital-feature-card .card-title a:hover {
    color: #f37021;
}

.digital-feature-card .card-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.digital-feature-card .card-feature-list li {
    font-size: 0.85rem;
    color: #526077;
    display: flex;
    align-items: center;
    gap: 8px;
}

.digital-feature-card .card-feature-list li i {
    color: #10B981;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.digital-feature-card .card-thumb-wrapper {
    width: 125px;
    height: 100px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.digital-feature-card .card-thumb-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.4s ease;
}

.digital-feature-card:hover .card-thumb-wrapper img {
    transform: scale(1.08);
}

/* Tablet & Mobile Responsiveness */
@media (max-width: 767px) {
    .digital-feature-card {
        padding: 18px;
        gap: 14px;
        align-items: flex-start;
    }

    .digital-feature-card .card-thumb-wrapper {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 480px) {
    .digital-feature-card {
        padding: 16px;
        gap: 12px;
        border-radius: 14px;
    }

    .digital-feature-card .card-header-meta {
        margin-bottom: 10px;
    }

    .digital-feature-card .card-icon-box {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }

    .digital-feature-card .card-category-badge {
        font-size: 0.675rem;
        padding: 3px 8px;
    }

    .digital-feature-card .card-title {
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .digital-feature-card .card-feature-list li {
        font-size: 0.8rem;
    }

    .digital-feature-card .card-thumb-wrapper {
        width: 75px;
        height: 75px;
        border-radius: 10px;
    }
}

/* ==========================================================================
   ÖZEL DÖŞKAYA 2026 MODERN PARTNERLER & KURUMLAR STİLLERİ
   ========================================================================== */

:root {
  --ds-navy: #031f42;
  --ds-orange: #f37021;
  --ds-bg-light: #f8fafe;
  --ds-surface: #ffffff;
  --ds-border: #e2e8f0;
  --ds-transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.text-navy-dark { color: var(--ds-navy) !important; }
.text-orange { color: var(--ds-orange) !important; }
.bg-navy-dark { background-color: var(--ds-navy) !important; }
.bg-orange { background-color: var(--ds-orange) !important; }

/* Kayan Yazı (Marquee) Bandı */
.marquee-wrapper {
  background: linear-gradient(90deg, var(--ds-navy) 0%, #052c5c 100%);
  color: #ffffff;
  padding: 12px 0;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(3, 31, 66, 0.15);
}

.marquee-content {
  display: inline-block;
  animation: marquee-scroll 35s linear infinite;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 0.8rem;
}

@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* İnteraktif Yüzen Liste (Floating List) Stilleri */
.partner-list-container {
  background-color: transparent;
}

.partner-row {
  background-color: var(--ds-surface);
  border: 1px solid var(--ds-border);
  border-radius: 16px;
  margin-bottom: 12px;
  transition: var(--ds-transition);
  position: relative;
  z-index: 1;
}

.partner-row.header-row {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 4px;
}

.partner-row:not(.header-row):hover {
  transform: translateY(-4px) scale(1.005);
  box-shadow: 0 15px 35px rgba(3, 31, 66, 0.08);
  border-color: transparent;
  z-index: 10;
}

.partner-row:not(.header-row):hover .col-icon {
  transform: translateX(8px);
  color: var(--ds-orange) !important;
}

.col-icon {
  transition: transform var(--ds-transition);
}

/* Sütun Genişlikleri */
.col-name { flex: 0 0 35%; font-size: 1.1rem; }
.col-category { flex: 0 0 30%; }
.col-discount { flex: 0 0 18%; }
.col-date { flex: 0 0 12%; }
.col-icon { flex: 0 0 5%; text-align: right; }

/* 2026 Bento Grid Logo Kutu Stilleri */
.bento-grid-container {
  background-color: var(--ds-surface);
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
  padding: 1.25rem;
}

.logo-box {
  background-color: var(--ds-bg-light);
  border-radius: 16px;
  border: 1px solid transparent;
  transition: var(--ds-transition);
  min-height: 180px;
  box-sizing: border-box;
}

.logo-box:hover {
  background-color: var(--ds-surface);
  border-color: rgba(243, 112, 33, 0.3);
  box-shadow: 0 10px 25px rgba(3, 31, 66, 0.06);
  transform: translateY(-5px);
}

.logo-box:hover .logo-circle-icon {
  background-color: var(--ds-navy) !important;
  color: var(--ds-surface) !important;
  transform: scale(1.1) rotate(-5deg);
}

.logo-circle-icon {
  transition: var(--ds-transition);
}

.logo-box .badge {
  white-space: normal;
  max-width: 100%;
  line-height: 1.4;
}

/* Manifesto Kutu Özel Stili */
.brand-manifesto {
  background: linear-gradient(135deg, var(--ds-navy) 0%, #052c5c 100%);
  color: var(--ds-surface);
}
.brand-manifesto:hover {
  background: linear-gradient(135deg, #052c5c 0%, var(--ds-navy) 100%);
  border-color: transparent;
  box-shadow: 0 15px 30px rgba(3, 31, 66, 0.2);
}

/* Görsel Stilleri */
.editorial-image-wrapper {
  min-height: 200px;
}
.editorial-image-wrapper img {
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.editorial-image-wrapper:hover img {
  transform: scale(1.05);
}

/* Mobil & Tablet Optimizasyon */
@media (max-width: 991.98px) {
  .bento-grid-container {
    padding: 0.75rem;
    border-radius: 18px;
  }
}

@media (max-width: 767.98px) {
  .partner-row:not(.header-row) {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 12px;
    padding: 20px !important;
  }
  .col-name, .col-category, .col-discount, .col-date {
    flex: 0 0 100%;
  }
  .col-icon { display: none; }
  
  .logo-box {
    min-height: 150px;
    padding: 1.25rem 1rem !important;
  }
  .logo-caption {
    font-size: 0.9rem;
  }
  .editorial-image-wrapper {
    height: 200px !important;
  }
}

@media (max-width: 575.98px) {
  .bento-grid-container {
    padding: 0.5rem;
    border-radius: 16px;
  }
  .logo-box {
    min-height: 140px;
  }
}

/* AKREDİTASYON MARQUEE STİLLERİ */
.accreditation-section {
  background-color: #ffffff;
  border-top: 1px solid var(--ds-border);
}

.logo-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
  display: flex;
  background-color: #ffffff;
}

.logo-carousel-container::before,
.logo-carousel-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.logo-carousel-container::before {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.logo-carousel-container::after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 30px;
  animation: scroll-logos 25s linear infinite;
  width: max-content;
}

.logo-track:hover {
  animation-play-state: paused;
}

@keyframes scroll-logos {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } 
}

.accredit-logo-box {
  flex: 0 0 180px !important;
  width: 180px !important;
  height: 85px !important;
  background-color: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 15px 25px !important;
  box-shadow: 0 4px 15px rgba(3, 31, 66, 0.04) !important;
  transition: all 0.35s ease !important;
  cursor: pointer;
}

.accredit-logo-box img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  filter: grayscale(100%) opacity(0.6);
  transition: all 0.35s ease !important;
}

.accredit-logo-box:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 10px 25px rgba(3, 31, 66, 0.1) !important;
  border-color: rgba(243, 112, 33, 0.4) !important;
}

.accredit-logo-box:hover img {
  filter: grayscale(0%) opacity(1) !important;
}

/* Kalite Politikası Sayfası İçin Özel Büyütülmüş Logo Alanı */
.accreditation-section--large .accredit-logo-box {
  flex: 0 0 230px !important;
  width: 230px !important;
  height: 110px !important;
  padding: 12px 20px !important;
  border-radius: 14px !important;
}

.accreditation-section--large .accredit-logo-box img {
  max-width: 95% !important;
  max-height: 85px !important;
  transform: scale(1.18);
}

@media (max-width: 575px) {
  .accreditation-section--large .accredit-logo-box {
    flex: 0 0 190px !important;
    width: 190px !important;
    height: 95px !important;
  }
  .accreditation-section--large .accredit-logo-box img {
    max-height: 70px !important;
    transform: scale(1.1);
  }
}















/* ==========================================================================
   GUIDANCE & TESTS PORTAL MODERN DESIGN SYSTEM
   ========================================================================== */
.guidance-tests-section {
  background-color: #f8fafc;
  padding-top: 5rem;
  padding-bottom: 5.5rem;
}

.guidance-bg-shape-1 {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.guidance-bg-shape-2 {
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(243, 112, 33, 0.06) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.sub-badge-pill {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #f37021;
  background: rgba(243, 112, 33, 0.1);
  padding: 6px 18px;
  border-radius: 50px;
}

.section-main-title {
  font-size: clamp(1.85rem, 3.5vw, 2.65rem);
  font-weight: 800;
  color: var(--header, #031f42);
  letter-spacing: -0.02em;
}

.section-sub-desc {
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  color: var(--text, #64748b);
  line-height: 1.65;
  margin: 0 auto;
}

/* Quick Stats Pill Cards */
.stat-pill-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  padding: 1.25rem 0.75rem;
  box-shadow: 0 4px 18px rgba(3, 31, 66, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-pill-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(3, 31, 66, 0.08);
}

.stat-icon-wrapper {
  width: 46px;
  height: 46px;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.bg-blue-soft { background: #e0f2fe; }
.bg-purple-soft { background: #f3e8ff; }
.bg-orange-soft { background: #ffedd5; }
.bg-emerald-soft { background: #d1fae5; }

.text-purple { color: #8b5cf6 !important; }
.text-emerald { color: #10b981 !important; }
.text-rose { color: #f43f5e !important; }

.stat-number {
  font-size: 1.35rem;
  font-weight: 800;
  color: #031f42;
  margin-bottom: 0.15rem;
  font-family: 'Sora', sans-serif;
}

.stat-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
}

/* Modern Test Card */
.test-modern-card {
  background: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(3, 31, 66, 0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.test-modern-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(3, 31, 66, 0.12);
  border-color: rgba(243, 112, 33, 0.35);
}

.card-img-holder {
  position: relative;
  width: 100%;
  aspect-ratio: 1.75;
  overflow: hidden;
}

.card-img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.test-modern-card:hover .card-img-holder img {
  transform: scale(1.06);
}

.card-category-tag {
  position: absolute;
  bottom: 12px;
  left: 14px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
}

.card-code-badge {
  position: absolute;
  top: 12px;
  right: 14px;
  background: rgba(3, 31, 66, 0.85);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 8px;
  letter-spacing: 0.05em;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.bg-blue { background-color: #0ea5e9; }
.bg-purple { background-color: #8b5cf6; }
.bg-orange { background-color: #f37021; }
.bg-emerald { background-color: #10b981; }
.bg-indigo { background-color: #6366f1; }
.bg-rose { background-color: #f43f5e; }

.text-blue { color: #0ea5e9 !important; }
.text-indigo { color: #6366f1 !important; }

.card-body-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.test-target-grade {
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
}

.test-type-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.test-card-heading {
  font-size: 1.28rem;
  font-weight: 700;
  color: #031f42;
  margin-bottom: 0.6rem;
  font-family: 'Sora', sans-serif;
  line-height: 1.35;
}

.test-card-text {
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.55;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.test-card-footer-info {
  border-top: 1px solid #f1f5f9;
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.test-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.test-tag {
  font-size: 0.7rem;
  font-weight: 600;
  color: #334155;
  background: #f1f5f9;
  padding: 3px 9px;
  border-radius: 6px;
}

.test-status-badge {
  font-size: 0.72rem;
  font-weight: 600;
  color: #15803d;
}

/* Call To Action Banner */
.guidance-cta-banner {
  background: linear-gradient(135deg, #031f42 0%, #0a3d7c 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.15);
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.85);
}

.btn-cta-white {
  background: #ffffff;
  color: #031f42;
  border: 2px solid #ffffff;
  transition: all 0.3s ease;
}

.btn-cta-white:hover {
  background: #f37021;
  color: #ffffff;
  border-color: #f37021;
}

.btn-cta-white:hover .text-orange {
  color: #ffffff !important;
}

/* Mobile Adjustments */
@media (max-width: 767.98px) {
  .guidance-tests-section {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
  .card-body-content {
    padding: 1.15rem;
  }
  .test-card-heading {
    font-size: 1.15rem;
  }
  .test-card-text {
    font-size: 0.86rem;
  }
  .card-img-holder {
    aspect-ratio: 1.85;
  }
}















/* ==========================================================================
   FEATURES GRID (4 GRID) STYLES
   ========================================================================== */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.feature-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 4px 20px rgba(3, 31, 66, 0.04);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.35s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(3, 31, 66, 0.1);
  border-color: rgba(243, 112, 33, 0.4);
}

.feature-card .feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background-color: #eff6ff;
  border: 1px solid #dbeafe;
  color: #031f42;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 20px;
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.feature-card:hover .feature-icon {
  background-color: #f37021;
  border-color: #f37021;
  color: #ffffff;
  transform: scale(1.06);
}

.feature-card .feature-title {
  font-size: 1.12rem;
  font-weight: 700;
  color: #031f42;
  margin-bottom: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.35;
}

.feature-card .feature-desc {
  font-size: 0.9rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   AWWWARDS 4 TEMEL YETKİNLİK SECTION STYLES
   ========================================================================== */
.manifesto-minimal-section {
  background-color: #ffffff;
}

.minimal-pillar-card {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.35s ease;
}

.minimal-pillar-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(3, 31, 66, 0.07) !important;
  background-color: #ffffff !important;
  border-color: #e2e8f0 !important;
}

.pillar-accent-line {
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 3px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pillar-accent-line.bg-orange {
  background-color: #f37021;
}

.pillar-accent-line.bg-navy-dark {
  background-color: #031f42;
}

.pillar-tag-num {
  font-size: 0.72rem;
  letter-spacing: 0.5px;
  opacity: 0.8;
}

/* ==========================================================================
   DIRECT 3D ROBOT & STEM SECTION STYLES
   ========================================================================== */
.stem-interactive-section {
  background-color: #ffffff;
}

.robot-3d-wrapper {
  width: 100%;
  max-width: 1200px;
  height: 700px;
  background: transparent;
  overflow: hidden;
  position: relative;
}

.direct-spline-element {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  opacity: 0;
  transform: translateY(60px) scale(0.95);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.direct-spline-element.loaded {
  opacity: 1;
  transform: translateY(0) scale(1.15);
}

/* Hide Spline Logo Watermark via shadow root & parts */
spline-viewer::part(logo),
spline-viewer #logo,
spline-viewer a,
spline-viewer div[class*="watermark"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
}

.spline-loader {
  transition: opacity 0.3s ease-out;
}
.spline-loader.fade-out {
  opacity: 0;
  pointer-events: none;
}

/* Floating Technology Balloons */
.tech-balloon {
  position: absolute;
  z-index: 10;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 50px;
  padding: 8px 18px 8px 10px;
  box-shadow: 0 10px 25px -5px rgba(3, 31, 66, 0.08);
  pointer-events: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tech-balloon:hover {
  transform: scale(1.05) translateY(-4px) !important;
  box-shadow: 0 15px 35px -5px rgba(3, 31, 66, 0.15);
}

.balloon-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f8fafe;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  border: 1px solid #e2e8f0;
}

.balloon-text span {
  font-size: 0.82rem;
  line-height: 1.2;
}

.balloon-text small {
  font-size: 0.7rem;
}

/* Balloon Positions & Floating Animations */
.balloon-left-top {
  top: 15%;
  left: 2%;
  animation: floatBalloonLeft 6s ease-in-out infinite;
}

.balloon-left-bottom {
  bottom: 20%;
  left: 5%;
  animation: floatBalloonRight 7s ease-in-out infinite 1s;
}

.balloon-right-top {
  top: 18%;
  right: 2%;
  animation: floatBalloonRight 6.5s ease-in-out infinite 0.5s;
}

.balloon-right-bottom {
  bottom: 22%;
  right: 5%;
  animation: floatBalloonLeft 7.5s ease-in-out infinite 1.5s;
}

@keyframes floatBalloonLeft {
  0% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-14px) rotate(-1.5deg); }
  100% { transform: translateY(0px) rotate(0deg); }
}

@keyframes floatBalloonRight {
  0% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-16px) rotate(1.5deg); }
  100% { transform: translateY(0px) rotate(0deg); }
}

@media (max-width: 991.98px) {
  .robot-3d-wrapper {
    height: 540px;
  }
}

@media (max-width: 575.98px) {
  .robot-3d-wrapper {
    height: 420px;
  }
}

/* ==========================================================================
   FEATURES GRID (4 GRID) STYLES
   ========================================================================== */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.feature-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 4px 20px rgba(3, 31, 66, 0.04);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.35s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(3, 31, 66, 0.1);
  border-color: rgba(243, 112, 33, 0.4);
}

.feature-card .feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background-color: #eff6ff;
  border: 1px solid #dbeafe;
  color: #031f42;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 20px;
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.feature-card:hover .feature-icon {
  background-color: #f37021;
  border-color: #f37021;
  color: #ffffff;
  transform: scale(1.06);
}

.feature-card .feature-title {
  font-size: 1.12rem;
  font-weight: 700;
  color: #031f42;
  margin-bottom: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.35;
}

.feature-card .feature-desc {
  font-size: 0.9rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   AWWWARDS 4 TEMEL YETKİNLİK SECTION STYLES
   ========================================================================== */
.manifesto-minimal-section {
  background-color: #ffffff;
}

.minimal-pillar-card {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.35s ease;
}

.minimal-pillar-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(3, 31, 66, 0.07) !important;
  background-color: #ffffff !important;
  border-color: #e2e8f0 !important;
}

.pillar-accent-line {
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 3px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pillar-accent-line.bg-orange {
  background-color: #f37021;
}

.pillar-accent-line.bg-navy-dark {
  background-color: #031f42;
}

.pillar-tag-num {
  font-size: 0.72rem;
  letter-spacing: 0.5px;
  opacity: 0.8;
}





















/* ==========================================================================
   ÖĞRENCİ KULÜPLERİ & SOSYAL KAZANIMLAR (TAM RESPONSIVE)
   ========================================================================== */

:root {
  --ds-navy: #031f42;
  --ds-orange: #f37021;
  --ds-transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.text-navy-dark { color: var(--ds-navy) !important; }
.text-orange { color: var(--ds-orange) !important; }
.bg-navy-dark { background-color: var(--ds-navy) !important; }
.bg-orange { background-color: var(--ds-orange) !important; }
.tracking-wider { letter-spacing: 0.05em; }

/* Kulüp Kartları */
.club-card-modern {
  box-shadow: 0 5px 20px rgba(3, 31, 66, 0.04);
  transition: transform var(--ds-transition), box-shadow var(--ds-transition);
}
.club-card-modern:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(3, 31, 66, 0.1);
}

.club-image-wrapper {
  height: 220px;
  background-color: #e2e8f0;
}
.club-image-wrapper img {
  height: 100%;
  transition: transform 0.6s ease;
}
.club-card-modern:hover .club-image-wrapper img {
  transform: scale(1.06);
}
.club-category-badge {
  z-index: 2;
  backdrop-filter: blur(4px);
  background-color: rgba(3, 31, 66, 0.85) !important;
}

.btn-club-join i { transition: transform 0.3s ease; }
.club-card-modern:hover .btn-club-join i { transform: translateX(6px); }

/* Sosyal Kazanımlar */
.benefit-metric {
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  padding-left: 15px;
  transition: transform 0.3s ease;
}
.benefit-metric:hover {
  transform: translateX(5px);
  border-left-color: var(--ds-orange);
}

.benefit-card {
  border: 1px solid rgba(255,255,255,0.05);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.benefit-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3) !important;
}
.benefit-card .icon-circle {
  transition: transform 0.4s ease, background-color 0.4s ease;
}
.benefit-card:hover .icon-circle {
  transform: rotate(-10deg) scale(1.1);
  background-color: var(--ds-navy) !important;
}

.benefit-card-glow {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: radial-gradient(circle at 100% 100%, rgba(3, 31, 66, 0.05) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.benefit-card:hover .benefit-card-glow { opacity: 1; }

.benefit-image-card { height: 220px; }
.benefit-image-card img { transition: transform 0.8s ease; }
.benefit-image-card:hover img { transform: scale(1.08); }


/* ==========================================================================
   MEDYA SORGULARI (Responsive Tasarım Optimizasyonları)
   ========================================================================== */

/* Tablet & Küçük Masaüstü (max-width: 991.98px) */
@media (max-width: 991.98px) {
  .section-title-responsive {
    font-size: 2.2rem;
    letter-spacing: -0.5px !important;
  }
  .section-desc-responsive {
    font-size: 0.95rem !important;
  }
  .club-image-wrapper {
    height: 190px; /* Tablette görseller biraz daralır */
  }
  .metric-number {
    font-size: 2.5rem;
  }
  .benefit-metric {
    border-left: none; /* Tablet/Mobilde border kaldırılıp ortaya hizalanır */
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-left: 0;
    padding-bottom: 10px;
  }
  .benefit-metric:hover {
    transform: translateY(-5px); /* Tablette Y ekseninde hareket eder */
    border-bottom-color: var(--ds-orange);
    border-left-color: transparent;
  }
}

/* Mobil Cihazlar (max-width: 767.98px) */
@media (max-width: 767.98px) {
  .section-title-responsive {
    font-size: 1.8rem;
  }
  .club-image-wrapper {
    height: 200px; /* Mobilde tekrar ekranı tam kaplayacağı için hafif büyür */
  }
  
  /* Mobilde asimetrik gridin (mt-md-5) iptali Boostrap ile otomatik sağlanır. 
     Ayrıca mobilde kartların çok dip dibe girmemesi için: */
  .benefit-card {
    margin-bottom: 1rem !important;
  }
  
  .benefit-image-card {
    height: 160px; /* Mobilde tamamlayıcı görsel küçülür */
  }

  .metric-number {
    font-size: 2.2rem;
  }
}























/* ==========================================================================
   KAMPÜS BENTO VİTRİNİ STİLLERİ
   ========================================================================== */

/* Kart Konteyneri */
.bento-facility-card {
  transition: transform var(--ds-transition), box-shadow var(--ds-transition);
  cursor: pointer;
  background-color: var(--ds-navy); /* Yüklenme esnasında görünecek arka plan */
}

.bento-facility-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(3, 31, 66, 0.15) !important;
}

/* Arka Plan Görseli */
.facility-img {
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  filter: brightness(0.85); /* Metnin okunabilirliği için görseli çok hafif karartır */
}

.bento-facility-card:hover .facility-img {
  transform: scale(1.08); /* Hover durumunda şık bir yakınlaştırma efekti */
  filter: brightness(0.7);
}

/* Metinleri Barındıran Gradient Katmanı (Aşağıdan Yukarıya Kararan Katman) */
.facility-overlay {
  background: linear-gradient(
    to top,
    rgba(3, 31, 66, 0.95) 0%,   /* En altta koyu Döşkaya Laciverti */
    rgba(3, 31, 66, 0.6) 40%,
    transparent 100%
  );
  transition: padding var(--ds-transition); /* Yükseklik hissiyatı için */
}

.bento-facility-card:hover .facility-overlay {
  padding-bottom: 2.5rem !important; /* Mobilde veya masaüstünde hover'da içerik hafifçe yukarı kalkar */
}

/* İkon ve Metin Geçişleri */
.facility-overlay h3, 
.facility-overlay p {
  transition: transform var(--ds-transition);
}

.bento-facility-card:hover .facility-overlay h3 {
  transform: translateY(-3px);
  color: var(--ds-orange) !important; /* Hover'da başlık turuncu olur */
}

/* Medya Sorguları */
@media (max-width: 991.98px) {
  .bento-facility-card {
    min-height: 300px !important; /* Tablette dikey boşlukları korur */
  }
}

@media (max-width: 767.98px) {
  .bento-facility-card {
    min-height: 250px !important; /* Mobilde kartları biraz daraltır */
  }
  .bento-facility-card:hover .facility-overlay {
    padding-bottom: 1.5rem !important; /* Mobilde hover padding sıçramasını azaltır */
  }
}



















/* ==========================================================================
   KOÇLUK FELSEFESİ (Offset Cards & Sticky Layout)
   ========================================================================== */

/* Sol Blok Özel Buton Efekti */
.btn-outline-navy {
  color: var(--ds-navy);
  border: 2px solid var(--ds-navy);
  background-color: transparent;
  transition: all var(--ds-transition);
}

.btn-outline-navy.hover-fill:hover {
  background-color: var(--ds-navy);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(3, 31, 66, 0.15);
}

.btn-outline-navy i {
  transition: transform var(--ds-transition);
}

.btn-outline-navy:hover i {
  transform: translateX(4px);
}

/* Sağ Blok: Kartların Temel Stilleri */
.philosophy-card {
  transition: transform var(--ds-transition), box-shadow var(--ds-transition), border-color var(--ds-transition);
  cursor: default;
}

.philosophy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(3, 31, 66, 0.08) !important;
  border-color: rgba(243, 112, 33, 0.2) !important;
}

/* İkon Küpü Etkileşimi */
.philosophy-card .icon-cube {
  transition: transform var(--ds-transition), background-color var(--ds-transition);
}

.philosophy-card:hover .icon-cube {
  transform: rotate(10deg) scale(1.1);
  background-color: var(--ds-orange) !important;
}

/* Hover Glow Efekti (Kartın içine turuncu ışıltı) */
.card-glow-orange {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 100% 0%, rgba(243, 112, 33, 0.04) 0%, transparent 60%);
  opacity: 0;
  transition: opacity var(--ds-transition);
  border-radius: inherit;
  pointer-events: none;
}

.philosophy-card:hover .card-glow-orange {
  opacity: 1;
}

/* ==========================================================================
   OFFSET (ASİMETRİK MERDİVEN) DÜZENİ İÇİN MEDYA SORGULARI
   ========================================================================== */

/* Masaüstü (Geniş Ekranlar) - Kartlar Merdiven Gibi İner */
@media (min-width: 992px) {
  .offset-card-1 {
    margin-right: 4rem; /* En solda (Geniş) */
  }
  .offset-card-2 {
    margin-left: 2rem;
    margin-right: 2rem; /* Biraz girintili */
  }
  .offset-card-3 {
    margin-left: 4rem; /* En çok girintili */
  }
}

/* Tablet ve Altı (Mobilde) - Merdiven İptal Edilir, Düz Hizalanır */
@media (max-width: 991.98px) {
  .offset-card-1,
  .offset-card-2,
  .offset-card-3 {
    margin-left: 0;
    margin-right: 0;
  }
  
  /* Mobilde ikonlar üstte, yazı altta olsun diye dizilimi dikey yaparız */
  .philosophy-card .d-flex {
    flex-direction: column;
    gap: 1.5rem !important;
  }
  
  .position-sticky {
    position: relative !important; /* Mobilde yapışkanlık iptal edilir */
    top: auto !important;
  }
}





















/* ==========================================================================
   VELİ GÖRÜŞLERİ (TESTIMONIALS) STİLLERİ
   ========================================================================== */

.testimonials-section {
  background-color: var(--ds-surface);
}

.testimonial-card {
  position: relative;
  overflow: hidden;
  transition: transform var(--ds-transition), box-shadow var(--ds-transition);
  z-index: 1;
}

/* Sağ üst köşedeki dekoratif dev alıntı ikonu */
.quote-icon-floating {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 5rem;
  color: var(--ds-navy);
  opacity: 0.04;
  z-index: 0;
  transition: transform 0.5s ease, opacity 0.5s ease, color 0.5s ease;
  pointer-events: none;
}

/* Kullanıcı avatarı – boyutlar artık CSS'ten yönetiliyor */
.avatar-circle {
  width: 48px;
  height: 48px;
  flex-shrink: 0; /* dar ekranda flex içinde ezilmesini önler */
  font-size: 1.1rem;
  letter-spacing: 1px;
  border: 1px solid var(--ds-border);
  background-color: #f8fafe;
  color: var(--ds-navy-dark, #0a2540);
  transition: all 0.4s ease;
}

/* ---- Hover efektleri yalnızca hover destekleyen cihazlarda ---- */
@media (hover: hover) and (pointer: fine) {
  .testimonial-card:hover {
    transform: translateY(8px);
    box-shadow: 0 20px 40px rgba(3, 31, 66, 0.08) !important;
  }

  .testimonial-card:hover .quote-icon-floating {
    transform: scale(1.2) rotate(5deg);
    opacity: 0.08;
    color: var(--ds-orange);
  }

  .testimonial-card:hover .avatar-circle {
    background-color: var(--ds-orange) !important;
    color: #ffffff !important;
    border-color: var(--ds-orange) !important;
    transform: scale(1.05);
  }

  .testimonial-card:hover .avatar-circle i {
    color: #ffffff !important;
  }
}

/* ================= BREAKPOINTS ================= */

/* Tablet (≤ 991px) */
@media (max-width: 991.98px) {
  .quote-icon-floating {
    font-size: 4.25rem;
    top: 16px;
    right: 24px;
  }
}

/* Mobil (≤ 767px) */
@media (max-width: 767.98px) {
  .quote-icon-floating {
    font-size: 3.75rem;
    top: 14px;
    right: 18px;
  }

  .avatar-circle {
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }
}

/* Küçük mobil (≤ 575px) */
@media (max-width: 575.98px) {
  .quote-icon-floating {
    font-size: 3.25rem;
    top: 12px;
    right: 14px;
  }

  .avatar-circle {
    width: 40px;
    height: 40px;
    font-size: 0.95rem;
  }

  .avatar-circle i {
    font-size: 1.05rem; /* ikon da küçülsün */
  }
}

















/* ==========================================================================
   PROJELERİMİZ: VİZYON VE HEDEFLER STİLLERİ
   ========================================================================== */

/* Proje Hedef Kartları */
.project-goal-card {
  transition: transform var(--ds-transition), box-shadow var(--ds-transition);
  cursor: default;
}

.project-goal-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(3, 31, 66, 0.08) !important;
}

/* Sol Kenardaki Turuncu İnce Vurgu Çizgisi */
.goal-hover-accent {
  opacity: 0;
  transition: opacity var(--ds-transition);
}

.project-goal-card:hover .goal-hover-accent {
  opacity: 1;
}

/* İkon Animasyonu */
.goal-icon-wrapper {
  transition: background-color var(--ds-transition), transform var(--ds-transition);
}

.goal-icon-wrapper i {
  transition: color var(--ds-transition);
}

.project-goal-card:hover .goal-icon-wrapper {
  background-color: var(--ds-navy) !important;
  transform: rotate(-10deg) scale(1.1);
}

.project-goal-card:hover .goal-icon-wrapper i {
  color: #ffffff !important;
}

/* Medya Sorguları (Responsive Düzeltmeler) */
@media (max-width: 991.98px) {
  /* Tablet ve Mobilde arka plan dekorunu iptal et veya hafiflet */
  .project-vision-section {
    background-color: #ffffff;
  }
}

@media (max-width: 575.98px) {
  .project-goal-card {
    /* Mobilde içerikleri ortalamak için */
    text-align: center;
    flex-direction: column !important;
    gap: 1rem !important;
  }
  .goal-icon-wrapper {
    margin: 0 auto; /* Mobilde ikonu ortala */
  }
}






















/* ==========================================================================
   PROJELERİMİZ HERO SECTION STİLLERİ (Immersive & Glassmorphism)
   ========================================================================== */

.project-hero-section {
  min-height: 80vh; /* Ekran yüksekliğinin %80'ini kaplar */
  background-color: var(--ds-navy);
}

/* Karanlık Overlay (Görseli okunabilir yapar) */
.hero-overlay {
  background: linear-gradient(
    135deg,
    rgba(3, 31, 66, 0.95) 0%,   /* Koyu Lacivert */
    rgba(3, 31, 66, 0.7) 100%
  );
  z-index: 0;
}

/* Yüzen Cam Kart (Glassmorphism) */
.hero-glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  animation: float-card 6s ease-in-out infinite;
}

@keyframes float-card {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}

/* Yanıp Sönen Turuncu Nokta (Canlılık Hissi) */
.pulse-dot-orange {
  width: 8px;
  height: 8px;
  background-color: var(--ds-orange);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(243, 112, 33, 0.7);
  animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
  0% { box-shadow: 0 0 0 0 rgba(243, 112, 33, 0.7); }
  70% { box-shadow: 0 0 0 8px rgba(243, 112, 33, 0); }
  100% { box-shadow: 0 0 0 0 rgba(243, 112, 33, 0); }
}

/* Arka Plan Bulanıklık Sınıfı */
.backdrop-blur {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Fare Kaydırma Animasyonu (Scroll Mouse) */
.scroll-wheel {
  animation: scroll-wheel-anim 2s infinite;
}

@keyframes scroll-wheel-anim {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0; }
}

/* Buton Düzenlemeleri (Zaten tanımlıysa atlanabilir) */
.btn-orange-solid {
  background-color: var(--ds-orange);
  color: #ffffff !important;
  border: 2px solid var(--ds-orange);
  transition: all var(--ds-transition);
}

.btn-orange-solid:hover {
  background-color: transparent;
  color: var(--ds-orange) !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(243, 112, 33, 0.2) !important;
}

/* Medya Sorguları */
@media (max-width: 991.98px) {
  .project-hero-section {
    min-height: 60vh;
    padding-top: 4rem; /* Navbar yüksekliğine göre ayarlanabilir */
  }
  .hero-title-responsive {
    font-size: 3rem;
  }
}

@media (max-width: 767.98px) {
  .hero-title-responsive {
    font-size: 2.5rem;
    letter-spacing: -1px !important;
  }
  .project-hero-section {
    text-align: center;
  }
}















/* ==========================================================================
   ROBOTİK & STEM+A (TECH-SHOWCASE) STİLLERİ
   ========================================================================== */

.stem-robotics-section {
  background-color: var(--ds-bg-light);
}

/* Noktalı Arka Plan Deseni (Teknoloji Hissi İçin) */
.tech-bg-pattern {
  background-image: radial-gradient(var(--ds-navy) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.03;
}

/* Lacivert Solid Buton (Yeni Eklenen Aksiyon Butonu) */
.btn-navy-solid {
  background-color: var(--ds-navy);
  color: #ffffff !important;
  border: 2px solid var(--ds-navy);
  transition: all var(--ds-transition);
}

.btn-navy-solid:hover {
  background-color: transparent;
  color: var(--ds-navy) !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(3, 31, 66, 0.1) !important;
}

.btn-navy-solid:hover i {
  transform: translateX(4px);
}

/* Teknoloji Bento Kartları */
.tech-bento-card {
  transition: transform var(--ds-transition), box-shadow var(--ds-transition), border-color var(--ds-transition);
  cursor: default;
}

.tech-bento-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(3, 31, 66, 0.08) !important;
  border-color: rgba(243, 112, 33, 0.3) !important;
}

/* Teknoloji Parıltısı (Hover'da Mavi/Turuncu Glow) */
.tech-glow-effect {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(3, 31, 66, 0.03) 0%, transparent 60%);
  opacity: 0;
  transition: opacity var(--ds-transition);
  pointer-events: none;
  z-index: 0;
}

.tech-bento-card:hover .tech-glow-effect {
  opacity: 1;
}

/* Altıgen (Hexagon) Şekilli İkon Taşıyıcı */
.icon-hexagon {
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transition: transform var(--ds-transition), background-color var(--ds-transition);
}

.tech-bento-card:hover .icon-hexagon {
  transform: scale(1.1) rotate(15deg);
}

/* Medya Sorguları (Asimetrik Kaydırmayı Mobilde Düzeltme) */
@media (max-width: 575.98px) {
  .mt-sm-4 {
    margin-top: 0 !important;
  }
}









/* ==========================================================================
   YATAY ROBOTİK & STEM STİLLERİ
   ========================================================================== */

.horizontal-stem-section {
  background-color: var(--ds-navy);
}

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

/* Bulanık Cam (Glassmorphism) Efekti */
.backdrop-blur {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Noktalı Matris Deseni (Teknoloji Hissi) */
.tech-matrix-bg {
  background-image: radial-gradient(#ffffff 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

/* İkon Küpü Animasyonu */
.tech-feature-item {
  cursor: default;
}

.tech-feature-item .icon-cube {
  transition: transform var(--ds-transition), background-color var(--ds-transition), color var(--ds-transition);
}

.tech-feature-item:hover .icon-cube {
  transform: scale(1.1) rotate(10deg);
  background-color: #ffffff !important;
  color: var(--ds-orange) !important;
}

/* Beyaz Çerçeveli Buton Özel Hover */
.btn-outline-white {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.6);
  transition: all var(--ds-transition);
}

.btn-outline-white:hover {
  background-color: #ffffff;
  color: var(--ds-navy) !important;
  border-color: #ffffff;
  transform: translateY(-2px);
}

.btn-outline-white i {
  transition: transform var(--ds-transition);
}

.btn-outline-white:hover i {
  transform: translateX(4px);
}

/* Medya Sorguları & Duyarlı (Responsive) Tasarım İyileştirmeleri */
@media (max-width: 991.98px) {
  .horizontal-stem-section .min-vh-50 {
    min-height: 380px;
  }

  .horizontal-stem-section .display-5 {
    font-size: calc(1.425rem + 2.1vw) !important;
  }
}

@media (max-width: 767.98px) {
  .horizontal-stem-section .min-vh-50 {
    min-height: 300px;
  }

  .horizontal-stem-section .backdrop-blur {
    max-width: 100% !important;
  }
}

@media (max-width: 575.98px) {
  .horizontal-stem-section .min-vh-50 {
    min-height: 240px;
  }

  .horizontal-stem-section .p-4 {
    padding: 1.5rem 1rem !important;
  }

  .horizontal-stem-section .display-5 {
    font-size: 1.65rem !important;
    margin-bottom: 0.75rem !important;
  }

  .horizontal-stem-section p.fs-6 {
    font-size: 0.9rem !important;
    margin-bottom: 1.5rem !important;
  }
}






















/* ==========================================================================
   İLKOKUL & ORTAOKUL EĞİTİM KADEMELERİ STİLLERİ
   /frontend/src/components/EducationStages/styles.css
   ========================================================================== */

/* Genel Kart Stilleri ve Hover Etkileşimleri */
.stage-card {
  transition: transform var(--ds-transition), box-shadow var(--ds-transition);
}

.stage-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(3, 31, 66, 0.1) !important;
}

/* Ortaokul (Koyu Lacivert) Kart Hover'ı için daha belirgin gölge */
.bg-navy-dark.stage-card:hover {
  box-shadow: 0 25px 50px rgba(3, 31, 66, 0.3) !important;
}

/* Dekoratif Numara Animasyonu (Kart arkasındaki 1 ve 2 rakamları) */
.stage-number {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease;
  pointer-events: none;
}

.stage-card:hover .stage-number {
  transform: scale(1.1) translateX(-10px) translateY(10px);
  opacity: 0.8 !important;
}
.bg-navy-dark.stage-card:hover .stage-number {
  opacity: 0.2 !important; /* Lacivert arka planda çok parlamaması için limitlenir */
}

/* Kart İçi İkon Animasyonu */
.stage-card .icon-circle {
  transition: transform var(--ds-transition), background-color var(--ds-transition), color var(--ds-transition);
}

.stage-card:hover .icon-circle {
  transform: scale(1.1) rotate(-10deg);
}

/* İlkokul Kartı (Açık Tema) İkon Hover */
.bg-white.stage-card:hover .icon-circle {
  background-color: var(--ds-navy) !important;
  color: #ffffff !important;
}

/* Ortaokul Kartı (Koyu Tema) İkon Hover */
.bg-navy-dark.stage-card:hover .icon-circle {
  background-color: var(--ds-orange) !important;
  color: #ffffff !important;
}

/* Liste İkonlarına Ufak Etkileşim */
.stage-card li i {
  transition: transform 0.3s ease;
}

.stage-card:hover li i {
  transform: scale(1.2);
}

/* Mobil İyileştirmeler */
@media (max-width: 767.98px) {
  .stage-card {
    padding: 2rem !important;
  }
  .stage-number {
    font-size: 8rem;
    top: -15px;
    right: -5px;
  }
}











/* ==========================================================================
   INTERACTIVE REHBERLİK PUSULASI STYLES
   ========================================================================== */
:root {
  --compass-navy: #031f42;
  --compass-orange: #f37021;
}

.orbital-compass-section {
  background-color: #ffffff;
}

.text-navy-dark {
  color: var(--compass-navy) !important;
}

.text-orange {
  color: var(--compass-orange) !important;
}

/* Central Disc & Responsive Container */
.orbital-compass-wrapper {
  width: 100%;
  max-width: 680px;
  height: 520px;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orbital-disc {
  width: 300px;
  height: 300px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  box-shadow: 0 15px 45px rgba(3, 31, 66, 0.08);
  z-index: 2;
}

.disc-dash-ring {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border: 2px dashed #cbd5e1;
  border-radius: 50%;
  pointer-events: none;
}

.disc-mark {
  position: absolute;
  font-size: 0.85rem;
}

.mark-n { top: 20px; left: 50%; transform: translateX(-50%); }
.mark-e { right: 22px; top: 50%; transform: translateY(-50%); }
.mark-s { bottom: 20px; left: 50%; transform: translateX(-50%); }
.mark-w { left: 22px; top: 50%; transform: translateY(-50%); }

/* Compass Needle Arrow */
.orbital-needle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 210px;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: center center;
  transition: transform 0.65s cubic-bezier(0.34, 1.4, 0.64, 1);
  pointer-events: none;
  z-index: 3;
}

.needle-north {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 105px solid var(--compass-orange);
}

.needle-south {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 105px solid #cbd5e1;
}

.needle-pivot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--compass-navy);
  border: 3px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  z-index: 4;
}

/* Surrounding Orbit Icon Nodes */
.orbit-nodes-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}

.orbit-node {
  position: absolute;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Desktop Node Positions: equidistant outside the 300px disc */
.node-n { 
  top: 8px; 
  left: 50%; 
  transform: translateX(-50%); 
}
.node-e { 
  top: 50%; 
  right: 18px; 
  transform: translateY(-50%); 
}
.node-s { 
  bottom: 8px; 
  left: 50%; 
  transform: translateX(-50%); 
}
.node-w { 
  top: 50%; 
  left: 18px; 
  transform: translateY(-50%); 
}

.node-n:hover, .node-n.active { transform: translateX(-50%) scale(1.08); }
.node-e:hover, .node-e.active { transform: translateY(-50%) scale(1.08); }
.node-s:hover, .node-s.active { transform: translateX(-50%) scale(1.08); }
.node-w:hover, .node-w.active { transform: translateY(-50%) scale(1.08); }

.orbit-node .node-icon-box {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--compass-navy);
  box-shadow: 0 6px 18px rgba(3, 31, 66, 0.08);
  transition: all 0.35s ease;
}

.orbit-node.active .node-icon-box,
.orbit-node:hover .node-icon-box {
  border-color: var(--node-theme, var(--compass-orange));
  background-color: var(--node-theme, var(--compass-orange));
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(3, 31, 66, 0.2);
}

.node-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--compass-navy);
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.96);
  padding: 5px 14px;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.85);
  transition: all 0.35s ease;
}

.orbit-node.active .node-label,
.orbit-node:hover .node-label {
  color: var(--node-theme, var(--compass-orange));
  border-color: var(--node-theme, var(--compass-orange));
}

.compass-detail-card {
  transition: border-color 0.3s ease, transform 0.3s ease;
  border-left: 5px solid #0ea5e9;
}

/* Responsive Rules for Tablet & Mobile */
@media (max-width: 991.98px) {
  .orbital-compass-wrapper {
    height: 480px;
    max-width: 580px;
  }
  .orbital-disc {
    width: 270px;
    height: 270px;
  }
  .orbital-needle {
    height: 180px;
  }
  .needle-north, .needle-south {
    border-bottom-width: 90px;
    border-top-width: 90px;
  }
  .node-e { right: 8px; }
  .node-w { left: 8px; }
}

@media (max-width: 767.98px) {
  .orbital-compass-wrapper {
    height: 420px;
    max-width: 440px;
  }
  .orbital-disc {
    width: 220px;
    height: 220px;
  }
  .orbital-needle {
    height: 146px;
  }
  .needle-north {
    border-bottom-width: 73px;
    border-left-width: 6px;
    border-right-width: 6px;
  }
  .needle-south {
    border-top-width: 73px;
    border-left-width: 6px;
    border-right-width: 6px;
  }
  .needle-pivot {
    width: 18px;
    height: 18px;
  }
  .orbit-node .node-icon-box {
    width: 46px;
    height: 46px;
    font-size: 1.05rem;
  }
  .node-label {
    font-size: 0.72rem;
    padding: 3px 10px;
  }
  .node-n { top: 5px; }
  .node-e { right: 2px; }
  .node-s { bottom: 5px; }
  .node-w { left: 2px; }
}

@media (max-width: 480px) {
  .orbital-compass-wrapper {
    height: 350px;
    max-width: 320px;
  }
  .orbital-disc {
    width: 170px;
    height: 170px;
  }
  .orbital-needle {
    height: 110px;
  }
  .needle-north {
    border-bottom-width: 55px;
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .needle-south {
    border-top-width: 55px;
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .needle-pivot {
    width: 14px;
    height: 14px;
  }
  .disc-mark {
    font-size: 0.72rem;
  }
  .mark-n { top: 10px; }
  .mark-e { right: 10px; }
  .mark-s { bottom: 10px; }
  .mark-w { left: 10px; }
  .orbit-node .node-icon-box {
    width: 38px;
    height: 38px;
    font-size: 0.85rem;
  }
  .node-label {
    font-size: 0.64rem;
    padding: 2px 6px;
  }
  .node-n { top: 2px; }
  .node-e { right: -6px; }
  .node-s { bottom: 2px; }
  .node-w { left: -6px; }
}

















/* ==========================================================================
   ANLAŞMALI KURUMLAR: HERO SECTION STİLLERİ
   ========================================================================== */

:root {
  --ds-navy: #031f42;
  --ds-orange: #f37021;
  --ds-transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.partners-hero-section {
  min-height: 85vh;
  background-color: var(--ds-navy);
}

/* Katmanlar ve Medya */
.hero-media-overlay {
  background: linear-gradient(
    135deg,
    rgba(3, 31, 66, 0.96) 0%,
    rgba(3, 31, 66, 0.78) 50%,
    rgba(3, 31, 66, 0.92) 100%
  );
  z-index: 0;
}

/* Yüzen Cam Efekti (Glassmorphism Kartı) */
.partner-hero-glass-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  animation: float-partner-hero 6s ease-in-out infinite;
}

@keyframes float-partner-hero {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0px); }
}

/* Yanıp Sönen Turuncu Durum Göstergesi */
.pulse-dot-orange {
  width: 8px;
  height: 8px;
  background-color: var(--ds-orange);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(243, 112, 33, 0.7);
  animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
  0% { box-shadow: 0 0 0 0 rgba(243, 112, 33, 0.7); }
  70% { box-shadow: 0 0 0 8px rgba(243, 112, 33, 0); }
  100% { box-shadow: 0 0 0 0 rgba(243, 112, 33, 0); }
}

.backdrop-blur {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Buton Etkileşimleri */
.btn-orange-solid {
  background-color: var(--ds-orange);
  color: #ffffff !important;
  border: 2px solid var(--ds-orange);
  transition: all var(--ds-transition);
}

.btn-orange-solid:hover {
  background-color: transparent;
  color: var(--ds-orange) !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(243, 112, 33, 0.25) !important;
}

.btn-outline-white {
  background-color: transparent;
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, 0.6);
  transition: all var(--ds-transition);
}

.btn-outline-white:hover {
  background-color: #ffffff;
  color: var(--ds-navy) !important;
  border-color: #ffffff;
  transform: translateY(-3px);
}

/* Fare Kaydırma İndikatörü Animasyonu */
.scroll-wheel {
  animation: scroll-wheel-anim 2s infinite;
}

@keyframes scroll-wheel-anim {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(12px); opacity: 0; }
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================================== */

@media (max-width: 991.98px) {
  .partners-hero-section {
    min-height: 70vh;
    padding-top: 3rem;
  }
  .hero-title-responsive {
    font-size: 2.8rem;
  }
}

@media (max-width: 767.98px) {
  .partners-hero-section {
    min-height: auto;
    padding: 5rem 0 4rem 0;
  }
  .hero-title-responsive {
    font-size: 2.2rem;
    letter-spacing: -1px !important;
  }
}













/* ==========================================================================
   BİZ KİMİZ / KURUMSAL HİKAYE STİLLERİ
   ========================================================================== */

:root {
  --ds-navy: #031f42;
  --ds-orange: #f37021;
  --ds-transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-story-section {
  background-color: #ffffff;
}

/* Görsel Konteyneri */
.story-image-wrapper {
  height: 480px;
  background-color: var(--ds-navy);
}

.story-image-wrapper img {
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.story-image-wrapper:hover img {
  transform: scale(1.05);
}

/* Yüzen Rozet Kartı */
.story-floating-badge {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  max-width: 320px;
  z-index: 2;
  transition: transform var(--ds-transition);
}

.story-floating-badge:hover {
  transform: translateY(-4px);
}

/* Tipografi & Okunabilirlik */
.story-text-container p {
  text-align: justify;
}

/* Medya Sorguları */
@media (max-width: 991.98px) {
  .story-image-wrapper {
    height: 350px;
    margin-bottom: 2rem;
  }
  
  .story-floating-badge {
    position: static !important;
    margin: -40px 1rem 0 1rem !important;
    max-width: 100%;
  }

  .story-text-container p {
    text-align: left;
  }
}
















/* ==========================================================================
   İNSAN KAYNAKLARI FORMU & AÇILIR KUTU (NICE-SELECT) ENTEGRASYONU
   ========================================================================== */

:root {
  --ds-navy: #031f42;
  --ds-orange: #f37021;
  --ds-transition: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.hr-form-card {
  box-shadow: 0 15px 45px rgba(3, 31, 66, 0.05);
}

/* Standart Form & Input Group Düzeni */
.custom-input-group {
  min-height: 50px;
  border-radius: 12px;
  background-color: #f8fafe;
  border: 1px solid #e2e8f0;
  transition: border-color var(--ds-transition), background-color var(--ds-transition), box-shadow var(--ds-transition);
  display: flex;
  align-items: center;
  position: relative;
}

.custom-input-group .input-group-text {
  height: 100%;
  background-color: transparent;
  border: none;
  color: #64748b;
  padding: 0 0.5rem 0 1.1rem;
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}

.custom-input-group .form-control {
  height: 100%;
  background-color: transparent;
  border: none;
  padding: 0.75rem 1rem 0.75rem 0.5rem;
  font-size: 0.95rem;
  color: var(--ds-navy);
}

.custom-input-group .form-control:focus {
  box-shadow: none;
  background-color: transparent;
}

.custom-input-group:focus-within {
  border-color: var(--ds-orange);
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(243, 112, 33, 0.12);
}

/* Açılır Kutu (Nice-Select ile Tam Uyumlu) */
.custom-select-group {
  position: relative;
  z-index: 20;
}

.custom-select-group .custom-form-select {
  cursor: pointer;
}

.custom-select-group .nice-select {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  height: 48px;
  line-height: 48px;
  border: none;
  background-color: transparent;
  padding: 0 2.5rem 0 0.5rem;
  font-size: 0.95rem;
  color: var(--ds-navy);
  float: none;
}

.custom-select-group .nice-select:hover,
.custom-select-group .nice-select:focus,
.custom-select-group .nice-select.open {
  border: none;
}

.custom-select-group .nice-select:after {
  border-bottom: 2px solid var(--ds-orange);
  border-right: 2px solid var(--ds-orange);
  border-top: none;
  border-left: none;
  right: 1.2rem;
  height: 8px;
  width: 8px;
  margin-top: -4px;
}

.custom-select-group .nice-select .list {
  width: calc(100% + 46px);
  left: -46px;
  right: 0;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(3, 31, 66, 0.15);
  max-height: 220px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  z-index: 9999;
  margin-top: 6px;
  padding: 6px;
}


.custom-select-group .nice-select .option {
  color: var(--ds-navy);
  font-size: 0.9rem;
  padding: 10px 16px;
  min-height: 38px;
  line-height: 18px;
  border-radius: 8px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.custom-select-group .nice-select .option:hover,
.custom-select-group .nice-select .option.focus,
.custom-select-group .nice-select .option.selected.focus {
  background-color: rgba(243, 112, 33, 0.08);
  color: var(--ds-orange);
  font-weight: 600;
}

.custom-select-group .nice-select .current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* TextArea Stili */
textarea.form-control {
  background-color: #f8fafe;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.85rem 1rem;
}

textarea.form-control:focus {
  background-color: #ffffff;
  border-color: var(--ds-orange);
  box-shadow: 0 0 0 4px rgba(243, 112, 33, 0.12);
}

/* Dosya Yükleme Alanı */
.file-drop-area {
  border-color: #cbd5e1;
  transition: all var(--ds-transition);
  cursor: pointer;
}

.file-drop-area:hover {
  background-color: #ffffff;
  border-color: var(--ds-orange);
}

.file-input-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* Captcha Kutusu & Yenileme Butonu */
.captcha-box {
  background-color: #f1f5f9;
}

.captcha-canvas-wrapper canvas {
  display: block;
  user-select: none;
}

#refreshCaptchaBtn {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  transition: all var(--ds-transition);
  cursor: pointer;
}

#refreshCaptchaBtn #refreshIcon {
  color: var(--ds-navy);
  transition: color var(--ds-transition), transform var(--ds-transition);
}

#refreshCaptchaBtn:hover {
  background-color: var(--ds-orange);
  border-color: var(--ds-orange);
  color: var(--ds-white);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(243, 112, 33, 0.18);
}

#refreshCaptchaBtn:hover #refreshIcon {
  color: #ffffff;
}

.rotate-anim {
  transform: rotate(360deg);
  transition: transform 0.5s ease;
}

/* Buton */
.btn-orange-solid {
  background-color: var(--ds-orange);
  color: #ffffff;
  border: 2px solid var(--ds-orange);
  transition: all var(--ds-transition);
}

.btn-orange-solid:hover {
  background-color: transparent;
  color: var(--ds-orange);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(243, 112, 33, 0.25);
}

.btn-orange-solid:hover i {
  transform: translateX(4px);
}












/* ==========================================================================
   İNSAN KAYNAKLARI: SPLIT-STAGE HERO STİLLERİ
   ========================================================================== */

:root {
  --ds-navy: #031f42;
  --ds-orange: #f37021;
  --ds-bg-light: #f8fafe;
  --ds-transition: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.hr-split-hero {
  background-color: var(--ds-bg-light);
  min-height: 80vh;
}

/* Arka Plan Mesh / Izgara Deseni */
.hero-mesh-bg {
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(243, 112, 33, 0.04) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(3, 31, 66, 0.05) 0%, transparent 40%),
    linear-gradient(to right, rgba(3, 31, 66, 0.02) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(3, 31, 66, 0.02) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 32px 32px, 32px 32px;
}

/* Başlık Degrade Vurgusu */
.hero-gradient-text {
  background: linear-gradient(135deg, var(--ds-orange) 0%, #d4560a 100%);
  -webkit-text-fill-color: transparent;
}

/* Canlı Alım İndikatörü */
.live-recruitment-badge {
  width: 8px;
  height: 8px;
  background-color: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
  70% { box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

/* Branş Etiketleri */
.badge-tag {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  background-color: #ffffff;
  color: var(--ds-navy);
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all var(--ds-transition);
}

.badge-tag:hover {
  background-color: var(--ds-navy);
  color: #ffffff;
  border-color: var(--ds-navy);
  transform: translateY(-2px);
}

/* Buton Stilleri */
.btn-navy-action {
  background-color: var(--ds-navy);
  color: #ffffff !important;
  border: 2px solid var(--ds-navy);
  transition: all var(--ds-transition);
}

.btn-navy-action:hover {
  background-color: var(--ds-orange);
  border-color: var(--ds-orange);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(243, 112, 33, 0.25) !important;
}

.btn-light-action {
  background-color: #ffffff;
  color: var(--ds-navy) !important;
  border: 2px solid #e2e8f0;
  transition: all var(--ds-transition);
}

.btn-light-action:hover {
  background-color: #f1f5f9;
  border-color: #cbd5e1;
  transform: translateY(-3px);
}

/* Sağ Blok: Sahne & Katman Düzeni */
.hero-visual-stage {
  padding: 2rem 1rem;
}

.visual-backdrop-card {
  width: 90%;
  height: 90%;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, rgba(243, 112, 33, 0.12) 0%, rgba(3, 31, 66, 0.08) 100%);
  border-radius: 40px;
  transform: rotate(4deg);
  z-index: 0;
}

.visual-main-image {
  height: 460px;
  width: 92%;
}

/* Yüzen Kartlar (Floating Pills) */
.floating-hero-pill {
  position: absolute;
  transition: transform var(--ds-transition);
  cursor: default;
}

.float-top-left {
  top: 10%;
  left: -20px;
  animation: float-left-pill 5s ease-in-out infinite;
}

.float-bottom-right {
  bottom: 8%;
  right: 0;
  animation: float-right-pill 6s ease-in-out infinite;
}

@keyframes float-left-pill {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0px); }
}

@keyframes float-right-pill {
  0% { transform: translateY(0px); }
  50% { transform: translateY(8px); }
  100% { transform: translateY(0px); }
}

/* Responsive */
@media (max-width: 991.98px) {
  .hero-visual-stage {
    margin-top: 2rem;
  }
  .visual-main-image {
    width: 100%;
    height: 380px;
  }
  .float-top-left {
    left: 10px;
  }
  .float-bottom-right {
    right: 10px;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .visual-main-image {
    height: 300px;
  }
}








/* ==========================================================================
   İK: NEDEN DÖŞKAYA? (WHY JOIN US) STİLLERİ
   ========================================================================== */

:root {
  --ds-navy: #031f42;
  --ds-orange: #f37021;
  --ds-transition: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.why-doskaya-hr-section {
  background-color: #ffffff;
}

/* Avantaj Kartları */
.why-benefit-card {
  transition: transform var(--ds-transition), box-shadow var(--ds-transition), background-color var(--ds-transition);
  cursor: default;
}

.why-benefit-card:hover {
  transform: translateY(-5px);
  background-color: #ffffff !important;
  box-shadow: 0 15px 35px rgba(3, 31, 66, 0.08) !important;
}

/* Kart Solundaki Turuncu İnce Vurgu Çizgisi */
.benefit-accent-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  opacity: 0;
  transition: opacity var(--ds-transition);
}

.why-benefit-card:hover .benefit-accent-line {
  opacity: 1;
}

/* Kart İçi İkon Animasyonu */
.icon-circle-benefit {
  transition: transform var(--ds-transition), background-color var(--ds-transition);
}

.why-benefit-card:hover .icon-circle-benefit {
  transform: scale(1.1) rotate(6deg);
  background-color: var(--ds-orange) !important;
}

.why-benefit-card:hover .icon-circle-benefit i {
  color: #ffffff !important;
}

/* Sağ Görsel Alanı */
.why-image-wrapper {
  height: 520px;
  background-color: #f1f5f9;
}

.why-image-target {
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.why-image-wrapper:hover .why-image-target {
  transform: scale(1.04);
}

/* Yüzen Rozet (Floating Badge) */
.why-floating-badge {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 2;
  transition: transform var(--ds-transition);
  max-width: 280px;
}

.why-floating-badge:hover {
  transform: translateY(-3px);
}

/* Responsive Düzenlemeler */
@media (max-width: 991.98px) {
  .why-image-wrapper {
    height: 380px;
    margin-top: 1rem;
  }
  
  .why-floating-badge {
    position: static !important;
    margin: -35px 1rem 0 1rem !important;
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .why-image-wrapper {
    height: 280px;
  }
}













/* ==========================================================================
   İK: İŞE ALIM SÜRECİ & YOL HARİTASI STİLLERİ
   ========================================================================== */

:root {
  --ds-navy: #031f42;
  --ds-orange: #f37021;
  --ds-transition: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.hr-process-section {
  background-color: #ffffff;
}

/* Adım Kartları */
.process-step-card {
  transition: transform var(--ds-transition), box-shadow var(--ds-transition), background-color var(--ds-transition);
  cursor: default;
  z-index: 1;
}

.process-step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(3, 31, 66, 0.08) !important;
  background-color: #ffffff !important;
}

/* Koyu Renkli Son Kart */
.process-step-card.bg-navy-dark:hover {
  background-color: var(--ds-navy) !important;
  box-shadow: 0 20px 40px rgba(3, 31, 66, 0.25) !important;
}

/* Numaratör Rozeti */
.step-badge-number {
  border: 2px solid #e2e8f0;
  transition: all var(--ds-transition);
}

.process-step-card:hover .step-badge-number {
  border-color: var(--ds-orange);
  color: var(--ds-orange) !important;
  transform: scale(1.08);
}

.process-step-card.bg-navy-dark .step-badge-number {
  border: none;
}

.process-step-card.bg-navy-dark:hover .step-badge-number {
  color: #ffffff !important;
  background-color: #d4560a !important;
}

/* Kartlar Arası Bağlantı Çizgisi (Masaüstü) */
@media (min-width: 992px) {
  .step-connector-line {
    position: absolute;
    top: 50px;
    right: -15px;
    width: 30px;
    height: 2px;
    background-image: linear-gradient(to right, #cbd5e1 50%, transparent 50%);
    background-size: 8px 2px;
    z-index: 2;
  }
}





















/* ==========================================================================
   ÖZEL DÖŞKAYA KOLEJİ - KALİTE POLİTİKASI ORTAK STİLLERİ
   ========================================================================== */

:root {
  --ds-navy: #031f42;
  --ds-orange: #f37021;
  --ds-blue-iso: #005baa;
  --ds-bg-light: #f8fafe;
  --ds-transition: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

/* --------------------------------------------------------------------------
   BÖLÜM 1: HERO / SPLIT SECTION
   -------------------------------------------------------------------------- */
.quality-hero-split-section {
  background-color: #ffffff;
}

.hero-split-image-wrapper {
  height: 480px;
  background-color: var(--ds-navy);
}

.hero-split-image-wrapper img {
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-split-image-wrapper:hover img {
  transform: scale(1.04);
}

.hero-floating-badge {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  max-width: 320px;
  z-index: 2;
  transition: transform var(--ds-transition);
}

.hero-floating-badge:hover {
  transform: translateY(-3px);
}

/* Küçük ISO Kartları (Hero İçi) */
.mini-iso-badge {
  background-color: var(--ds-bg-light);
  border: 1px solid #e2e8f0;
  transition: transform var(--ds-transition), box-shadow var(--ds-transition), border-color var(--ds-transition);
}

.mini-iso-badge:hover {
  transform: translateY(-3px);
  border-color: var(--ds-orange);
  box-shadow: 0 10px 20px rgba(3, 31, 66, 0.06);
}

.mini-iso-badge img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

/* --------------------------------------------------------------------------
   BÖLÜM 2: VİZYONER KADRO & 2x2 ISO BENTO GRID
   -------------------------------------------------------------------------- */
.quality-team-bento-section {
  background-color: var(--ds-bg-light);
}

.team-image-container {
  height: 520px;
  background: color-(135deg, var(--ds-white) 0%, #06346e 100%);
}

.team-image-container img {
  object-position: top center;
  transition: transform 0.6s ease;
}

.team-image-container:hover img {
  transform: scale(1.03);
}

.iso-feature-card {
  transition: transform var(--ds-transition), box-shadow var(--ds-transition), border-color var(--ds-transition);
  cursor: default;
}

.iso-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(3, 31, 66, 0.08) !important;
  border-color: rgba(243, 112, 33, 0.3) !important;
}

.iso-feature-card img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  transition: transform var(--ds-transition);
}

.iso-feature-card:hover img {
  transform: scale(1.1) rotate(5deg);
}

/* --------------------------------------------------------------------------
   BÖLÜM 3: TAM GENİŞLİK KAMPÜS VE GLASSMORPHISM ŞERİDİ
   -------------------------------------------------------------------------- */
.quality-fullwidth-section {
  min-height: 75vh;
  background-color: var(--ds-navy);
}

.fullwidth-overlay {
  background: linear-gradient(
    135deg,
    rgba(3, 31, 66, 0.94) 0%,
    rgba(3, 31, 66, 0.85) 50%,
    rgba(3, 31, 66, 0.95) 100%
  );
  z-index: 0;
}

.glass-iso-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform var(--ds-transition), background-color var(--ds-transition), border-color var(--ds-transition);
}

.glass-iso-card:hover {
  transform: translateY(-8px);
  background-color: rgba(255, 255, 255, 0.15);
  border-color: var(--ds-orange) !important;
}

.glass-iso-logo-box {
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  padding: 8px;
}

.glass-iso-logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Responsive Düzenlemeler */
@media (max-width: 991.98px) {
  .hero-split-image-wrapper {
    height: 340px;
  }
  .team-image-container {
    height: 400px;
  }
}














/* ==========================================================================
   ÖZEL DÖŞKAYA KOLEJİ - MİSYON & VİZYON 3'LÜ SET STİLLERİ
   ========================================================================== */

:root {
  --ds-navy: #031f42;
  --ds-orange: #f37021;
  --ds-bg-light: #f8fafe;
  --ds-transition: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

/* --------------------------------------------------------------------------
   1. ATATÜRK VİZYON STİLLERİ
   -------------------------------------------------------------------------- */
.ataturk-image-stage {
  padding: 1.5rem 1rem;
}

.ataturk-image-wrapper {
  height: 460px;
  background-color: var(--ds-navy);
}

.ataturk-image-wrapper img {
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.ataturk-image-wrapper:hover img {
  transform: scale(1.04);
}

.ataturk-frame-backdrop {
  width: 92%;
  height: 92%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgba(3, 31, 66, 0.08) 0%, rgba(243, 112, 33, 0.12) 100%);
  border-radius: 40px;
  transform: rotate(-3deg);
  z-index: 0;
}

.vision-floating-badge {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform var(--ds-transition);
}

.vision-floating-badge:hover {
  transform: translateY(-4px);
}

/* --------------------------------------------------------------------------
   2. MİSYON EĞİTİM GÖRSEL STİLLERİ
   -------------------------------------------------------------------------- */
.mission-image-stage {
  padding: 1.5rem 1rem;
}

.mission-image-wrapper {
  height: 460px;
  background-color: var(--ds-white);
}

.mission-image-wrapper img {
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.mission-image-wrapper:hover img {
  transform: scale(1.04);
}

.mission-frame-backdrop {
  width: 92%;
  height: 92%;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, rgba(243, 112, 33, 0.15) 0%, rgba(3, 31, 66, 0.08) 100%);
  border-radius: 40px;
  transform: rotate(3deg);
  z-index: 0;
}

.mission-floating-badge {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform var(--ds-transition);
}

.mission-floating-badge:hover {
  transform: translateY(-4px);
}

/* --------------------------------------------------------------------------
   3. GÖRSELSİZ BENTO GRID KARTLARI
   -------------------------------------------------------------------------- */
.bento-pillar-card {
  transition: transform var(--ds-transition), box-shadow var(--ds-transition), border-color var(--ds-transition);
  cursor: default;
}

.bento-pillar-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(3, 31, 66, 0.08) !important;
  border-color: rgba(243, 112, 33, 0.3) !important;
}

.bento-pillar-card.bg-navy-dark:hover {
  box-shadow: 0 25px 50px rgba(3, 31, 66, 0.3) !important;
}

.pillar-number {
  user-select: none;
  font-family: inherit;
}

/* --------------------------------------------------------------------------
   RESPONSIVE
   -------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
  .ataturk-image-wrapper,
  .mission-image-wrapper {
    height: 350px;
  }
  .ataturk-frame-backdrop,
  .mission-frame-backdrop {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .ataturk-image-wrapper,
  .mission-image-wrapper {
    height: 380px;

 
  }
  .vision-floating-badge,
  .mission-floating-badge {
    position: static ;
    margin: 1rem 0 0 0 ;
  }

  
  


}


/* ==========================================================================
   FANCYBOX v5 OKUL KIYAFETLERİ GALERİSİ & TEMA ÖZELLEŞTİRMELERİ
   ========================================================================== */

:root {
  --ds-navy: #031f42;
  --ds-orange: #f37021;
  --ds-transition: 0.25s ease-out;
}

/* Mühür & Başlık Tasarımı */
.seal-logo-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.uniform-seal-img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(3, 31, 66, 0.12));
  transition: transform 0.4s ease;
}

.seal-logo-box:hover .uniform-seal-img {
  transform: scale(1.06) rotate(3deg);
}

/* Filtre Butonları */
.gallery-filter-btn {
  background: transparent;
  border: none;
  color: #64748b;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.5rem 1.3rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all var(--ds-transition);
}

.gallery-filter-btn:hover {
  color: var(--ds-navy);
}

.gallery-filter-btn.active {
  background-color: var(--ds-navy);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(3, 31, 66, 0.15);
}

/* Ürün Kartları */
.fancy-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  overflow: hidden;
  will-change: transform;
  transform: translateZ(0);
  transition: transform var(--ds-transition), box-shadow var(--ds-transition), border-color var(--ds-transition);
}

.fancy-card:hover {
  transform: translateY(-4px) translateZ(0);
  box-shadow: 0 12px 28px rgba(3, 31, 66, 0.08);
  border-color: rgba(243, 112, 33, 0.4);
}

.fancy-link {
  display: block;
  text-decoration: none;
  cursor: zoom-in;
}

.img-wrapper {
  position: relative;
  height: 230px;
  background-color: #f8fafe;
  overflow: hidden;
  transform: translateZ(0);
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transform: translateZ(0);
  transition: transform 0.4s ease-out;
}

.fancy-card:hover .img-wrapper img {
  transform: scale(1.05) translateZ(0);
}

/* Rozet */
.card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.25rem 0.65rem;
  border-radius: 50px;
  color: #ffffff;
  z-index: 2;
  pointer-events: none;
}

/* Hover İncele Rozeti (Hızlı Buton) */
.zoom-pill {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%) translateY(8px) translateZ(0);
  background: rgba(3, 31, 66, 0.9);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.85rem;
  border-radius: 50px;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--ds-transition), transform var(--ds-transition);
  z-index: 2;
  white-space: nowrap;
}

.fancy-card:hover .zoom-pill {
  opacity: 1;
  transform: translateX(-50%) translateY(0) translateZ(0);
}

/* Kart Açıklama */
.card-meta {
  padding: 14px;
  text-align: center;
}

.card-meta h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ds-navy);
  margin-bottom: 2px;
}

.card-meta span {
  font-size: 0.75rem;
  color: #64748b;
}

/* ==========================================================================
   FANCYBOX v5 KURUMSAL TEMA OVERRIDES (DÖŞKAYA COLORWAY)
   ========================================================================== */
.fancybox__container {
  --fancybox-bg: rgba(3, 31, 66, 0.96);
  --fancybox-color: #ffffff;
  --fancybox-accent-color: var(--ds-orange);
  z-index: 999999 !important;
}

.fancybox__toolbar {
  background: rgba(3, 31, 66, 0.85) !important;
}

.fancybox__nav .f-button {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  transition: background var(--ds-transition);
}

.fancybox__nav .f-button:hover {
  background: var(--ds-orange) !important;
}

.fancybox__caption {
  font-size: 0.95rem;
  text-align: center;
  padding: 1rem;
}

/* Responsive */
@media (max-width: 767.98px) {
  .img-wrapper {
    height: 165px;
  }
  .card-meta h4 {
    font-size: 0.82rem;
  }
}












/* ==========================================================================
   ÖZEL DÖŞKAYA KOLEJİ - OKUL SERVİSLERİ MODÜL STİLLERİ
   ========================================================================== */

:root {
  --ds-navy: #031f42;
  --ds-orange: #f37021;
  --ds-bg-light: #f8fafe;
  --ds-border: #e2e8f0;
  --ds-transition: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

/* --------------------------------------------------------------------------
   1. HERO / SPLIT BÖLÜMÜ
   -------------------------------------------------------------------------- */
.shuttle-hero-section {
  background-color: #ffffff;
}

.shuttle-hero-img-box {
  height: 480px;
  background-color: var(--ds-navy);
}

.shuttle-hero-img-box img {
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.shuttle-hero-img-box:hover img {
  transform: scale(1.04);
}

.shuttle-floating-pill {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform var(--ds-transition);
  max-width: 320px;
}

.shuttle-floating-pill:hover {
  transform: translateY(-4px);
}

.btn-orange-solid {
  background-color: var(--ds-orange);
  color: #ffffff !important;
  border: 2px solid var(--ds-orange);
  transition: all var(--ds-transition);
}

.btn-orange-solid:hover {
  background-color: transparent;
  color: var(--ds-orange) !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(243, 112, 33, 0.25) !important;
}

.btn-outline-navy {
  background-color: transparent;
  color: var(--ds-navy) !important;
  border: 2px solid var(--ds-navy);
  transition: all var(--ds-transition);
}

.btn-outline-navy:hover {
  background-color: var(--ds-navy);
  color: #ffffff !important;
  transform: translateY(-3px);
}

/* --------------------------------------------------------------------------
   2. GÜVENLİK & TEKNOLOJİ BENTO GRID
   -------------------------------------------------------------------------- */
.shuttle-safety-section {
  background-color: var(--ds-bg-light);
}

.safety-bento-card {
  transition: transform var(--ds-transition), box-shadow var(--ds-transition), border-color var(--ds-transition);
  cursor: default;
}

.safety-bento-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(3, 31, 66, 0.08) !important;
  border-color: rgba(243, 112, 33, 0.3) !important;
}

.safety-icon-circle {
  transition: transform var(--ds-transition), background-color var(--ds-transition);
}

.safety-bento-card:hover .safety-icon-circle {
  transform: scale(1.1) rotate(6deg);
  background-color: var(--ds-orange) !important;
}

.safety-bento-card:hover .safety-icon-circle i {
  color: #ffffff !important;
}

/* ==========================================================================
   SADE CEYHAN DÖŞKAYA KOLEJİ KONUM STİLLERİ
   ========================================================================== */

:root {
  --ds-navy: #031f42;
  --ds-orange: #f37021;
}

.campus-location-section {
  background-color: #ffffff;
  border-top: 1px solid #f1f5f9;
}

/* Küçük Konum Etiketi */
.badge-location-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--ds-orange);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Sade Buton */
.btn-navy-direct {
  background-color: var(--ds-navy);
  color: #ffffff !important;
  border: 1px solid var(--ds-navy);
  padding: 0.6rem 1.4rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-navy-direct:hover {
  background-color: var(--ds-orange);
  border-color: var(--ds-orange);
  transform: translateY(-2px);
}

/* Harita Çerçevesi */
.ceyhan-map-frame {
  border: 1px solid #e2e8f0;
  background-color: #f8fafe;
}

#ceyhanCampusMap {
  z-index: 1;
}

/* Sade Özel Pin */
.ceyhan-pin {
  width: 32px;
  height: 32px;
  background-color: var(--ds-orange);
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(3, 31, 66, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
}

/* Sade Harita Popup */
.ceyhan-popup {
  padding: 4px;
}

.ceyhan-popup h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ds-navy);
  margin-bottom: 2px;
}

.ceyhan-popup p {
  font-size: 0.75rem;
  color: #64748b;
  margin-bottom: 4px;
  line-height: 1.4;
}

.ceyhan-popup span {
  color: var(--ds-orange);
  font-weight: 700;
  font-size: 0.7rem;
}










/* ==========================================================================
   ÖZEL DÖŞKAYA KOLEJİ - YEMEKHANE & MENÜ MODÜL STİLLERİ
   ========================================================================== */

:root {
  --ds-navy: #031f42;
  --ds-orange: #f37021;
  --ds-bg-light: #f8fafe;
  --ds-border: #e2e8f0;
  --ds-transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ==========================================================================
   ÖZEL DÖŞKAYA KOLEJİ - PRESTİJ DARK HERO STİLLERİ
   ========================================================================== */

:root {
  --ds-navy: #031f42;
  --ds-orange: #f37021;
  --ds-orange-hover: #d4560a;
  --ds-white: #ffffff;
  --ds-black: #050505;
  --ds-font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --ds-font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --ds-transition: 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

/* --------------------------------------------------------------------------
   ANA KAPSAYICI & ARKA PLAN
   -------------------------------------------------------------------------- */
.dark-hero-section {
  position: relative;
  background-color: var(--ds-black);
  color: var(--ds-white);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 120px 0 80px 0;
  font-family: var(--ds-font-sans);
}

.dark-hero-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.dark-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.dark-hero-bg .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  filter: brightness(0.75);
  transform: scale(1.03);
  transition: transform 1.2s ease-out;
}

.dark-hero-section:hover .dark-hero-bg .bg-img {
  transform: scale(1.06);
}

.bg-overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.95) 0%, rgba(5, 5, 5, 0.75) 45%, rgba(5, 5, 5, 0.2) 100%),
              linear-gradient(0deg, rgba(5, 5, 5, 0.9) 0%, transparent 60%);
}

/* --------------------------------------------------------------------------
   HEADER & NAVİGASYON
   -------------------------------------------------------------------------- */
.dark-hero-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 28px 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo-box {
  width: 42px;
  height: 42px;
  background-color: var(--ds-orange);
  color: var(--ds-white);
  border-radius: 12px;
  font-weight: 900;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(243, 112, 33, 0.4);
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--ds-white);
  letter-spacing: 1px;
  line-height: 1;
}

.brand-tag {
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--ds-orange);
  letter-spacing: 2px;
  margin-top: 3px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-link {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: color var(--ds-transition);
}

.nav-link:hover {
  color: var(--ds-orange);
}

.btn-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 50px;
  border: 2px solid var(--ds-orange);
  color: var(--ds-white);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all var(--ds-transition);
}

.btn-header-cta:hover {
  background-color: var(--ds-orange);
  box-shadow: 0 0 20px rgba(243, 112, 33, 0.45);
}

.mobile-menu-btn {
  display: none;
  background: transparent;
  border: none;
  color: var(--ds-white);
  cursor: pointer;
  padding: 8px;
}

/* --------------------------------------------------------------------------
   HERO METİN ALANI & TİPOGRAFİ
   -------------------------------------------------------------------------- */
.dark-hero-content-wrapper {
  position: relative;
  z-index: 10;
  padding-top: 40px;
}

.hero-text-block {
  max-width: 680px;
}

.hero-kicker-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  margin-bottom: 24px;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--ds-orange);
  box-shadow: 0 0 0 0 rgba(243, 112, 33, 0.7);
  animation: hero-pulse 2s infinite;
}

@keyframes hero-pulse {
  0% { box-shadow: 0 0 0 0 rgba(243, 112, 33, 0.7); }
  70% { box-shadow: 0 0 0 8px rgba(243, 112, 33, 0); }
  100% { box-shadow: 0 0 0 0 rgba(243, 112, 33, 0); }
}

.kicker-title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--ds-white);
  text-transform: uppercase;
}

.hero-main-heading {
  margin: 0;
  line-height: 1.05;
}

.heading-sans {
  display: block;
  font-family: var(--ds-font-sans);
  font-weight: 300;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: -1.5px;
  margin-bottom: 6px;
}

.heading-serif-italic {
  display: block;
  font-family: var(--ds-font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(3.2rem, 7vw, 6rem);
  color: var(--ds-orange);
  letter-spacing: -1px;
}

.hero-description {
  margin: 28px 0 0 0;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.7);
  max-width: 560px;
}

.hero-period-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.period-pill {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--ds-orange);
  background: rgba(243, 112, 33, 0.15);
  border: 1px solid rgba(243, 112, 33, 0.3);
  padding: 4px 10px;
  border-radius: 6px;
  text-transform: uppercase;
}

.period-text {
  font-size: 1rem;
  font-weight: 500;
  color: var(--ds-white);
}

/* --------------------------------------------------------------------------
   AKSİYON BUTONLARI
   -------------------------------------------------------------------------- */
.hero-actions-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
}

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  border-radius: 50px;
  background-color: var(--ds-orange);
  color: var(--ds-white);
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 700;
  border: 2px solid transparent;
  transition: all var(--ds-transition);
}

.btn-hero-primary:hover {
  background-color: var(--ds-orange-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(243, 112, 33, 0.4);
}

.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  color: var(--ds-white);
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 600;
  transition: all var(--ds-transition);
}

.btn-hero-secondary .play-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  color: var(--ds-orange);
  transition: transform var(--ds-transition), color var(--ds-transition);
}

.btn-hero-secondary:hover {
  background: var(--ds-white);
  color: var(--ds-black);
  border-color: var(--ds-white);
  transform: translateY(-2px);
}

.btn-hero-secondary:hover .play-icon {
  color: var(--ds-black);
  transform: scale(1.1);
}

/* --------------------------------------------------------------------------
   RESPONSIVE DÜZENLEMELER
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
  .desktop-nav {
    display: none;
  }
  .mobile-menu-btn {
    display: block;
  }
  .dark-hero-section {
    padding: 140px 0 60px 0;
  }
}

@media (max-width: 575px) {
  .hero-actions-row {
    flex-direction: column;
    align-items: stretch;
  }
  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
   2. HİJYEN & GIDA GÜVENLİĞİ STANDARTLARI (BENTO GRID)
   -------------------------------------------------------------------------- */
.dining-hygiene-section {
  background-color: var(--ds-bg-light);
}

.hygiene-card {
  transition: transform var(--ds-transition), box-shadow var(--ds-transition), border-color var(--ds-transition);
  cursor: default;
}

.hygiene-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(3, 31, 66, 0.08) !important;
  border-color: rgba(243, 112, 33, 0.3) !important;
}

.hygiene-icon-circle {
  transition: transform var(--ds-transition), background-color var(--ds-transition);
}

.hygiene-card:hover .hygiene-icon-circle {
  transform: scale(1.1) rotate(6deg);
  background-color: var(--ds-orange) !important;
}

.hygiene-card:hover .hygiene-icon-circle i {
  color: #ffffff !important;
}


/* ==========================================================================
   SADE YEMEK TABLOSU STİLLERİ & TAM RESPONSIVE DÜZEN
   ========================================================================== */

:root {
  --ds-navy: #031f42;
  --ds-orange: #f37021;
  --ds-gray-light: #f8fafc;
  --ds-border-color: #e2e8f0;
}

.simple-menu-section {
  background-color: #ffffff;
}

.text-navy {
  color: var(--ds-navy);
}

.simple-badge {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--ds-orange);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Tablo Kartı */
.simple-table-card {
  background: #ffffff;
  border: 1px solid var(--ds-border-color);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(3, 31, 66, 0.04);
}

/* Masaüstü Tablo */
.simple-menu-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.02rem;
}

.simple-menu-table thead th {
  background-color: var(--ds-gray-light);
  color: var(--ds-navy);
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  padding: 16px 18px;
  border-bottom: 2px solid var(--ds-border-color);
  white-space: nowrap;
}

.simple-menu-table tbody tr {
  border-bottom: 1px solid var(--ds-border-color);
  transition: background-color 0.15s ease;
}

.simple-menu-table tbody tr:last-child {
  border-bottom: none;
}

.simple-menu-table tbody tr:hover {
  background-color: #fbfcfe;
}

.simple-menu-table tbody td {
  padding: 16px 18px;
  color: #334155;
  font-size: 1.02rem;
}

/* Kolon Vurguları */
.day-cell {
  font-weight: 800;
  font-size: 1.08rem !important;
  color: var(--ds-navy) !important;
  background-color: #fafbfc;
}

.main-dish {
  font-weight: 700;
  font-size: 1.05rem !important;
  color: var(--ds-navy) !important;
}

.cal-cell {
  font-weight: 800;
  font-size: 1rem !important;
  color: var(--ds-orange) !important;
  white-space: nowrap;
}

/* ==========================================================================
   MOBİL & TABLET RESPONSIVE DÖNÜŞÜM (KART DÜZENİ < 768px)
   ========================================================================== */
@media (max-width: 767.98px) {
  .simple-table-card {
    border: none;
    background: transparent;
    box-shadow: none;
  }

  .simple-menu-table {
    display: block;
    width: 100%;
  }

  .simple-menu-table thead {
    display: none; /* Mobilde masaüstü başlıklarını gizle */
  }

  .simple-menu-table tbody {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
  }

  .simple-menu-table tbody tr {
    display: block;
    background: #ffffff;
    border: 1px solid var(--ds-border-color);
    border-radius: 16px;
    padding: 1rem 1.25rem;
    box-shadow: 0 4px 14px rgba(3, 31, 66, 0.04);
  }

  .simple-menu-table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.65rem 0;
    border-bottom: 1px dashed #edf2f7;
    font-size: 0.95rem;
    text-align: right;
  }

  .simple-menu-table tbody td:last-child {
    border-bottom: none;
    padding-bottom: 0.2rem;
  }

  /* Hücre Başına Sütun Başlığı Ekle */
  .simple-menu-table tbody td::before {
    content: attr(data-label);
    font-weight: 800;
    font-size: 0.78rem;
    letter-spacing: 0.5px;
    color: #64748b;
    text-transform: uppercase;
    text-align: left;
    margin-right: 1rem;
    flex-shrink: 0;
  }

  /* Gün Başlığı Mobilde Özel Banner Gibi Görünsün */
  .simple-menu-table tbody td.day-cell {
    background: var(--ds-navy);
    color: #ffffff !important;
    border-radius: 10px;
    padding: 0.6rem 1rem;
    margin-bottom: 0.5rem;
    border-bottom: none;
    justify-content: center;
    text-align: center;
    font-size: 1.1rem !important;
  }

  .simple-menu-table tbody td.day-cell::before {
    display: none;
  }

  .main-dish {
    color: var(--ds-navy) !important;
    font-weight: 700;
  }

  .cal-cell {
    color: var(--ds-orange) !important;
    font-weight: 800;
  }
}

/* ==========================================================================
   KAYIT & RANDEVU FORMU / SELECT & FORM-CLT STİLİ
   ========================================================================== */
.sign-in-items .form-clt select,
.sign-in-items .form-clt .custom-select-field {
  padding: 16px 24px;
  border: none;
  outline: none;
  background-color: var(--white, #ffffff);
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  border-radius: 7px;
  color: var(--text, #555555);
  border: 1px solid rgba(0, 91, 255, 0.2);
  height: 56px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23031f42' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px;
}

.sign-in-items .form-clt select:focus {
  border-color: var(--theme-blue, #005BFF);
}

.sign-in-items .form-clt .nice-select {
  width: 100%;
  height: 56px;
  line-height: 54px;
  padding: 0 24px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 91, 255, 0.2);
  border-radius: 7px;
  font-size: 15px;
  color: #555555;
  position: relative;
  z-index: 10;
}

.sign-in-items .form-clt .nice-select.open {
  z-index: 1050;
  border-color: var(--theme-blue, #005BFF);
}

.sign-in-items .form-clt .nice-select .current {
  color: #031F42;
  font-weight: 500;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}

.sign-in-items .form-clt .nice-select .list,
.form-clt .nice-select .list {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid rgba(3, 31, 66, 0.12);
  box-shadow: 0 12px 35px rgba(3, 31, 66, 0.15);
  border-radius: 8px;
  max-height: 260px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior: contain !important;
  touch-action: pan-y !important;
  z-index: 1050 !important;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  scrollbar-width: thin;
  scrollbar-color: #f37021 #f4f7fb;
}

.sign-in-items .form-clt .nice-select .list::-webkit-scrollbar,
.form-clt .nice-select .list::-webkit-scrollbar {
  width: 6px;
}

.sign-in-items .form-clt .nice-select .list::-webkit-scrollbar-track,
.form-clt .nice-select .list::-webkit-scrollbar-track {
  background: #f4f7fb;
  border-radius: 4px;
}

.sign-in-items .form-clt .nice-select .list::-webkit-scrollbar-thumb,
.form-clt .nice-select .list::-webkit-scrollbar-thumb {
  background: #f37021;
  border-radius: 4px;
}

.sign-in-items .form-clt .nice-select .option {
  color: #031F42;
  font-size: 15px;
  padding: 10px 20px;
  line-height: 24px;
  min-height: 44px;
}

.sign-in-items .form-clt .nice-select .option:hover,
.sign-in-items .form-clt .nice-select .option.selected.focus {
  background-color: #f4f7fb;
  color: #f37021;
}

.sign-in-items .form-clt .nice-select::after {
  border-bottom: 2px solid #031F42;
  border-right: 2px solid #031F42;
  right: 24px;
  width: 8px;
  height: 8px;
}

@media (max-width: 575px) {
  .sign-in-items .form-clt select,
  .sign-in-items .form-clt .nice-select {
    padding: 0 20px;
    height: 50px;
    line-height: 48px;
  }
}










/* ==========================================================================
   YENİLİKÇİ OKUL AİLE BİRLİĞİ (OAB) STİLLERİ
   ========================================================================== */

:root {
  --ds-navy: #031f42;
  --ds-navy-dark: #021226;
  --ds-orange: #f37021;
  --ds-transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.bg-navy-dark {
  background-color: var(--ds-navy-dark);
}

/* --------------------------------------------------------------------------
   1. ASİMETRİK HERO
   -------------------------------------------------------------------------- */
.oab-image-composition {
  height: 500px;
  width: 100%;
}

.img-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 80%;
  z-index: 1;
}

.img-front {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65%;
  height: 75%;
  z-index: 2;
  transition: transform var(--ds-transition);
}

.oab-image-composition:hover .img-front {
  transform: scale(1.05) translate(-10px, -10px);
}

/* --------------------------------------------------------------------------
   2. İNTERAKTİF FLEX KOMİTELER (ACCORDION)
   -------------------------------------------------------------------------- */
.flex-accordion-container {
  height: 400px;
  width: 100%;
}

.flex-card {
  flex: 1;
  background-size: cover;
  background-position: center;
  transition: flex var(--ds-transition), filter var(--ds-transition);
  cursor: pointer;
  filter: grayscale(40%);
}

/* Hover veya Active Durumunda Kart Genişler */
.flex-card:hover,
.flex-card.active {
  flex: 3;
  filter: grayscale(0%);
}

.icon-wrap {
  width: 48px;
  height: 48px;
  transition: transform var(--ds-transition), background-color var(--ds-transition);
}

.flex-card:hover .icon-wrap,
.flex-card.active .icon-wrap {
  background-color: #ffffff !important;
  color: var(--ds-orange) !important;
  transform: scale(1.1);
}

/* Başlık Metni Taştığında Gizlenmesi İçin */
.text-nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Açıklama Metni Sadece Genişleyen Kartta Görünür */
.desc-text {
  opacity: 0;
  max-height: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, max-height 0.3s ease, transform 0.3s ease;
}

.flex-card:hover .desc-text,
.flex-card.active .desc-text {
  opacity: 1;
  max-height: 100px; /* Metnin açılabilmesi için yer */
  transform: translateY(0);
  margin-top: 10px;
}

/* --------------------------------------------------------------------------
   3. KAPANIŞ (CLOSING CTA) BÖLÜMÜ STİLLERİ
   -------------------------------------------------------------------------- */
.oab-closing-section {
  overflow: hidden;
}

/* Kutu Tasarımı ve Hover Efektleri */
.oab-contact-box {
  transition: transform var(--ds-transition), box-shadow var(--ds-transition), border-color var(--ds-transition);
  cursor: default;
}

.oab-contact-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(3, 31, 66, 0.08) !important;
}

.oab-contact-box.bg-light:hover {
  border-color: rgba(243, 112, 33, 0.3) !important;
}

.oab-contact-box.bg-navy-dark:hover {
  box-shadow: 0 20px 40px rgba(243, 112, 33, 0.15) !important;
}

/* İkon Çerçeveleri */
.contact-icon {
  width: 54px;
  height: 54px;
  transition: transform var(--ds-transition);
}

.oab-contact-box:hover .contact-icon {
  transform: scale(1.15) translateY(-5px);
}

/* Buton Düzenlemeleri (Kapanış Bölümüne Özel) */
.oab-contact-box .btn-outline-navy {
  border: 1.5px solid var(--ds-navy, #031f42);
  color: var(--ds-navy, #031f42);
  background-color: transparent;
  font-size: 0.875rem;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.oab-contact-box .btn-orange-solid {
  border-width: 1px;
  font-size: 0.85rem;
}

.oab-contact-box .btn-outline-navy:hover,
.oab-contact-box .btn-outline-navy:focus {
  background-color: var(--ds-navy, #031f42) !important;
  border-color: var(--ds-navy, #031f42) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(3, 31, 66, 0.2);
}

.oab-contact-box .btn-outline-navy:hover * {
  color: #ffffff !important;
}

.oab-contact-box .btn-orange-solid:hover {
  background-color: transparent;
  color: var(--ds-orange) !important;
  border-color: var(--ds-orange);
  transform: translateY(-2px);
}

/* --------------------------------------------------------------------------
   RESPONSIVE (MOBİL) DÜZENLEMELER
   -------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
  .oab-image-composition {
    height: 400px;
  }
  .flex-accordion-container {
    height: auto; /* Mobilde dikey dizeceğiz */
    min-height: 600px;
  }
  .flex-card {
    min-height: 100px; /* Kapalı halleri */
  }
  .flex-card:hover, .flex-card.active {
    min-height: 200px; /* Açık halleri */
  }
}

@media (max-width: 575.98px) {
  .oab-image-composition {
    height: 320px;
  }
  .img-backdrop {
    width: 80%;
  }
  .img-front {
    width: 75%;
  }
}











/* 404 Sayfası */
        body, html {
            min-height: 100vh;
            min-height: 100dvh;
            margin: 0;
            padding: 0;
            overflow-x: hidden;
        }
        .error-404 {
            min-height: 100vh;
            min-height: 100dvh;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: clamp(16px, 4vw, 40px);
            overflow-y: auto;
            box-sizing: border-box;
        }
        .error-404__card {
            max-width: 980px;
            width: 100%;
            margin: auto;
        }
        @media (max-width: 991px) {
            .error-404__card {
                min-height: auto;
            }
        }
        @media (max-width: 768px) {
            .error-404 {
                padding: 20px 16px;
            }
            .error-404__card {
                grid-template-columns: 1fr;
                border-radius: 16px;
            }
            .error-404__copy {
                order: 2;
                padding: 30px 20px;
                text-align: center;
            }
            .error-404__copy h1 {
                font-size: clamp(30px, 7vw, 44px);
                margin-bottom: 14px;
            }
            .error-404__copy p {
                font-size: 15px;
                margin-bottom: 24px;
            }
            .error-404__visual {
                order: 1;
                min-height: 220px;
                padding: 20px 0;
            }
            .my-custom-face-container {
                width: 170px;
                height: 210px;
            }
            .error-404__number {
                font-size: 140px;
                right: -10px;
                bottom: -20px;
            }
        }
        @media (max-width: 480px) {
            .error-404 {
                padding: 12px 10px;
            }
            .error-404__copy {
                padding: 24px 16px;
            }
            .error-404__actions {
                width: 100%;
                justify-content: center;
            }
            .error-404__button {
                width: 100%;
                justify-content: center;
                padding: 12px 20px;
            }
            .error-404__visual {
                min-height: 180px;
            }
            .my-custom-face-container {
                width: 130px;
                height: 170px;
            }
            .error-404__number {
                font-size: 100px;
            }
        }

/* =====================================================
   JOURNEY TIMELINE (KURUMSAL YOLCULUK) SECTION
====================================================== */
.journey-timeline-section {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    overflow: hidden;
}

.journey-timeline-wrapper {
    position: relative;
    padding: 20px 0;
}

/* Merkezi Bağlantı Çizgisi */
.journey-timeline-track {
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 50%;
    width: 3px;
    background: linear-gradient(180deg, var(--theme-blue, #1f3f98) 0%, var(--theme-yellow, #f37021) 50%, var(--theme-green, #00A5A8) 100%);
    transform: translateX(-50%);
    border-radius: 2px;
    z-index: 1;
}

/* Timeline Kartları & Efektler */
.journey-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    position: relative;
    z-index: 2;
}

.journey-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(3, 31, 66, 0.08) !important;
    border-color: rgba(31, 63, 152, 0.2) !important;
}

/* Fotoğraf Çerçeveleri */
.journey-img-frame {
    height: 280px;
    width: 100%;
    border-radius: 18px !important;
    background: #e2e8f0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    z-index: 2;
}

.journey-img-frame img {
    transition: transform 0.6s ease;
}

.journey-item:hover .journey-img-frame img {
    transform: scale(1.05);
}

.journey-year-tag {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(3, 31, 66, 0.85);
    backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

@media (max-width: 991.98px) {
    .journey-img-frame {
        height: 220px;
    }
    .journey-card {
        text-align: start !important;
    }
}





/* ==========================================================================
   SADE VELİ KÖŞESİ (E-OKUL & APPLE MINIMALISM) STİLLERİ
   ========================================================================== */

:root {
  --ds-navy: #031f42;
  --ds-navy-dark: #021226;
  --ds-orange: #f37021;
  --ds-orange-hover: #d4560a;
  --ds-bg-light: #f8fafc;
  --ds-border-light: #e2e8f0;
  --apple-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --apple-spring: cubic-bezier(0.16, 1, 0.3, 1);
}

body {
  font-family: var(--apple-font);
}

.text-navy-dark { color: var(--ds-navy) !important; }
.text-orange { color: var(--ds-orange) !important; }
.bg-navy-dark { background-color: var(--ds-navy-dark) !important; }

/* --------------------------------------------------------------------------
   1. HERO BÖLÜMÜ
   -------------------------------------------------------------------------- */
.parent-hero-section {
  background-color: #ffffff;
}

.parent-headline {
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.parent-description {
  line-height: 1.7;
  font-weight: 400;
}

.status-dot-meb {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dc2626; /* MEB Kırmızı */
}

.badge-text-meb {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--ds-navy);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-image-card {
  height: 420px;
}

.hero-floating-status {
  position: absolute;
  bottom: -15px;
  left: -15px;
  z-index: 2;
}

.status-icon-circle {
  width: 40px;
  height: 40px;
}

/* --------------------------------------------------------------------------
   2. BODY (HİZMET MODÜLLERİ)
   -------------------------------------------------------------------------- */
.feature-image-box {
  height: 500px;
}

.simple-feature-card,
.service-list-card {
  transition: transform 0.25s var(--apple-spring), box-shadow 0.25s var(--apple-spring);
}

.simple-feature-card:hover,
.service-list-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(3, 31, 66, 0.06) !important;
}

.service-icon-box {
  width: 52px;
  height: 52px;
}

.simple-text-link {
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s ease;
}

.simple-text-link:hover {
  color: var(--ds-orange) !important;
}


/* --------------------------------------------------------------------------
   RESPONSIVE DÜZENLEMELER
   -------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
  .hero-image-card {
    height: 340px;
  }
  .hero-floating-status {
    position: static;
    margin-top: 1rem;
  }
}

@media (max-width: 575.98px) {
  .parent-headline {
    font-size: 2.1rem;
  }
}




.bento-support-card {
  border-radius: 28px;
  background: #ffffff;
}

.bento-family-wrapper {
  height: 240px;
  display: flex;
  align-items: flex-end;
  transform: translateY(2rem);
}

.bento-family-img {
  max-height: 270px;
  object-fit: contain;
  filter: drop-shadow(0 15px 20px rgba(3, 31, 66, 0.12));
}

.btn-card-orange {
  display: inline-flex;
  align-items: center;
  background: var(--ds-orange);
  color: #ffffff !important;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 12px 26px;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.btn-card-orange:hover {
  background: var(--ds-orange-hover);
}

.btn-card-outline {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  color: var(--ds-navy) !important;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 50px;
  border: 1px solid #cbd5e1;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-card-outline:hover {
  background: var(--ds-navy);
  color: #ffffff !important;
  border-color: var(--ds-navy);
}

.btn-card-outline:hover i {
  color: #ffffff !important;
}

.btn-card-orange:active,
.btn-card-outline:active {
  transform: scale(0.97);
  transition: transform 100ms ease-out;
}

/* =====================================================
   FOOTER LOGO BOYUTU
====================================================== */
.single-footer-widget .widget-head a img {
  height: 60px;
  max-width: 220px;
  width: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 767px) {
  .single-footer-widget .widget-head a img {
    height: 50px;
    max-width: 190px;
  }
}

/* =====================================================
   KULÜP KARTLARI SİMETRİ VE DÜZENLEME (CLUBS SECTION)
====================================================== */
.clubs-section .popular-program-box-items {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.clubs-section .popular-program-box-items .thumb {
  height: 240px;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}

.clubs-section .popular-program-box-items .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.clubs-section .popular-program-box-items .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.clubs-section .popular-program-box-items .content h3 {
  font-size: 20px;
  margin-bottom: 12px;
  min-height: 28px;
}

.clubs-section .popular-program-box-items .content p {
  flex-grow: 1;
  margin-bottom: 20px;
  line-height: 1.6;
}

.clubs-section .popular-program-box-items .content .list {
  margin-top: auto;
  margin-bottom: 24px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.clubs-section .popular-program-box-items .content .theme-btn {
  margin-top: auto;
}

/* Modern Marquee Seal Logo */
.modern-marquee-item .marquee-seal-img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(3, 31, 66, 0.12));
  transition: transform 0.3s ease;
}

.modern-marquee-item:hover .marquee-seal-img {
  transform: scale(1.15) rotate(5deg);
}

/* ==========================================================================
   FAQ PAGE ACCORDION FIX & MODERN CARD STYLES
   ========================================================================== */
.faq-wrapper .faq-content .faq-items .accordion .accordion-item {
  border: 1px solid rgba(3, 31, 66, 0.08) !important;
  border-radius: 16px !important;
  background-color: #ffffff !important;
  margin-bottom: 20px !important;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(3, 31, 66, 0.03) !important;
  transition: all 0.3s ease;
}

.faq-wrapper .faq-content .faq-items .accordion .accordion-item:hover {
  border-color: rgba(0, 91, 255, 0.25) !important;
  box-shadow: 0 8px 30px rgba(3, 31, 66, 0.08) !important;
}

.faq-wrapper .faq-content .faq-items .accordion .accordion-item h2 {
  margin: 0 !important;
}

.faq-wrapper .faq-content .faq-items .accordion .accordion-item h2 button,
.faq-wrapper .faq-content .faq-items .accordion .accordion-button {
  font-size: 16px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  color: #031F42 !important;
  padding: 20px 24px 20px 68px !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
  position: relative !important;
  width: 100% !important;
  min-height: 74px !important;
  display: flex !important;
  align-items: center !important;
  text-align: left !important;
  border: none !important;
}

.faq-wrapper .faq-content .faq-items .accordion .accordion-button::before {
  position: absolute !important;
  left: 20px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome" !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  text-align: center !important;
  border-radius: 50% !important;
  background-color: #005BFF !important;
  color: #ffffff !important;
  content: "\f068" !important; /* fa-minus */
  transition: all 0.3s ease !important;
}

.faq-wrapper .faq-content .faq-items .accordion .accordion-button.collapsed::before {
  content: "\f067" !important; /* fa-plus */
  background-color: rgba(0, 91, 255, 0.08) !important;
  color: #005BFF !important;
}

.faq-wrapper .faq-content .faq-items .accordion .accordion-button::after {
  display: none !important;
}

.faq-wrapper .faq-content .faq-items .accordion .accordion-item .accordion-body {
  padding: 0 24px 22px 68px !important;
  margin-top: 0 !important;
  background-color: #ffffff !important;
}

.faq-wrapper .faq-content .faq-items .accordion .accordion-item .accordion-body p {
  color: #556987 !important;
  line-height: 1.7 !important;
  font-size: 14.5px !important;
  margin-bottom: 0 !important;
}

.faq-wrapper .faq-content .faq-items .accordion .accordion-collapse.show {
  background-color: #ffffff !important;
}

@media (max-width: 767.98px) {
  .faq-wrapper .faq-content .faq-items .accordion .accordion-item h2 button,
  .faq-wrapper .faq-content .faq-items .accordion .accordion-button {
    padding: 16px 16px 16px 56px !important;
    font-size: 14.5px !important;
    min-height: auto !important;
  }
  .faq-wrapper .faq-content .faq-items .accordion .accordion-button::before {
    left: 14px !important;
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
    font-size: 12px !important;
  }
  .faq-wrapper .faq-content .faq-items .accordion .accordion-item .accordion-body {
    padding: 0 16px 18px 56px !important;
  }
}













/* ==========================================================================
   TAM KAPLAMALI SADE ETKİNLİK KAPANIŞI STİLLERİ
   ========================================================================== */

:root {
  --ds-navy-dark: #021226;
  --ds-orange: #f37021;
  --ds-orange-hover: #d4560a;
  --apple-spring: cubic-bezier(0.16, 1, 0.3, 1);
  --apple-font: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, sans-serif;
}

.events-fullbleed-section {
  min-height: 520px;
  background-color: var(--ds-navy-dark);
  font-family: var(--apple-font);
  overflow: hidden;
}

/* --------------------------------------------------------------------------
   ARKA PLAN VE KARARTMA KATMANI
   -------------------------------------------------------------------------- */
.events-cover-bg {
  z-index: 0;
}

.events-cover-bg img {
  filter: brightness(0.65) saturate(1.1);
  transform: scale(1.02);
  transition: transform 1.2s ease-out;
}

.events-fullbleed-section:hover .events-cover-bg img {
  transform: scale(1.05);
}

.events-cover-overlay {
  background: linear-gradient(180deg, rgba(2, 18, 38, 0.75) 0%, rgba(2, 18, 38, 0.92) 100%),
              radial-gradient(circle at center, transparent 30%, rgba(2, 18, 38, 0.8) 100%);
}

.backdrop-blur {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* --------------------------------------------------------------------------
   TİPOGRAFİ
   -------------------------------------------------------------------------- */
.events-fullbleed-title {
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.events-fullbleed-desc {
  max-width: 580px;
  line-height: 1.75;
  font-weight: 400;
}

.pulse-dot-orange {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--ds-orange);
  box-shadow: 0 0 0 0 rgba(243, 112, 33, 0.7);
  animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
  0% { box-shadow: 0 0 0 0 rgba(243, 112, 33, 0.7); }
  70% { box-shadow: 0 0 0 7px rgba(243, 112, 33, 0); }
  100% { box-shadow: 0 0 0 0 rgba(243, 112, 33, 0); }
}

/* --------------------------------------------------------------------------
   BUTONLAR & APPLE DOKUNMA TEPKİSİ
   -------------------------------------------------------------------------- */
.btn-fullbleed-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ds-orange);
  color: #ffffff !important;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 14px 34px;
  border-radius: 50px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.btn-fullbleed-primary:hover {
  background-color: var(--ds-orange-hover);
  box-shadow: 0 10px 25px rgba(243, 112, 33, 0.35);
}

.btn-fullbleed-glass {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.btn-fullbleed-glass:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.4);
}

/* 100ms scale basma tepkisi */
.btn-fullbleed-primary:active,
.btn-fullbleed-glass:active {
  transform: scale(0.97);
  transition: transform 100ms ease-out;
}

/* --------------------------------------------------------------------------
   RESPONSIVE
   -------------------------------------------------------------------------- */
@media (max-width: 575.98px) {
  .events-fullbleed-section {
    min-height: 440px;
    padding: 60px 0;
  }
  .events-fullbleed-title {
    font-size: 2.1rem;
  }
  .btn-fullbleed-primary,
  .btn-fullbleed-glass {
    width: 100%;
  }
}







/* ==========================================================================
   Scroll Bar Hidden
========================================================================== */



:root {
  --scrollbar-bg: #f0f0f0;
  --scrollbar-thumb: #c1c1c1;
  --scrollbar-thumb-hover: #a8a8a8;
  --scrollbar-thumb-border: #c1c1c1;
  --scrollbar-corner: #e0e0e0;
  --scrollbar-track: transparent;
  --scrollbar-width: 8px;
}

/* 1. Tüm tarayıcılarda scrollbar gizleme */
::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important;
  background: transparent !important;
}

/* Firefox */
* {
  scrollbar-width: none !important;
  scrollbar-color: transparent transparent !important;
}

/* 2. Tüm elementlerde (container, section, div, vb.) scrollbar gizleme */
*::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important;
  background: transparent !important;
}

/* 3. body elementinde scrollbar gizleme */
body::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important;
  background: transparent !important;
}

/* 4. HTML elementinde scrollbar gizleme */
html::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important;
  background: transparent !important;
}

/* 5. Body scroll events için de gizleme */
body.scrolling::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important;
  background: transparent !important;
}

/* 6. Extra hidden scrollbar temizleme */
html, body {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
  overflow-x: hidden !important;
}

/* 7. Scroll events için overflow temizleme */
body.scrolling {
  overflow: hidden !important;
  overflow-x: hidden !important;
}

/* 8. Scrollbar için özel track/thumb stilleri (hiçbir tarayıcıda görünmeyecek) */
*::-webkit-scrollbar-track {
  background: var(--scrollbar-track);
  border-radius: 0px;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  border: 1px solid var(--scrollbar-thumb-border);
  border-radius: 0px;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover);
}

*::-webkit-scrollbar-corner {
  background: var(--scrollbar-corner);
  border: 1px solid var(--scrollbar-thumb-border);
}

/* 9. Scroll animation ile birlikte gizleme */
html, body {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* 10. Tüm browser'lar için son temizlik */
:root {
  scrollbar-width: none;
}

*::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
}

/* 11. Mobile devices için dokunmatik scroll optimizasyonu */
@media (pointer: coarse) {
  * {
    scrollbar-width: none !important;
  }
}
