/*===============================================
Author:  DevWerk
Description: Description
Version: 1.0.0
Text Domain: DevWerk
Tags: agency, consulting, digital agency, software, seo, seo agency, seo marketing,
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. DevWerk Header Top Menu Section Css
02. DevWerk Nav Menu Section Css 
03. DevWerk Banner Section Css
04. DevWerk Section Title Css
05. DevWerk Service Section css
06. DevWerk About Section Css
07. DevWerk Counter Section Css
08. DevWerk Case Study Section Css
09. DevWerk Testimonial Section Css
10. DevWerk Process Section Css
11. DevWerk Team Section Css
12. DevWerk Faq Section Css
13. DevWerk Brand Section Css
14. DevWerk Call Do Section Css
15. DevWerk Form Box Css
16. DevWerk Skill Section Css
17. DevWerk Blog Section Css
18. DevWerk footer Section Css
19. DevWerk Subscribe Section Css
20. DevWerk Lines CSS
21. DevWerk Prossess Ber Css
22. DevWerk Scrollup Section
23. DevWerk Bounce Animation Css 
24. DevWerk Animation Dance
25. DevWerk Breadcumb Section Css
26. DevWerk abouts_Sections Css
27. DevWerk Feture-Section Css
28. DevWerk Pricing Section Css
29. DevWerk Web Development Section CSS
30. DevWerk Contact  US Css
31. DevWerk Blog Sidber Widget CSS
32. DevWerk Case Study Details Css
33. DevWerk Search Box Css
34. DevWerk Loader Css
=======================*/

/*<!-- ============================================================== -->
 <!-- DevWerk Reset Code & Common Start Here -->
<!-- ============================================================== -->*/

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.DevWerk-section-sub-title h4 {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 30px;
  color: #80b4e2;
  /* vorher #0068c5, jetzt heller für dunklen Hintergrund */
  font-weight: 600;
  font-family: "Rubik";
}

.DevWerk-section-title h2 {
  font-size: 38px;
  line-height: 48px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Rubik";
}

.DevWerk-section-title h2 span {
  color: #f15503;
}

.DevWerk-btn a,
.DevWerk-btn button {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Rubik";
  background-image: linear-gradient(90deg, #0068c5 0%, #80b4e2 100%);
  border-radius: 30px;
  padding: 12px 70px 12px 32px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
  text-transform: uppercase;
}

.DevWerk-btn i {
  position: absolute;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  transition: 0.5s;
  margin-left: 8px;
  margin-top: -3px;
}

.DevWerk-btn a:hover i {
  padding-left: 6px;
}

.DevWerk-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #f15503;
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.DevWerk-btn a:hover span,
.DevWerk-btn button:hover span {
  width: 40rem;
  height: 40rem;
}

.DevWerk_nav_manu {
  transition: 0.5s;
  z-index: 2;
  position: relative;
  padding: 0 70px 0;
  margin-bottom: -95px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(254, 254, 254, 0.1);
  box-shadow: 0 2px 5px -2px rgba(254, 254, 254, 0.1);
  background: #00000075;
  transition: 0.5s !important;
  z-index: 922;
  -webkit-animation: 300ms ease-in-out slideInDown;
  animation: 500ms ease-in-out slideInDown;
  backdrop-filter: blur(5px);
  filter: drop-shadow(0 0 17.5px rgba(156, 156, 156, 0.2));
}

.header-menu {
  background-color: transparent !important;
  padding-right: 32px;
}


.sticky nav.header-menu {
  background: transparent;
}

.sticky nav.header-menu ul li {
  display: inline-block;
  padding: 24px 0 24px 24px;
  position: relative;
  margin-top: -9px;
}

/* Header */

header.header-manu-section {
  position: absolute;
  width: 100%;
  padding: 0;
}

header.header-manu-section {
  background: #0a0a14;
  position: relative;
}

.DevWerk-logo {
  max-height: 128px !important;
  max-width: 220px !important;
  flex-shrink: 0;
}

.DevWerk-logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Logo: nur Darkmode-Logo anzeigen */
.DevWerk-logo a:first-child {
  display: none;
}

.DevWerk-logo a:last-child {
  display: block;
}

/* Navigation */

nav.header-menu {
  text-align: right;
}

nav.header-menu>ul>li {
  display: inline-block;
  position: relative;
  padding: 35px 0 35px 40px;
}

nav.header-menu ul li:first-child {
  padding-left: 0;
}

nav.header-menu ul li a {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Rubik";
  transition: 0.5s;
}

nav.header-menu ul li a:focus-within,
nav.header-menu ul li:hover a {
  color: #f15503;
  filter: hue-rotate(360deg);
}

nav.header-menu ul li a.active {
  color: #f15503;
}

nav.header-menu ul li:last-child:hover a {
  color: #ffffff;
}

nav.header-menu ul li:last-child:hover a i {
  color: #ffffff;
}

nav.header-menu i {
  font-size: 12px;
  transform: rotate(0deg);
  transition: 0.5s;
}

nav.header-menu ul li:focus-within i,
nav.header-menu ul li:hover i {
  transform: rotate(-180deg);
  color: #f15503;
}

.sticky nav .submenu ul li {
  padding: 0;
}

nav.header-menu ul li:nth-child(8):focus-within i,
nav.header-menu ul li:nth-child(8):hover i {
  color: #f15503;
}

nav.header-menu ul li:nth-child(8) i {
  transform: rotate(0deg);
}

.light-btn {
  background: #f15503;
  padding-left: 6px;
  position: fixed;
  z-index: 9999;
  top: 130px;
  right: 0;
  height: 40px;
  width: 50px;
  border-radius: 20px 0 0 20px;
  line-height: 40px;
}

.light-btn>button i:first-child {
  font-size: 22px;
  display: block;
  transition: 0.5s;
  color: #fff !important;
}

.light-btn button i:last-child {
  font-size: 34px;
  transition: 0.5s;
  display: none;
  margin-top: 1px;
}

nav.header-menu>ul>li:last-child {
  padding: 0 0 0 30px;
  position: relative;
  top: 22px;
}

nav.header-menu>ul>li:last-child a,
nav.header-menu>ul>li:last-child i {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* Submenu */
nav.header-menu ul li:hover .submenu {
  visibility: visible;
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 300ms linear 0.1s;
}

.submenu {
  position: absolute;
  top: 99px;
  left: 0;
  width: 205px;
  background: #fff;
  z-index: 50;
  border-top: 3px solid #f15503;
  transition: 0.4s;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  filter: drop-shadow(5px 5px 5px rgba(60, 115, 206, 0.2));
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: 50% 0%;
}

.sticky .submenu {
  top: 76px;
}

nav .submenu>ul>li {
  display: block;
  width: 100%;
  background: #fff;
  transition: 0.4s;
  padding: 0;
  position: relative;
  z-index: 1;
}

nav .submenu ul li:before,
nav .submenu ul li:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  transform: skewX(-35deg);
  transition: 0.4s;
  z-index: -1;
}

nav .submenu ul li:before {
  background: #f15503;
  right: -15px;
}

nav .submenu ul li:after {
  background: #80b4e2;
  left: -15px;
}

nav .submenu ul>li>a {
  color: #282828 !important;
  transition: 0.4s;
  width: 100%;
  padding: 8px 20px;
  font-weight: 500;
}

nav .submenu ul li:hover a {
  color: #fff !important;
}

nav .submenu ul li:hover:before,
nav .submenu ul li:hover:after {
  background: #f15503;
  filter: hue-rotate(360deg);
  width: 58%;
}

/* Banner Section */
section.banner-section {
  height: 950px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* Background logic moved to layers */
  background: #080a10;
}

/* Layered Background System */
.hero-bg-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  /* Taller for scroll effect */
  background: url(../images/main-thumb/banner-dark-bg.jpg) no-repeat center;
  background-size: cover;
  z-index: -2;
  pointer-events: none;
}

.hero-mid-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  /* Crucial: Allow clicks to pass through */
  /* Add abstract code fragments or shapes here if needed */
}

/* Floating Tech Icons */
.floating-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  opacity: 0.2;
  /* Subtle */
  z-index: 0;
  pointer-events: none;
  font-size: 40px;
  /* Adjust size for font icons */
  color: #3b3e4e;
  /* Darker color for subtle look */
  text-align: center;
  line-height: 40px;
}

.floating-icon i {
  display: block;
}

/* Specific Positions for Icons (Adjust as needed) */
.icon-python {
  top: 20%;
  left: 10%;
  width: 50px;
}

.icon-react {
  top: 70%;
  left: 15%;
  width: 60px;
}

.icon-aws {
  top: 30%;
  right: 10%;
  width: 55px;
}

.icon-openai {
  top: 75%;
  right: 15%;
  width: 45px;
}


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

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

.banner-sub-title h6 {
  font-size: 18px;
  line-height: 30px;
  color: #0068c5;
  font-weight: 500;
  font-family: "Rubik";
}

.banner-title h1 {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  font-family: "Rubik";
  margin: 14px 0 16px;
  height: 140px;
}

.banner-title span {
  color: #f15503;
}

.banner-desc p {
  font-size: 24px;
  line-height: 32px;
  color: #a8a8a8;
  font-weight: 400;
  font-family: "Rubik";
  margin-bottom: 38px;
  width: 80%;
}

.banner-thumb {
  text-align: center;
}

/* Service Section */
section.service-section {
  background: #080a10;
}

.service-box {
  position: relative;
  z-index: 1;
  margin-top: -170px;
}

.service-single-box {
  text-align: center;
  padding: 48px 24px 30px;
  filter: drop-shadow(0px 10px 20px rgba(119, 119, 119, 0.15));
  background: #1f212b;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
}

.service-single-box:before {
  position: absolute;
  content: "";
  top: -58%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 185px;
  background-color: #242632;
  z-index: -1;
  transition: 5.0s;
}

.service-single-box:hover:before {
  border-radius: 5px;
  top: 0;
}

.service-box-thumb {
  transition: 0.5s;
}

.service-single-box:hover .service-box-thumb {
  transform: rotate(10deg);
}

.service-box-title h4 {
  color: #fff;
  font-family: "Rubik", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin: 32px 0 12px;
  transition: 0.5s;
}

.service-single-box:hover .service-box-title h4 {
  color: #fff;
}

.service-single-box:hover .service-box-desc p {
  color: #a8a8a8;
}

.service-box-desc p {
  transition: 0.5s;
  color: #a8a8a8;
}

.service-box-btn a {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  transition: 0.5s;
  margin: 6px 0;
}

.service-single-box:hover .service-box-btn a {
  color: #f15503;
}

.service-box-btn a i {
  transition: 0.5s;
  font-size: 18px;
  padding-left: 6px;
  position: absolute;
  margin-top: 2px;
}

.service-single-box:hover .service-box-btn a i {
  padding-left: 12px;
  color: #f15503;
}

section.revinue-section {
  padding: 120px 0;
  background: #080a10;
}

.revinue-thumb img:first-child {
  display: none;
}

.revinue-thumb img:last-child {
  display: block;
}

section.revinue-section .DevWerk-section-title h2 {
  width: 74%;
}

.revinue-desc p {
  margin: 22px 0 42px;
  color: #a8a8a8;
}

section.optimization-section {
  padding: 120px 0 180px;
  background: url(../images/main-thumb/optimization-dark-bg.jpg) no-repeat right;
  background-size: cover;
}

.optimization-box {
  margin-top: 60px;
}

.optimization-single-box {
  height: 512px;
  text-align: center;
  padding: 52px 30px 30px;
  border-radius: 10px;
  background-color: #080a10;
  overflow: hidden;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.optimization-box-icon {
  width: 200px;
  height: 200px;
  border-radius: 50px;
  background: #1f212b;
  text-align: center;
  line-height: 100px;
  margin: auto;
  position: relative;
  box-shadow: 0 0 0 0 #f1550361;

  img {
    height: 196px;
    width: 196px;
  }

}

.optimization-single-box:hover .optimization-box-icon {
  box-shadow: 0 0 0 20rem #080a10;
}

.optimization-box-icon img {
  display: inline-block !important;
}

.optimization-box-title h4 {
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  font-family: "Rubik";
  transition: 0.5s;
  margin: 34px 0 15px;
}

.optimization-single-box:hover .optimization-box-title h4 {
  color: #fff;
}

.optimization-box-desc p {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  color: #a8a8a8;
}

.optimization-single-box:hover .optimization-box-desc p {
  color: #a8a8a8;
}

.optimization-box-btn a {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  transition: 0.5s;
  margin: 6px 0;
  position: relative;
  z-index: 1;
  color: #fff;
}

.optimization-box-btn i {
  transition: 0.5s;
  font-size: 18px;
  padding-left: 6px;
  position: absolute;
  margin-top: 2px;
}

.optimization-single-box:hover .optimization-box-btn i {
  padding-left: 12px;
  color: #fff;
}

section.why-choose-us-section {
  padding: 120px 0 175px;
  position: relative;
  margin-bottom: -85px;
  background: #080a10;
}

.why-choose-us-desc {
  margin: 20px 0 40px;
}

.why-choose-us-desc p {
  color: #a8a8a8;
}

.why-choose-single-box {
  display: flex;
}

.why-choose-single-box.right {
  justify-content: right;
}

.why-choose-inner {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 10px;
  background: #1f212b;
  filter: drop-shadow(0px 0px 20px rgba(119, 119, 119, 0.1));
  padding: 34px 30px;
  width: 92%;
  transition: 0.5s;
}

.why-choose-box-left {
  position: relative;
  z-index: 1;
  width: 140px;
  /* Fixed width */
  height: 140px;
  /* Fixed height */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  /* Prevent shrinking */
  background: #080a10;
}

.why-choose-box-left:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f15503;
  transform: scale(0);
  transition: 0.5s;
  border-radius: 50%;
  z-index: -1;
}

.why-choose-inner:hover .why-choose-box-left:before,
.why-choose-inner.active .why-choose-box-left:before {
  transform: scale(1);
}

.why-choose-box-left h2 {
  display: block;
  font-size: 24px;
  color: #f15503;
  text-align: center;
  font-weight: 700;
  font-family: "Rubik";
  margin: 0;
  /* Remove default margins */
  transition: 0.5s;
}

.why-choose-inner:hover .why-choose-box-left h2,
.why-choose-inner.active .why-choose-box-left h2 {
  color: #fff;
}

.why-choose-box-title h4 {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}

.why-choose-box-desc p {
  margin: 6px 0 0;
  color: #a8a8a8;
}

section.experience-section {
  padding: 120px 0 195px;
  background: url(../images/main-thumb/experience-dark-bg.jpg) no-repeat left;
  background-size: cover;
  position: relative;
  margin-bottom: -85px;
}

section.experience-section.style2 {
  padding: 120px 0;
  margin-bottom: 0px;
}

.experience-thumb img:first-child {
  display: none;
}

.experience-thumb img:last-child {
  display: block;
}

.experience-thumb img {
  width: 100%;
}

.experience-desc p {
  margin: 22px 0 34px;
  color: #a8a8a8;
}

section.testimonial-section {
  padding: 100px 0 85px;
  background: #080a10;
}

.testimonial-content {
  position: relative;
}

section.testimonial-section .DevWerk-section-title h2 {
  width: 82%;
}

.testimonial-content>* {
  transition: all 1s ease;
  transform: translateX(100px);
  opacity: 0;
}

.testimonial-content>*:nth-child(1) {
  transition-delay: 0.5s;
}

.testimonial-content>*:nth-child(2) {
  transition-delay: 0.8s;
}

.testimonial-content>*:nth-child(3) {
  transition-delay: 1.1s;
}

.testimonial-content>*:nth-child(4) {
  transition-delay: 1.4s;
}

.testimonial-content>*:nth-child(5) {
  transition-delay: 1.7s;
}

.slick-active .testimonial-content>* {
  transform: translateX(0);
  opacity: 1;
}

.testimonnial-rating {
  margin: 24px 0;
}

