/* ----------------------------------------------------------------
[Table of contents]
01. Body
02. Page Loader
03. Main Menu
04. Main Content
05. Section Home
06. Section About
07. Section Resume
08. Section Portfolio
09. Section Blog
10. Section Contact
11. Main Footer
12. landing
13. Components
------------------------------------------------------------------- */
/*-------------------------------------------------------------------
01. Body
------------------------------------------------------------------- */
html, body {
  overflow-x: hidden;
}

*, ::after, ::before {
  box-sizing: border-box;
}

/*-------------------------------------------------------------------
02. Page Loader
------------------------------------------------------------------- */
.yb-pageloader-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-weight: 700;
  z-index: 10000;
  background-color: #fff;
}

.yb-pageloader-wrapper.page-is-loaded {
  display: none;
}

.yb-dark-skin .yb-pageloader-wrapper {
  background: #05182c;
}

/*-------------------------------------------------------------------
03. Main Menu
------------------------------------------------------------------- */
.yb-main-header {
  background: #fff;
  box-sizing: border-box;
  position: relative;
  min-height: 80px;
}

.yb-main-menu {
  position: absolute;
  z-index: 100;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  border-bottom: 1px solid #e5e5e5;
}

.yb-main-menu.fixed {
  position: fixed;
  top: 0;
  bottom: auto;
}

.yb-main-menu .uk-navbar-nav > li > a {
  text-transform: none;
  font-weight: 700;
}

.yb-main-menu .yb-icon-close {
  display: none;
}

@media (max-width: 959px) {
  .yb-main-menu.open-menu .yb-menu-toggle-wrapper {
    display: block;
  }
}

.yb-main-menu.open-menu .yb-icon-menu {
  display: none;
}

.yb-main-menu.open-menu .yb-icon-close {
  display: inline;
}

.yb-logo {
  font-weight: 700;
  position: relative;
}

    .yb-logo span {
        display: inline-block;
        position: relative;
        color: #fff;
    }


    .yb-logo::before {
        content: '⚡'; /* Yıldırım simgesi */
        font-size: 20px;
        color: yellow; /* Yıldırım rengi */
        position: absolute;
        left: -7px; /* Daha sağa kaydır */
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }




.yb-menu-toggle-wrapper {
  display: block;
}

.yb-menu-toggle-wrapper .uk-navbar-right {
  position: absolute;
  right: 40px;
}

@media (max-width: 959px) {
  .yb-menu-toggle-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 20px 40px;
    overflow: auto;
    max-height: 420px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
  }
  .yb-menu-toggle-wrapper .uk-navbar-center {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    width: 100%;
  }
  .yb-menu-toggle-wrapper .uk-navbar-right {
    position: relative;
    right: 0;
  }
  .yb-menu-toggle-wrapper .uk-navbar-nav {
    margin: 0 auto;
  }
}

@media (max-width: 959px) and (max-width: 639px) {
  .yb-menu-toggle-wrapper .uk-navbar-nav:not(.yb-social-icons) {
    display: block;
  }
  .yb-menu-toggle-wrapper .uk-navbar-nav:not(.yb-social-icons) a {
    min-height: 40px;
  }
}

.yb-dark-skin .yb-main-header {
  background: #05182c;
}

