.skip-link {
    position: absolute;
    top: -50px; /* hide above screen */
    left: 10px;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    z-index: 1000;
    text-decoration: none;
    border-radius: 4px;
    transition: top 0.3s ease;
}

.skip-link:focus {
    top: 10px; /* visible when focused */
    outline: 2px solid #ffcc00;
}

html {
    scroll-behavior: smooth;
}

.header-layout1-2 .bg-mask{
    position: absolute;
    top: 0;
    right: 0;
    width: 19%;
    height: 92px;
    z-index: -1;
    background-color: var(--theme-color);
    border-radius: 0 16px 16px 0;
}

.mobile-logo img{
    max-width: 80%;
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 360px;
    background: #fff;
    padding: 20px;
    z-index: 9999;
    display: none;
    border: 2px solid #eaeaea;
    animation: fadeInUp 0.8s ease;
  }
  
  .cookie-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
  }
  
  .cookie-text {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 12px;
    line-height: 1.4;
  }
  
  .cookie-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
  }
  
  .cookie-link {
    font-size: 0.85rem;
    text-decoration: underline;
    color: #007bff;
  }
  
  @keyframes fadeInUp {
    from {
      transform: translateY(20px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  .process-card4:not(:last-child){
    margin-bottom: 0;
  }

  .process-card4 {
    background: var(--white-color);
    border-radius: 10px;
    padding: 0 34px 34px 0;
}
.noLeftPadding ol, .noLeftPadding ul
 {
    padding-left: 0;
}

.main-menu ul.sub-menu, .main-menu ul.mega-menu {
    min-width: 275px;
}
  

@media screen and (max-width: 767px) {
    .header-layout1-2 .bg-mask{
        position: absolute;
        top: 0; 
        right: 0;
        width: 19%;
        height: 92px;
        z-index: -1;
        background-color: var(--theme-color);
        border-radius: 0 16px 16px 0;
        display: none;
    }
}

.main-menu ul.sub-menu li a:before {
    content: "\f061";
}

.service-item.style4 {
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    /* justify-content: space-between; */
}

.service-item.style4:hover {
    box-shadow: 1px 1px 10px rgba(28, 133, 160, 0.75);
}

.project-card4{
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.project-card4:hover {
    box-shadow: 1px 1px 10px rgba(28, 133, 160, 0.75);
}

.footer-layout10 .shadow-title {
  font-size: 300px;
  font-weight: 700;
  background: transparent;
  line-height: 1;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.03);
  margin: 0;
  text-align: center;
}

.footer-widget .th-widget-contact .info-box_text .details p,
.footer-widget .th-widget-contact .info-box_text a,
.footer-widget.widget_meta a, 
.footer-widget.widget_pages a, 
.footer-widget.widget_archive a, 
.footer-widget.widget_categories a, 
.footer-widget.widget_nav_menu a,
.th-widget-about .about-text {
  color: #ffffff;
}

.footer-layout10 .footer-widget.widget_meta a:hover, 
.footer-layout10 .footer-widget.widget_pages a:hover, 
.footer-layout10 .footer-widget.widget_archive a:hover, 
.footer-layout10 .footer-widget.widget_categories a:hover, 
.footer-layout10 .footer-widget.widget_nav_menu a:hover{
  /* color: var(--theme-color); */
  text-decoration: underline;
}

a:focus {
  outline: 1px solid var(--theme-color);
}

.project-card4 .box-img {
  height: 250px;
}

.project-card4 .box-content .box-title {
  margin-bottom: 30px;
}

.brand-box img {
  max-height: 100%;
  max-width: 100%;
}
.process-card4 {
  background: transparent;;
}
.process-sec4,
.process-sec4 p{
  color: #000;
}

.pb-80{
  padding-bottom: 80px;
}

.story-box.inner-style {
    padding-bottom: 30px;
    margin-bottom: 0;
    min-height: 100%;
}

.text-justify {
  text-align: justify;
}

.text-dark{
  color: #000;
}