.testimonnial-rating ul li {
  display: inline-block;
  margin: 0 2px;
  color: #ffc007;
}

.testimonial-desc p {
  font-size: 16px;
  line-height: 28px;
  color: #a8a8a8;
  font-weight: 400;
  font-style: italic;
}

.testimonial-profile {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 31px;
}

.testimonial-profile-thumb img {
  width: 55px;
  border-radius: 5px;
}

.testimonial-profile-name h5 {
  font-size: 20px;
  line-height: 28px;
  color: #fdfdfd;
  font-weight: 500;
}

.testimonial-profile-location h6 {
  font-size: 16px;
  line-height: 28px;
  color: #f15503;
  font-weight: 400;
}

.testimonial-shape {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.testimonial-shape i {
  font-size: 70px;
  opacity: 0.2;
  color: #f15503;
  animation: dance 1.5s alternate infinite;
}

/* DevWerk Testimonial Section Start Here */
section.testimonial-section .slick-dots {
  bottom: 1.7rem;
  left: inherit;
  right: 7rem;
  transform: translateX(-50%);
}

.testimonial-thumb img:first-child {
  display: block;
}

.testimonial-thumb img:last-child {
  display: none;
}

/* DevWerk Testimonial Section End Here */

/* DevWerk Contact Section Start Here */
section.contact-section {
  padding: 120px 0;
}

section.contact-section {
  background: #080a10;
}

.contact-thumb img:first-child {
  display: block;
}

.contact-thumb img:last-child {
  display: none;
}

.contact-content {
  background: #1f212b;
  filter: drop-shadow(0px 15px 30px rgb(255, 255, 255, 0.1));
  padding: 60px;
  border-radius: 10px;
}

section.contact-section .DevWerk-section-title h2 {
  margin-bottom: 42px;
}

.contact-form input {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: #ffffffd6;
  border: 1px solid rgba(85, 85, 85, 0.2);
  padding: 10px 30px;
  margin-bottom: 30px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border: 1px solid #f15503;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.contact-form textarea {
  height: 120px;
  border-radius: 25px;
  background-color: #ffffffd6;
  border: 1px solid rgba(85, 85, 85, 0.2);
  width: 100%;
  resize: none;
  padding: 10px 30px;
  margin-bottom: 24px;
}

/* DevWerk Contact Section End Here */

/* DevWerk Latest News Section Start Here */
section.latest-news-section {
  padding: 120px 0 165px;
  background: url(../images/main-thumb/experience-dark-bg.jpg) no-repeat left;
  background-size: cover;
  margin-bottom: -85px;
}

.latest-news-box {
  margin-top: 52px;
}

.latest-news-single-box {
  overflow: hidden;
  background: #242632;
  transition: 0.5s ease;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 10px;
}

.latest-news-box-thumb {
  position: relative;
  overflow: hidden;
  transition: 0.5s ease;
  border-radius: 5px 5px 0 0;
}

.latest-news-box-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid #fff;
  opacity: 40%;
  transition: 0.5s ease;
  z-index: 1;
}

.latest-news-single-box:hover .latest-news-box-thumb::before {
  border: 20px solid #fff;
}

.latest-news-box-thumb img {
  width: 100%;
  transition: 0.5s;
}

.latest-news-single-box:hover .latest-news-box-thumb img {
  transform: scale(1.1);
}

.latest-news-content-top {
  display: flex;
  align-items: center;
  gap: 25px;
}

.latest-news-post-by h6,
.latest-news-comment h6 {
  font-size: 15px;
  line-height: 30px;
  color: #a8a8a8;
  font-weight: 400;
  font-family: "Rubik";
}

.latest-news-post-by i,
.latest-news-comment i {
  color: #f15503;
  margin-right: 8px;
}

.latest-news-box-content {
  border-radius: 0 0 5px 5px;
  padding: 18px 20px;
}

.latest-news-title a {
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  font-weight: 500;
  font-family: "Rubik";
  margin: 10px 0;
  transition: 0.5s;
}

.latest-news-single-box.active .latest-news-title a,
.latest-news-single-box:hover .latest-news-title a {
  color: #f15503;
  filter: hue-rotate(360deg);
}

.latest-news-desc p {
  margin: 0;
}

section.latest-news-section .slick-dots {
  bottom: -1.5rem;
}

/* DevWerk Latest News Section End Here */

/* DevWerk Newsletter Section start Here */
section.newsletter-section {
  padding: 60px;
  border-radius: 20px;
  background-image: linear-gradient(90deg, #0068c5 0%, #80b4e2 100%);
  position: relative;
  margin-bottom: -85px;
  z-index: 1;
}

.newsletter-content {
  position: relative;
}

section.newsletter-section .DevWerk-section-title h2 {
  color: #fff;
}

.newsletter-link {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.newsletter-link a {
  width: 70px;
  height: 70px;
  border-radius: 36px;
  background-color: #ffffff;
  text-align: center;
  line-height: 76px;
  font-size: 46px;
  color: #f15503;
  position: relative;
  z-index: 1;
}

.newsletter-link a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 50%;
  border-radius: 50%;
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
  z-index: -1;
}

.newsletter-form {
  position: relative;
}

.newsletter-form input {
  border: none;
  border-bottom: 1px solid rgb(255 255 255 / 50%);
  background: transparent;
  width: 190px !important;
}

.newsletter-form input::placeholder {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
}

.newsletter-form .DevWerk-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}

.newsletter-form .DevWerk-btn button {
  background-image: linear-gradient(90deg, #80b4e2 0%, #0068c5 100%);
  padding: 12px 32px;
}

/* DevWerk Newsletter Section End Here */

/* DevWerk Footer Section Start Here */
footer.footer-section {
  /* padding: 205px 0 100px; */
  background: url(../images/main-thumb/footer-dark-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

footer.footer-section.style2 {
  padding: 120px 0 100px;
}

.footer-logo a:first-child {
  display: block;
}

.footer-logo a:last-child {
  display: none;
}

.footer-desc p {
  color: #9ea1a5;
  margin: 42px 0 32px;
}

.footer-social ul li {
  display: inline-block;
  margin: 0 4px;
}

.footer-social a {
  font-size: 16px;
  color: #fff;
  background: #242632;
  width: 35px;
  height: 35px;
  border-radius: 30px;
  filter: drop-shadow(5px 5px 10px rgba(35, 50, 83, 0.07));
  text-align: center;
  line-height: 35px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.footer-social a:hover {
  color: #fff;
}

.footer-social a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f15503;
  transform: scale(0);
  transition: 0.5s;
  border-radius: 30px;
  z-index: -1;
}

.footer-social a:hover:before {
  transform: scale(1);
}

.footer-title h5 {
  font-size: 22px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
  font-family: "Rubik";
  margin-bottom: 30px;
  display: inline-block;
}

.footer-link a {
  font-size: 16px;
  line-height: 28px;
  color: #9ea1a5;
  font-weight: 400;
  font-family: "Rubik";
  transition: 0.5s;
  margin: 6px 0;
  position: relative;
}

.footer-link a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #f15503;
  transition: 0.5s;
}

.footer-link a:hover::before {
  width: 100%;
}

.footer-contact-item {
  display: flex;
  margin: 14px 0 28px;
}

.footer-contact-item i {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background-color: #f15503;
  text-align: center;
  line-height: 28px;
  color: #fff;
  margin-right: 10px;
}

.footer-contact-item a,
.footer-contact-item h6 {
  font-size: 16px;
  line-height: 28px;
  color: #9ea1a5;
  font-weight: 400;
  font-family: "Rubik";
  transition: 0.5s;
}

.footer-contact-item a:hover,
.footer-contact-item h6:hover {
  color: #f15503;
}

/*<!-- ============================================================== -->
 <!-- DevWerk Footer Section End Here -->
<!-- ============================================================== -->*/


/*<!-- ============================================================== -->
 <!-- ============================================================== -->
            <!-- DevWerk InnerPage Start Here -->
 <!-- ============================================================== -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- DevWerk About Innner Page Start Here -->
<!-- ============================================================== -->*/


.separator {
  position: relative;
}

.separator i {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: -20px;
  left: -16px;
}

.banner-inner-link a {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 500;
  font-family: "Rubik";
  transition: 0.5s;
  text-shadow: 0 0 2px black;
}

.banner-inner-link a:hover {
  color: #fe8931;
  filter: hue-rotate(360deg);
}

.banner-inner-link a i {
  padding-right: 6px;
}

section.revinue-section.style2 {
  background: url(../images/main-thumb/experience-dark-bg.jpg) no-repeat left;
  background-size: cover;
}

section.latest-news-section.sytle2 .latest-news-single-box {
  margin-bottom: 30px;
}

section.rely-section.style2 {
  background: #f7f7f7;
}

section.product-section {
  text-align: center;
  padding: 120px 0 175px;
  background-color: #080a10;
  position: relative;
  margin-bottom: -85px;
}

.product-box {
  margin-top: 52px;
}

.product-single-box {
  border-radius: 5px;
  padding: 10px;
  background: #1f212b;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.product-box-thumb {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.product-box-thumb img {
  width: 100%;
  transition: 0.5s;
}

.product-single-box.active .product-box-thumb img,
.product-single-box:hover .product-box-thumb img {
  transform: scale(1.1);
}

.product-box-content {
  border-radius: 0 0 5px 5px;
  background: #080a10;
  padding: 22px 0 24px;
  position: relative;
  transition: 0.5s ease;
}

.product-single-box.active .product-box-content,
.product-single-box:hover .product-box-content {
  background: #f15503;
  padding: 74px 0 24px;
  margin-top: -52px;
  filter: hue-rotate(360deg);
}

.product-icon {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

.product-single-box.active .product-icon,
.product-single-box:hover .product-icon {
  bottom: 102px;
  visibility: visible;
  opacity: 1;
}

.product-icon ul li {
  display: inline-block;
  margin: 0 5px;
}

.product-icon button {
  font-size: 16px;
  color: #dd1d26;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #ffffff;
  line-height: 32px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: none;
}

.product-icon button:hover {
  color: #fff;
}

.product-icon button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8b66d8;
  border-radius: 16px;
  transform: scale(0);
  z-index: -1;
  transition: 0.5s;
}

.product-icon button:hover::after {
  transform: scale(1);
  filter: hue-rotate(360deg);
}

.product-box-title h6 {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  font-weight: 400;
  font-family: "Rubik";
  transition: 0.5s;
}

.product-single-box.active .product-box-title h6,
.product-single-box:hover .product-box-title h6 {
  color: #fff;
}

.product-box-price h6 {
  font-size: 16px;
  line-height: 30px;
  color: #bbbaba;
  font-weight: 400;
  font-family: "Rubik";
  transition: 0.5s;
}

.product-single-box.active .product-box-price h6,
.product-single-box:hover .product-box-price h6 {
  color: #fff;
}


section.optimization-section.style2 {
  padding: 120px 0 90px;
}

section.optimization-section.style2 .optimization-single-box {
  margin-bottom: 30px;
}

section.shop-details-section {
  padding: 120px 0 205px;
  position: relative;
  margin-bottom: -85px;
  background: #080a10;
}

.thumb-tabs {
  background: #1f212b;
  padding: 50px;
  border-radius: 5px;
  filter: drop-shadow(0 0 15px rgba(218, 218, 218, 0));
}

.tab-content {
  display: none;
  -webkit-animation: move 0.4s ease-in;
  animation: FadeInUp 0.5s ease-in;
}

.tab-content.active {
  display: block;
}

.shop-details-thumb {
  position: relative;
}

.shop-details-thumb img {
  width: 100%;
  border-radius: 4px;
  filter: drop-shadow(0 0 15px rgba(218, 218, 218, 0.3));
}

.separator {
  position: relative;
}

.separator i {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: -20px;
  left: -16px;
}

.banner-inner-link a {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 500;
  font-family: "Rubik";
  transition: 0.5s;
  text-shadow: 0 0 2px black;
}

.banner-inner-link a:hover {
  color: #fe8931;
}

.banner-inner-link a i {
  padding-right: 6px;
}

section.revinue-section {
  background: url(../images/main-thumb/experience-dark-bg.jpg) no-repeat left;
  background-size: cover;
}

section.latest-news-section .latest-news-single-box {
  margin-bottom: 30px;
}

section.rely-section {
  background: #f7f7f7;
}

section.product-section {
  text-align: center;
  padding: 120px 0 175px;
  background-color: #080a10;
  position: relative;
  margin-bottom: -85px;
}

.product-box {
  margin-top: 52px;
}

.product-single-box {
  border-radius: 5px;
  padding: 10px;
  background: #1f212b;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.product-box-thumb {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.product-box-thumb img {
  width: 100%;
  transition: 0.5s;
}

.product-single-box.active .product-box-thumb img,
.product-single-box:hover .product-box-thumb img {
  transform: scale(1.1);
}

.product-box-content {
  border-radius: 0 0 5px 5px;
  background: #080a10;
  padding: 22px 0 24px;
  position: relative;
  transition: 0.5s ease;
}

.product-single-box.active .product-box-content,
.product-single-box:hover .product-box-content {
  background: #f15503;
  padding: 74px 0 24px;
  margin-top: -52px;
}

.product-icon {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

.product-single-box.active .product-icon,
.product-single-box:hover .product-icon {
  bottom: 102px;
  visibility: visible;
  opacity: 1;
}

.product-icon ul li {
  display: inline-block;
  margin: 0 5px;
}

.product-icon button {
  font-size: 16px;
  color: #dd1d26;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #ffffff;
  line-height: 32px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: none;
}

.product-icon button:hover {
  color: #fff;
}

.product-icon button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8b66d8;
  border-radius: 16px;
  transform: scale(0);
  z-index: -1;
  transition: 0.5s;
}

.product-icon button:hover::after {
  transform: scale(1);
}

.product-box-title h6 {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  font-weight: 400;
  font-family: "Rubik";
  transition: 0.5s;
}

.product-single-box.active .product-box-title h6,
.product-single-box:hover .product-box-title h6 {
  color: #fff;
}

.product-box-price h6 {
  font-size: 16px;
  line-height: 30px;
  color: #bbbaba;
  font-weight: 400;
  font-family: "Rubik";
  transition: 0.5s;
}

.product-single-box.active .product-box-price h6,
.product-single-box:hover .product-box-price h6 {
  color: #fff;
}


section.optimization-section {
  padding: 120px 0 90px;
}

section.optimization-section .optimization-single-box {
  margin-bottom: 30px;
}

section.shop-details-section {
  padding: 120px 0 205px;
  position: relative;
  margin-bottom: -85px;
  background: #080a10;
}

.thumb-tabs {
  background: #1f212b;
  padding: 50px;
  border-radius: 5px;
  filter: drop-shadow(0 0 15px rgba(218, 218, 218, 0));
}

.tab-content {
  display: none;
  animation: FadeInUp 0.5s ease-in;
}

.tab-content.active {
  display: block;
}

.shop-details-thumb {
  position: relative;
}

.shop-details-thumb img {
  width: 100%;
  border-radius: 4px;
  filter: drop-shadow(0 0 15px rgba(218, 218, 218, 0.3));
}

section.services-details h2 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 16px;
}

.services-details h2 {
  color: #fff;
}

.services-details p {
  color: #c2bdbd;
}

section.services-details h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 16px;
  color: #fff;
}

.service-sidebar {
  position: relative;
  display: block;
  max-width: 365px;
  width: 100%;
}

.service-sidebar .service-sidebar-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.service-sidebar .service-sidebar-single-services {
  position: relative;
  display: block;
  background: #1f212b;
  border-radius: 5px;
  padding: 35px 30px 25px;
}

.service-sidebar .service-sidebar-single-services a {
  color: #e0e0e0;
}

.service-sidebar .service-sidebar-single-services .title h3 {
  color: #fff;
}

.service-sidebar .service-sidebar-single-services .title {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
}

.service-sidebar .service-sidebar-single-services .title h3 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}