.yb-dark-skin .yb-main-menu {
  background: #05182c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 959px) {
  .yb-dark-skin .yb-menu-toggle-wrapper {
    background: #05182c;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

/*-------------------------------------------------------------------
04. Main Content
------------------------------------------------------------------- */
.yb-main-content {
  position: relative;
  z-index: 10;
  background: #fff;
  min-height: 650px;
}

.yb-section {
  position: relative;
}

.yb-section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.yb-section-padding-top {
  padding-top: 80px;
}

.yb-section-padding-bottom {
  padding-bottom: 80px;
}

.yb-section-title {
  font-weight: 700;
  letter-spacing: -1px;
}

.yb-dark-skin {
  background: #05182c;
}

.yb-dark-skin .yb-main-content {
  background: #05182c;
}

/*-------------------------------------------------------------------
05. Section Home
------------------------------------------------------------------- */
.yb-profile-desc {
  position: fixed;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.yb-profile-desc h1 {
  font-size: 80px;
  letter-spacing: -4px;
}

.yb-profile-desc h1.yb-gradient-text {
  background: -webkit-linear-gradient(45deg, #09009f, #00ff95 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.yb-profile-desc h1.yb-shadow-text {
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.4);
}

@media (max-width: 959px) {
  .yb-profile-desc h1 {
    font-size: 50px;
  }
}

.yb-profile-desc-wrap {
  align-self: center;
  padding-bottom: 80px;
}

.yb-myjob {
  font-size: 25px;
}

.yb-myjob span {
  text-decoration: underline;
  color: #1e87f0;
}

.yb-video-wrapper, .yb-slide-wrapper {
  position: absolute;
  top: 0;
  bottom: 80px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}

.yb-video-bg {
  min-width: 100%;
  min-height: 100%;
  max-width: none !important;
  width: auto !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.yb-video-overfly, .yb-slide-overfly {
  background: rgba(0, 0, 0, 0.7);
}

/*-------------------------------------------------------------------
06. Section About
------------------------------------------------------------------- */
.yb-my-profile {
  position: relative;
}

.yb-my-profile-img {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

@media (max-width: 959px) {
  .yb-my-profile-img {
    position: relative;
    width: 100%;
    height: 400px;
  }
}

.yb-my-profile-desc {
  position: relative;
}

.yb-my-profile-desc-top {
  padding: 80px 30px 10px 40px;
}

@media (max-width: 639px) {
  .yb-my-profile-desc-top {
    padding: 80px 15px 10px 15px;
  }
}

.yb-my-profile-desc-bottom {
  position: relative;
  padding: 30px 30px 30px 40px;
}

@media (max-width: 639px) {
  .yb-my-profile-desc-bottom {
    padding: 30px 15px 30px 15px;
  }
}

.yb-my-profile-desc-bottom::before {
  content: "";
  position: absolute;
  background: #2336B6;
  bottom: 0;
  top: 0;
  width: 20px;
  left: -20px;
  z-index: 10;
}

.yb-my-profile-desc-bottom::after {
  content: "";
  top: 0;
  position: absolute;
  background: inherit;
  bottom: 0;
  right: -1200px;
  width: 1200px;
}

.yb-my-profile-desc-info {
  margin: 0;
  font-size: 0.8rem;
}

.yb-my-profile-desc-info span {
  display: inline-block;
  width: 100px;
  font-weight: 700;
}
.yb-my-intro {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 10;
    display: block;
    font-size: 13px;
    background-image: linear-gradient(-90deg, rgba(49, 207, 171, 0.5) 0%, #50E3C2 100%);
    color: #fff;
    padding: 10px 40px 10px 20px;
    border-radius: 30px 0 0 30px;
}

.yb-my-intro-text {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  vertical-align: middle;
  transition: .3s;
  font-weight: 700;
}

.yb-my-intro:hover {
  text-decoration: none;
  color: #fff;
}

.yb-my-intro:hover .yb-my-intro-text {
  max-width: 100px;
}

.yb-box-services > div {
  margin-top: 0 !important;
}

.yb-box-service {
  padding: 30px 10px;
}

.yb-box-service .uk-icon {
  display: block;
}

.yb-box-service h5 {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: -1px;
}

/*-------------------------------------------------------------------
07. Section Resume
------------------------------------------------------------------- */
.yb-resume-list > .uk-list {
  padding-left: 0;
  margin-bottom: 60px;
}

.yb-resume-item {
  position: relative;
  padding: 30px 30px 0 40px;
}

.yb-resume-item h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.yb-resume-item:hover h4 {
  color: #1e87f0;
}

.yb-resume-item-date {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.yb-resume-item-date-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 2px;
  border-radius: 50%;
  background: #1e87f0;
  color: #fff;
  float: left;
}

.yb-resume-item-date-text {
  float: left;
  padding-top: 3px;
  padding-left: 10px;
}

.yb-resume-skill-item .uk-progress {
  margin-bottom: 0;
  height: 5px;
}

.yb-box-circle {
  width: 100px;
  margin: 6px;
  padding-bottom: 20px;
  padding-top: 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.yb-box-circle strong {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  transition: 0.3s;
}

.yb-box-circle:hover strong {
  color: #1e87f0;
}

.yb-box-circle-title {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
}

/*-------------------------------------------------------------------
08. Section Portfolio
------------------------------------------------------------------- */
.yb-nav-filter.uk-subnav-pill > li > a {
  border-radius: 15px;
  min-width: 50px;
  text-align: center;
  text-transform: none !important;
  font-weight: 700;
  color: #000;
  transition: 0.3s;
}

.yb-nav-filter.uk-subnav-pill > li > a:hover {
  color: #1e87f0;
}

.yb-nav-filter.uk-subnav-pill a.uk-active {
  background-color: #1e87f0;
  color: #fff;
}

.yb-nav-filter.uk-subnav-pill a.uk-active:hover {
  color: #fff;
}

.yb-work-item {
  overflow: hidden;
  position: relative;
}

.yb-work-item-img {
  background: rgba(0, 0, 0, 0.5);
  display:none;/*.......*/
}

.yb-work-item-img-wrap {
    margin-right: 50px;
    margin-bottom: 40px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    width: 100%; /* Genişlik %100 */
    height: 100%; /* Yükseklik %100 */
    background-size: cover; /* Görseli tamamen kapsayacak şekilde boyutlandır */
    background-position: center; /* Görselin ortalanmasını sağlar */
}
    .yb-work-item-img-wrap img {
        display: none;
    }/*-------*/

    @media (max-width: 959px) {
        .yb-work-item-img-wrap {
            margin-right: 0;
            margin-bottom: 0;
        }
    }

    .yb-work-item-img-wrap::before {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  right: 40px;
  left: 0;
  bottom: 40px;
  z-index: 2;
  transition: 1s;
}

@media (max-width: 959px) {
  .yb-work-item-img-wrap::before {
    right: 70px;
  }
}

.yb-work-item-img-wrap:hover::before {
  right: 100%;
}

.yb-work-item:hover h5 {
  color: #1e87f0;
}

.yb-work-item-overlay {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
}

.yb-work-item-overlay a {
  display: block;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  background: #1e87f0;
  margin: 5px;
  text-align: center;
  padding-top: 8px;
  color: #fff;
  transition: 0.3s;
}

.yb-work-item-overlay a:hover {
  background: #000;
}

.yb-work-item-title {
  position: absolute;
  right: 25px;
  bottom: 39px;
  width: 50px;
  height: 50px;
  white-space: nowrap;
  transform: rotate(-90deg);
  line-height: 1;
}

@media (max-width: 959px) {
  .yb-work-item-title {
    right: 0;
    bottom: 0;
  }
}

.yb-work-item-title h5 {
  position: absolute;
  margin: 0;
  transition: 0.3s;
  padding: 5px 16px;
  font-weight: 700;
  display: block;
  background: #fff;
  font-size: 25px;
  top: 0;
  border-radius: 0 20px 20px 0;
}

@media (max-width: 959px) {
  .yb-work-item-title h5 {
    font-size: 14px;
    top: -10px;
  }
}

.yb-work-item-title span {
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  bottom: -10px;
  margin: 0;
  padding: 5px 16px;
  font-weight: 700;
  display: block;
  background: #fff;
  display: block;
  color: #1e87f0;
  border-radius: 0 20px 20px 0;
}

@media (max-width: 959px) {
  .yb-work-item-title span {
    bottom: 5px;
  }
}

.yb-work-content {
  overflow: auto;
}

.yb-work-content::-webkit-scrollbar {
  width: 6px;
  height: 3px;
}

@media (max-width: 959px) {
  .yb-work-content {
    height: auto !important;
  }
}

.yb-testi-nav a {
  display: block;
  border: 1px solid #e5e5e5;
  margin-bottom: 4px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #1e87f0;
  color: #fff;
  font-weight: 700;
  transition: 0.3s;
  padding-top: 3px;
}

.yb-testi-nav a:hover {
  background: #000;
  color: #fff;
}

.yb-testi-item-desc {
  padding: 25px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
  position: relative;
}

.yb-testi-item-desc::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: #1e87f0;
  border-radius: 50%;
  bottom: -14px;
  left: 14px;
  border: 3px solid #fff;
}

.yb-testi-item-desc h4 {
  font-weight: 700;
  transition: 0.3s;
}

.yb-testi-item-desc:hover h4 {
  color: #1e87f0;
}

.yb-testi-item-img {
  position: relative;
  margin-left: 20px;
}

.yb-testi-item-img::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #1e87f0;
  border-radius: 50%;
  top: -7px;
  left: -10px;
}

.yb-testi-item-img::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #1e87f0;
  border-radius: 50%;
  top: 10px;
  left: -5px;
}

.yb-testi-item-img img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.yb-box-fact {
  padding: 30px 10px;
}

.yb-box-fact-count {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -1px;
  margin: 0;
}

.yb-box-fact-desc {
  display: block;
  font-size: 0.8rem;
  margin-top: 5px;
}

.yb-client-item {
  opacity: 0.6;
  transition: 0.3s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.yb-client-item:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.yb-pricing-item .uk-card {
  box-shadow: none;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  transition: 0.3s;
}

.yb-pricing-item .uk-card-header {
  border-bottom: 1px solid #e5e5e5;
  transition: 0.3s;
}

.yb-pricing-item .uk-card:hover {
  border: 1px solid #1e87f0;
}

.yb-pricing-item .uk-card:hover h4 {
  color: #1e87f0;
}

.yb-pricing-item h4 {
  font-weight: 700;
  transition: 0.3s;
}

.yb-dark-skin .yb-work-item-img-wrap::before {
  background: rgba(5, 24, 44, 0.5);
}

.yb-dark-skin .yb-work-item-overlay {
  background-color: rgba(5, 24, 44, 0.9);
}

.yb-dark-skin .yb-work-item-title h5 {
  background: #05182c;
}

.yb-dark-skin .yb-work-item-title span {
  background: #05182c;
}

.yb-dark-skin .yb-testi-nav a {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.yb-dark-skin .yb-testi-item-desc {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.yb-dark-skin .yb-testi-item-desc::before {
  border: 3px solid #05182c;
}

.yb-dark-skin .yb-pricing-item .uk-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.yb-dark-skin .yb-pricing-item .uk-card:hover {
  border: 1px solid #1e87f0;
}

.yb-dark-skin .yb-pricing-item .uk-card-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/*-------------------------------------------------------------------
09. Section Blog
------------------------------------------------------------------- */
.yb-blog-item {
  border-radius: 4px;
  height: 320px;
  background-color: #000;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.yb-blog-item .uk-position-cover, .yb-blog-item .uk-position-bottom {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.6) 100%);
}

.yb-blog-item-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.yb-blog-item .uk-position-bottom, .yb-blog-item .uk-position-top {
  transition: 0.3s;
}

.yb-blog-item:hover {
  transform: scale(0.96);
}

.yb-blog-item:hover .uk-position-top {
  padding-top: 40px;
}

.yb-blog-item:hover .uk-position-bottom {
  padding-bottom: 40px;
}

.yb-blog-item .uk-badge {
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 700;
  font-size: 12px;
}

.yb-blog-item-meta {
  color: #fff;
  font-size: 0.8rem;
}

.yb-blog-item-meta > div {
  display: inline-block;
  margin-right: 10px;
}

.yb-sidebar-item {
  margin-bottom: 30px;
}

.yb-sidebar-item .uk-form-custom .uk-button-default {
  border-color: #e5e5e5;
  text-transform: none;
}

.yb-sidebar-tags > a {
  text-transform: none;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  padding: 2px 5px;
  margin-bottom: 3px;
  transition: 0.3s;
}

.yb-sidebar-tags > a:hover {
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #1e87f0 !important;
}

.yb-img-featured {
  border-radius: 20px;
  border: 1px solid #e5e5e5;
}

@media (max-width: 959px) {
  .yb-img-featured {
    border-radius: 10px;
  }
}

.yb-blog-share {
  margin-bottom: 40px;
}

.yb-blog-share > div {
  text-align: center;
  margin: 5px 0;
  display: inline-block;
}

.yb-blog-share > div:first-child {
  text-align: left;
  min-width: 80px;
}

@media (min-width: 960px) {
  .yb-blog-share {
    position: absolute;
    left: 0;
    width: 100px;
    top: 100px;
  }
  .yb-blog-share > div {
    display: block;
  }
  .yb-blog-share > div:first-child {
    text-align: center;
    min-width: 0;
  }
}

.yb-blog-content {
  position: relative;
  margin-top: -80px;
  min-height: 300px;
  background: #fff;
  margin-left: 100px;
  border-radius: 20px 0 20px 20px;
  padding: 50px;
  border: 1px solid #e5e5e5;
}

@media (max-width: 959px) {
  .yb-blog-content {
    margin-top: 30px;
    margin-left: 0;
    border-radius: 0;
    padding: 0;
    border: 0 !important;
  }
}

.yb-dark-skin .yb-sidebar-tags a {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.yb-dark-skin .yb-sidebar-item .uk-form-custom .uk-button-default {
  border-color: rgba(255, 255, 255, 0.08);
}

.yb-dark-skin .yb-img-featured {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.yb-dark-skin .yb-blog-content {
  background: #05182c;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.uk-comment-list > :nth-child(n+2),
.uk-comment-list .uk-comment ~ ul {
  margin-top: 30px;
}

/*-------------------------------------------------------------------
10. Section Contact
------------------------------------------------------------------- */
@media (max-width: 959px) {
  .yb-contact-left {
    padding-bottom: 0;
  }
}

@media (max-width: 959px) {
  .yb-contact-right {
    padding-top: 0;
  }
}

.yb-contact-mini .uk-icon {
  width: 40px;
}

/*-------------------------------------------------------------------
11. Main Footer
------------------------------------------------------------------- */
.yb-main-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #0b549e;
  font-size: 0.7rem;
  text-align: center;
}

.yb-main-footer-wrapper {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}

.yb-totop {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #1e87f0;
  top: -60px;
  right: 20px;
  text-align: center;
  z-index: 20;
  color: #fff;
  border-radius: 50%;
  padding-top: 18px;
  transition: .3s;
  transform: scale(0.7);
}

.yb-totop:hover, .yb-totop:focus {
  color: #fff;
  background-color: #000;
  transform: scale(1);
}

.yb-footer-social a {
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 640px) {
  .yb-footer-social a {
    margin-left: 20px;
  }
}

@media (max-width: 639px) {
  .yb-footer-social a {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.waveHorizontals {
  width: 100%;
  height: 20px;
  position: absolute;
  overflow: hidden;
  z-index: 10;
  top: -20px;
}

.waveHorizontal {
  width: 200%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 350px 100%;
  transform-origin: 0 100% 0;
  /* animation: move linear infinite; */
  -webkit-animation-name: move;
          animation-name: move;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#waveHorizontal1 {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}

#waveHorizontal2 {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

#waveHorizontal3 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@-webkit-keyframes move {
  0% {
    transform: translate(-175px, 0px) scale(1, 1);
  }
  50% {
    transform: translate(-87px, 0px) scale(1, 0.5);
  }
  100% {
    transform: translate(0px, 0px) scale(1, 1);
  }
}

@keyframes move {
  0% {
    transform: translate(-175px, 0px) scale(1, 1);
  }
  50% {
    transform: translate(-87px, 0px) scale(1, 0.5);
  }
  100% {
    transform: translate(0px, 0px) scale(1, 1);
  }
}

/*-------------------------------------------------------------------
12. Landing
------------------------------------------------------------------- */
.yb-landing-left {
  position: relative;
  padding-right: 40px;
  background: #fff;
  border-radius: 0;
}

@media (max-width: 639px) {
  .yb-landing-left {
    padding-right: 0;
    border-radius: 0;
  }
  .yb-landing-left::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1800px;
    left: 100%;
    top: 0;
    background: #fff;
  }
}

.yb-landing-left::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1800px;
  right: 100%;
  top: 0;
  background: #fff;
}

.yb-landing-right {
  position: relative;
  padding-left: 40px;
}

@media (max-width: 639px) {
  .yb-landing-right {
    padding-left: 0;
  }
}

.yb-landing-preview {
  border-radius: 0;
  overflow: hidden;
  transition: 0.3s;
  background: #000;
}

.yb-landing-preview:hover {
  transform: scale(0.95);
}

/*-------------------------------------------------------------------
13. Components
------------------------------------------------------------------- */
.yb-text-small {
  font-size: 13px;
}

.yb-border-top {
  border-top: 1px solid #e5e5e5;
}

.yb-border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.yb-label {
  text-transform: none;
  font-weight: 700;
}

.yb-full-height {
  transition: 0.3s;
  min-height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  min-height: calc(var(--vh, 1vh) * 100);
}

.yb-full-height-fixed {
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}

.yb-graphic-1 {
  position: absolute;
  top: -100px;
  right: -60px;
  display: block;
  width: 220px;
  height: 220px;
  transform: rotate(-45deg);
  background-image: linear-gradient(90deg, #2336B6 0%, rgba(31, 38, 103, 0.9) 100%);
}

.yb-graphic-2 {
  position: absolute;
  top: -100px;
  right: 80px;
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background-image: linear-gradient(-90deg, rgba(49, 207, 171, 0.5) 0%, #50E3C2 100%);
}

.yb-slider-items li {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in;
}

.yb-slider-items li.uk-active {
  max-height: 500px;
}

.yb-section-point {
  border-left: 1px solid #e5e5e5;
  height: 35px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.yb-section-point.right {
  border-left: 0;
  text-align: right;
  border-right: 1px solid #e5e5e5;
}

.yb-section-point.center {
  text-align: center;
  border: 0;
}

.yb-section-point span {
  letter-spacing: -1px;
}

.yb-section-point-wrapper {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
}

.yb-btn {
  text-transform: none;
  font-weight: 700;
  border-radius: 3px;
  min-width: 180px;
}

.yb-btn-rounded {
  border-radius: 30px;
}

.yb-overlay-primary {
  background-color: rgba(0, 0, 0, 0.4);
}

.yb-work-filter a {
  text-transform: none;
}

.yb-nav-left::before {
  border: 0;
}

.yb-nav-left li {
  border-radius: 4px;
}

.yb-nav-left a {
  text-transform: none;
  font-weight: 700;
  border: 0 !important;
  color: #000;
  padding-left: 0;
}

.yb-nav-left a span {
  width: 0;
  transition: 0.3s;
}

.yb-nav-left a:hover {
  color: #1e87f0;
}

.yb-nav-left .uk-active {
  position: relative;
}

.yb-nav-left .uk-active a {
  color: #1e87f0;
}

.yb-nav-left .uk-active span {
  width: 30px;
}

.yb-margin-top-1 {
  margin-top: 30px;
}

.yb-margin-top-2 {
  margin-top: 60px;
}

.yb-margin-bottom-1 {
  margin-bottom: 30px;
}

.yb-margin-bottom-2 {
  margin-bottom: 60px;
}

.yb-bg-soft {
  background-color: rgba(229, 229, 229, 0.5);
}

.yb-bg-inverse {
  background-color: #05182c;
}

.yb-paggination {
  font-size: 13px;
}

.yb-paggination .uk-active > a {
  background: #1e87f0;
  color: #fff;
  padding: 0 8px;
  border-radius: 3px;
}

.yb-width-1 {
  width: 80px;
}

.yb-dark-skin .yb-border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.yb-dark-skin .yb-border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.yb-dark-skin .yb-bg-soft {
  background-color: rgba(255, 255, 255, 0.02);
}

.yb-dark-skin .yb-section-point {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.yb-dark-skin .yb-section-point.right {
  border-left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.yb-dark-skin .yb-section-point-wrapper {
  color: rgba(255, 255, 255, 0.3);
}

.yb-dark-skin .uk-modal-dialog,
.yb-dark-skin .uk-modal-close-full {
  background-color: #05182c;
}

.yb-dark-skin .uk-alert {
  background: #101e2c;
}

.yb-dark-skin .uk-form-danger {
  border-color: #f0506e !important;
}
.check input[type="checkbox"] {
    display: none;
}

    .check input[type="checkbox"] + label {
        display: inline-block;
        background-color: #ccc;
        cursor: pointer;
        padding: 5px 10px;
        border-radius: 3px;
    }

    .check input[type="checkbox"]:checked + label {
        background-color: #f3d42e;
    }

/*-------------------------------------------------------------------
  Modern Sidebar Select
------------------------------------------------------------------- */
.yb-modern-select-wrapper {
  position: relative;
  width: 100%;
}

.yb-modern-select {
  width: 100%;
  padding: 10px 38px 10px 14px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #e2e8f0;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.yb-modern-select:hover {
  border-color: rgba(30, 135, 240, 0.5);
  background-color: rgba(255, 255, 255, 0.06);
}

.yb-modern-select:focus {
  border-color: #1e87f0;
  box-shadow: 0 0 0 3px rgba(30, 135, 240, 0.2);
  background-color: rgba(255, 255, 255, 0.06);
}

.yb-modern-select option {
  background-color: #0b223c;
  color: #e2e8f0;
  padding: 8px;
}

.yb-select-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  transition: color 0.25s ease;
}

.yb-modern-select-wrapper:hover .yb-select-arrow {
  color: #1e87f0;
}

/*-------------------------------------------------------------------
  Sticky Footer
------------------------------------------------------------------- */
.yb-sticky-footer-body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.yb-sticky-footer-main {
  flex: 1 0 auto;
}

.yb-main-footer-wrapper {
  flex-shrink: 0;
}

/* -------------------------------------------------------------------
   Premium Details Pages Redesign (Blog & Portfolio Details)
------------------------------------------------------------------- */
.yb-details-hero {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 32px 40px 24px 40px;
  margin-bottom: 30px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
}

.yb-details-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 0px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .yb-details-title {
    font-size: 1.75rem;
  }
  .yb-details-hero {
    padding: 20px 24px 16px 24px;
  }
}

.yb-details-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}

.yb-details-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.yb-details-meta-item i {
  color: #1e87f0;
}

.yb-details-badge {
  background: linear-gradient(135deg, #1e87f0 0%, #00d2ff 100%);
  color: #ffffff !important;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(30, 135, 240, 0.3);
}

.yb-details-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 30px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.yb-details-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(30, 135, 240, 0.1);
}

.yb-author-card-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, #1e87f0 0%, #00d2ff 100%);
  display: inline-block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.yb-author-card-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #071727;
}

.yb-details-gallery img {
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.yb-details-gallery img:hover {
  transform: scale(1.015);
}

.yb-rich-content {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.85);
}

.yb-rich-content p {
  margin-bottom: 24px;
}

.yb-rich-content h2, .yb-rich-content h3, .yb-rich-content h4 {
  font-weight: 600;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
}

.yb-rich-content h2::before, .yb-rich-content h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 15%;
  height: 70%;
  width: 4px;
  background: linear-gradient(to bottom, #1e87f0, #00d2ff);
  border-radius: 2px;
}

.yb-rich-content blockquote {
  border-left: 4px solid #1e87f0;
  padding-left: 20px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
  margin: 30px 0;
  background: rgba(255, 255, 255, 0.01);
  border-radius: 0 8px 8px 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.yb-tech-badge-glow {
  background: rgba(30, 135, 240, 0.05);
  color: #ffffff !important;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 8px;
  border: 1px solid rgba(30, 135, 240, 0.25);
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: all 0.25s ease;
}

.yb-tech-badge-glow:hover {
  background: rgba(30, 135, 240, 0.15);
  border-color: #1e87f0;
  box-shadow: 0 0 10px rgba(30, 135, 240, 0.25);
  transform: translateY(-1px);
}

.yb-btn-glass-action {
  width: 100%;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: #ffffff !important;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.yb-btn-glass-action:hover {
  background: linear-gradient(135deg, #1e87f0 0%, #00d2ff 100%);
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(30, 135, 240, 0.3);
  transform: translateY(-2px);
  text-decoration: none;
}

.yb-details-date-top-right {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}

.yb-details-date-top-right i {
  color: #1e87f0;
}

@media (max-width: 767px) {
  .yb-details-date-top-right {
    position: static;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

/* Slider Visual Indicators */
.yb-photo-count-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(7, 23, 39, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 500;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 6px;
  pointer-events: none;
}

.yb-details-gallery .uk-slidenav {
  background: rgba(7, 23, 39, 0.6);
  color: #ffffff !important;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: all 0.3s ease;
  z-index: 10;
}

.yb-details-gallery .uk-slidenav:hover {
  background: #1e87f0;
  border-color: #1e87f0;
  transform: scale(1.1);
}

.yb-details-gallery .uk-dotnav {
  margin-top: 15px !important;
}

.yb-details-gallery .uk-dotnav > * > * {
  background: rgba(255, 255, 255, 0.3);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.yb-details-gallery .uk-dotnav > .uk-active > * {
  background: #1e87f0;
  transform: scale(1.2);
  box-shadow: 0 0 8px rgba(30, 135, 240, 0.6);
}

.yb-skip-link {
  position: fixed;
  top: 0;
  left: 1rem;
  z-index: 10000;
  padding: 0.75rem 1rem;
  color: #fff;
  background: #1e87f0;
  transform: translateY(-120%);
  transition: transform 0.2s ease;
}

.yb-skip-link:focus {
  transform: translateY(0);
}

summary {
  cursor: pointer;
}

/* -------------------------------------------------------------------
   Rounded public buttons
------------------------------------------------------------------- */
.uk-button:not(.uk-button-text) {
  border-radius: 999px;
  padding-right: 26px;
  padding-left: 26px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.uk-button-small:not(.uk-button-text) {
  padding-right: 18px;
  padding-left: 18px;
}

.uk-button-large:not(.uk-button-text) {
  padding-right: 34px;
  padding-left: 34px;
}

.uk-button-primary {
  border: 1px solid transparent;
  background: linear-gradient(135deg, #1e87f0 0%, #00b8e6 100%);
  box-shadow: 0 10px 28px rgba(30, 135, 240, 0.25);
}

.uk-button-primary:hover,
.uk-button-primary:focus {
  background: linear-gradient(135deg, #2d92f3 0%, #19c5ee 100%);
  box-shadow: 0 14px 34px rgba(30, 135, 240, 0.34);
  transform: translateY(-2px);
}

.yb-dark-skin .uk-button-default {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.045);
  color: #ffffff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.yb-dark-skin .uk-button-default:hover,
.yb-dark-skin .uk-button-default:focus {
  border-color: rgba(30, 135, 240, 0.7);
  background: rgba(30, 135, 240, 0.12);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.uk-button:focus-visible {
  outline: 3px solid rgba(0, 210, 255, 0.45);
  outline-offset: 3px;
}

.uk-button-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
}

.uk-button-text .uk-icon {
  transition: transform 0.2s ease;
}

.uk-button-text:hover .uk-icon,
.uk-button-text:focus .uk-icon {
  transform: translateX(4px);
}

.yb-btn-glass-action {
  border-radius: 999px;
}

/* -------------------------------------------------------------------
   Freelance web development service page
------------------------------------------------------------------- */
.yb-service-page {
  overflow: hidden;
}

.yb-service-hero {
  position: relative;
  padding: 112px 0 92px;
  overflow: hidden;
}

.yb-service-hero::before,
.yb-service-hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}

.yb-service-hero::before {
  top: -260px;
  right: -180px;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(30, 135, 240, 0.2) 0%, rgba(30, 135, 240, 0) 68%);
}

.yb-service-hero::after {
  bottom: -260px;
  left: -220px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(0, 210, 255, 0.1) 0%, rgba(0, 210, 255, 0) 70%);
}

.yb-service-hero .uk-container {
  position: relative;
  z-index: 1;
}

.yb-service-title {
  max-width: 780px;
  margin-top: 24px;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.yb-service-lead {
  max-width: 720px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.yb-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.yb-service-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 28px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  list-style: none;
}

.yb-service-trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.yb-service-trust-list .uk-icon {
  color: #27d99b;
}

.yb-service-brief {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.yb-service-brief h2 {
  margin: 12px 0 26px;
  color: #ffffff;
  line-height: 1.45;
}

.yb-service-kicker {
  display: inline-block;
  color: #45c8f5;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.yb-service-summary-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.yb-service-summary-item > span,
.yb-service-card-number {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(30, 135, 240, 0.35);
  border-radius: 50%;
  background: rgba(30, 135, 240, 0.1);
  color: #66d5ff;
  font-size: 0.78rem;
  font-weight: 700;
}

.yb-service-summary-item div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.yb-service-summary-item strong {
  color: #ffffff;
}

.yb-service-summary-item small {
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.45;
}

.yb-service-section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.yb-service-section-heading h2 {
  margin: 12px 0 14px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  letter-spacing: -0.025em;
}

.yb-service-section-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.75;
}

.yb-service-card {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 30px;
  border-radius: 24px;
  overflow: hidden;
}

.yb-service-card::after {
  content: '';
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 135, 240, 0.12), rgba(30, 135, 240, 0));
}

.yb-service-card h3 {
  margin: 26px 0 12px;
  color: #ffffff;
}

.yb-service-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.75;
}

.yb-service-muted-section {
  background: rgba(255, 255, 255, 0.012);
}

.yb-service-panel {
  height: 100%;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.025);
}

.yb-service-panel h2 {
  margin: 12px 0 28px;
}

.yb-check-list,
.yb-process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.yb-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.55;
}

.yb-check-list li:last-child {
  border-bottom: 0;
}

.yb-check-list .uk-icon {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #27d99b;
}

.yb-process-list li {
  display: flex;
  gap: 16px;
  padding: 0 0 22px;
}

.yb-process-list li:last-child {
  padding-bottom: 0;
}

.yb-process-list > li > span {
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(30, 135, 240, 0.2), rgba(0, 210, 255, 0.08));
  color: #61d7ff;
  font-size: 0.75rem;
  font-weight: 700;
}

.yb-process-list strong {
  display: block;
  margin: 2px 0 5px;
  color: #ffffff;
}

.yb-process-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.6;
}

.yb-service-integration-card {
  position: relative;
  padding: 48px;
  border: 1px solid rgba(30, 135, 240, 0.22);
  border-radius: 32px;
  background: linear-gradient(125deg, rgba(30, 135, 240, 0.13), rgba(0, 210, 255, 0.025) 64%);
  overflow: hidden;
}

.yb-service-integration-card::after {
  content: '';
  position: absolute;
  top: -180px;
  right: -120px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 210, 255, 0.14), rgba(0, 210, 255, 0));
  pointer-events: none;
}

.yb-service-integration-card > div {
  position: relative;
  z-index: 1;
}

.yb-service-integration-card h2 {
  margin: 12px 0 14px;
}

.yb-service-integration-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.75;
}

.yb-service-related-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.yb-service-related-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(5, 24, 44, 0.35);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.yb-service-related-links a:hover,
.yb-service-related-links a:focus {
  border-color: rgba(30, 135, 240, 0.65);
  background: rgba(30, 135, 240, 0.12);
  color: #ffffff;
  transform: translateX(3px);
}

.yb-service-faq-list {
  display: grid;
  gap: 12px;
}

.yb-service-faq {
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.022);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.yb-service-faq[open] {
  border-color: rgba(30, 135, 240, 0.35);
  background: rgba(30, 135, 240, 0.05);
}

.yb-service-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  color: #ffffff;
  font-weight: 600;
  list-style: none;
}

.yb-service-faq summary::-webkit-details-marker {
  display: none;
}

.yb-service-faq p {
  margin: 0;
  padding: 0 24px 24px;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.7;
}

.yb-service-faq-icon {
  display: inline-flex;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(30, 135, 240, 0.12);
  color: #63d7ff;
  font-size: 1.25rem;
  transition: transform 0.2s ease;
}

.yb-service-faq[open] .yb-service-faq-icon {
  transform: rotate(45deg);
}

.yb-service-final-cta {
  margin-top: 72px;
  padding: 56px 44px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(30, 135, 240, 0.08));
  text-align: center;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.yb-service-final-cta h2 {
  margin: 12px 0 14px;
}

.yb-service-final-cta p {
  max-width: 620px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.7;
}

@media (max-width: 959px) {
  .yb-service-hero {
    padding: 88px 0 72px;
  }

  .yb-service-brief {
    margin-top: 18px;
  }
}

.yb-my-profile-desc-bottom::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 639px) {
  .yb-service-hero {
    padding: 68px 0 58px;
  }

  .yb-service-title {
    font-size: 2.35rem;
    letter-spacing: -0.035em;
  }

  .yb-service-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .yb-service-actions .uk-button {
    width: 100%;
  }

  .yb-service-trust-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .yb-service-brief,
  .yb-service-panel,
  .yb-service-integration-card {
    padding: 26px;
    border-radius: 22px;
  }

  .yb-service-card {
    padding: 26px;
  }

  .yb-service-final-cta {
    margin-top: 52px;
    padding: 40px 22px;
    border-radius: 24px;
  }

  .yb-service-faq summary {
    padding: 19px 18px;
  }

  .yb-service-faq p {
    padding: 0 18px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/*-------------------------------------------------------------------
  About Section — Contact Grid & Social Icons
------------------------------------------------------------------- */
.yb-about-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.yb-about-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.yb-about-contact-item:hover {
  background: rgba(30, 135, 240, 0.08);
  border-color: rgba(30, 135, 240, 0.2);
  text-decoration: none;
  color: inherit;
  transform: translateY(-2px);
}

.yb-about-contact-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(30, 135, 240, 0.15);
  color: #1e87f0;
}

.yb-about-contact-label {
  display: block;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.5;
  font-weight: 700;
}

.yb-about-contact-value {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
}

.yb-about-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
  text-decoration: none;
}

.yb-about-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 38px;
  padding: 0 16px;
  gap: 8px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
}

.yb-about-social-btn:hover {
  background: #1e87f0;
  border-color: #1e87f0;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(30, 135, 240, 0.3);
  text-decoration: none;
}

/* Service boxes hover effect */
.yb-box-service {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 8px;
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 30px 10px;
  margin: 5px; /* Spacing from grid divider borders */
}

.yb-box-service:hover {
  transform: translateY(-5px);
  background: rgba(30, 135, 240, 0.08) !important;
  z-index: 5;
  box-shadow: 0 8px 24px rgba(30, 135, 240, 0.1);
}

.yb-box-service:hover .uk-icon {
  color: #1e87f0;
}

/*-------------------------------------------------------------------
  Resume Accordion
------------------------------------------------------------------- */
.yb-resume-accordion {
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.yb-resume-accordion:hover {
  border-color: rgba(30, 135, 240, 0.15);
}

.yb-resume-accordion--open {
  border-color: rgba(30, 135, 240, 0.2);
}

.yb-resume-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.02);
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  color: inherit;
}

.yb-resume-accordion-header:hover {
  background: rgba(30, 135, 240, 0.05);
}

.yb-resume-accordion-header h2 {
  margin: 0;
}

.yb-resume-accordion-icon {
  transition: transform 0.3s ease;
  opacity: 0.5;
}

.yb-resume-accordion--open .yb-resume-accordion-icon {
  transform: rotate(180deg);
  opacity: 1;
  color: #1e87f0;
}

.yb-resume-accordion-body {
  padding: 0 24px 20px;
}

/*-------------------------------------------------------------------
  Contact Modal
------------------------------------------------------------------- */
.yb-contact-modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.yb-contact-modal-dialog > .uk-grid-collapse {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.yb-contact-modal-info {
  padding-right: 40px;
}

.yb-contact-modal-info .yb-section-title {
  margin-bottom: 16px;
}

.yb-contact-modal-features {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

.yb-contact-modal-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-weight: 500;
}

.yb-contact-modal-features li .uk-icon {
  color: #1e87f0;
}

.yb-contact-modal-form-wrap {
  padding: 40px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

@media (max-width: 959px) {
  .yb-contact-modal-dialog {
    align-items: flex-start;
  }
  .yb-contact-modal-form-wrap {
    padding: 20px;
    border-radius: 10px;
  }
}

/*-------------------------------------------------------------------
  Portfolio Sidebar
------------------------------------------------------------------- */
.yb-sidebar-card {
  padding: 24px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.yb-sidebar-section {
  margin-bottom: 24px;
}

.yb-sidebar-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  opacity: 0.6;
}

.yb-sidebar-search .uk-search-input {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.3s ease;
}

.yb-sidebar-search .uk-search-input:focus {
  border-color: #1e87f0;
}

.yb-sidebar-select {
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(255, 255, 255, 0.03) !important;
  transition: border-color 0.3s ease;
}

.yb-sidebar-select:focus {
  border-color: #1e87f0 !important;
}

.yb-sidebar-tech-section {
  border: none;
  padding: 0;
  margin: 0 0 24px;
}

.yb-sidebar-tech-section legend {
  margin-bottom: 12px;
}

.yb-sidebar-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.yb-tech-chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  transition: all 0.25s ease;
  user-select: none;
}

.yb-tech-chip:hover {
  border-color: rgba(30, 135, 240, 0.3);
  background: rgba(30, 135, 240, 0.06);
}

.yb-tech-chip--active {
  background: rgba(30, 135, 240, 0.15);
  border-color: #1e87f0;
  color: #1e87f0;
}

.yb-tech-chip-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.yb-tech-chip-text {
  pointer-events: none;
}

.yb-sidebar-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.yb-sidebar-filter-btn {
  border-radius: 8px !important;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: linear-gradient(135deg, #1e87f0 0%, #2336b6 100%) !important;
  border: none !important;
  transition: all 0.3s ease;
}

.yb-sidebar-filter-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(30, 135, 240, 0.3);
}

.yb-sidebar-clear-btn {
  border-radius: 8px !important;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  transition: all 0.3s ease;
}

.yb-sidebar-clear-btn:hover {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.04);
}

/* Light skin overrides for sidebar */
body:not(.yb-dark-skin) .yb-sidebar-card {
  background: rgba(0, 0, 0, 0.02);
  border-color: #e5e5e5;
}

body:not(.yb-dark-skin) .yb-sidebar-search .uk-search-input {
  border-color: #e5e5e5;
  background: #fff;
}

body:not(.yb-dark-skin) .yb-sidebar-select {
  border-color: #e5e5e5 !important;
  background: #fff !important;
}

body:not(.yb-dark-skin) .yb-tech-chip {
  border-color: #e5e5e5;
  background: #fff;
}

body:not(.yb-dark-skin) .yb-sidebar-clear-btn {
  border-color: #e5e5e5 !important;
}

/* Light skin overrides for about section */
body:not(.yb-dark-skin) .yb-about-contact-item {
  background: rgba(0, 0, 0, 0.02);
  border-color: #e5e5e5;
}

body:not(.yb-dark-skin) .yb-about-social-btn {
  background: rgba(0, 0, 0, 0.03);
  border-color: #e5e5e5;
  color: rgba(0, 0, 0, 0.6);
}

/* Light skin overrides for accordion */
body:not(.yb-dark-skin) .yb-resume-accordion {
  border-color: #e5e5e5;
}

body:not(.yb-dark-skin) .yb-resume-accordion-header {
  background: rgba(0, 0, 0, 0.02);
}

/* Light skin overrides for contact modal */
body:not(.yb-dark-skin) .yb-contact-modal-form-wrap {
  background: rgba(0, 0, 0, 0.02);
  border-color: #e5e5e5;
}

/*-------------------------------------------------------------------
  Rounded Profile Photo & About Redesign
------------------------------------------------------------------- */
.yb-about-avatar-wrapper {
  display: inline-block;
  position: relative;
  padding: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e87f0 0%, #2336b6 100%);
  box-shadow: 0 8px 24px rgba(30, 135, 240, 0.25);
  transition: transform 0.3s ease;
}

.yb-about-avatar-wrapper:hover {
  transform: scale(1.03) rotate(2deg);
}

.yb-about-avatar {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #05182c;
  display: block;
}

body:not(.yb-dark-skin) .yb-about-avatar {
  border-color: #fff;
}

.yb-about-explanation {
  font-size: 1.05rem;
  line-height: 1.6;
  opacity: 0.9;
}

/*-------------------------------------------------------------------
  Resume Spacing & Bottom Padding
------------------------------------------------------------------- */
.yb-resume-accordion {
  margin-bottom: 30px !important;
}

#resume {
  padding-bottom: 80px !important;
}

/*-------------------------------------------------------------------
  Modern Custom Select Dropdowns
------------------------------------------------------------------- */
.yb-modern-select-btn {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: inherit !important;
  border-radius: 8px !important;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: none !important;
  font-weight: 500;
  height: 40px;
  padding: 0 15px !important;
  transition: all 0.3s ease;
}

.yb-modern-select-btn:hover, .yb-modern-select-btn:focus {
  border-color: #1e87f0 !important;
  background: rgba(30, 135, 240, 0.04) !important;
}

.yb-select-chevron {
  opacity: 0.5;
  transition: transform 0.3s ease;
}

.yb-modern-select-btn[aria-expanded="true"] .yb-select-chevron {
  transform: rotate(180deg);
  opacity: 1;
}

.yb-modern-select-dropdown {
  background: #05182c !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5) !important;
  padding: 8px 0 !important;
  min-width: 100%;
  box-sizing: border-box;
}

.yb-modern-select-options li a {
  color: rgba(255, 255, 255, 0.7) !important;
  padding: 8px 16px !important;
  font-size: 0.85rem;
  transition: all 0.2s ease;
  display: block;
}

.yb-modern-select-options li a:hover {
  background: rgba(30, 135, 240, 0.1) !important;
  color: #1e87f0 !important;
  text-decoration: none;
}

.yb-modern-select-options li.uk-active a {
  background: #1e87f0 !important;
  color: #fff !important;
}

body:not(.yb-dark-skin) .yb-modern-select-btn {
  background: #fff !important;
  border-color: #e5e5e5 !important;
}

body:not(.yb-dark-skin) .yb-modern-select-dropdown {
  background: #fff !important;
  border-color: #e5e5e5 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}

body:not(.yb-dark-skin) .yb-modern-select-options li a {
  color: #333 !important;
}

body:not(.yb-dark-skin) .yb-modern-select-options li a:hover {
  background: rgba(30, 135, 240, 0.05) !important;
  color: #1e87f0 !important;
}

/* Hide checkbox element to prevent selection overflow */
.yb-tech-chip-input {
  display: none !important;
}

.yb-tech-chip, .yb-tech-chip input, .yb-tech-chip:focus, .yb-tech-chip *:focus {
  outline: none !important;
}

/* CV Banner Spacing Optimization */
.yb-cv-banner {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  margin-bottom: 0 !important;
}

/* Decorative Blue Bar Clip & Spacing Fixes */
.yb-my-profile-desc-bottom {
  position: relative;
  overflow: hidden !important;
  padding: 30px 30px 30px 50px !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.yb-my-profile-desc-bottom::before {
  content: "" !important;
  position: absolute !important;
  background: #2336B6 !important;
  bottom: 0 !important;
  top: 0 !important;
  width: 20px !important;
  left: 0 !important;
  z-index: 10 !important;
}

body:not(.yb-dark-skin) .yb-my-profile-desc-bottom {
  background: rgba(0, 0, 0, 0.02) !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
}

/* About Section Grid Margin to open up spacing before service boxes */
.yb-about-main-grid {
  margin-bottom: 60px !important;
}

@media (max-width: 959px) {
  .yb-about-main-grid {
    margin-bottom: 40px !important;
  }
}

/* Mobile Hamburger Menu Icon Color Fix for Dark Skin */
.yb-dark-skin .uk-navbar-toggle,
.yb-dark-skin .uk-navbar-toggle:hover,
.yb-dark-skin .uk-navbar-toggle:focus {
  color: #fff !important;
}

.yb-dark-skin .uk-navbar-toggle svg {
  color: #fff !important;
}

/* Mobile Navbar Layering and Button Styling Fixes */
.yb-main-menu,
.yb-main-menu.fixed {
  z-index: 1010 !important;
}

#btn-menu-toggle {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 15px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 80px !important;
}




