body.is-fixed::before{
  content:'';
  width:100%;
  height: 100vh;
  position: absolute;
  top:0;
  left:0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
.wrapper{
  width: 100%;
}
.auto-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: initial;
  align-items: initial;
  align-content: initial;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
  flex-direction: row;
  gap: 0px 0px;
  width: 100%;
  max-width: min(100%, 1290px);
  margin: 0 auto;
  padding-inline-start: 0;
  padding-inline-end: 0;
  height: 100%;
  padding-left:30px;
  padding-right:30px;
}
.main-header{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  z-index: 9;
}
.main-header_top,.main-header_nav{
  width: 100%;
  display: flex;
  padding:0px 30px;
}
.main-header_top{
  border-bottom: 1px solid var(--color-border);
}
.main-header_top .auto-container-xl,.main-header_nav .auto-container-xl{
  justify-content: space-between;
}
.main-header.sub-header{
  background-color:var(--color-white);
  position: relative;
}
.main-header.sub-header .nav-link,.main-header.sub-header .nav-link::after,.main-header.sub-header .contact-info ul li, .main-header.sub-header .social-links ul li,.main-header.sub-header .contact-info ul li a,.main-header.sub-header .social-links ul li a {
  color: #0c0a0a;
}
.nav-link:hover, .nav-link:hover::after, .nav-link.active, .nav-link.active::after{
  color:var(--color-tertiary) !important;
}
.auto-container-xl{
  display: flex;
  flex-direction: row;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
  gap: 0px 0px;
  width: 100%;
  max-width: 1830px;
  margin: 0 auto;
  padding-inline-start: 0;
  padding-inline-end: 0;
  height: 100%;
}

.nav {
  display: flex;
  width: 350px;
  height: 100vh;
  flex-direction: column;
  font-family: var(--font-primary);
  background-color: var(--color-white);
  transform: translateX(-100%);
  transition: all 0.2s cubic-bezier(0.75, 0.5, 0.05, 1);
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 1001;
}
.mobile-nav-title{
  display:none;
}
@media (min-width: 992px) {
  .nav {
    width: auto;
    height: 70px;
    justify-content: flex-start;
    flex-direction: row;
    border-top: none;
    background-color: transparent;
    transform: translateX(0);
    position: static;
  }
}
@media (max-width:992px){
  .mobile-nav-title{
    display:flex;
    background: var(--color-default);
    justify-content: space-between;
    padding:1rem;
    color:#fff;
    font-weight: 800;
  }
  .nav-wrapper{
    width:100% !important;
    padding:0px !important;
  }
  .nav-link{
    font-weight: 500 !important;
  }
  .nav-link::after{
    border-width: 0 1px 1px 0 !important;
  }
  .nav-link::before{
    content:'';
    width:90%;
    border-bottom:1px solid var(--color-default);
    position: absolute;
    bottom:0px;
  }
}

.nav.show {
  transform: translateX(0);
}

.nav-wrapper {
  display: flex;
  width: 80%;
  height: 100%;
  padding-top: 16px;
  flex-direction: column;
  background-color: var(--color-layer);
  position: relative;
}

@media (min-width: 992px) {
  .nav-wrapper {
    width: inherit;
    height: inherit;
    padding-top: 0;
    justify-content: center;
    background-color: transparent;
  }
}