.service-sidebar .service-sidebar-single-services ul {
  position: relative;
  display: block;
  margin-top: 10px;
}

.service-sidebar .service-sidebar-single-services ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: -10px;
}

.service-sidebar .service-sidebar-single-services ul li:last-child {
  margin-bottom: 0;
}

.service-sidebar .service-sidebar-single-services ul li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 20px;
  border-radius: 5px;
  background: transparent;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-sidebar .service-sidebar-single-services ul li a:hover {
  color: #f15503;
}

.service-sidebar .service-sidebar-single-services ul li a:hover::before {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 300ms linear;
  transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  transform: perspective(400px) rotateX(90deg);
  transform-origin: bottom;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  background: #242632;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.service-sidebar .service-sidebar-single-services ul li a i {
  font-size: 16px;
}

.service-sidebar .service-sidebar-single-services ul li.active a::before {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 300ms linear;
  transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li:first-child {
  margin-top: 20px;
}

.service-sidebar .service-sidebar-single-services ul li.active a {
  color: #f15503;
}

.service-sidebar .service-sidebar-single-contact-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  background: url(../images/main-thumb/blog-list-contact.jpg) no-repeat right;
  background-size: cover;
  padding: 50px 0px 44px;
  z-index: 1;
}

.service-sidebar .service-sidebar-single-contact-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  border-radius: 5px;
  opacity: 50%;
  content: "";
  z-index: -1;
}

.service-sidebar .service-sidebar-single-contact-box .icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  transition: all 500ms ease;
  border-radius: 50%;
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
  color: #fff;
}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 60px;
  transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .title {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 42px;
}

.service-sidebar .service-sidebar-single-contact-box .title h2 {
  color: #ffffff;
  font-size: 36px;
}

.service-sidebar .service-sidebar-single-contact-box .phone {
  font-size: 24px;
  line-height: 34px;
}

.service-sidebar .service-sidebar-single-contact-box .phone a {
  color: #ffffff;
  transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}

.service-sidebar .service-sidebar-single-btn {
  position: relative;
  display: block;
}

.service-sidebar .service-sidebar-single-btn .thm-btn {
  font-size: 16px;
  padding: 13px 50px 28px;
}

.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
  position: relative;
  display: inline-block;
  top: 13px;
  color: #334b35;
  font-size: 40px;
  padding-right: 25px;
  transition: all 600ms ease;
  font-weight: 500;
}

.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
  color: #ffffff;
}

.service-sidebar .banner-widget {
  position: relative;
  display: block;
  background: #1f212b;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.service-sidebar .banner-widget .widget-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 45px 30px 40px 30px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/main-thumb/blog-list-thumb.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-sidebar .banner-widget .widget-content .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 278px;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-sidebar .banner-widget .content-box {
  position: relative;
  width: 100%;
}

.services-details__content img {
  width: 100%;
  border-radius: 4px;
}

.service-sidebar .banner-widget .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 23px;
}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
  position: absolute;
  top: -15px;
  right: -38px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.service-sidebar .banner-widget .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.widget-btn a {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  padding: 15px 40px;
  font-weight: 600;
  background: #f15503;
  letter-spacing: 0.05em;
  border-radius: 5px;
  overflow: hidden;
  text-transform: uppercase;
  z-index: 1;
  transition: 0.5s;
  display: inline-block;
}

.widget-btn a:hover {
  color: #fff;
}

.widget-btn a:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  transform: scale(0);
  background-color: #1f212b;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  border-radius: 5px;
  transition: 0.5s;
  z-index: -1;
}

.widget-btn a:hover:before {
  transform: scale(1);
}

.service-sidebar-single-btn a {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  padding: 15px 40px;
  font-weight: 600;
  background: #f15503;
  letter-spacing: 0.05em;
  border-radius: 5px;
  overflow: hidden;
  text-transform: uppercase;
  z-index: 1;
  transition: 0.5s;
  display: inline-block;
  margin-top: 30px;
}

.service-sidebar-single-btn a:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  transform: scale(0);
  background-color: #1f212b;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  border-radius: 5px;
  transition: 0.5s;
  z-index: -1;
}

.service-sidebar-single-btn a:hover:before {
  transform: scale(1);
}

.service-sidebar .service-sidebar-single-btn .theme-btn {
  padding: 20px 50px;
}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
  position: relative;
  display: inline-block;
  font-size: 36px;
  padding-right: 25px;
  margin-top: 7px;
  transition: all 600ms ease;
  font-weight: 500;
}

.services-details__content .feature-list .single-item {
  position: relative;
  display: block;
  border: 1px solid #4e4e4e;
  background: #1f212b;
  padding: 16px 30px 16px 53px;
  margin-bottom: 20px;
  border-radius: 5px;
  transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .icon-box {
  color: #fff;
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .title {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.5s;
  color: #fff;
}

.services-details__content .feature-list .single-item:hover .title {
  color: #fff;
}

.services-details__content .feature-list .single-item:hover {
  background-color: #f15503;
  color: #fff;
}

.services-details__content .feature-list .single-item:hover .icon-box {
  color: #fff;
}

/* FAQ Section */
section.faq-inner-section {
  padding: 120px 0 205px;
  background: url(../images/main-thumb/faq-dark-bg.jpg) no-repeat right;
  background-size: cover;
  position: relative;
  margin-bottom: -85px;
}

section.faq-inner-section.style2 {
  padding: 120px 0;
  margin-bottom: 0px;
}

/* Accordion */
ul.accordion,
ul.accordion2 {
  margin-top: 38px;
}

.accordion li,
.accordion2 li {
  position: relative;
  z-index: 1;
  background: #07090f;
  border-radius: 25px;
  filter: drop-shadow(0px 0px 13.5px rgba(51, 51, 51, 0.2));
  margin-bottom: 20px;
  overflow: hidden;
}

.accordion li a,
.accordion2 li a {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  color: #fff !important;
  background-color: transparent;
  padding: 18px 20px;
  z-index: 1;
  transition: 0.5s;
}

.accordion li a.active,
.accordion li a:hover,
.accordion2 li a.active,
.accordion2 li a:hover {
  color: #fff !important;
}

.accordian-icon {
  transition: 0.5s;
  transform: rotate(-180deg);
}

.accordion2 li a.active .accordian-icon,
.accordion li a.active .accordian-icon {
  transform: rotate(-0deg);
}

.accordion li p,
.accordion2 li p {
  display: none;
  font-size: 16px;
  margin: 0;
  background: #242632;
  color: #a8a8a8;
  padding: 25px 20px;
}

section.faq-inner-section .DevWerk-btn {
  margin-top: 30px;
  text-align: center;
}

/* Contact Section */
section.inner-contact-section {
  background: #080a10;
}

.contact-box {
  padding: 100px 0;
}

.contact-single-box {
  text-align: center;
  border-radius: 4px;
  padding: 0 32px 32px;
  position: relative;
  z-index: 1;
  transition: 0.4s;
  overflow: hidden;
}

.contact-single-box::before {
  background-color: #1f212b;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 84%;
  z-index: -1;
}

.contact-box-icon i {
  width: 70px;
  height: 70px;
  border-radius: 4px;
  background-color: #f15503;
  color: #ffffff;
  line-height: 70px;
  font-size: 30px;
  position: relative;
  box-shadow: 0 0 0 0 #f15503;
  transition: 0.6s;
}

.contact-single-box:hover .contact-box-icon i {
  box-shadow: 0 0 0 160px #f15503;
}

.contact-single-box:hover .contact-box-info a,
.contact-single-box:hover .contact-box-title h4,
.contact-single-box:hover .contact-box-info p {
  color: #fff;
}

.contact-box-title h4 {
  font-size: 22px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 500;
  margin-top: 22px;
  z-index: 1;
  position: relative;
  transition: 0.5s;
}

.contact-box-info p {
  margin: 0;
  z-index: 1;
  color: #d6d6d6;
  position: relative;
  transition: 0.5s;
}

.contact-box-info a {
  font-size: 16px;
  line-height: 26px;
  color: #d6d6d6;
  font-weight: 400;
  display: block;
  margin-bottom: 2px;
  z-index: 1;
  position: relative;
  transition: 0.5s;
}

.contact-information {
  background-color: #1f212b;
  padding: 84px 0 100px;
}

.inner-contact-desc p {
  width: 52%;
  margin: 10px auto 46px;
  color: #dddddd;
}

.contact-form {
  text-align: center;
}

.contact-form-top {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.form-top-name,
.form-top-email {
  position: relative;
  width: 100%;
}

.form-top-name input,
.form-top-email input {
  width: 100%;
  height: 64px;
  border-radius: 4px;
  background-color: #1f212b;
  border: none;
  padding: 10px 30px;
}

.form-top-name input::placeholder,
.form-top-email input::placeholder {
  opacity: 0.702;
  font-size: 16px;
  line-height: 28px;
  color: #dddada;
  font-weight: 400;
}

.form-top-name i,
.form-top-email i {
  position: absolute;
  top: 19px;
  right: 24px;
  opacity: 0.702;
  font-size: 15px;
  line-height: 28px;
  color: #dddada;
}

.contact-form-subject select {
  width: 100%;
  height: 64px;
  border-radius: 4px;
  background-color: #1f212b;
  border: none;
  padding: 10px 30px;
  opacity: 0.702;
  font-size: 15px;
  line-height: 28px;
  color: #dddada;
  margin-bottom: 30px;
}

.contact-form-message textarea {
  width: 100%;
  height: 204px;
  border-radius: 4px;
  background-color: #1f212b;
  border: none;
  padding: 10px 30px;
  opacity: 0.702;
  font-size: 15px;
  line-height: 28px;
  color: #dddada;
  margin-bottom: 30px;
  resize: none;
}

.contact-map iframe {
  width: 100%;
  height: 550px;
}

/* Team Member Section */
section.team-member-section {
  background: url(../images/main-thumb/experience-dark-bg.jpg) no-repeat left;
  background-size: cover;
  padding: 120px 0 170px;
}

.team-member-box {
  margin-top: 60px;
}

.team-member-single-box {
  text-align: center;
  background-color: #080a10;
  padding: 50px 30px;
  border-radius: 10px;
}

.team-member-single-box.style2 {
  margin-bottom: 24px;
}

.team-member-box-thumb {
  transition: .5s;
}

.team-member-single-box:hover .team-member-box-thumb {
  transform: scale(1.1) rotate(15deg);
}

.team-member-box-thumb img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: inline-block !important;
}

.team-member-box-title h4 {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
  margin: 40px 0 8px;
  transition: .5s;
}

.team-member-single-box:hover .team-member-box-title h4 {
  color: #f15503;
}

.team-member-box-desc p {
  font-size: 16px;
  line-height: 20px;
  color: #a8a8a8;
  font-weight: 400;
  margin-bottom: 24px;
}

.team-member-box-social-link ul li {
  display: inline-block;
  margin: 0 5px;
}

.team-member-box-social-link a {
  font-size: 15px;
  height: 34px;
  width: 34px;
  border-radius: 28px;
  color: #f15503;
  border: 1px solid;
  line-height: 34px;
  text-align: center;
  transition: .5s;
}

.team-member-box-social-link a:hover {
  color: #f15503;
}

/* Team Member Section Style 2 */
.team-member-section.style2 {
  padding: 100px 0 180px;
  position: relative;
  margin-bottom: -85px;
}

/* Testimonial Section */
section.testimonial-section.style2 {
  padding: 100px 0 170px;
  position: relative;
  margin-bottom: -85px;
}

/* Blog Details Section */
section.blog-details {
  padding: 120px 0 180px;
  position: relative;
  margin-bottom: -85px;
  background: #080a10;
}

.blog-details-thumb img {
  width: 100%;
  border-radius: 5px;
}

.blog-detials-post-date h6 {
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  color: #797979;
  font-weight: 500;
  margin: 30px 20px 12px 0;
}

.blog-detials-post-date i {
  color: #f15503;
  padding-right: 6px;
  font-size: 18px;
}

.blog-details-title h1 {
  font-size: 35px;
  line-height: 60px;
  color: #fffefe;
  font-weight: 700;
  margin: 0 0 20px;
}

.blog-detials-desc p {
  color: #d2d1d1;
}

.blog-detials-desc p span {
  color: #f15503;
  font-weight: 500;
}

.shop-detials-shere h4 {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}

.blog-details-social {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 34px 0;
  border-top: 1px solid #e4e1e1;
  padding: 18px 0 0;
}

.blog-details-social-title h5 {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  margin: 0;
  color: #fff;
}

.blog-details-social-link ul li {
  display: inline-block;
  margin: 0 2px;
}

.blog-details-social-link a {
  width: 40px;
  height: 40px;
  border-radius: 22px;
  background-color: #1f212b;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 1;
}

.blog-details-social-link a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f15503;
  z-index: -1;
  border-radius: 30px;
  transition: 0.5s;
  transform: scale(0);
}

.blog-details-social-link a:hover:before {
  transform: scale(1);
}

.blog-details-box {
  display: flex;
  align-items: center;
  gap: 30px;
}

.blog-detials-single-box {
  border-radius: 5px;
  background-color: #1f212b;
  text-align: center;
  padding: 58px 0;
}

.blog-detials-single-box h4 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  width: 69%;
  margin: auto;
}

.blog-title h2 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin: 42px 0 34px;
}

.related-blog-single-box {
  border-radius: 4px;
  background-color: #1f212b;
}

.blog-box-thumb img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}

.blog-box-thumb {
  position: relative;
  overflow: hidden;
}

.blog-box-thumb:before {
  position: absolute;
  content: "";
  top: 0%;
  left: 0;
  width: 0%;
  height: 100%;
  background: #f15503;
  opacity: 30%;
  transition: 0.4s;
  border-radius: 4px 0 0 0;
}

.blog-box-thumb:after {
  position: absolute;
  content: "";
  top: 0%;
  right: 0;
  width: 0%;
  height: 100%;
  background: #f15503;
  opacity: 30%;
  transition: 0.4s;
  border-radius: 0 4px 0 0;
}

.related-blog-single-box:hover .blog-box-thumb:before,
.related-blog-single-box:hover .blog-box-thumb:after {
  width: 50%;
}

.blog-content {
  padding: 32px;
  position: relative;
  z-index: 1;
}

.blog-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f15503;
  border-radius: 0 0 4px 4px;
  transition: 0.4s;
  transform: scale(0);
  z-index: -1;
}

.related-blog-single-box:hover .blog-content:before {
  transform: scale(1);
}

.blog-box-date h5 {
  font-size: 16px;
  line-height: 50px;
  color: #f15503;
  font-weight: 400;
  margin: 0;
  transition: 0.4s;
}

.related-blog-single-box:hover .blog-box-date h5 {
  color: #fff;
}

.blog-box-title a {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #dadada;
  font-weight: 500;
  margin: 10px 0 20px;
  transition: 0.4s;
}

.related-blog-single-box:hover .blog-box-title a {
  color: #fff;
}

.blog-box-footer {
  align-items: center;
  display: flex;
  gap: 12px;
  border-top: 1px solid rgba(39, 39, 39, 0.10196078431372549);
  padding: 20px 0 0;
  transition: 0.4s;
}

.related-blog-single-box:hover .blog-box-footer {
  border-top: 1px solid #fff;
}

.posted-by a,
.post-comment a {
  font-size: 15px;
  line-height: 30px;
  color: #e2e2e2;
  font-weight: 400;
  display: inline-block;
  transition: 0.4s;
}

.related-blog-single-box:hover .posted-by a,
.related-blog-single-box:hover .post-comment a,
.related-blog-single-box:hover .posted-by a i,
.related-blog-single-box:hover .post-comment a i {
  color: #fff;
}

.posted-by a i,
.post-comment a i {
  color: #f15503;
  transition: 0.4s;
}

.blog-box-btn a {
  color: #dadada;
  margin-left: 32px;
  transition: 0.4s;
}

.related-blog-single-box:hover .blog-box-btn a {
  color: #fff;
}