.nav-content {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 36px;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

@media (min-width: 576px) {
  .nav-content {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .nav-content {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .nav-content {
    display: flex;
    max-width: inherit;
    height: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 0;
    overflow-y: inherit;
    overflow-x: inherit;
  }
}

@media (min-width: 992px) {
  .nav-expand {
    position: relative;
  }
}

.nav-expand>.nav-link:after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  right: 24px;
}

@media (min-width: 992px) {
  .nav-expand>.nav-link:after {
    width: 6px;
    height: 6px;
    margin-left: 6px;
    border-width: 0 0 2px 2px;
    color: var(--color-white);
    position: unset;
    transition: all 200ms ease-in-out;
  }
}

.nav-item.current .nav-dropdown-primary {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

@media (min-width: 992px) {
  .nav-item.current .nav-dropdown-primary {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 0) rotateX(-90deg);
  }
}

@media (min-width: 992px) {
  .nav-item:hover>.nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .nav-item:hover>.nav-dropdown {
    transform: translate(-50%, 0) rotateX(0);
  }
}

.nav-item .nav-btn {
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (min-width: 576px) {
  .nav-item .nav-btn {
    max-width: 540px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 768px) {
  .nav-item .nav-btn {
    max-width: 696px;
  }
}

@media (min-width: 992px) {
  .nav-item .nav-btn {
    height: 60px;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.nav-item .nav-dropdown-primary {
  height: 100%;
  transform: translate(120%, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}

@media (min-width: 992px) {
  .nav-item .nav-dropdown-primary {
    height: inherit;
    transform: translate(-50%, 0) rotateX(-90deg);
    top: 100%;
    left: 50%;
  }
}

@media (min-width: 992px) {
  .nav-item>.nav-link {
    padding-right: 12px;
    padding-left: 12px;
    justify-content: center;
    white-space: nowrap;
  }

  .nav-item>.nav-link:hover,.nav-item>.nav-link:hover::after {
    /*color: var(--color-primary);*/
  }
}

@media (min-width: 1600px) {
  .nav-item>.nav-link {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (min-width: 992px) {
  .nav-item>.nav-link.current {
    color: var(--color-primary);
  }

  .nav-item>.nav-link.current:after {
    border-color: var(--color-primary);
  }
}

.nav-link {
  display: flex;
  height: 48px;
  padding-right: 12px;
  padding-left: 12px;
  color: #0c0a0a;
  font-size: 15px;
  font-weight: 700;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 200ms ease-in-out;
  align-items: center;
  position: relative;
}

@media (min-width: 992px) {
  .nav-link {
    height: 100%;
    color: var(--color-white);
    border-bottom: none;
  }
}

@media (min-width: 1600px) {
  .nav-link {
    font-size: 16px;
  }
}

.nav-dropdown {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: var(--color-white);
  transform-origin: 0 0;
  transition: 300ms all ease-in-out;
}

@media (min-width: 992px) {
  .nav-dropdown {
    width: 300px;
    background-color: var(--color-white);
    top: 100%;
    left: 50%;
  }
  .nav-dropdown .nav-btn .nav-link{
    color:var(--color-secondary);
    font-weight: 600;
    font-size: 13px;
    font-size: .8125rem;
    text-transform: uppercase;
    letter-spacing: .1px;
    line-height: 2.7692307692;
  }
}

@media (min-width: 1600px) {
  .nav-dropdown {
    width: 312px;
  }
}

.nav-dropdown-head {
  background-color: var(--color-primary);
}

@media (min-width: 992px) {
  .nav-dropdown-head {
    display: none;
  }
}

.nav-dropdown-head>div {
  display: flex;
  height: 72px;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  color: var(--color-white);
  align-items: center;
}

@media (min-width: 576px) {
  .nav-dropdown-head>div {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .nav-dropdown-head>div {
    max-width: 696px;
  }
}

.nav-btn {
  opacity: 0;
  visibility: hidden;
  transform: translate(5px, 0);
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
}

.nav-btn.current>.nav-link {
  padding-left: 36px;
  color: var(--color-white);
}

@media (min-width: 992px) {
  .nav-btn.current>.nav-link {
    padding-left: 6px;
  }
}

.nav-btn.current>.nav-dropdown-secondary {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0) rotateX(0);
}

@media (min-width: 992px) {
  .nav-btn.current>.nav-dropdown-secondary {
    max-height: inherit;
    opacity: 0;
    visibility: hidden;
    transform: translate(100%, 0) rotateX(0);
    position: absolute;
    top: 0;
    left: 0;
  }
}

.nav-btn.current>.nav-dropdown-secondary .nav-link {
  background-color: rgba(var(--rgb-light), 0.6);
}

@media (min-width: 992px) {
  .nav-btn.current>.nav-dropdown-secondary .nav-link {
    background-color: transparent;
  }
}

@media (min-width: 992px) {
  .nav-btn {
    transform: translate(0, 5px);
    position: relative;
  }

  .nav-btn:hover>.nav-link {
    padding-left: 24px;
    /*background-color: var(--color-primary);*/
  }
  .nav-dropdown .nav-btn:hover .nav-link{
    color:var(--color-primary);
  }

  .nav-btn:hover>.nav-dropdown-secondary {
    opacity: 1;
    visibility: visible;
    transform: translate(100%, 0) rotateX(0);
  }
}

.nav-btn .nav-link {
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 992px) {
  .nav-btn .nav-link {
    line-height: 1.5;
    font-size: 15px;
    color: var(--color-white);
  }
}

.nav-btn .nav-link:after {
  margin-left: auto;
}

@media (min-width: 992px) {
  .nav-btn .nav-link:after {
    color: var(--color-white);
    border-width: 0 2px 2px 0;
  }
}

.nav-btn .nav-dropdown-secondary {
  max-height: 0;
  padding-left: 24px;
}

@media (min-width: 992px) {
  .nav-btn .nav-dropdown-secondary {
    max-height: inherit;
    padding-left: 0;
    top: 0;
    left: 0;
    transform: translate(100%, 0) rotateX(-90deg);
    position: absolute;
  }
}

.nav-btn .nav-dropdown-secondary .nav-dropdown-head {
  display: none;
}

.nav-toggle,
.nav-back {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}

.nav-toggle {
  position: relative;
  z-index: 131;
}

.nav-toggle.is-active span {
  border-color: transparent;
}

.nav-toggle.is-active span:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav-toggle.is-active span:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 18px;
  background: transparent;
  border-top: 2px solid;
  border-bottom: 2px solid;
  color: var(--color-white);
  transition: 300ms all ease-in-out;
  position: relative;
}
.sub-header .nav-toggle span{
  color:#101b31;
}

@media (min-width: 768px){
  .nav-toggle span{
    width: 30px;
  }
}

.nav-toggle span:before,
.nav-toggle span:after {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: 300ms all ease-in-out;
  position: absolute;
  top: 50%;
  left: 30%;
}

.nav-title {
  display: flex;
  max-width: calc(100% - 7.5rem);
  height: 36px;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-back:before {
  content: '';
  width: 12px;
  height: 12px;
  color: var(--color-layer);
  border-style: solid;
  border-width: 0 2px 2px 0;
  box-sizing: border-box;
  transform: rotate(135deg);
}

@media (min-width: 992px) {
  .nav-back:before {
    display: none;
  }
}

@media (min-width: 992px) {

  .nav-toggle,
  .nav-title,
  .nav-back {
    display: none;
  }
}


.lang {
  display: flex;
  align-items: center;
}

.lang a {
  display: flex;
  width: 1em;
  height: 1em;
  font-size: 36px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .lang a {
    font-size: 42px;
  }
}

@media (min-width: 1200px) {
  .lang a {
    font-size: 48px;
  }
}

.lang a.current {
  font-weight: var(--font-weight-bold);
}

.lang-header a,
.lang-nav a {
  color: var(--color-body);
  background-color: #e9e9e9;
}

.lang-header a svg,
.lang-nav a svg {
  font-size: 18px;
}

.lang-header a span,
.lang-nav a span {
  font-size: 15px;
  font-weight: var(--p-semi-bold);
}

.lang-nav {
  width: 100%;
  margin-right: auto;
  margin-bottom: 36px;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  position: relative;
  z-index: 11;
}

@media (min-width: 576px) {
  .lang-nav {
    max-width: 540px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .lang-nav {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .lang-nav {
    display: none;
  }
}

.lang-nav a {
  width: 100%;
}

.lang-nav a.current {
  color: var(--color-white);
  background-color: var(--color-secondary);
}

.lang-nav a:hover {
  color: var(--color-white);
  background-color: var(--color-two);
}

.lang-header {
  display: none;
}

@media (min-width: 992px) {
  .lang-header {
    display:flex;
    margin-right: 12px;
  }
}
@media (max-width:992px){
  .menu-left-content{
    width:100% !important;
    justify-content: space-between !important;
  }
}
/*
@media (min-width: 992px) {
  .lang-header {
    display: flex;
    margin-right: 66px;
  }
}

@media (min-width: 1200px) {
  .lang-header {
    margin-right: 48px;
  }
}
*/
.lang-header a.current {
  color: var(--color-white);
  background-color: var(--color-secondary);
}

.lang-header a:hover,.lang-header a.current {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.contact-info ul,.social-links ul{
  display: flex;
  flex-direction: row;
  list-style: none;
  padding:12px 0px;
  margin: 0px;
}
.contact-info ul li,.social-links ul li{
  margin-right: 25px;
  color:var(--color-border);
}
.contact-info ul li a,.social-links ul li a{
  color:var(--color-border);
}
.contact-info ul li:last-child,.social-links ul li:last-child{
  margin-right: 0px;
}
.menu-left-content{
  display: flex;
  flex-direction: row;
  width: 67%;
  /*justify-content: stretch;*/
  justify-content: space-between;
}
.logo-box{
  display: flex;
  align-items: center;
  margin:0px;
}
.main-menu ul.navigation li a{
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-transform: capitalize;
  padding: 2.4em 0;
  margin: 0 1em;
}
.main-footer{
  display: flex;
  flex-direction: column;
  padding:60px 0px;
  background-image:url(../images/footer-bg.jpg);
  background-color: rgba(36, 44, 98, 1);
  background-blend-mode: luminosity;
  background-repeat:no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 16px;
  font-weight: 600;
  margin-top:80px;
}
.widget-title{
  font-size:1.2rem;
}
.footer-logo,.widget-title{
  margin-bottom:2rem;
}
.logo-column,.links-widget{
  color:var(--color-white);
}
.links-list,.contact-widget {
  list-style: none;
  padding:0px;
  margin:0px;
}
.links-list li::before{
  content:"";
  display:inline-block;
  width: 0px;
  height: 8px;
  background:var(--color-primary);
  margin-right:0px;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -webkit-transition: transform .3s ease;
  transition: all .3s ease;
}
.links-list li:hover::before{
  width: 8px;
  margin-right: 10px;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -webkit-transition: transform .3s ease;
  transition: all .3s ease;
}
.links-list li:hover a{
  color:var(--color-primary);
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -webkit-transition: transform .3s ease;
  transition: all .3s ease;
}
.links-list li a,.contact-widget li a{
  line-height: 36px;
}
.footer-bottom{
  display: flex;
  justify-content: center;
  width: 100%;
  border-top:1px solid var(--color-border);
  padding-top: 40px;
}
.copyright{
  color:var(--color-white);
}
.banner{
  width:100%;
  position:relative;
}
.banner::before{
  content:'';
  width: 30%;
  height: 50%;
  background:url(../images/amblem_renkli.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top:150px;
  left:0;
  z-index: 2;
  opacity: .6;
  display: none;
}
.slide-item{
  position: relative;
}
.slide-item::after{
  content:'';
  width: 100%;
  height: 100%;
  background-color:var(--color-primary);
  opacity: .3;
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
}
.slide-item .slider--img{
  width: 100%;
  height: 100%;
  position: relative;
}
.slide-item .slider--img img{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0px;
  left:0px;
}
.slide-item .slider--img .image-layer{
  width: 100%;
  height: 100%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.slide-item .slide-container{
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.slide-item .slide-container .content-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color:var(--color-white);
}
.slide-item .slide-container .content-box h2{
  font-size:64px;
  font-weight: 800;
  line-height: 72px;
  margin-bottom:30px;
}
.slide-item .slide-container .content-box p{
  font-size: 18px;
  line-height: 24px;
  margin-bottom:50px;
}
.slide-item .slide-container .content-box .btn-box a{
  border-radius: 10px;
}
.corp-section{
  display: none;
  margin-bottom:155px;
}
.corp-figure{
  margin-bottom:87px;
}
.corp-item {
  position: relative;
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: #e5e7ea;
  padding: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -webkit-transition: transform .3s ease;
  transition: all .3s ease;
}
.corp-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-white);
  opacity: 1;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -webkit-transition: transform .3s ease;
  transition: all .3s ease;
}
.corp-item a{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  display: block;
  z-index: 5;
}
.corp-content h3{
  font-size: 1.25rem;
  color:var(--color-dark);
  margin-bottom:21px;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -webkit-transition: transform .3s ease;
  transition: all .3s ease;
}
.corp-content p{
  font-size: 1rem;
  color:var(--color-default);
  margin-bottom:0px;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -webkit-transition: transform .3s ease;
  transition: all .3s ease;
}
.corp-item:hover::before{
  /*background-color: rgba(0,0,0,0.5);*/
  background-color: rgba(36, 44, 98, .6);
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -webkit-transition: transform .3s ease;
  transition: all .3s ease;
}
.corp-item:hover .corp-content h3, .corp-item:hover .corp-content p{
  color:var(--color-white);
}
.corp-item:hover .corp-figure figure img.prime-icon{
  filter: brightness(0) invert(100%);
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -webkit-transition: transform .3s ease;
  transition: all .3s ease;
}
.about{
  background-image: url(../images/about-section-bg.png);
  background-position: 924px 38px;
  background-repeat: no-repeat;
  margin-bottom:0px;
  overflow: hidden;
}
.about .row {
  width: 100%;
}
/* Video Showcase Section */
.video-showcase{
  padding:100px 0px;
  background: linear-gradient(135deg, #1a2350 0%, #242c62 40%, #1e3a6e 70%, #162339 100%);
  position: relative;
  overflow: hidden;
}
.video-showcase::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: radial-gradient(ellipse at 20% 50%, rgba(42,169,223,0.08) 0%, transparent 60%),
              radial-gradient(ellipse at 80% 20%, rgba(42,169,223,0.05) 0%, transparent 50%);
  pointer-events:none;
}
.video-wrapper{
  position:relative;
  width:100%;
  border-radius:16px;
  overflow:hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.35), 0 0 40px rgba(42,169,223,0.1);
  aspect-ratio: 16/9;
  background-color:#0d1528;
}
.video-wrapper video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.video-play-overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(13,21,40,0.45);
  transition:opacity 0.4s ease, visibility 0.4s ease;
  cursor:pointer;
  z-index:2;
}
.video-play-overlay.is-hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.video-play-btn{
  width:90px;
  height:90px;
  border:none;
  background:rgba(42,169,223,0.15);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  border-radius:50%;
  color:var(--color-white);
  cursor:pointer;
  transition:all 0.35s ease;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  position:relative;
}
.video-play-btn svg{
  width:68px;
  height:68px;
}
.video-play-btn::before{
  content:'';
  position:absolute;
  width:110px;
  height:110px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,0.2);
  animation:video-pulse 2s ease-in-out infinite;
}
.video-play-btn:hover{
  background:rgba(42,169,223,0.35);
  transform:scale(1.08);
}
@keyframes video-pulse{
  0%,100%{
    transform:scale(1);
    opacity:1;
  }
  50%{
    transform:scale(1.2);
    opacity:0;
  }
}
.about-showcase{
  position: relative;
  width: 100%;
}
.about-showcase img{
  max-width: 100%;
  height: auto;
}
.about-showcase .case-one{
  display: flex;
  justify-content: end;
  padding-bottom:75px;
}
.about-showcase .case-two{
  position: absolute;
  left: 0px;
  z-index: 1;
  bottom: -25px;
}
.about-showcase .case-bg{
  position: absolute;
  right: -37px;
  z-index: -1;
  bottom: 10px;
}
.about-content{
  padding-right:0px;
}
.section-title{
  font-size: .85rem;
  font-weight: 800;
  line-height: 14px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: var(--color-primary);
  margin-bottom:20px;
}
.section-title::before{
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background: linear-gradient(111.8deg, var(--color-primary) 21.93%, var(--color-tertiary) 90.29%);
  margin-right: 10px;
}
.section-title span{
  background: linear-gradient(111.8deg, var(--color-primary) 21.93%, var(--color-tertiary) 90.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section-content-title h2{
  color: var(--color-dark);
  font-family: "Manrope", Sans-serif;
  font-size: 46px;
  font-weight: 700;
  text-transform: none;
  line-height: 54px;
  margin-bottom:30px;
}
.section-content {
  color:var(--color-default);
  margin-bottom:40px;
}
.section-content-text{
  color:var(--color-default);
}
.main-button{
  padding: 15px 30px;
  font-size: .8125rem;
  font-weight: 800;
  border-radius: 5px;
  background: linear-gradient(111.8deg, var(--color-primary) 21.93%, var(--color-tertiary) 90.29%);
  text-transform: uppercase;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  color:var(--color-white);
}
.main-button span{
  position:relative;
  z-index: 1;
}
.main-button span span{
  display: inline-block;
  margin-right:10px;
}
.main-button span i {
  display: inline-block;
  rotate: -45deg;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.main-button::before{
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity = 0);
  background: linear-gradient(111.8deg, var(--color-tertiary) 21.93%, var(--color-primary) 90.29%);
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.main-button:hover{
  color:var(--color-white);
}
.main-button:hover span i{
  rotate: 0deg;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.main-button:hover::before{
  width: 100%;
  visibility: visible;
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity = 100);
}
.services{
  background-color: #f4f7fb;
  padding:125px 0px;
  position: relative;
}
.services::before,.services::after{
  content: '';
  width: 485px;
  height: 458px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/services-section-bg.png);
  position: absolute;
}
.services::before{
  bottom:0;
  left: 0;
}
.services::after{
  top:0;
  right: 0;
  transform: rotate(180deg);
}
.section-header{
  width: 100%;
  text-align: center;
  margin-bottom:50px;
  position: relative;
  z-index: 2;
}
.services-content,.team-content{
  width:100%;
}
.service-item {
  display:block;
  width: 100%;
  position:relative;
  overflow: hidden;
  border-radius: 18px;
}
.service-figure{
  width: 100%;
}
.service-figure figure,.team-figure figure{
  margin-bottom:0px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.effect-figure figure{
  transform:scale(1);
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  transition: transform .5s ease;
}
.effect-figure:hover figure{
  transform: scale(1.1);
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  transition: transform .5s ease;
}
.service-figure figure::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(180deg, #1A3E6700 0%, #101b31 100%);
    left: 0;
    bottom: 0;
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity = 100);
    z-index: 2;
}
.service-figure figure img,.team-figure figure img{
  width: inherit;
}
.service-caption{
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 5;
  padding: 0 30px;
  text-align: center;
}
.service-caption_icon{
  width: 100%;
  display: flex;
  justify-content: center;
}
.service-caption_icon figure{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  background: linear-gradient(111.8deg, var(--color-primary) 21.93%, var() 90.29%);
  border-radius: 24px;
  margin-bottom:0px;
}
.service-caption_icon figure img{
  filter: brightness(0) invert(100%);
} 
.service-caption_title h3{
  margin:22px 0px 15px;
  line-height: 24px;
  color:var(--color-white);
  font-size:1.5rem;
}
.rnd{
  display: flex;
  background-image: url(../images/rnd-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  margin-bottom:140px;
}
.rnd-figure{
  min-height: 860px;
  background-image: url(../images/arge.jpg);
  background-position:center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rnd-content{
  display:flex;
  flex-direction: column;
  justify-content: center;
  padding:30px;
}
.team-figure{
  border-radius: 18px;
  overflow: hidden;
  width: 100%;
}
.team-caption{
  text-align: center;
}
.team-caption h3{
  font-size:20px;
  font-weight: 700;
  line-height: 28px;
  margin:21px 0px 7px;
}
.team-caption span{
  color: #4c4f4e;
  line-height: 24px;
}
.partner{
  padding: 140px 0px;
  background-image: url(../images/rnd-bg.png);
  background-position:center center;
  background-repeat: no-repeat;
}
.partner-figure{
  display: flex;
  width:100%;
  justify-content: center;
}
.partner-figure img{
  width:120px !important;
  filter: grayscale(100%);
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.partner-item:hover .partner-figure img{
  filter: none;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.media{
  margin-bottom:140px;
}
.media-caption{
  margin-top:25px;
  padding-left: 30px;
}
.media-caption_title span{
  display: block;
  font-size: .75rem;
  line-height: 1.3333333333;
  color: #abadaf;
  margin-bottom:13px;
}
.media-caption_title h3{
  font-weight: 700;
  color:var(--color-dark);
  margin-bottom:28px;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.media-caption_title b{
  font-size: .8125rem;
  font-weight: 800;
  color:var(--color-default);
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.media-caption_title b i{
  margin-left:10px;
  rotate: -45deg;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.media-item:hover .media-caption_title h3,.media-item:hover .media-caption_title b,.media-item:hover .media-caption_title b i{
  color:var(--color-primary);
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.media-item:hover .media-caption_title b i{
  rotate: 0deg;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.scroll-top.open {
  bottom: 30px;
}
.scroll-top {
  width: 60px;
  height: 60px;
  background: var(--color-primary);
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  z-index: 99;
  color: var(--color-white);
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 1sease;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10) !important;
}
.card-effect{
  width:100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.card-effect.effect-top-s1::before{
  width: 200px;
  height: 200px;
}
.card-effect.effect-bottom-i::after{
  width: 240px;
  height: 65px;
}
.card-effect.effect-top-s1::before, .card-effect.effect-bottom-i::after{
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  border-radius: 18px;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity = 0);
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.card-effect.effect-top-s1::before{
  top: -200px;
  left: -150px;
  transform: rotateZ(42.33deg);
  background: linear-gradient(111.8deg, var(--color-primary) 21.93%, var(--color-tertiary) 90.29%);
  outline: 1px ridge rgba(255, 255, 255, .54);
  outline-offset: 20px;
}
.card-effect.effect-top-s1:hover::before {
  top: -100px;
  left: -50px;
  opacity: .8;
  -ms-opacity: .8;
  -o-opacity: .8;
  -moz-opacity: .8;
  -webkit-opacity: .8;
  filter: alpha(opacity = 80);
}
.card-effect.effect-bottom-i::after{
  right: -150px;
  bottom: -100px;
  /*transform: rotateZ(42.33deg);*/
  background-image:url(../images/amblem_renkli.svg);
  /*background: url(../images/amblem_beyaz.svg), linear-gradient(111.8deg, var(--color-primary) 21.93%, var(--color-tertiary) 90.29%), var(--color-primary);*/
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  /*outline: 1px ridge rgba(255, 255, 255, .54);
  outline-offset: 20px;*/
}
.card-effect.effect-bottom-i:hover::after {
  right: 0px;
  bottom: 0px;
  opacity: .8;
  -ms-opacity: .8;
  -o-opacity: .8;
  -moz-opacity: .8;
  -webkit-opacity: .8;
  filter: alpha(opacity = 80);
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
  .section-content-title h2 {
      font-size: 28px;
      line-height: 38px;
  }
  .about-showcase {
    max-width: 100%;
    margin-top: 40px;
  }
  .about-showcase .case-one {
    width: 80%;
    margin-left: auto;
    padding-bottom: 50px;
  }
  .about-showcase .case-two {
    width: 55%;
    bottom: -15px;
  }
  .about-showcase .case-bg {
    width: 25%;
    right: -15px;
    bottom: 15px;
  }
  .video-showcase{
    padding:50px 0px;
  }
  .video-wrapper{
    border-radius:10px;
  }
  .video-play-btn{
    width:64px;
    height:64px;
  }
  .video-play-btn svg{
    width:48px;
    height:48px;
  }
  .video-play-btn::before{
    width:80px;
    height:80px;
  }
}
@media (max-width:1023px) and (min-width: 768px) {
  
}
@media (max-width: 1023px) {
  .about {
      background-position: 0 0;
  }
  .rnd{
    flex-direction: column;
  }
  .slide-item{
    height: 768px;
  }
}
@media (min-width: 1024px) {
  .rnd-figure {
    width:45%;
  }
  .rnd-content{
    width:50%;
    padding:60px;
  }
  .slide-item{
    height: 768px;
  }
}

@media (min-width: 1200px) {
  .auto-container{
    padding-left: 0px;
    padding-right: 0px;
  }
  .corp-item{
    width: 25%;
  }
  .corp-section{
    display: block;
    padding-right: calc(1.5rem * 0.5);
    padding-left: calc(1.5rem * 0.5);
  }
  .about-content{
    padding-right: 80px;
  }
  .slide-item{
    height: 850px;
  }
  .footer-text{
    margin:0px 20px 20px 0px;
  }
  .slide-item .slide-container .content-box h2{
    font-size:44px;
  }
  .slide-item .slide-container .content-box p{
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .rnd-figure{
    min-height: 400px;
  }
  .banner{
    margin-bottom:140px;
  }
  .slide-item .slide-container .content-box h2{
    font-size:34px;
    line-height: 50px;
  }
  .slide-item .slide-container .content-box p{
    font-size: 16px;
  }
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .slide-item .slide-container .content-box{
    padding:0px 30px;
  }
}
@media (min-width: 1366px) {
  .rnd-content {
    padding:60px 100px;
  }
  .slide-item{
    height: 950px;
  }
  .slide-item .slide-container .content-box h2{
    font-size:54px;
  }
  .slide-item .slide-container .content-box p{
    font-size: 18px;
  }
}
@media (max-width: 1365px) {

}
.owl-dots-none .owl-dots, .owl-nav-none .owl-nav {
    display: none !important;
}
.breadcrumb__area{
  width:100%;
  display: flex;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom:90px;
}
.breadcrumb__content{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  color:#e9e9e9;
}
.breadcrumb__title,.breadcrumb__item{
  width: 100%;
  text-align: center;
}
.breadcrumb__title{
  font-size: 4rem;
}
.breadcrumb__item .breadcrumb{
  display: flex;
  justify-content: center;
  margin-bottom:25px;
}
.default-sidebar{
  border:1px solid #e5e7ea;
  padding: 40px 40px 35px;
  background-color: transparent;
  border-radius: 18px;
}
.default-sidebar .widget-title{
  font-size: 1.875rem;
  margin-bottom:10px;
}
.widget-content ul.category-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 4px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 46px;
}
.widget-content ul.category-list li a:hover,.widget-content ul.category-list li a.active {
  color: var(--color-tertiary);
}
.blog-details-content .content-one .image-box img{
  /*aspect-ratio: 1.5454545455;*/
  object-fit: cover;
  width: 100%;
  border-radius: 18px;
  margin-bottom:20px;
}
.blog-details-content .content-one .text{
  color:#5c6672;
}
.blog-details-content .content-one .text p,.blog-details-content .content-one .text ul{
  margin-bottom:20px;
}
.blog-details-content .content-one .text h4{
  font-size: 1.875rem;
  font-weight: 700;
  color:#162339;
  margin-bottom:20px;
}
.blog-details-content .content-one .text table tr td{
  border:1px solid #e5e7ea;
}
.case-block-one .image-box img{
  width:100%;
}
.page-docs{
  width: 100%;
}
.download-box{
  padding:15px 20px;
  border:1px solid #e5e7ea;
  background-color: transparent;
  border-radius: 18px;
}
.download-box a {
  font-size: 1rem;
  line-height: 46px;
  display:flex;
  justify-content: space-between;
}
.download-box a:hover{
  color:var(--color-tertiary);
}
.download-box a .title-box i{
  font-size:25px;
  font-weight: 300;
}
.upper-box h2{
  font-size: 2.25rem;
  line-height: 1.2222222222;
  margin-bottom:.8em;
}
.upper-box span{
  font-size: .75rem;
  line-height: 1.3333333333;
  color:#abadaf;
}
.blog-sidebar{
  border:none;
}
.blog-sidebar a{
  justify-content: left !important;
  margin-bottom: 20px;
}
.blog-sidebar a small{
  font-size: .75rem;
  line-height: 1.3333333333;
  color:#abadaf;
}
.blog-sidebar a b{
  font-size: 1.125rem;
  line-height: 1.5555555556;
}
.blog-sidebar a img{
  margin-right: 21px;
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 12px;
}
.blog-sidebar a .side-title{
  display: flex;
  flex-direction: column;
}
.contact-header{
  text-align: left;
}
.contact-item {
  width: 100%;
  display: flex;
  padding:25px 0px;
}
.content--address,.content--phone{
  border-bottom:1px solid var(--color-border);
}
.contact-item i{
  font-size: 30px;
  margin-right: 30px;
  color:#101b31;
}
.contact-item p{
  display: flex;
  flex-direction: column;
}
.contact-item p b{
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color:#162339;
}
.contact-style-two{
  background-image: url(../images/contact-bg.png);
  background-repeat: no-repeat;
  background-position: center 15%;
}
.form-column{
  display: flex;
  flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  border-radius: 18px;
  box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, .07);
  padding-top: 44px;
  padding-bottom: 33px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #fff;
}
.form-column .sec-title .sub-title{
  font-size: 1.875rem;
  margin-bottom:18px;
  display: block;
}
.form-inner form input[type=text],.form-inner form input[type=number],.form-inner form input[type=email],.form-inner form textarea{
  width: 100%;
  height: 100%;
  border:1px solid var(--color-border);
  border-radius: 12px;
  padding: 14px 20px 15px;
  color:#5c6672;
  box-sizing: border-box;
  outline: 0;
  margin-bottom:1.5em;
}
.form-check .form-wrap{
  display:flex;
  align-items: center;
  margin-bottom:18px;
}
.form-check .form-wrap input[type=checkbox]{
  width:20px;
  height: 20px;
  margin-right:15px;
}
.map-column{
  margin-top:80px;
  max-width: min(100%, 1200px);
  margin-left: auto;
  margin-right: auto;
}
.map-column .row{
  --bs-gutter-x: 40px;
  --bs-gutter-y: 30px;
  flex: 1 1 100%;
  width: 100%;
  justify-content: center;
}
.square-box{
  position: relative;
  width: 100%;
  aspect-ratio: 605 / 340;
  overflow: hidden;
  border-radius: 18px;
  background: #f4f7fb;
}
.square-box > iframe,
.square-box > img{
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
.team-caption_title:hover{
  color:var(--color-tertiary);
}
.team.social-links span{
  width: 35px;
  height: 35px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  color: var(--color-default);
}
.member-title{
  font-size: 2.25rem;
  line-height: 1.2222222222;
  color: var(--color-secondary);
  margin-bottom: 18px;
  max-width: 711px;
}
.member-job{
  display: block;
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 23px;
  color: #4c4f4e;
}
.error-section{
  background-color: #f4f7fb;
  min-height:55vh;
  display:flex;
  align-items: center;
}
.error-title{
  font-size: 2.875rem;
  line-height: 1.1739130435;
  color: var(--color-secondary);
  margin-bottom: 29px;
}
.inner-box{
  margin:80px 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.inner-box p{
  font-size: 1rem;
  color: #828282;
  margin: 30px auto 38px;
  text-align: center;
  max-width: 538px;
  line-height: 1.5;
}
.sticky-top{
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  z-index: 102;
}
.search-box{
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  height: 100%;
  background-color: #fff;
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, .07);
}
.search-box form{
  display: flex;
  align-items: center;
}
.search-box form input[type=text]{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
.search-box form button{
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.search-box form button span{
  font-size: 20px;
}
.sec-title{
  margin-bottom: 20px;
}
.sec-title::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-tertiary);
}
.sec-title span{
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2222222222;
  color: var(--color-secondary);
}
.search-item{
  font-size: 1.325rem;
  line-height: 1.5555555556;
  color: #162339;
  font-weight: 600;
  margin-bottom: 10px;
}
.search-item:hover{
  color: var(--color-tertiary);
}
.sitemap-group {
  border-left: 3px solid #007bff;
  padding-left: 15px;
  margin-bottom: 25px;
}
.group-title {
  color: #333;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.group-links .search-item {
  color: #666;
  text-decoration: none;
  padding: 5px 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.group-links .search-item:hover {
  color: #007bff;
  text-decoration: none;
  transform: translateX(5px);
}
.group-links .search-item i {
  font-size: 0.8em;
  opacity: 0.7;
}
.group-links .search-item:hover i {
  opacity: 1;
}
.accessibility-widget {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 9999;
    font-family: Arial, sans-serif;
}

.accessibility-toggle {
    background: #242c62;
    color: white;
    border: none;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.accessibility-toggle:hover {
    background: #34495e;
    transform: translateY(-2px);
}

.accessibility-toggle i {
    font-size: 45px;
}

.accessibility-panel {
    position: absolute;
    bottom: 70px;
    right: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    min-width: 320px;
    max-width: 400px;
    max-height: 80vh;
    border: 1px solid #e0e0e0;
}

.accessibility-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #e0e0e0;
    background: #f8f9fa;
    border-radius: 12px 12px 0 0;
}

.accessibility-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
}

.accessibility-close {
    background: none;
    border: none;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.accessibility-close:hover {
    background: #e0e0e0;
    color: #333;
}

.accessibility-content {
    padding: 20px;
    max-height: calc(80vh - 80px);
    overflow-y: auto;
}

.accessibility-group {
    margin-bottom: 16px;
}

.accessibility-group:last-child {
    margin-bottom: 0;
}

.accessibility-group h4 {
    margin: 0 0 8px 0;
    font-size: 13px;
    font-weight: 600;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.accessibility-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.accessibility-btn {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    padding: 6px 10px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #555;
    transition: all 0.2s ease;
    min-width: 0;
    flex: 1;
    justify-content: center;
}

.accessibility-btn:hover {
    background: #e9ecef;
    border-color: #adb5bd;
}

.accessibility-btn.active {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.accessibility-btn i {
    font-size: 12px;
}

.accessibility-reset {
    background: #dc3545;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    justify-content: center;
    transition: all 0.2s ease;
}

.accessibility-reset:hover {
    background: #c82333;
}

.reading-guide-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9998;
}

.reading-guide-line {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ff6b6b;
    opacity: 0.8;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px rgba(255, 107, 107, 0.5);
    /*transition: top 0.1s ease-out;*/
    pointer-events: none;
}

.reading-mask-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.8);*/
    pointer-events: auto;
    z-index: 9998;
}

.reading-mask-window {
    position: absolute;
    width: 100%;
    height: 150px;
    background: transparent;
    border: 3px solid #fff;
    border-radius: 12px;
    top: 50%;
    /*left: 50%;*/
    transform: translate(-50%, -50%);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
    /*transition: all 0.2s ease-out;*/
    pointer-events: none;
    z-index: 9999;
}

.reading-mask-window::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: transparent;
    border-radius: 12px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
    pointer-events: none;
}

.reading-mask-overlay::before {
    content: '';
    position: absolute;
    top: var(--cutout-y, 50%);
    left: 50%;
    width: 100%;
    height: 150px;
    background: transparent;
    border-radius: 12px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.8);
    pointer-events: none;
}

.text-smaller { font-size: 0.9em !important; }
.text-larger { font-size: 1.1em !important; }
.text-largest { font-size: 1.3em !important; }

.high-contrast {
    filter: contrast(150%) brightness(120%);
}

.dark-theme {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

.dark-theme * {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border-color: #444 !important;
}

.text-left-align * {
    text-align: left !important;
}

.text-center-align * {
    text-align: center !important;
}

.text-justify-align * {
    text-align: justify !important;
}

.dyslexia-friendly {
    font-family: 'OpenDyslexic', 'Comic Sans MS', cursive !important;
    letter-spacing: 0.1em !important;
    line-height: 1.6 !important;
}

.large-cursor * {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24"><path d="M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z" fill="%23000" stroke="%23fff" stroke-width="1"/><path d="M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z" fill="%23fff" stroke="%23000" stroke-width="0.5"/></svg>'), auto !important;
}

.focus-indicator *:focus {
    outline: 3px solid #ff6b6b !important;
    outline-offset: 2px !important;
}

.highlight-links a {
    background: #ffff00 !important;
    color: #000 !important;
    padding: 2px 4px !important;
    border-radius: 3px !important;
}

@media (max-width: 768px) {
    .accessibility-widget {
        bottom: 10px;
        right: 10px;
    }
    
    .accessibility-panel {
        min-width: 280px;
        max-width: calc(100vw - 20px);
        right: -10px;
        bottom: 70px;
    }
    
    .accessibility-controls {
        flex-direction: column;
    }
    
    .accessibility-btn {
        flex: none;
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.accessibility-panel {
    animation: slideIn 0.3s ease-out;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-container {
    background: white;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: popupFadeIn 0.3s ease-out;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 0 20px;
    border-bottom: 1px solid #eee;
}

.popup-header h3 {
    margin: 0;
    color: #333;
    font-size: 18px;
}

.popup-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s;
}

.popup-close:hover {
    background-color: #f0f0f0;
    color: #333;
}

.popup-content {
    padding: 20px;
    line-height: 1.6;
    color: #555;
}

@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .popup-container {
        width: 95%;
        margin: 10px;
    }
    
    .popup-header {
        padding: 15px 15px 0 15px;
    }
    
    .popup-content {
        padding: 15px;
    }
}