.comment-profile i {
  font-size: 80px;
  color: #c4c4c4;
}

.comments-title h4 {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  margin: 42px 0 34px;
}

.blog-details-comments-item {
  display: flex;
  gap: 24px;
  position: relative;
  border-bottom: 1px solid #e0dcdc;
  padding-bottom: 46px;
}

.blog-details-comments-item:nth-child(3) {
  margin-top: 70px;
}

.comment-title h5 {
  margin: 0px 0 20px;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
}

.comment-reply button {
  font-size: 12px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  width: 92px;
  height: 32px;
  border-radius: 5px;
  background-color: #f15503;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
}

.comment-reply button:hover {
  background-color: #1f212b;
}

.comment-desc p {
  color: #b3b3b3;
}

.add-comment-title h4 {
  font-size: 24px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 600;
  margin: 32px 0;
}

.blog-details-form-top textarea {
  width: 100%;
  height: 225px;
  border-radius: 5px;
  background-color: #1f212b;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
  resize: none;
  margin-bottom: 13px;
}

.blog-details-form-middle input {
  display: inline-block;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background-color: #1f212b;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.blog-details-form-bottom {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
}

.form-bottom-email,
.form-bottom-site {
  width: 100%;
}

.form-bottom-email input,
.form-bottom-site input {
  display: inline-block;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background-color: #1f212b;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
}

.form-bottom-email input::placeholder,
.form-bottom-site input::placeholder,
.blog-details-form-middle input::placeholder,
.blog-details-form-top textarea::placeholder {
  font-size: 16px;
  line-height: 28px;
  color: #dddada;
  font-weight: 400;
}

.form-condition input {
  float: left;
  margin-right: 10px;
}

.form-condition p {
  margin: 0;
  display: inline-block;
  color: #c9c9c9;
}

.form-condition input {
  float: left;
  margin: 7px 10px 0 0;
  cursor: pointer;
}

.blog-details-form-btn {
  margin-top: 30px;
}


/* Form */
/* Checkbox */
.form-check {
  min-height: auto;
  margin-bottom: 0;
}

.form-check:not(:last-child) {
  margin-bottom: 15px;
}

.form-check .form-check-input {
  margin-top: 1px;
  border-width: 2px;
}

.form-check .form-check-input:checked,
.form-check .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-check .form-check-label {
  font-size: 14px;
}

/*-----------------------------------
    - Form CSS
-----------------------------------*/
/* Form Common Style */
fieldset {
  padding: 20px;
  padding-top: 10px;
  border: 1px solid #e5e5e5;
}

fieldset legend {
  font-size: 16px;
  font-weight: 700;
  float: none;
  width: auto;
  margin: 0;
  padding: 0 10px;
  background-color: #fff;
}

/* Form Label */
label {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  color: #1f212b;
}

/* Form Field Select */
select.form-field {
  font-size: 14px;
  width: 100%;
  height: 54px;
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 12px;
  -webkit-appearance: none;
  appearance: none;
}

select.form-field:focus {
  border-color: #c7a17a;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  select.form-field {
    height: 52px;
  }
}

@media only screen and (max-width: 767px) {
  select.form-field {
    height: 44px;
  }
}

/* Form Field Input */
input.form-field:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]) {
  font-size: 14px;
  width: 100%;
  height: 54px;
  padding: 10px 24px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"])::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]):-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"])::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]):-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  input.form-field:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]) {
    height: 52px;
  }
}

@media only screen and (max-width: 767px) {
  input.form-field:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]) {
    height: 44px;
  }
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus {
  border-color: #c7a17a;
}

/* Form Field Textarea */
textarea.form-field {
  font-size: 14px;
  width: 100%;
  height: 140px;
  padding: 10px 24px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

textarea.form-field::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

textarea.form-field::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:focus {
  border-color: #c7a17a;
}


/* Form */
/* Checkbox */
.form-check {
  min-height: auto;
  margin-bottom: 0;
}

.form-check:not(:last-child) {
  margin-bottom: 15px;
}

.form-check .form-check-input {
  margin-top: 1px;
  border-width: 2px;
}

.form-check .form-check-input:checked,
.form-check .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-check .form-check-label {
  font-size: 14px;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  color: #fff;
}

.single-method.form-check p {
  color: #a5a2a2;
}

.btn-dark {
  --bs-btn-bg: #363c42;
}

/*<!-- ============================================================== -->
 <!-- DevWerk Checkout Inner Page End Here -->
<!-- ============================================================== -->*/

/*==========================================
 <-- DevWerk Search CSS  Start -->
=========================================*/

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: #2828283b;
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  backdrop-filter: blur(5px);
}

.search-popup {
  width: 100%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background: linear-gradient(to right, #ff4613 6%, #e9e9e9 96%);
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-top-color: #5ccfff;
  border-bottom-color: #5ccfff;
  border-left-color: beige;
  border-right-color: #ff5a2a;
}

.search-popup .close-search i {
  position: relative;
  font-size: 30px;
  color: #ffffff;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
  border: 2px solid #ff4613;
  border-radius: 5px;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #ff4613;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textSection::placeholder {
  color: #000000;
}

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .close-search.style-two i {
  font-size: 20px;
  color: #f00;
}

.search-box-btn.search-box-outer i {
  font-size: 18px;
  display: inline-block;
  color: fff;
  cursor: pointer;
  transition: 0.5s;
}

.search-box-btn.search-box-outer i:hover {
  color: #f15503;
  filter: hue-rotate(360deg);
}

/*==========================================
 <-- DevWerk Search CSS  End -->
=========================================*/

/* cart sidebar - start */
/* =============================== */
.sidebar-menu-wrapper {
  display: block;
}

.cart_sidebar {
  top: 0;
  width: 300px;
  right: -320px;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  padding: 50px 20px;
  overflow-y: scroll;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
}

.cart_sidebar .mCustomScrollBox {
  overflow: visible !important;
}

.cart_sidebar.active {
  right: 0px;
}

.cart_sidebar .close_btn {
  top: 15px;
  right: 20px;
  line-height: 1;
  font-size: 24px;
  position: absolute;
}

.cart_sidebar .close_btn:hover {
  color: red;
}

.cart_sidebar .heading_title {
  line-height: 1;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f6f6f6;
}

.cart_sidebar .heading_title span {
  color: #f15503;
}

.cart_sidebar .total_price {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  padding: 10px 0px;
  margin-bottom: 15px;
  align-items: center;
  color: #1f212b;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  justify-content: space-between;
}

.cart_sidebar .total_price span:last-child {
  color: #f15503;
}

.cart_sidebar .btns_group {
  margin: -5px;
}

.cart_sidebar .btns_group li {
  width: 48%;
  padding: 5px;
  display: inline-block;
}

.cart_sidebar .btn {
  display: block;
  font-size: 12px;
  padding: 17px 20px;
}

ul.btns_group.ul_li {
  margin-top: 16px;
}

ul.btns_group.ul_li a {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #f15503;
}

ul.btns_group a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
  border-radius: 4px;
}

ul.btns_group li:last-child a:hover {
  color: #fff;
}

ul.btns_group li:first-child a {
  background: #f15503;
  color: #fff;
}

ul.btns_group li:first-child a:hover {
  color: #1f212b;
}

ul.btns_group li:first-child a:before {
  background: #fff;
}

ul.btns_group li:last-child a:before {
  background: #f15503;
}

ul.btns_group li:first-child a:hover:before,
ul.btns_group li:last-child a:hover:before {
  transform: scale(1);
}

.cart_sidebar .btn.btn_border {
  padding: 15px 20px;
}

.cart_sidebar::-webkit-scrollbar {
  width: 0px;
}

.cart_sidebar_overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.4s;
  -o-transition: all 0.4s ease-in 0.4s;
  transition: all 0.4s ease-in 0.4s;
  background: #f15503;
}

.cart_sidebar_overlay.active {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  left: 0;
}

.cart_item {
  display: flex;
  position: relative;
  align-items: center;
  padding-right: 25px;
  transition: 0.5s;
}

.cart_item.remove {
  display: none;
}

.cart_item:not(:last-child) {
  margin-bottom: 20px;
}

.cart_item .item_image {
  display: block;
  min-width: 70px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  margin-right: 10px;
}

.cart_item .item_image img {
  width: 70px;
  height: 70px;
}

.cart_item .item_title {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
}

.cart_item .item_price {
  line-height: 1;
  display: block;

  font-weight: 600;
  color: #f15503;
}

.cart_item .remove_btn {
  top: 50%;
  right: 0px;
  color: red;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: #ffffff;
  transform: translateY(-50%);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  border: none;
}

.cart_item .remove_btn:hover {
  color: #ffffff;
  background-color: red;
}

/* White sidebar - start */
/* =============================== */
.sidebar-menu-wrapper {
  display: block;
}

.white_sidebar {
  top: 0;
  width: 440px;
  right: -440px;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  padding: 50px 20px;
  overflow-y: scroll;
  background-color: #ffffff;
  transition: 0.6s ease-in-out;
}

.white_sidebar .mCustomScrollBox {
  overflow: visible !important;
}

.white_sidebar.active {
  right: 0px;
}

.white_sidebar .close_btn {
  top: 15px;
  right: 20px;
  line-height: 1;
  font-size: 24px;
  position: absolute;
}

.white_sidebar .close_btn:hover {
  color: red;
}

.white_sidebar .heading_title {
  line-height: 1;
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f6f6f6;
}

.white_items_list {
  background: #f9f9f9;
  padding: 20px;
}

.white_sidebar .heading_title span {
  color: #f15503;
}

.white_sidebar .total_price {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  padding: 10px 0px;
  margin-bottom: 15px;
  align-items: center;
  color: #1f212b;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  justify-content: space-between;
}

.white_sidebar .total_price span:last-child {
  color: #f15503;
}

.white_item .item_image img {
  width: 130px;
  height: 120px;
}

.white_sidebar .btns_group li {
  width: 48%;
  padding: 5px;
  display: inline-block;
}

.white_sidebar .btn {
  display: block;
  font-size: 12px;
  padding: 17px 20px;
}

ul.btns_group.ul_li a {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

ul.btns_group a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
  border-radius: 4px;
}

ul.btns_group li:last-child a:hover {
  color: #fff;
}

ul.btns_group li:first-child a {
  background: #f15503;
  color: #fff;
}

ul.btns_group li:first-child a:hover {
  color: #1f212b;
}

ul.btns_group li:first-child a:before {
  background: #fff;
}

ul.btns_group li:last-child a:before {
  background: #f15503;
}

ul.btns_group li:first-child a:hover:before,
ul.btns_group li:last-child a:hover:before {
  transform: scale(1);
}

.white_sidebar .btn.btn_border {
  padding: 15px 20px;
}

.white_sidebar::-webkit-scrollbar {
  width: 0px;
}

.white_sidebar_overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.4s;
  -o-transition: all 0.4s ease-in 0.4s;
  transition: all 0.4s ease-in 0.4s;
  background: #f15503;
}

.white_sidebar_overlay.active {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  left: 0;
}

.white_item {
  display: flex;
  position: relative;
  align-items: center;
  padding-right: 25px;
  transition: 0.5s;
}

.white_item.remove {
  display: none;
}

.white_item:not(:last-child) {
  margin-bottom: 20px;
}

.white_item .item_image {
  display: block;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  margin-right: 20px;
}

.white_item .item_image img {
  width: 130px;
  height: 120px;
}

.white_item .item_title {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
}

.white_item .item_price {
  line-height: 1;
  display: block;

  font-weight: 600;
  color: #f15503;
}

.white_item .remove_btn {
  top: 50%;
  right: 0px;
  color: red;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: #ffffff;
  transform: translateY(-50%);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  border: none;
}

.white_item .remove_btn:hover {
  color: #ffffff;
  background-color: red;
}

.more-product-title h4 {
  margin: 20px 0;
}

.more-product-items {
  display: flex;
  align-items: center;
  gap: 20px;
}

.more-product-thumb {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  position: relative;
}

.more-product-thumb img {
  width: 100%;
  transition: 0.5s;
}

.more-product-item:hover .more-product-thumb img {
  transform: scale(1.1);
}

.more-product-icon {
  position: absolute;
  top: 0;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.more-product-item:hover .more-product-icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.more-product-content {
  margin-top: 20px;
}

.more-product-content h6:last-child {
  font-size: 15px;
  color: #5a5a5a;
  margin-top: 10px;
}

.more-product-icon ul li a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  color: #000;
  border-radius: 30px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  margin: 4px 0;
}

.more-product-icon ul li a:hover {
  color: #fff;
}

.more-product-icon ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #f15503;
  transition: 0.5s;
  z-index: -1;
  border-radius: 30px;
  transform: scale(0);
}

.more-product-icon ul li a:hover:before {
  transform: scale(1);
  filter: hue-rotate(360deg);
}

/*=====================================
<-- DevWerk Skill Progress Bar Css -->
=======================================*/
.about-content {
  width: 100%;
}

.skill {
  margin-bottom: 35px;
  position: relative;
  overflow-x: hidden;
}

.skill>p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 10px;
}

.skill:before {
  width: 100%;
  height: 7px;
  border-radius: 4px;
  content: "";
  display: block;
  position: absolute;
  background: #7e7e7e;
  bottom: 0;
}

.skill-bar {
  height: 7px;
  border-radius: 4px;
  background-image: linear-gradient(90deg, #80b4e2 100%, #0068c5 0%);
  display: block;
  position: relative;
}

.skill-bar .skill-count1,
.skill-bar .skill-count2,
.skill-bar .skill-count3,
.skill-bar .skill-count4 {
  position: absolute;
  top: -37px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}

.skill-bar {
  position: relative;
}

/* SKILL 1 */
.skill1 {
  width: 90%;
}

.skill1 .skill-count1 {
  right: 0;
}

/* SKILL 2 */
.skill2 {
  width: 95%;
}

.skill2 .skill-count2 {
  right: 0;
}

/* SKILL 3 */
.skill3 {
  width: 85%;
}

.skill3 .skill-count3 {
  right: 0;
}

/* SKILL 4 */
.skill4 {
  width: 95%;
}

.skill4 .skill-count4 {
  right: 0;
}

/*=====================================
<-- DevWerk pop up Css -->
=======================================*/

.confirm-box {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.message-box {
  background: #fff;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #1f212b;
  font-weight: 500;
}

.button-box {
  margin-top: 30px;
}

.yes-button,
.no-button {
  padding: 8px 20px;
  font-size: 16px;
  margin: 0 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  transition: 0.5s;
}

.yes-button:hover,
.no-button:hover {
  filter: hue-rotate(360deg);
}

.yes-button {
  background: #f15503;
}

.no-button {
  background: #1f212b;
}

/*=====================================
<-- DevWerk Side Bar Css -->
=======================================*/

/*nav button*/
.search-box-btn.search-box-outer {
  display: inline-block;
}

/* .nav-btn.navSidebar-button {
    float: left;
    padding-top: 10px;
} */

.nav-btn.navSidebar-button a i {
  font-size: 18px;
  color: #fff;
  transition: 0.5s;
  cursor: pointer;
}

.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 23px;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px 32px;
}

.close-side-widget i {
  color: #0e264f;
  font-size: 28px;
  display: block;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

.xs-bg-black {
  background-color: #f15503;
}

/*html css*/
.nav-logo {
  padding: 0 0 40px;
}

.nav-btn.navSidebar-button a {
  color: #f15503;
}

.sidebar-info-contents .widget-search {
  padding: 0 0 15px;
}

.sidebar-info-contents .widget {
  display: block;
}

.sidebar-info-contents h3.widget-title {
  font-size: 25px;
  padding: 8px 0 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}

.sidebar-info-contents h3.widget-title {
  font-size: 25px;
  padding: 15px 0 15px;
}

.widget form {
  position: relative;
}

.widget input {
  border-radius: 4px;
  padding-left: 20px;
  height: 56px;
  width: 100%;
  color: #303030;
  border: 1px solid #e9e9e9;
}

button.icon {
  border: 0;
  font-size: 18px;
  color: #fff;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 56px;
  width: 60px;
  background: #f15503;
  border-radius: 0 4px 4px 0;
}

.recent-gallery ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  padding-top: 16px;
}

ul.list-style-one li {
  display: block;
  color: #fff;
  margin: 8px 0;
  overflow: hidden;
}

ul.list-style-one li span {
  font-size: 16px;
  font-weight: 600;
  color: #062462;
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  transition: 0.5s;
}

ul.list-style-one li a {
  transition: 0.5s;
  color: #062462;
}

.widget-gallery-thumb img {
  width: 100%;
  border-radius: 5px;
}

/* Sidber Widget Tags CSS */

.sidebar-tag-item ul li {
  display: inline-block;
  list-style: none;
}

li.item1 {
  padding: 15px 0 0 !important;
}

.sidebar-tag-item a {
  background: #fff;
  padding: 6px 20px;
  display: inline-block;
  margin: 0px 6px 15px 0;
  border: 0;
  font-weight: 500;
  color: #f15503;
  border: 2px solid #f15503;
  transition: 0.5s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.sidebar-tag-item a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f15503;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  z-index: -1;
  transform: scale(0);
  transition: 0.5s;
}

.sidebar-tag-item a:hover:before {
  transform: scale(1);
}

.sidebar-tag-item a:hover {
  color: #fff;
}

/* Social Icon */

.follow-company-icon a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #f15503;
  border: 1px solid #f15503;
  color: #fff;
  border-radius: 30px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  margin: 0 4px;
}

.follow-company-icon a:hover {
  color: #000;
}

.follow-company-icon a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.5s;
  z-index: -1;
  border-radius: 30px;
  transform: scale(0);
}

.follow-company-icon a:hover:before {
  transform: scale(1);
  filter: hue-rotate(360deg);
}

ul.list-style-one li a:hover span {
  background: #f15503;
  border-radius: 30px;
  color: #fff;
}

ul.list-style-one li a:hover {
  color: #f15503;
}

/* Slick Dots Area /
/ ----------------------------------------------------------------------------------- */

.slick-dots {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 20px;
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
}

ul.slick-dots li {
  height: 8px;
  width: 8px;
  border: 1px solid #f15503;
  text-align: center;
  border-radius: 20px;
  line-height: 5px;
  font-size: 0;
  position: relative;
  cursor: pointer;
}

ul.slick-dots li.slick-active {
  background: #f15503;
}

ul.slick-dots li:before {
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  border: 1px solid #f15503;
}

ul.slick-dots li button {
  display: none;
}

/* Quick View Area /
/ ----------------------------------------------------------------------------------- */
.quickview-product-image-slider {
  width: 100%;
  border: 1px solid #f2f2f2;
}

.single-product-meta {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-product-badge-left span {
  position: absolute;
  left: 20px;
  top: 40px;
  z-index: 1;
  color: #fff;
  background: #f15503;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 24px;
}

.single-product-badge-right {
  position: absolute;
  right: 20px;
  top: 40px;
  z-index: 1;
}

.single-product-badge-right span {
  display: block;
  color: #fff;
  background: #f15503;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 24px;
  margin-bottom: 4px;
  text-align: center;
}

.image-slide img {
  width: 100%;
  border-radius: 5px;
  cursor: grab;
}

.image-slide-btn img {
  width: 120px;
  border-radius: 5px;
  cursor: pointer;
}

.slick-active.slick-center .image-slide-btn img {
  border: 1px solid #f15503;
  padding: 2px;
}

.quick-slider-btn {
  margin-top: 2rem;
}

/* Modal */
.quickview-product-modal .btn-close {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  padding: 10px;
  -webkit-transform: translateX(40%) translateY(-40%);
  transform: translateX(40%) translateY(-40%);
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.quickview-product-modal .modal-body {
  padding: 30px;
}

/* Single Product Image */
.single-product-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.single-product-image-item {
  position: relative;
  border: 1px solid #f2f2f2;
}

/* Single Product Content */
.single-product-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
  .single-product-title {
    font-size: 24px;
  }
}

.single-product-price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  color: #f15503;
  gap: 20px;
}

.single-product-price del {
  font-size: 18px;
  font-weight: 400;
  color: #1f212b;
}

.single-product-meta {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.single-product-meta li {
  line-height: 1.4285;
  display: -webkit-box;
  gap: 10px;
}

.single-product-meta li+li {
  margin-top: 10px;
}

.single-product-meta li span.label {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 80px;
  flex: 1 0 80px;
  max-width: 80px;
}

.single-product-meta li span.value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
}

.single-product-meta li span.value.links a:not(:last-child)::after {
  content: ",";
}

.single-product-meta li span.value.social a {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-product-text {
  margin-bottom: 20px;
}

.single-product-variations {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

.size-value ul li {
  display: inline-block;
  margin: 0 4px;
}

.size-value ul li button {
  height: 26px;
  width: 26px;
  background: #1f212b;
  text-align: center;
  line-height: 26px;
  color: #fff;
  border-radius: 2px;
  transition: 0.5s;
  cursor: pointer;
  font-size: 14px;
}

.size-value ul li button.active {
  background: #f15503;
}

.color-value ul li {
  display: inline-block;
  margin: 0 4px;
}

.color-value ul li button {
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 22px;
  transition: 0.5s;
}

.color-value ul li:nth-child(1) button {
  background: purple;
}

.color-value ul li:nth-child(2) button {
  background: blue;
}

.color-value ul li:nth-child(3) button {
  background: chocolate;
}

.color-value ul li:nth-child(4) button {
  background: red;
}

.color-value ul li:nth-child(5) button {
  background: palevioletred;
}

.color-value ul li button i {
  color: #fff;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.color-value ul li button.active i {
  opacity: 1;
  visibility: visible;
}

.metarial-value ul li {
  display: inline-block;
}

.metarial-value ul li button {
  transition: 0.5s;
  color: #1f212b;
}

.metarial-value ul li button.active {
  color: #f15503;
}

.single-product-additional-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 30px;
}

.single-product-additional-information .single-product-info-btn {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  border: none;
  background-color: transparent;
  gap: 8px;
}

.single-product-additional-information .single-product-info-btn:hover {
  color: #f15503;
}

.single-product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 10px;
  align-items: center;
}

.single-product-actions-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-product-buy-now {
  margin-bottom: 30px;
}

.single-product-buy-now .btn {
  width: 100%;
  max-width: 340px;
}

.single-product-safe-payment p {
  margin-bottom: 5px;
  color: #616161;
}

.single-product-safe-payment li {
  display: inline-block;
  margin-right: 8px;
  height: 30px;
  width: 38px;
  background: #1f212b;
  font-size: 28px;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  color: #fff;
}

/* Product Variation Size */
.single-product-variation-size-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
}

.single-product-variation-size-item {
  position: relative;
}

.single-product-variation-size-item input:checked~label {
  color: #fff;
  background-color: #f15503;
}

.single-product-variation-size-item label {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-transform: uppercase;
  background-color: #888a8d;
}

/* Product Variation Color */
.single-product-variation-color-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.single-product-variation-color-item {
  position: relative;
}

.single-product-variation-color-item input:checked~label {
  position: relative;
}

.single-product-variation-color-item input:checked~label {
  position: absolute;
  content: "\F272";
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateX(-50%);
  font-weight: 900;
  transform: translate3d();
}

.single-product-variation-color-item label {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-indent: -99999px;
  text-transform: uppercase;
  border-radius: 50%;
  background-color: #eff1f4;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
}

/* Product Variation Material */
.single-product-variation-material-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.single-product-variation-material-item {
  position: relative;
}

.single-product-variation-material-item input:checked~label {
  color: #1f2226;
}

.single-product-variation-material-item label {
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-transform: capitalize;
  color: rgba(51, 51, 51, 0.65);
}

/* Single Product Description Area */
.single-product-description-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 80px;
  padding: 30px;
  border: 1px solid #e5e5e5;
}

@media only screen and (max-width: 767px) {
  .single-product-description-area {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .single-product-description-area {
    padding: 20px;
  }
}

.single-product-description-area-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-product-description-area-nav {
    gap: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .single-product-description-area-nav {
    gap: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .single-product-description-area-nav {
    gap: 15px;
  }
}

.single-product-description-area-nav button {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  padding: 0;
  padding-bottom: 10px;
  border: none;
  background-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .single-product-description-area-nav button {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .single-product-description-area-nav button {
    padding-bottom: 5px;
  }
}

.single-product-description-area-nav button::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: #f15503;
}

.single-product-description-area-nav button.active::before,
.single-product-description-area-nav button:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}

.single-product-description-area .block-title-2 {
  padding-bottom: 0;
  border-bottom: none;
}

/* Product Quantity */
.product-quantity-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  border: 1px solid #e5e5e5;
}

.product-quantity-count input {
  margin: 0;
}

.product-quantity-count .product-quantity-box {
  line-height: 1;
  width: 30px;
  text-align: center;
  border: none;
  background-color: transparent;
}

.product-quantity-count input:focus {
  border: 0 !important;
  outline: 0 !important;
}

.product-quantity-count .qty-btn {
  font-size: 20px;
  line-height: 1;
  width: 30px;
  padding: 10px;
  text-align: center;
  border: none;
  background-color: transparent;
}

.product-quantity-count .qty-btn:hover {
  color: #f15503;
}

span.value.links a {
  color: #303030;
}

button.reaction-btn,
.reset-btn {
  border-radius: 3px;
  display: inline-block;
  width: 54px;
  height: 54px;
  background: #f9fafb;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}

button.reaction-btn::before,
button.reset-btn::before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #f15503;
  transition: 0.5s;
}

button.reaction-btn:hover::before,
button.reset-btn:hover::before {
  left: 0;
  width: 100%;
}

button.reaction-btn:hover,
button.reset-btn:hover {
  color: #fff;
}

.product-action-btn {
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border: none;
  background-color: transparent;
}

.product-action-btn[data-tooltip-text]::before {
  font-size: 10px;
  line-height: 1;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  visibility: hidden;
  padding: 5px 10px;
  content: attr(data-tooltip-text);
  cursor: default;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  color: #fffefe;
  border-radius: 50px;
  background-color: #00000066;
}

.product-action-btn:hover {
  color: #f15503;
}

.product-action-btn:hover[data-tooltip-text]::before {
  top: -25px;
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .product-action-btn i {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .product-action-btn i {
    font-size: 20px;
  }
}

/*===========================
<-- DevWerk Sent Btn Css -->
=============================*/
.app button {
  cursor: pointer;
  position: relative;
  width: 240px;
  background: linear-gradient(90deg, #0068c5 0%, #80b4e2 100%);
  padding: 13px 25px;
  text-align: center;
  border-radius: 40px;
  transition: 0.3s ease background, 0.3s ease box-shadow;
  padding-left: 10px;
}

.message {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  text-align: center;
  border-radius: 40px;
  transition: 0.3s ease background, 0.3s ease box-shadow;
  padding-left: 10px;
}

.send_btn {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  padding: 18px 12px;
  cursor: pointer;
  transition: 0.3s ease transform;
}

.send_btn.sending {
  transform: rotateZ(-0deg);
  animation: shake 0.3s ease 0.5s infinite;
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0) rotateZ(-0deg);
  }

  20%,
  80% {
    transform: translate3d(1px, 0, 0) rotateZ(-0deg);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-1px, 0, 0) rotateZ(-0deg);
  }

  40%,
  60% {
    transform: translate3d(1px, 0, 0) rotateZ(-0deg);
  }
}

#message.sent {
  background-color: #f15503;
  box-shadow: 0 20px 30px -6px #f15503;
}

.send_btn.sent {
  transform: rotateZ(-45deg);
  animation: moveUp 1s ease 0s forwards;
}

@keyframes moveUp {
  0% {
    margin-top: 0;
    margin-right: 0;
    transform: scale(1) rotateZ(-0deg);
  }

  100% {
    color: #ff1f5a;
    margin-right: -100px;
    margin-top: -100px;
    transform: scale(0) rotateZ(-0deg);
  }
}

/*===========================
<-- DevWerk Loader Css -->
=============================*/

/* PRELOADER CSS */
.loading-screen {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
}

.loading-screen .bar {
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #f15503;
}

.loading-screen .top-bar {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}

.loading-screen .down-bar {
  bottom: 0;
  top: auto;
  right: 0;
  left: auto;
}

.loading-screen .animation-preloader {
  z-index: 1000;
  position: relative;
}

.loading-screen .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 4px dotted #e2dfdd;
  border-top: #1f212b;
  width: 150px;
  height: 150px;
  margin: 0 auto 3.5em auto;
  mix-blend-mode: difference;
}

.loading-screen .animation-preloader .txt-loading {
  font: bold 5em "Rubik", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.loading-screen .animation-preloader .txt-loading .letters-loading {
  color: #fff;
  position: relative;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #f15503;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Rubik", sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

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

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

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

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

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

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

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

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .loading-screen .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  .loading-screen .animation-preloader .txt-loading {
    font: bold 3.5em "Rubik", sans-serif;
  }
}

@media screen and (max-width: 500px) {
  .loading-screen .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .loading-screen .animation-preloader .txt-loading {
    font: bold 2em "Rubik", sans-serif;
  }
}

.loader {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 75px);
}

.load {
  position: relative;
}

.load:before,
.load:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  transform: translate(-50%, -50%);
}

.load:before {
  animation: before 2s infinite;
}

.load:after {
  animation: after 2s infinite;
}

@keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }

  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
  }

  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
  }

  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}

@keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }

  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
  }

  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
  }

  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}

/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/

.prgoress_indicator {
  position: fixed;
  right: 50px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(24, 24, 24, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px) !important;
  transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
  background: transparent;
}

.prgoress_indicator::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #f15503;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  font-weight: 900;
  z-index: 1;
  transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
  color: #2871ff;
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
  stroke: #f15503;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}

/* curser Animation */

.curser {
  position: fixed;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  mix-blend-mode: difference;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 999;
  transition: 0.2s;
}

.curser2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  mix-blend-mode: difference;
  pointer-events: none;
  transform: translate(-50%, -0%);
  z-index: 9999;
  transition: 0.1s;
}

/* curser Animation */

/*<!-- ============================================================== -->
 <!-- DevWerk animation start here -->
<!-- ============================================================== -->*/

@keyframes loader {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes zoomIn {
  from {
    -webkit-transform: scale(0.7) translateY(100px);
    transform: scale(0.7) translateY(100px);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

@keyframes ZoomIn {
  from {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes FadeInUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes rotate {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate2 {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate3 {
  0% {
    transform: rotateX(-150deg) rotateY(-235deg) rotateZ(0deg);
    -webkit-transform: rotateX(-150deg) rotateY(-235deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(-150deg) rotateY(-235deg) rotateZ(360deg);
    -webkit-transform: rotateX(-150deg) rotateY(-235deg) rotateZ(360deg);
  }
}

@keyframes rotate4 {
  0% {
    transform: rotateX(220deg) rotateY(20deg) rotateZ(0deg);
    -webkit-transform: rotateX(220deg) rotateY(20deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(220deg) rotateY(20deg) rotateZ(360deg);
    -webkit-transform: rotateX(220deg) rotateY(20deg) rotateZ(360deg);
  }
}

@keyframes ripple {

  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

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

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes play-btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(254, 254, 254, 0.3),
      0 0 0 10px rgba(254, 254, 254, 0.3), 0 0 0 20px rgba(254, 254, 254, 0.3);
    box-shadow: 0 0 0 0 rgba(254, 254, 254, 0.3),
      0 0 0 10px rgba(254, 254, 254, 0.3), 0 0 0 20px rgba(254, 254, 254, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(254, 254, 254, 0.3),
      0 0 0 20px rgba(254, 254, 254, 0.3), 0 0 0 30px rgba(254, 254, 254, 0);
    box-shadow: 0 0 0 10px rgba(254, 254, 254, 0.3),
      0 0 0 20px rgba(254, 254, 254, 0.3), 0 0 0 30px rgba(254, 254, 254, 0);
  }
}

@keyframes play-btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(254, 254, 254, 0.3),
      0 0 0 10px rgba(254, 254, 254, 0.3), 0 0 0 20px rgba(254, 254, 254, 0.3);
    box-shadow: 0 0 0 0 rgba(254, 254, 254, 0.3),
      0 0 0 10px rgba(254, 254, 254, 0.3), 0 0 0 20px rgba(254, 254, 254, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(254, 254, 254, 0.3),
      0 0 0 20px rgba(254, 254, 254, 0.3), 0 0 0 30px rgba(254, 254, 254, 0);
    box-shadow: 0 0 0 10px rgba(254, 254, 254, 0.3),
      0 0 0 20px rgba(254, 254, 254, 0.3), 0 0 0 30px rgba(254, 254, 254, 0);
  }
}

@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes Dance {
  0% {
    -webkit-transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(25px);
  }

  100% {
    -webkit-transform: translateX(0px);
  }
}

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
  animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}

@keyframes Rotateme {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateme {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes Ripple {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  50% {
    transform: scale(3);
    -webkit-transform: scale(3);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lqt {

  0%,
  100% {
    background-image: linear-gradient(#ff3d00 40px, transparent 0);
    background-position: 0% 0px;
  }

  50% {
    background-image: linear-gradient(#ff3d00 40px, transparent 0);
    background-position: 0% 40px;
  }

  50.1% {
    background-image: linear-gradient(#ff3d00 40px, transparent 0);
    background-position: 0% -40px;
  }
}

@keyframes lqb {
  0% {
    background-image: linear-gradient(#ff3d00 40px, transparent 0);
    background-position: 0 40px;
  }

  100% {
    background-image: linear-gradient(#ff3d00 40px, transparent 0);
    background-position: 0 -40px;
  }
}

@keyframes spinx {

  0%,
  49% {
    transform: rotate(0deg);
    background-position: 50% 36px;
  }

  51%,
  98% {
    transform: rotate(180deg);
    background-position: 50% 4px;
  }

  100% {
    transform: rotate(360deg);
    background-position: 50% 36px;
  }
}

/* Blog Styles */
.blog-single-box {
  background: #1f212b;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: 0.5s;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
}

.blog-single-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.blog-thumb {
  position: relative;
  overflow: hidden;
}

.blog-thumb img {
  transition: 0.5s;
  width: 100%;
}

.blog-single-box:hover .blog-thumb img {
  transform: scale(1.1);
}

.blog-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-meta {
  font-size: 14px;
  color: #f15503;
  margin-bottom: 10px;
}

.blog-meta span {
  margin-right: 15px;
}

.blog-meta i {
  margin-right: 5px;
}

.blog-title h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
  font-weight: 600;
}

.blog-title h3 a {
  color: #fff;
  transition: 0.3s;
}

.blog-title h3 a:hover {
  color: #f15503;
}

.blog-desc p {
  color: #a8a8a8;
  margin-bottom: 20px;
}

.blog-btn {
  margin-top: auto;
}

.blog-btn a {
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
}

.blog-btn a:hover {
  color: #f15503;
  letter-spacing: 0.5px;
}

/* AI & Automation Section */
section.ai-section {
  padding: 120px 0;
  background: #0b0d15;
  /* Dark background to match theme */
  position: relative;
  overflow: hidden;
}

.ai-content .DevWerk-section-title h2 {
  color: #fff;
}

.ai-content .DevWerk-section-title span {
  color: #f15503;
  /* DevWerk Orange */
}

.ai-desc p {
  color: #a8a8a8;
  margin-bottom: 30px;
}

.ai-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}

.ai-list li {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.ai-list li i {
  color: #f15503;
  margin-right: 10px;
  font-size: 20px;
}

/* ROI Calculator Widget */
.roi-calculator-widget {
  background: linear-gradient(145deg, #1f212b, #161820);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.roi-header h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}

.roi-header h3 i {
  color: #f15503;
  margin-right: 10px;
}

.roi-header p {
  color: #a8a8a8;
  font-size: 14px;
  margin-bottom: 30px;
}

.roi-body .input-group {
  margin-bottom: 30px;
}

.roi-body label {
  display: block;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
}

.roi-body input[type=range] {
  width: 100%;
  -webkit-appearance: none;
  background: #2a2d3a;
  height: 8px;
  border-radius: 5px;
  outline: none;
  margin-bottom: 10px;
}

.roi-body input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f15503;
  /* Orange thumb */
  cursor: pointer;
  box-shadow: 0 0 10px rgba(241, 85, 3, 0.5);
}

.roi-body #roi-hours-val {
  float: right;
  color: #f15503;
  font-weight: bold;
}

.roi-result {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.roi-result p {
  color: #a8a8a8;
  margin-bottom: 5px;
  font-size: 14px;
}

.roi-result h4 {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}

.roi-result small {
  color: #666;
  font-size: 12px;
}

/* Neural Network Background */
.neural-network-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  opacity: 0.3;
}

.node {
  position: absolute;
  background: #f15503;
  border-radius: 50%;
  opacity: 0.6;
  animation: floatNode 6s infinite ease-in-out;
}

/* Define node positions and sizes */
.node-1 {
  width: 15px;
  height: 15px;
  top: 20%;
  left: 80%;
  animation-delay: 0s;
}

.node-2 {
  width: 10px;
  height: 10px;
  top: 70%;
  left: 90%;
  animation-delay: 1s;
}

.node-3 {
  width: 20px;
  height: 20px;
  top: 40%;
  left: 60%;
  animation-delay: 2s;
}

.node-4 {
  width: 12px;
  height: 12px;
  top: 80%;
  left: 70%;
  animation-delay: 3s;
}

.connection {
  position: absolute;
  background: rgba(241, 85, 3, 0.2);
  height: 1px;
  transform-origin: 0 0;
}

@keyframes floatNode {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

/* Service Page Specifics */
.service-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.service-list li {
  font-size: 16px;
  color: #a8a8a8;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.service-list li i {
  color: #f15503;
  margin-right: 15px;
  font-size: 14px;
  background: rgba(241, 85, 3, 0.1);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-details-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-color: #0b0b0d;
  /* Force Dark Background */
  color: #fff;
  /* Force White Text */
}

.service-details-section.bg-darker {
  background-color: #080a10;
  /* Slightly darker for contrast */
}

.service-details-content p {
  color: #a8a8a8;
}

/* Ensure no white background leaks */
body,
html {
  background-color: #0b0b0d;
  overflow-x: hidden;
  /* Prevent horizontal scroll */
}

/* =========================================
   Premium Services Page Styles (Responsive Fixes)
   ========================================= */

/* Hero Adjustments */
.service-hero {
  min-height: 60vh;
  padding: 150px 0 100px;
  display: flex;
  align-items: center;
  background: url(../images/main-thumb/banner-dark-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

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

  60% {
    transform: translateY(-5px);
  }
}

/* Premium Section Layout */
.premium-section {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.bg-darker {
  background: #080a10;
}

.premium-bg-shape {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(241, 85, 3, 0.05) 0%, rgba(0, 0, 0, 0) 70%);
  z-index: -1;
  pointer-events: none;
}

.premium-bg-shape.shape-right {
  top: 50%;
  right: -200px;
  transform: translateY(-50%);
}

.premium-bg-shape.shape-left {
  top: 20%;
  left: -200px;
}

/* Glassmorphism & Glow Image Box */
.premium-image-box {
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
  /* Spacing on mobile */
}

.image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  width: 100%;
}

.image-wrapper.glow-hover:hover {
  box-shadow: 0 0 40px rgba(241, 85, 3, 0.2);
  transform: translateY(-5px);
}

.premium-image-box img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  display: block;
}

/* Floating Badges */
.floating-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 16px;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
  white-space: nowrap;
}

.floating-badge i {
  color: #f15503;
  font-size: 18px;
}

/* Badge Positioning (Safe for desktop) */
.badge-1 {
  top: 10%;
  right: 10%;
  animation: floatBadge 4s ease-in-out infinite;
}

.badge-2 {
  bottom: 15%;
  left: 5%;
  animation: floatBadge 4s ease-in-out infinite 1.5s;
}

.badge-3 {
  top: 20%;
  right: -10px;
  animation: floatBadge 4s ease-in-out infinite 0.5s;
}

.badge-4 {
  bottom: 20%;
  left: -10px;
  animation: floatBadge 4s ease-in-out infinite 2s;
}

@keyframes floatBadge {

  0%,
  100% {
    transform: translateY(0);
  }

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

/* Premium Content */
.premium-content-box {
  padding-left: 0;
}

@media (min-width: 992px) {
  .premium-content-box {
    padding-left: 30px;
    /* Spacing from image on desktop */
  }
}

.premium-desc {
  font-size: 18px;
  line-height: 1.8;
  color: #ccc;
  margin-bottom: 40px;
}

.premium-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}

.feature-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.feature-item .icon {
  width: 45px;
  height: 45px;
  background: rgba(241, 85, 3, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f15503;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.feature-item .text h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1.4;
}

.feature-item .text p {
  color: #888;
  font-size: 13px;
  margin: 0;
  line-height: 1.4;
}

/* Premium List */
.premium-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.premium-list li {
  font-size: 16px;
  color: #fff;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.premium-list li i {
  color: #f15503;
}

/* CTA */
.premium-cta h2 {
  font-size: 3rem;
  line-height: 1.2;
}

/* Responsive Rules (Mobile First fixes) */
@media (max-width: 991px) {
  .premium-section {
    padding: 60px 0;
    text-align: center;
    /* Center align on mobile */
  }

  .premium-image-box {
    margin-bottom: 40px;
    /* Ensure space between image and text */
    padding: 0 20px;
  }

  .image-wrapper {
    max-width: 400px;
    margin: 0 auto;
    /* Center image */
  }

  .premium-content-box {
    padding: 0 15px;
  }

  .premium-features {
    grid-template-columns: 1fr;
    /* Stack features */
    text-align: left;
    /* Keep features left aligned for readability */
    max-width: 400px;
    margin: 30px auto 0;
  }

  .premium-list {
    display: inline-block;
    /* Center list block */
    text-align: left;
  }

  .premium-cta h2 {
    font-size: 2rem;
  }

  .floating-badge {
    font-size: 12px;
    padding: 6px 12px;
  }

  .badge-1 {
    top: 5%;
    right: 0;
  }

  .badge-2 {
    bottom: 10%;
    left: 0;
  }

  .badge-3 {
    top: 10%;
    right: -5px;
  }

  .badge-4 {
    bottom: 10%;
    left: -5px;
  }

  .service-hero h1,
  .ki-hero h1 {
    font-size: 2.5rem !important;
  }
}

/* =========================================
   KI Page Styles
   ========================================= */

/* KI Hero */
.ki-hero {
  min-height: 60vh;
  padding: 150px 0 100px;
  display: flex;
  align-items: center;
  background: url(../images/main-thumb/banner-dark-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

/* KI Neural Network Background */
.ki-neural-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.25;
}

.ki-node {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #f15503;
  border-radius: 50%;
  animation: kiNodePulse 4s ease-in-out infinite;
  box-shadow: 0 0 20px rgba(241, 85, 3, 0.4);
}

.ki-node:nth-child(2n) {
  animation-delay: 1s;
  width: 8px;
  height: 8px;
}

.ki-node:nth-child(3n) {
  animation-delay: 2s;
  width: 16px;
  height: 16px;
}

.ki-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, rgba(241, 85, 3, 0.3), transparent);
  animation: kiLineFade 5s ease-in-out infinite alternate;
}

@keyframes kiNodePulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.6;
  }

  50% {
    transform: scale(1.5);
    opacity: 1;
  }
}

@keyframes kiLineFade {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 0.5;
  }
}

/* KI Visual Box (Animated Robot Icon) */
.ki-visual-box {
  position: relative;
  width: 320px;
  height: 320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ki-visual-icon {
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(241, 85, 3, 0.15) 0%, rgba(241, 85, 3, 0.02) 70%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.ki-visual-icon i {
  font-size: 50px;
  background: -webkit-linear-gradient(#f15503, #ff9900);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ki-visual-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid rgba(241, 85, 3, 0.2);
  animation: kiPulseRing 3s ease-out infinite;
}

.ki-visual-pulse::after {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border-radius: 50%;
  border: 1px solid rgba(241, 85, 3, 0.1);
  animation: kiPulseRing 3s ease-out infinite 1s;
}

@keyframes kiPulseRing {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.ki-visual-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px dashed rgba(241, 85, 3, 0.15);
  animation: kiOrbitSpin 20s linear infinite;
}

.ki-orbit-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #f15503;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(241, 85, 3, 0.6);
}

.ki-orbit-dot:nth-child(1) {
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.ki-orbit-dot:nth-child(2) {
  bottom: 20%;
  right: -5px;
}

.ki-orbit-dot:nth-child(3) {
  bottom: 20%;
  left: -5px;
}

@keyframes kiOrbitSpin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* KI Advantage Cards */
.ki-advantage-card {
  background: #1f212b;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 40px 30px;
  margin-bottom: 30px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.ki-advantage-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #f15503, #ff9900);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.ki-advantage-card:hover::before {
  transform: scaleX(1);
}

.ki-advantage-card:hover {
  transform: translateY(-8px);
  border-color: rgba(241, 85, 3, 0.2);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.ki-adv-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  background: rgba(241, 85, 3, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.ki-adv-icon i {
  font-size: 28px;
  color: #f15503;
  transition: all 0.4s ease;
}

.ki-advantage-card:hover .ki-adv-icon {
  background: #f15503;
  box-shadow: 0 0 30px rgba(241, 85, 3, 0.3);
}

.ki-advantage-card:hover .ki-adv-icon i {
  color: #fff;
}

.ki-advantage-card h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Rubik";
}

.ki-advantage-card p {
  color: #a8a8a8;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

/* =========================================
   Tech Stack Grid (Services Page)
   ========================================= */

.tech-stack-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.tech-item {
  background: #1f212b;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.4s ease;
  cursor: default;
}

.tech-item:hover {
  transform: translateY(-5px);
  border-color: rgba(241, 85, 3, 0.3);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.tech-item i {
  font-size: 40px;
  color: #a8a8a8;
  margin-bottom: 12px;
  display: block;
  transition: color 0.4s ease;
}

.tech-item:hover i {
  color: #f15503;
}

.tech-item span {
  font-size: 14px;
  color: #ccc;
  font-weight: 500;
  font-family: "Rubik";
  display: block;
}

@media (max-width: 991px) {
  .tech-stack-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ki-visual-box {
    width: 250px;
    height: 250px;
    margin-bottom: 40px;
  }

  .ki-visual-orbit {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 575px) {
  .tech-stack-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .tech-item {
    padding: 20px 15px;
  }

  .tech-item i {
    font-size: 30px;
  }

  .ki-advantage-card {
    padding: 30px 20px;
  }
}

/* ==========================================
   Blog Page — Filter Tabs, Icon Placeholders,
   Category Badges, Newsletter
   ========================================== */

/* Blog Filter Tab Buttons */
.blog-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.blog-filter-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #a8a8a8;
  padding: 10px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.blog-filter-btn:hover {
  border-color: #f15503;
  color: #f15503;
  background: rgba(241, 85, 3, 0.08);
}

.blog-filter-btn.active {
  background: #f15503;
  border-color: #f15503;
  color: #fff;
  box-shadow: 0 4px 20px rgba(241, 85, 3, 0.35);
}

/* Blog Icon Placeholder (replaces images) */
.blog-icon-placeholder {
  width: 100%;
  height: 240px;
  background: linear-gradient(135deg, #1a1d29 0%, #0b0d15 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 0 0;
  position: relative;
  overflow: hidden;
}

.blog-icon-placeholder::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(241, 85, 3, 0.03) 0%, transparent 70%);
  pointer-events: none;
}

/* Blog Category Badge */
.blog-thumb {
  position: relative;
}

.blog-category-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 2;
}

/* Blog Card Hover Enhancements */
.blog-single-box {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.blog-single-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

/* Blog Item Transition for Filter */
.blog-item {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Responsive Typography Additions for Mobile Fixes */
.responsive-h2 {
  font-size: clamp(1.8rem, 6vw, 3rem) !important;
}

.premium-counter-val {
  font-size: clamp(2rem, 8vw, 3rem) !important;
  color: #f15503;
  font-weight: 700;
  margin-bottom: 5px;
}

/* Newsletter Form */
.newsletter-section {
  max-width: 600px;
  margin: 0 auto;
}

.newsletter-input-wrap {
  display: flex;
  gap: 0;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.newsletter-input-wrap input[type="email"] {
  flex: 1;
  padding: 16px 24px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 15px;
  outline: none;
}

.newsletter-input-wrap input[type="email"]::placeholder {
  color: #666;
}

.newsletter-input-wrap button {
  padding: 16px 30px;
  border: none;
  background: #f15503;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  white-space: nowrap;
}

.newsletter-input-wrap button:hover {
  background: #e04a00;
}

.bg-darker {
  background: #06060a;
}

/* Responsive: Newsletter */
@media (max-width: 575px) {
  .newsletter-input-wrap {
    flex-direction: column;
    border-radius: 12px;
  }

  .newsletter-input-wrap input[type="email"] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    width: 100%;
    border-radius: 12px 12px 0 0;
  }

  .newsletter-input-wrap button {
    border-radius: 0 0 12px 12px;
    width: 100%;
  }

  .blog-filter-tabs {
    gap: 8px;
  }

  .blog-filter-btn {
    padding: 8px 18px;
    font-size: 13px;
  }
}

/* ================================================
   Blog Detail Modal
   ================================================ */

.blog-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  padding: 20px;
}

.blog-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.blog-modal {
  background: #0e0e18;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  max-width: 820px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: translateY(30px) scale(0.97);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
}

.blog-modal-overlay.active .blog-modal {
  transform: translateY(0) scale(1);
}

/* Scrollbar styling */
.blog-modal::-webkit-scrollbar {
  width: 6px;
}

.blog-modal::-webkit-scrollbar-track {
  background: transparent;
}

.blog-modal::-webkit-scrollbar-thumb {
  background: rgba(241, 85, 3, 0.3);
  border-radius: 3px;
}

.blog-modal__close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(14, 14, 24, 0.9);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.blog-modal__close:hover {
  background: #f15503;
  border-color: #f15503;
  transform: rotate(90deg);
}

/* Modal Header / Hero Image */
.blog-modal__header {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  max-height: 360px;
}

.blog-modal__header img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.blog-modal__header-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background: linear-gradient(to top, #0e0e18 0%, transparent 100%);
}

.blog-modal__badge {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Modal Body */
.blog-modal__body {
  padding: 40px 48px 48px;
}

.blog-modal__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.blog-modal__meta span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Rubik", sans-serif;
}

.blog-modal__meta span i {
  margin-right: 6px;
  color: #f15503;
}

.blog-modal__title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  font-family: "Rubik", sans-serif;
  line-height: 1.3;
  margin-bottom: 32px;
}

/* Article Content */
.blog-modal__content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #f5a76c;
  font-family: "Rubik", sans-serif;
  margin-top: 36px;
  margin-bottom: 14px;
}

.blog-modal__content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  font-family: "Rubik", sans-serif;
  margin-top: 24px;
  margin-bottom: 10px;
}

.blog-modal__content p {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Rubik", sans-serif;
  margin-bottom: 18px;
}

.blog-modal__lead {
  font-size: 18px !important;
  line-height: 1.8 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  border-left: 3px solid #f15503;
  padding-left: 20px;
  margin-bottom: 28px !important;
}

.blog-modal__content strong {
  color: #fff;
  font-weight: 600;
}

.blog-modal__content a {
  color: #f15503;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.blog-modal__content a:hover {
  color: #f5a76c;
  text-decoration: underline;
}

.blog-modal__content ul {
  padding-left: 0;
  margin-bottom: 20px;
}

.blog-modal__content ul li {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Rubik", sans-serif;
  margin-bottom: 8px;
  padding-left: 22px;
  position: relative;
  list-style: none;
}

.blog-modal__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f15503;
}

.blog-modal__content code {
  background: rgba(241, 85, 3, 0.12);
  color: #f5a76c;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 14px;
  font-family: 'Fira Code', 'Consolas', monospace;
}

/* Table in blog modal */
.blog-modal__table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  border-radius: 12px;
  overflow: hidden;
}

.blog-modal__table thead th {
  background: rgba(241, 85, 3, 0.15);
  color: #f15503;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 18px;
  text-align: left;
  font-family: "Rubik", sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-modal__table tbody td {
  padding: 12px 18px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Rubik", sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.blog-modal__table tbody tr:hover {
  background: rgba(255, 255, 255, 0.02);
}

/* CTA in article */
.blog-modal__cta {
  margin-top: 40px;
  padding: 24px 28px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(241, 85, 3, 0.1), rgba(241, 85, 3, 0.04));
  border: 1px solid rgba(241, 85, 3, 0.2);
}

.blog-modal__cta p {
  margin-bottom: 0 !important;
  font-size: 15px !important;
  color: rgba(255, 255, 255, 0.85) !important;
}

.blog-modal__cta a {
  font-weight: 600;
}

/* Responsive Modal */
@media (max-width: 767px) {
  .blog-modal-overlay {
    padding: 0;
    align-items: flex-end;
  }

  .blog-modal {
    max-height: 95vh;
    border-radius: 20px 20px 0 0;
    max-width: 100%;
  }

  .blog-modal__header img {
    height: 220px;
  }

  .blog-modal__body {
    padding: 24px 20px 36px;
  }

  .blog-modal__title {
    font-size: 24px;
  }

  .blog-modal__content h3 {
    font-size: 19px;
  }

  .blog-modal__content p,
  .blog-modal__content ul li {
    font-size: 15px;
  }

  .blog-modal__close {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
  }
}

/* ============================================
   KARRIERE PAGE STYLES
   ============================================ */

/* Karriere sections */
.karriere-section {
  background: #0b0b0d;
}

.bg-darker {
  background: #080a10;
}

/* --- Benefit Cards --- */
.karriere-benefit-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s ease;
  height: 100%;
}

.karriere-benefit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(241, 85, 3, 0.3);
  box-shadow: 0 20px 60px rgba(241, 85, 3, 0.08);
}

.karriere-benefit-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  font-size: 1.6rem;
}

.karriere-benefit-card h4 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.karriere-benefit-card p {
  color: #a8a8a8;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}

/* --- Culture Stats --- */
.karriere-culture-stats {
  display: flex;
  gap: 40px;
  margin-top: 35px;
}

.karriere-stat-item {
  display: flex;
  flex-direction: column;
}

.karriere-stat-number {
  font-size: 2rem;
  font-weight: 800;
}

.karriere-stat-label {
  color: #a8a8a8;
  font-size: 0.9rem;
  margin-top: 4px;
}

/* --- Culture Icon Grid --- */
.karriere-culture-visual {
  padding: 40px;
}

.karriere-culture-icon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.karriere-culture-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 30px 15px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.karriere-culture-icon-item:hover {
  transform: translateY(-4px);
  border-color: rgba(241, 85, 3, 0.25);
}

.karriere-culture-icon-item i {
  font-size: 2rem;
}

.karriere-culture-icon-item span {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* --- Job Cards --- */
.karriere-job-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 35px 40px;
  transition: all 0.4s ease;
  cursor: pointer;
}

.karriere-job-card:hover {
  border-color: rgba(241, 85, 3, 0.3);
  box-shadow: 0 10px 40px rgba(241, 85, 3, 0.06);
}

.karriere-job-card:hover .karriere-job-arrow {
  color: #f15503;
  transform: translateX(4px);
}

.karriere-job-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.karriere-job-card h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.karriere-job-arrow {
  font-size: 1.5rem;
  color: #555;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-top: 5px;
}

.karriere-job-desc {
  color: #a8a8a8;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Job Tags */
.karriere-job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.karriere-tag {
  display: inline-block;
  padding: 4px 14px;
  background: rgba(241, 85, 3, 0.12);
  color: #f15503;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Job Skills */
.karriere-job-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.karriere-job-skills span {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.06);
  color: #d0d0d0;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* --- Karriere Responsive --- */
@media (max-width: 991px) {
  .karriere-culture-stats {
    gap: 25px;
  }

  .karriere-culture-icon-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .karriere-culture-visual {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .karriere-culture-stats {
    flex-direction: column;
    gap: 15px;
  }

  .karriere-culture-icon-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .karriere-job-header {
    flex-direction: column;
  }

  .karriere-job-arrow {
    display: none;
  }

  .karriere-job-card {
    padding: 25px 20px;
  }

  .karriere-job-card h3 {
    font-size: 1.25rem;
  }
}

/* ================================================
   Legal Pages (Impressum, Datenschutz, AGB)
   ================================================ */

.legal-section {
  padding: 160px 0 80px;
  background-color: #0a0a14;
}

.legal-title {
  font-size: 42px;
  font-weight: 700;
  color: #f15503;
  font-family: "Rubik", sans-serif;
  margin-bottom: 40px;
}

.legal-date {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  font-family: "Rubik", sans-serif;
  margin-bottom: 30px;
}

.legal-text h3 {
  font-size: 20px;
  font-weight: 600;
  color: #f5a76c;
  font-family: "Rubik", sans-serif;
  margin-top: 36px;
  margin-bottom: 12px;
}

.legal-text p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Rubik", sans-serif;
  margin-bottom: 16px;
}

.legal-text a {
  color: #f15503;
  text-decoration: none;
  transition: color 0.3s ease;
}

.legal-text a:hover {
  color: #f5a76c;
  text-decoration: underline;
}

.legal-text ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.legal-text ul li {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Rubik", sans-serif;
  margin-bottom: 6px;
  list-style: disc;
}

.legal-text ul li::marker {
  color: #f15503;
}

/* Also support the old class name for backwards compat */
.tp-legal-text h3 {
  font-size: 20px;
  font-weight: 600;
  color: #f5a76c;
  font-family: "Rubik", sans-serif;
  margin-top: 36px;
  margin-bottom: 12px;
}

.tp-legal-text p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Rubik", sans-serif;
  margin-bottom: 16px;
}

.tp-legal-text a {
  color: #f15503;
  text-decoration: none;
}

.tp-legal-text a:hover {
  color: #f5a76c;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .legal-section {
    padding: 130px 0 60px;
  }

  .legal-title {
    font-size: 30px;
  }
}

/* ================================================
   Case Studies Page
   ================================================ */

/* --- Hero --- */
.cs-hero {
  padding: 160px 0 80px;
  background-color: #0a0a14;
  text-align: center;
}

.cs-hero-badge {
  display: inline-block;
  margin-bottom: 24px;
}

.cs-hero-badge span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(241, 85, 3, 0.1);
  border: 1px solid rgba(241, 85, 3, 0.25);
  color: #f15503;
  font-size: 14px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  padding: 8px 20px;
  border-radius: 100px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.cs-hero-title {
  font-size: 56px;
  line-height: 1.15;
  font-weight: 700;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  margin-bottom: 20px;
}

.cs-hero-title span {
  color: #f15503;
}

.cs-hero-subtitle {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.6);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
  font-family: "Rubik", sans-serif;
}

/* --- Grid Section --- */
.cs-grid {
  padding: 40px 0 100px;
  background-color: #0a0a14;
}

/* --- Case Study Card (Shared) --- */
.cs-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease;
}

.cs-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(241, 85, 3, 0.08);
  border-color: rgba(241, 85, 3, 0.15);
}

/* --- Card Image --- */
.cs-card__image {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0d0d1a, #101025);
}

.cs-card--wide .cs-card__image {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.cs-card--compact .cs-card__image {
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.cs-card__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cs-card:hover .cs-card__image img {
  transform: scale(1.04);
}

/* --- Card Content --- */
.cs-card__content {
  padding: 40px 36px;
}

.cs-card--compact .cs-card__content {
  padding: 30px 28px;
}

/* --- Service Tags --- */
.cs-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.cs-tag {
  display: inline-block;
  background: rgba(241, 85, 3, 0.1);
  color: #f5a76c;
  font-size: 12px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  padding: 5px 14px;
  border-radius: 100px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  border: 1px solid rgba(241, 85, 3, 0.15);
}

/* --- Card Title --- */
.cs-card__title {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  margin-bottom: 14px;
}

.cs-card--compact .cs-card__title {
  font-size: 24px;
}

/* --- Card Description --- */
.cs-card__desc {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Rubik", sans-serif;
  margin-bottom: 20px;
}

/* --- Card Meta (Location, Year) --- */
.cs-card__meta {
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
}

.cs-card__meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  font-family: "Rubik", sans-serif;
}

.cs-card__meta-item i {
  color: #f15503;
  font-size: 14px;
}

/* --- Card Quote --- */
.cs-card__quote {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
}

.cs-card__quote i {
  color: #f15503;
  opacity: 0.3;
  font-size: 18px;
  margin-bottom: 8px;
  display: block;
}

.cs-card__quote p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.7;
  font-style: italic;
  font-family: "Rubik", sans-serif;
  margin: 0;
}

/* --- Duo Row (2-col) --- */
.cs-duo-row {
  margin-top: 10px;
}

.cs-duo-row .cs-card--compact {
  height: 100%;
  margin-bottom: 0;
}

/* --- Testimonials Section --- */
.cs-testimonials {
  padding: 100px 0 80px;
  background: linear-gradient(180deg, #0a0a14 0%, #0d0d1c 100%);
}

.cs-testimonial-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 32px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cs-testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 50px rgba(241, 85, 3, 0.08);
  border-color: rgba(241, 85, 3, 0.15);
}

.cs-testimonial-stars {
  margin-bottom: 16px;
}

.cs-testimonial-stars i {
  color: #f5a76c;
  font-size: 14px;
  margin-right: 2px;
}

.cs-testimonial-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.7;
  font-family: "Rubik", sans-serif;
  flex-grow: 1;
  margin-bottom: 24px;
}

.cs-testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.cs-testimonial-author img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(241, 85, 3, 0.25);
}

.cs-testimonial-author strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
}

.cs-testimonial-author span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  font-family: "Rubik", sans-serif;
}

/* --- CTA Section --- */
.cs-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, rgba(241, 85, 3, 0.08), rgba(241, 85, 3, 0.02));
  border-top: 1px solid rgba(241, 85, 3, 0.1);
  border-bottom: 1px solid rgba(241, 85, 3, 0.1);
}

/* --- Homepage Referenzen Teaser (unchanged) --- */
.referenzen-teaser-section {
  padding: 100px 0;
  background-color: #0a0a14;
}

.referenz-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 36px 30px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.referenz-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(241, 85, 3, 0.1);
  border-color: rgba(241, 85, 3, 0.2);
}

.referenz-card-quote {
  margin-bottom: 16px;
}

.referenz-card-quote i {
  font-size: 28px;
  color: #f15503;
  opacity: 0.4;
}

.referenz-card-rating {
  margin-bottom: 16px;
}

.referenz-card-rating i {
  color: #f5a76c;
  font-size: 14px;
  margin-right: 2px;
}

.referenz-card-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.7;
  flex-grow: 1;
  margin-bottom: 24px;
  font-family: "Rubik", sans-serif;
}

.referenz-card-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.referenz-card-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(241, 85, 3, 0.3);
}

.referenz-card-author h5 {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  font-family: "Rubik", sans-serif;
}

.referenz-card-author span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Rubik", sans-serif;
}

/* ================================================
   Case Studies Responsive
   ================================================ */
@media (max-width: 991px) {
  .cs-hero-title {
    font-size: 42px;
  }

  .cs-card--wide .cs-card__image {
    min-height: 300px;
    padding: 30px;
  }

  .cs-card__content {
    padding: 30px 24px;
  }
}

@media (max-width: 767px) {
  .cs-hero {
    padding: 130px 0 60px;
  }

  .cs-hero-title {
    font-size: 34px;
  }

  .cs-card--wide .cs-card__image {
    min-height: 220px;
    padding: 20px;
  }

  .cs-card--compact .cs-card__image {
    height: 220px;
    padding: 20px;
  }

  .cs-card__content {
    padding: 24px 20px;
  }

  .cs-card__title {
    font-size: 22px;
  }

  .cs-card--compact .cs-card__title {
    font-size: 20px;
  }

  .cs-testimonials {
    padding: 60px 0;
  }

  .referenzen-teaser-section {
    padding: 60px 0;
  }

  .referenz-card {
    padding: 28px 22px 24px;
  }
}

/* ================================================
   Workflow Section ("So arbeiten wir")
   ================================================ */
.workflow-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: #0a0a14;
}

.path-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px;
}

/* SVG Background Path */
.svg-path-wrapper {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: calc(100% - 100px);
  z-index: 0;
}

.workflow-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.path-bg {
  fill: none;
  stroke: rgba(241, 85, 3, 0.2);
  stroke-width: 4;
  stroke-dasharray: 10 10;
}

.path-fill {
  fill: none;
  stroke: #f15503;
  stroke-width: 4;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}

/* Workflow Steps */
.workflow-step {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.workflow-step.visible {
  opacity: 1;
  transform: translateY(0);
}

.workflow-step:last-child {
  margin-bottom: 0;
}

.step-number {
  width: 80px;
  height: 80px;
  background: #1f212b;
  border: 2px solid #f15503;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  color: #f15503;
  flex-shrink: 0;
  box-shadow: 0 0 20px rgba(241, 85, 3, 0.2);
  z-index: 2;
  transition: all 0.4s ease;
}

.workflow-step.visible .step-number {
  background: #f15503;
  color: white;
  box-shadow: 0 0 30px rgba(241, 85, 3, 0.4);
}

.step-content {
  background: #1f212b;
  padding: 30px;
  border-radius: 12px;
  width: 45%;
  position: relative;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(241, 85, 3, 0.1);
  border-color: rgba(241, 85, 3, 0.15);
}

.step-content h3 {
  font-size: 22px;
  color: white;
  margin-bottom: 12px;
  font-weight: 600;
  font-family: inherit;
}

.step-content p {
  color: #a8a8a8;
  margin-bottom: 0;
  line-height: 1.7;
  font-size: 15px;
}

/* Alternating Layout for Desktop */
@media (min-width: 992px) {
  .workflow-step:nth-child(odd) {
    flex-direction: row;
  }

  .workflow-step:nth-child(odd) .step-content {
    margin-left: 40px;
  }

  .workflow-step:nth-child(even) {
    flex-direction: row-reverse;
  }

  .workflow-step:nth-child(even) .step-content {
    margin-right: 40px;
  }

  .workflow-step:nth-child(odd) .step-number {
    margin-left: calc(50% - 40px);
  }

  .workflow-step:nth-child(even) .step-number {
    margin-right: calc(50% - 40px);
  }
}

/* Mobile Layout */
@media (max-width: 991px) {
  .svg-path-wrapper {
    display: none !important;
  }

  .workflow-step {
    flex-direction: column !important;
    align-items: flex-start;
    position: relative;
  }

  /* Mobile SVG Curved Road */
  .svg-path-wrapper-mobile {
    position: absolute;
    top: 0;
    left: 28px;
    /* Centered with the 60px step circles */
    width: 60px;
    height: 100%;
    z-index: 0;
    pointer-events: none;
  }

  .workflow-svg-mobile {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .step-number {
    margin: 0 0 20px 0 !important;
    width: 60px;
    height: 60px;
    font-size: 22px;
    position: relative;
    z-index: 2;
  }

  .step-content {
    width: 100%;
    margin: 0 !important;
    position: relative;
    z-index: 2;
  }
}

/* ================================================
   Modern Appointment Booking Widget
   ================================================ */

.booking-widget {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  color: #fff;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.calendar-header h4 {
  font-size: 1.2rem;
  margin: 0;
  color: #fff;
  font-weight: 600;
}

.calendar-header button {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar-header button:hover {
  background: #f15503;
  border-color: #f15503;
}

.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 0.85rem;
  color: #666;
  font-weight: 500;
  margin-bottom: 15px;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  text-align: center;
}

.calendar-day {
  background: transparent;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.calendar-day:hover:not(.disabled) {
  background: rgba(255, 255, 255, 0.1);
}

.calendar-day.selected {
  background: #f15503;
  color: #fff;
  border-color: #f15503;
  box-shadow: 0 4px 15px rgba(241, 85, 3, 0.3);
}

.calendar-day.disabled {
  color: #444;
  cursor: not-allowed;
}

.time-slots-wrapper {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 25px;
}

.slots-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 25px;
}

.time-slot {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  padding: 12px 0;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.time-slot:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.time-slot.selected {
  background: #f15503;
  color: #fff;
  border-color: #f15503;
  box-shadow: 0 4px 15px rgba(241, 85, 3, 0.3);
}

.btn-continue,
.btn-confirm {
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  background: #f15503;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-continue:hover:not(:disabled),
.btn-confirm:hover:not(:disabled) {
  background: #e04a00;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(241, 85, 3, 0.25);
}

.btn-continue:disabled {
  background: rgba(255, 255, 255, 0.1);
  color: #666;
  cursor: not-allowed;
}

.booking-actions {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 15px;
  margin-top: 20px;
}

.btn-back {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-back:hover {
  background: rgba(255, 255, 255, 0.05);
}

/* Update dreamit-form inputs inside booking */
.booking-widget .dreamit-form input {
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 8px;
  padding: 16px 20px;
  width: 100%;
  transition: all 0.3s ease;
}

.booking-widget .dreamit-form input:focus {
  border-color: #f15503;
  background: rgba(255, 255, 255, 0.06);
  outline: none;
}

@media (max-width: 500px) {
  .booking-widget {
    padding: 15px;
    /* Reduce padding on small screens to give calendar more space */
  }

  .calendar-grid {
    gap: 4px;
    /* Reduce gap between days */
  }

  .calendar-day {
    font-size: 0.85rem;
  }

  .calendar-weekdays {
    font-size: 0.75rem;
    margin-bottom: 10px;
  }

  .slots-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .booking-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .btn-back {
    padding: 12px;
  }
}


/* ================================================
   Booking Showcase Glass Card
   ================================================ */

.booking-showcase {
  position: relative;
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.glow-orb {
  position: absolute;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(241, 85, 3, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(40px);
  animation: pulseOrb 4s infinite alternate;
  pointer-events: none;
}

@keyframes pulseOrb {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.5;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
}

.sc-glass-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 40px;
  position: relative;
  z-index: 2;
  max-width: 440px;
  width: 100%;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.sc-glass-card .card-header {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(22, 163, 74, 0.1);
  border: 1px solid rgba(22, 163, 74, 0.3);
  color: #16a34a;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

.pulse-dot {
  width: 10px;
  height: 10px;
  background-color: #16a34a;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7);
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(22, 163, 74, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0);
  }
}

.sc-glass-card h3 {
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.2;
}

.sc-glass-card p {
  color: #a8a8a8;
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 1.1rem;
}

.sc-feature-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sc-feature-list .feat {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #dedede;
  font-weight: 500;
  font-size: 1.05rem;
}

.sc-feature-list .feat i {
  color: #f15503;
  font-size: 1.3rem;
}

.booking-showcase .sc-floating-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 20px;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 3;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  font-size: 0.95rem;
}

.booking-showcase .sc-floating-badge i {
  color: #f15503;
  font-size: 1.2rem;
}

.badge-tr {
  top: 5%;
  right: 0%;
  animation: float1 6s ease-in-out infinite;
}

.badge-bl {
  bottom: 10%;
  left: -5%;
  animation: float2 5s ease-in-out infinite alternate;
}

@keyframes float1 {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(3deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

@keyframes float2 {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(15px) rotate(-3deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

/* Responsive constraints for the showcase */
@media (max-width: 991px) {
  .booking-showcase {
    min-height: 400px;
    margin-bottom: 40px;
  }

  .badge-tr {
    right: -10px;
  }

  .badge-bl {
    left: -10px;
    bottom: 5%;
  }
}

@media (max-width: 575px) {
  .sc-glass-card {
    padding: 30px 20px;
  }

  .sc-glass-card h3 {
    font-size: 1.8rem;
  }

  .booking-showcase .sc-floating-badge {
    display: none;
    /* simple hidden on very small mobile to avoid overflow */
  }

  .glow-orb {
    width: 250px;
    height: 250px;
  }
}


/* ================================================
   Modern SEO Checker Widget
   ================================================ */

.seo-checker-section {
  position: relative;
  padding: 100px 0;
  background-color: #050505;
  overflow: hidden;
}

.seo-bg-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(241, 85, 3, 0.15) 0%, rgba(0, 0, 0, 0) 60%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(60px);
  z-index: 0;
  pointer-events: none;
}

.seo-container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.seo-title {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.seo-title span {
  color: #f15503;
}

.seo-subtitle {
  color: #a8a8a8;
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.seo-input-wrapper {
  display: flex;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 8px 8px 8px 25px;
  margin: 0 auto;
  max-width: 600px;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.seo-input-wrapper:focus-within {
  border-color: #f15503;
  box-shadow: 0 10px 30px rgba(241, 85, 3, 0.2);
}

.seo-input-wrapper input {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.1rem;
  outline: none;
}

.seo-input-wrapper input::placeholder {
  color: #666;
}

.seo-input-wrapper button {
  background: #f15503;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 40px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.seo-input-wrapper button:hover {
  background: #e04a00;
  transform: translateY(-2px);
}

/* Dashboard States */
.seo-dashboard {
  display: none;
  margin-top: 50px;
  animation: fadeIn 0.5s ease forwards;
}

.seo-scanning-mode .seo-input-wrapper {
  opacity: 0.5;
  pointer-events: none;
  transform: scale(0.95);
}

.seo-terminal {
  background: #0f1115;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 20px;
  font-family: 'Courier New', Courier, monospace;
  color: #16a34a;
  text-align: left;
  font-size: 0.9rem;
  height: 150px;
  overflow-y: auto;
  margin-bottom: 30px;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}

.seo-terminal-line {
  margin-bottom: 5px;
  opacity: 0;
  animation: terminalType 0.2s forwards;
}

@keyframes terminalType {
  to {
    opacity: 1;
  }
}

.seo-results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
  display: none;
}

.seo-metric {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 25px 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.circular-chart {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  max-height: 100px;
}

.circle-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.05);
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  transition: stroke-dasharray 1.5s ease-out;
}

.metric-seo .circle {
  stroke: #16a34a;
}

.metric-perf .circle {
  stroke: #f15503;
}

.metric-access .circle {
  stroke: #3b82f6;
}

.percentage {
  fill: #fff;
  font-family: inherit;
  font-size: 0.5em;
  text-anchor: middle;
  font-weight: 700;
}

.seo-metric-title {
  color: #a8a8a8;
  margin-top: 15px;
  font-size: 0.95rem;
  font-weight: 600;
}

.seo-cta {
  background: rgba(241, 85, 3, 0.1);
  border: 1px solid rgba(241, 85, 3, 0.3);
  border-radius: 16px;
  padding: 30px;
  display: none;
  animation: slideUp 0.6s ease forwards;
}

.seo-cta h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.seo-cta p {
  color: #ccc;
  margin-bottom: 20px;
}

.seo-cta .btn {
  background: #f15503;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s;
}

.seo-cta .btn:hover {
  background: #e04a00;
  transform: translateY(-2px);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .seo-results-grid {
    grid-template-columns: 1fr;
  }

  .seo-title {
    font-size: 2rem;
  }

  .seo-input-wrapper {
    flex-direction: column;
    padding: 15px;
    border-radius: 20px;
    gap: 15px;
  }

  .seo-input-wrapper input {
    width: 100%;
    text-align: center;
  }

  .seo-input-wrapper button {
    width: 100%;
    justify-content: center;
  }
}

/* ================================================
   WOW Mobile Overlay Menu
   ================================================ */

.mobile-nav-toggle {
  display: flex !important;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
  position: relative;
  transition: all 0.3s ease;
}

.hamburger-lines {
  width: 20px;
  height: 14px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamburger-lines .line {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: left center;
}

/* Active State for Hamburger (Morph into X) */
.mobile-nav-toggle.active {
  background: rgba(241, 85, 3, 0.1);
  border-color: #f15503;
}

.mobile-nav-toggle.active .line1 {
  transform: rotate(45deg);
  width: 25.5px;
}

.mobile-nav-toggle.active .line2 {
  opacity: 0;
  width: 0;
}

.mobile-nav-toggle.active .line3 {
  transform: rotate(-45deg);
  width: 25.5px;
}

/* The Overlay */
.wow-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(10, 10, 20, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.wow-mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

.overlay-bg-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  height: 80vw;
  background: radial-gradient(circle, rgba(241, 85, 3, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}

.overlay-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 40px;
}

/* Overlay Navigation List */
.overlay-nav-list {
  list-style: none;
  padding: 0;
  margin: 0 0 50px 0;
}

.overlay-nav-list li {
  margin-bottom: 25px;
  overflow: hidden;
  /* For staggered reveal */
}

.overlay-nav-list a {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  font-family: inherit;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease, color 0.3s ease;
}

.overlay-nav-list a:hover,
.overlay-nav-list a.active {
  color: #f15503;
}

/* Staggered Reveal Animation */
.wow-mobile-overlay.active .overlay-nav-list li:nth-child(1) a {
  transition-delay: 0.1s;
  transform: translateY(0);
  opacity: 1;
}

.wow-mobile-overlay.active .overlay-nav-list li:nth-child(2) a {
  transition-delay: 0.15s;
  transform: translateY(0);
  opacity: 1;
}

.wow-mobile-overlay.active .overlay-nav-list li:nth-child(3) a {
  transition-delay: 0.2s;
  transform: translateY(0);
  opacity: 1;
}

.wow-mobile-overlay.active .overlay-nav-list li:nth-child(4) a {
  transition-delay: 0.25s;
  transform: translateY(0);
  opacity: 1;
}

.wow-mobile-overlay.active .overlay-nav-list li:nth-child(5) a {
  transition-delay: 0.3s;
  transform: translateY(0);
  opacity: 1;
}

/* Overlay Footer */
.overlay-footer {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.6s ease 0.4s, opacity 0.6s ease 0.4s;
}

.wow-mobile-overlay.active .overlay-footer {
  transform: translateY(0);
  opacity: 1;
}

.overlay-btn a {
  display: inline-block;
  background: #f15503;
  color: #fff;
  padding: 16px 36px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  margin-bottom: 30px;
}

.overlay-socials {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.overlay-socials a {
  color: #a8a8a8;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
}

/* Prevent body scroll when menu is open */
body.menu-open {
  overflow: hidden;
}

@media (min-width: 992px) {
  .wow-mobile-overlay {
    display: none !important;
  }
}


/* ================================================
   Mobile Header & Menu Fixes
   ================================================ */

@media (max-width: 991px) {

  /* Hide desktop nav on mobile */
  nav.header-menu {
    display: none !important;
  }

  /* Make header sticky on mobile so hamburger is always reachable */
  header.header-manu-section {
    position: sticky !important;
    top: 0;
    z-index: 9999;
    padding: 12px 0 !important;
  }

  /* Ensure the header-container has room for logo + hamburger */
  .header-container {
    padding: 0 20px;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  /* Keep the logo reasonable on mobile */
  .DevWerk-logo {
    max-width: 160px !important;
  }

  /* Workflow section: remove overflow hidden on mobile so steps are visible */
  .workflow-section {
    overflow: visible !important;
    padding: 60px 0;
  }
}