/* 

TemplateMo 562 Space Dynamic

https://templatemo.com/tm-562-space-dynamic

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
}

.section-heading h2 em {
  font-style: normal;
  color: #03a4ed;
}

.section-heading h2 span {
  color: #fe3f40;
}

.main-blue-button a {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-red-button a {
  display: inline-block;
  background-color: #fe3f40;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #fe3f40;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff!important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #fe3f40!important;
}

.background-header .nav li a.active {
  color: #fe3f40!important;
}

.header-area {
  background-color: #fafafa;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #03a4ed;
    line-height: 100px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.logo h4 span {
  color: #fe3f40;
}

.background-header .main-nav .logo h4 {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  padding-left: 40px;
}

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a {
  color: #fff !important;
  padding: 0px 20px;
  font-weight: 400;
}

.header-area .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:last-child a.active {
  color: #fff !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #2a2a2a;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #fe3f40!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #fe3f40!important;
  opacity: 1;
}

.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover {
  background-color: #03a4ed;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #fe3f40!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #fe3f40;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    display: none;
  }
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #fe3f40!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #fe3f40!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #fe3f40;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #fe3f40;
    border-radius: 50%;
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 226px 0px 120px 0px;
  position: relative;
  overflow: hidden;
}

.main-banner:after {
  content: '';
  background-image: url(../images/baner-dec-left.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 100px;
  width: 193px;
  height: 467px;
}

.main-banner:before {
  content: '';
  background-image: url(../images/baner-dec-right.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 100px;
  width: 98px;
  height: 290px;
}

.main-banner .left-content {
  margin-right: 45px;
}

.main-banner .left-content h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: #fe3f40;
  margin-bottom: 15px;
}

.main-banner .left-content h2 {
  font-size: 50px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 72px;
}

.main-banner .left-content h2 em {
  color: #03a4ed;
  font-style: normal;
}

.main-banner .left-content h2 span {
  color: #fe3f40;
}

.main-banner .left-content p {
  margin: 20px 0px;
}

.main-banner .left-content form {
  margin-top: 30px;
  width: 470px;
  height: 66px;
  position: relative;
}

.main-banner .left-content form button {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #fe3f40;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  outline: none;
  border: none;
}

.main-banner .left-content form input {
  width: 470px;
  height: 66px;
  background-color: #03a4ed;
  border-radius: 33px;
  border: none;
  outline: none;
  padding: 0px 25px;
  color: #fff;
  letter-spacing: 0.25px;
  font-size: 15px;
  font-weight: 300;
}

.main-banner .left-content form input::placeholder {
  color: #fff;
}



/* 
---------------------------------------------
About Us Style
--------------------------------------------- 
*/

#about {
  margin-top: 120px;
}

.about-us {
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 140px 0px 120px 0px;
}

.about-us .left-image {
  margin-right: 45px;
}

.about-us .services .item {
  margin-bottom: 30px;
}

.about-us .services .item .icon {
  float: left;
  margin-right: 25px;
}

.about-us .services .item .icon img {
  max-width: 70px;
}

.about-us .services .item h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.about-us .services .item p {
  color: #fff;
}


/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.our-services {
  margin-top: 0px;
  padding-top: 120px;
}

.our-services .left-image {
  margin-right: 45px;
}

.our-services .section-heading h2 {
  margin-right: 100px;
}

.our-services .section-heading p {
  margin-top: 30px;
  margin-bottom: 60px;
}

.our-services .progress-skill-bar {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.our-services .progress-skill-bar span {
  position: absolute;
  top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #03a4ed;
}

.our-services .first-bar span {
  left: 69%;
}

.our-services .second-bar span {
  left: 81%;
}

.our-services .third-bar span {
  left: 88%;
}

.our-services .progress-skill-bar h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 14px;
}

.our-services .progress-skill-bar .full-bar {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #f7eff1;
  position: relative;
  z-index: 1;
}

.our-services .progress-skill-bar .filled-bar {
  background: rgb(255,77,30);
  background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
  height: 6px;
  border-radius: 3px;
  margin-bottom: -6px;
  position: relative;
  z-index: 2;
}

.our-services .first-bar .filled-bar {
  width: 71%;
}

.our-services .second-bar .filled-bar {
  width: 83%;
}

.our-services .third-bar .filled-bar {
  width: 90%;
}


/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
  padding-top: 120px;
  margin-top: 0px;
}

.our-portfolio .section-heading h2 {
  text-align: center;
  margin: 0px 90px 0px 90px;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}

.our-portfolio .item {
  position: relative;
}

.our-portfolio .item:hover .hidden-content {
  top: -100px;
  opacity: 1;
  visibility: visible;
}

.our-portfolio .item:hover .showed-content {
  top: 90px;
}

.our-portfolio .hidden-content {
  background: rgb(255,77,30);
  background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  opacity: 0;
  top: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  transition: all 0.5s;
}

.our-portfolio .hidden-content:after {
  width: 20px;
  height: 20px;
  position: absolute;
  background: rgb(255,77,30);
  content: '';
  left: 50%;
  bottom: -8px;
  margin-left: -5px;
  transform: rotate(45deg);
  background: linear-gradient(105deg, rgba(255,52,69,1) 0%, rgba(255,51,78,1) 100%);
  z-index: -1;
}

.our-portfolio .hidden-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.our-portfolio .hidden-content p {
  color: #fff;
}

.our-portfolio .showed-content {
  top: 0px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  text-align: center;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  transition: all 0.5s;
}

.our-portfolio .showed-content img {
  max-width: 100px;
}


/* 
---------------------------------------------
Blog
--------------------------------------------- 
*/

.our-blog {
  position: relative;
  margin-top: 80px;
  padding-top: 120px;
}

.our-blog .section-heading h2 {
  margin-right: 180px;
}

.our-blog .top-dec {
  text-align: right;
  margin-top: -80px;
}

.our-blog .top-dec img {
  max-width: 270px;
}

.our-blog .left-image {
  position: relative;
}

.our-blog .left-image img {
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.our-blog .left-image .info {
  position: relative;
}

.our-blog .left-image .info .inner-content {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 20px;
  margin-right: 75px;
  position: absolute;
  margin-top: -100px;
  padding: 30px;
}

.our-blog .left-image ul li {
  display: inline-block;
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
  margin-right: 20px;
}

.our-blog .left-image ul li:last-child {
  margin-right: 0px;
}

.our-blog .left-image ul li i {
  color: #ff4d61;
  font-size: 16px;
  margin-right: 8px;
}

.our-blog .left-image h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 20px 0px 15px 0px;
}

.our-blog .left-image .info .main-blue-button {
  position: absolute;
  bottom: -80px;
  left: 0;
}

.our-blog .right-list {
  margin-left: 30px;
}

.our-blog .right-list ul li {
  display: inline-flex;
  width: 100%;
  margin-bottom: 30px;
}

.our-blog .right-list .left-content {
  margin-right: 45px;
}

.our-blog .right-list .left-content span {
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
}

.our-blog .right-list .left-content span i {
  color: #ff4d61;
  font-size: 16px;
  margin-right: 8px;
}

.our-blog .right-list .left-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 20px 0px 15px 0px;
}


.our-blog .right-list .right-image img {
  width: 250px;
  border-radius: 20px;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-us {
  padding: 160px 0px;
  background-image: url(../images/contact-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.contact-us .section-heading h2,
.contact-us .section-heading h2 em,
.contact-us .section-heading h2 span {
  color: #fff;
}

.contact-us .section-heading p {
  color: #fff;
  margin-top: 30px;
}

.phone-info {
  margin-top: 40px;
}

.phone-info h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.phone-info h4 span i {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #fff;
  border-radius: 50%;
  color: #ff3b2c;
  font-size: 22px;
  margin-left: 30px;
  margin-right: 15px;
}

.phone-info h4 span a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

form#contact .contact-dec {
  position: absolute;
  right: -166px;
  bottom: 0;
}

form#contact .contact-dec img {
  max-width: 178px;
}

form#contact {
  margin-left: 30px;
  position: relative;
  background-color: #fff;
  padding: 60px 30px;
  border-radius: 20px;
}

form#contact input {
  width: 100%;
  height: 46px;
  border-radius: 33px;
  background-color: #d1f3ff;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 20px;
  margin-bottom: 20px;
}

form#contact input::placeholder {
  color: #2a2a2a;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 140px;
  height: 140px;
  border-radius: 20px;
  background-color: #d1f3ff;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 15px 20px;
  margin-bottom: 20px;
}

form#contact textarea::placeholder {
  color: #2a2a2a;
}

form#contact button {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: none;
  outline: none;
  transition: all .3s;
}

form#contact button:hover {
  background-color: #fe3f40;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer p {
  text-align: center;
  margin: 30px 0px 45px 0px;
}

footer p a {
  color: #fe3f40;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1645px) {
  form#contact .contact-dec {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-banner {
    padding-top: 196px;
  }
  .main-banner .left-content {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }
  .main-banner:after {
    top: 76px;
    z-index: -1;
  }
  .main-banner .left-content form,
  .main-banner .left-content form input {
    width: 100%!important;
  }
  #about {
    margin-top: 0px;
  }
  .about-us {
    position: relative;
    background-image: none;
    padding: 0px;
  }
  .about-us .left-image {
    margin-right: 0px;
    position: absolute;
    bottom: -220px;
    right: 0;
  }
  .about-us .services {
    text-align: center;
  }
  .about-us .services .item  {
    background: rgb(255,77,30);
    background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
    padding: 30px;
    border-radius: 20px;
    display: inline-block;
  }
  .about-us .services .item .right-text {
    text-align: left;
  }
  .our-services {
    margin-top: 200px;
  }
  .our-services .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .our-services .section-heading h2,
  .our-services .section-heading p {
    margin-right: 0px;
    text-align: center;
  }
  .our-portfolio .section-heading h2 {
    margin: 0px 0px 80px 0px;
  }
  .our-portfolio .item {
    margin-bottom: 15px;
  }
  .our-blog {
    margin-top: 0px;
  }
  .our-blog .top-dec {
    display: none;
  }
  .our-blog .section-heading h2 {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }
  .our-blog .left-image .info .inner-content {
    position: relative;
    margin-right: 0px;
  }
  .our-blog .left-image .info .main-blue-button {
    position: relative;
    bottom: 0px;
    margin-top: 30px;
  }
  .our-blog .left-image {
    margin-bottom: 45px;
  }
  .contact-us {
    margin-top: 60px;
    padding: 120px 0px;
  }
  .contact-us .section-heading {
    text-align: center;
  }
  form#contact {
    margin-left: 0px;
    margin-top: 30px;
  }
  form#contact .contact-dec {
    display: none;
  }
  footer p {
    margin: 15px 0px 30px 0px;
  }
}

@media (max-width: 767px) {
  .about-us .left-image {
    bottom: -280px;
  }
  .our-blog .right-list {
    margin-left: 0px;
  }
  .our-blog .right-list ul li {
    display: inline-block;
    margin-top: 0px;
    padding-top: 30px;
    border-top: 1px solid #eee;
  }
  .our-blog .right-list .left-content {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
  }
  .our-blog .right-list .right-image,
  .our-blog .right-list .right-image img {
    width: 100%;
  }
  .phone-info h4 span {
    display: block;
    margin-top: 15px;
  }
  .phone-info h4 span i {
    margin-left: 0px;
  }
}

/* Adin Mehmedovic custom SEO/mobile polish */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.header-area .main-nav .logo {
  display: inline-flex;
  align-items: center;
  height: 100px;
  line-height: 1;
  max-width: 250px;
}

.background-header .main-nav .logo {
  height: 80px;
}

.header-area .main-nav .logo .site-logo {
  width: auto;
  max-width: 210px;
  max-height: 68px;
  object-fit: contain;
}

.header-area .main-nav .logo .logo-text {
  display: none;
}

.header-area .main-nav .logo .logo-text strong {
  color: #fe3f40;
}

.header-contact-actions {
  float: right;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  margin-left: 18px;
  position: relative;
  z-index: 1000;
}

.background-header .header-contact-actions {
  margin-top: 20px;
}

.header-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 40px;
  padding: 0 14px;
  border-radius: 22px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
  transition: all .25s ease;
}

.header-contact-btn.call {
  background: #03a4ed;
}

.header-contact-btn.whatsapp {
  background: #25d366;
}

.header-contact-btn:hover {
  transform: translateY(-2px);
  color: #fff !important;
}

/* Premium, aufgeraeumter Header */
.header-area,
.background-header {
  height: 86px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(3, 164, 237, 0.08);
  box-shadow: 0 18px 45px rgba(21, 34, 50, 0.08) !important;
  backdrop-filter: blur(18px);
}

.header-area .main-nav {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 18px;
  overflow: visible;
}

.header-area .main-nav .logo,
.background-header .main-nav .logo {
  float: none;
  flex: 0 0 auto;
  height: 86px;
  line-height: 1;
  max-width: 172px;
  margin: 0;
}

.header-area .main-nav .logo .site-logo {
  max-width: 158px;
  max-height: 54px;
}

.header-area .main-nav .nav,
.background-header .main-nav .nav {
  float: none;
  flex: 1 1 auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: auto;
  margin: 0 !important;
  padding: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(3, 164, 237, 0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 10px 24px rgba(15, 23, 42, 0.06);
}

.header-area .main-nav .nav li,
.background-header .main-nav .nav li {
  padding: 0 2px !important;
}

.header-area .main-nav .nav li a,
.background-header .main-nav .nav li a {
  height: 36px;
  line-height: 36px;
  padding: 0 11px !important;
  border-radius: 999px;
  color: #253142 !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.header-area .main-nav .nav li a:hover,
.header-area .main-nav .nav li a.active,
.background-header .main-nav .nav li a:hover,
.background-header .main-nav .nav li a.active {
  color: #03a4ed !important;
  background: rgba(3, 164, 237, 0.09);
}

.header-area .main-nav .nav li:last-child,
.background-header .main-nav .nav li:last-child {
  padding-left: 8px !important;
  display: block;
}

.header-area .main-nav .nav li:last-child a,
.background-header .main-nav .nav li:last-child a {
  height: 38px;
  line-height: 38px;
  padding: 0 18px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #fe3f40 0%, #ff6a3d 100%);
  box-shadow: 0 10px 20px rgba(254, 63, 64, 0.22);
}

.header-area .main-nav .nav li:last-child a:hover,
.background-header .main-nav .nav li:last-child a:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #03a4ed 0%, #0a85d8 100%);
}

.header-contact-actions,
.background-header .header-contact-actions {
  float: none;
  order: 3;
  flex: 0 0 auto;
  margin: 0;
  gap: 8px;
}

.header-contact-btn {
  width: 42px;
  height: 42px;
  padding: 0;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.14);
}

.header-contact-btn span {
  display: none;
}

.header-contact-btn.call {
  background: #03a4ed;
}

.header-contact-btn.whatsapp {
  background: #25d366;
}

.header-contact-btn i {
  font-size: 17px;
}

.header-area .main-nav .menu-trigger {
  margin-left: auto;
}

.main-banner .left-content h1 {
  font-size: 50px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 72px;
}

.main-banner .left-content h1 em {
  color: #03a4ed;
  font-style: normal;
}

.main-banner .left-content h1 span {
  color: #fe3f40;
}

.hero-person {
  text-align: center;
  position: relative;
}

.avatar-frame {
  position: relative;
  display: inline-block;
  width: min(100%, 560px);
  padding: 18px;
}

.avatar-frame:before {
  content: "";
  position: absolute;
  inset: 36px 18px 18px 18px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(3,164,237,0.18), rgba(254,63,64,0.16));
  filter: blur(2px);
  z-index: 0;
}

.avatar-ring {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 34px;
  padding: 12px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #03a4ed, #fe3f40) border-box;
  border: 2px solid transparent;
  box-shadow: 0 28px 55px rgba(0,0,0,0.13);
}

.hero-person img,
.avatar-ring img {
  width: min(100%, 520px);
  max-height: 640px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: 24px;
}

.avatar-socials {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 82px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 999px;
  padding: 10px;
  box-shadow: 0 16px 34px rgba(0,0,0,0.14);
}

.avatar-social {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.avatar-social:hover {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 12px 22px rgba(0,0,0,0.18);
}

.avatar-social.facebook {
  background: #1877f2;
}

.avatar-social.instagram {
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 45%, #8134af 100%);
}

.avatar-social.tiktok {
  background: #111;
}

.avatar-social svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.tech-marquee {
  position: relative;
  z-index: 2;
  width: calc(100% - 36px);
  margin: 16px auto 0;
  overflow: hidden;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(3, 164, 237, 0.14);
  box-shadow: 0 16px 34px rgba(0,0,0,0.1);
}

.tech-marquee:before,
.tech-marquee:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 64px;
  z-index: 2;
  pointer-events: none;
}

.tech-marquee:before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 100%);
}

.tech-marquee:after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255,255,255,0) 100%);
}

.tech-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 10px;
  padding: 10px 0;
  animation: techMarquee 24s linear infinite;
}

.tech-marquee-track span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(3, 164, 237, 0.08);
  color: #2a2a2a;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.tech-marquee-track span:nth-child(3n) {
  background: rgba(254, 63, 64, 0.1);
}

.tech-marquee-track span:nth-child(4n) {
  background: rgba(37, 211, 102, 0.1);
}

.tech-marquee:hover .tech-marquee-track {
  animation-play-state: paused;
}

@keyframes techMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.about-us .services .item h3,
.our-services .progress-skill-bar h3,
.our-portfolio .hidden-content h3,
.our-blog .left-image h3,
.our-blog .right-list .left-content h3,
.phone-info h3 {
  font-weight: 700;
}

.about-us .services .item h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 12px;
}

.our-services .progress-skill-bar h3 {
  font-size: 18px;
  color: #2a2a2a;
  margin-bottom: 14px;
}

.our-portfolio .hidden-content h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}

.our-blog .left-image h3,
.our-blog .right-list .left-content h3 {
  font-size: 20px;
  color: #2a2a2a;
  margin: 20px 0px 15px 0px;
}

.phone-info h3 {
  font-size: 20px;
  color: #fff;
}

.phone-info h3 span i {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #fff;
  border-radius: 50%;
  color: #ff3b2c;
  font-size: 22px;
  margin-left: 30px;
  margin-right: 15px;
}

.phone-info h3 span a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .header-area .main-nav {
    gap: 12px;
  }

  .header-area .main-nav .logo .site-logo {
    max-width: 136px;
  }

  .header-area .main-nav .logo .logo-text {
    font-size: 16px;
  }

  .header-area .main-nav .nav li a,
  .background-header .main-nav .nav li a {
    padding: 0 8px !important;
    font-size: 12px;
  }

  .header-area .main-nav .nav li:last-child a,
  .background-header .main-nav .nav li:last-child a {
    padding: 0 13px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wow {
    visibility: visible !important;
  }

  .animated {
    animation: none !important;
  }

  html,
  body {
    scroll-behavior: auto;
  }
}

.old-about,
.legacy-services,
.old-portfolio,
.pricing-section,
.reviews-section,
.resources-section,
.faq-section {
  padding-top: 110px;
}

.old-video video {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  background: #111;
}

.old-contact-strip {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.old-contact-strip a,
.old-contact-strip span {
  color: #2a2a2a;
  font-weight: 600;
}

.legacy-card-grid,
.pricing-grid,
.review-grid,
.resource-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 25px;
}

.review-grid,
.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.resource-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.legacy-card,
.price-card,
.review-card,
.resource-card,
.faq-card {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
  color: #2a2a2a;
}

.legacy-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 18px;
}

.legacy-card h3,
.price-card h3,
.review-card strong,
.resource-card h3,
.faq-card h3,
.care-plan h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 12px;
}

.project-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.project-logo-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 18px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
}

.project-logo-grid img {
  max-height: 120px;
  object-fit: contain;
}

.work-showcase-section,
.review-write-section,
.blog-preview-section {
  padding-top: 110px;
}

.work-grid,
.blog-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.blog-preview-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.work-card,
.blog-preview-card,
.review-form-panel {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.work-card,
.blog-preview-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform .3s, box-shadow .3s;
}

.work-card:hover,
.blog-preview-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 18px 38px rgba(0, 0, 0, 0.12);
}

.work-image,
.blog-preview-image {
  display: block;
  overflow: hidden;
  background: #f7f9fb;
}

.work-image {
  aspect-ratio: 16 / 11;
}

.blog-preview-image {
  aspect-ratio: 16 / 10;
}

.work-image img,
.blog-preview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s;
}

.work-card:hover img,
.blog-preview-card:hover img {
  transform: scale(1.04);
}

.work-content,
.blog-preview-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
}

.work-content span,
.blog-preview-content span {
  color: #fe3f40;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.work-content h3,
.blog-preview-content h3,
.review-form-panel h3 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.work-content p,
.blog-preview-content p {
  color: #777;
  line-height: 1.7;
  flex: 1;
}

.work-content a,
.blog-preview-content a,
.blog-preview-action a,
.review-form-panel button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 16px;
  background: #03a4ed;
  color: #fff;
  border-radius: 23px;
  padding: 11px 20px;
  font-weight: 600;
  border: 0;
  cursor: pointer;
  transition: background .3s, transform .3s;
}

.work-content a:hover,
.blog-preview-content a:hover,
.blog-preview-action a:hover,
.review-form-panel button:hover {
  background: #fe3f40;
  color: #fff;
  transform: translateY(-2px);
}

.dynamic-review-grid {
  margin-bottom: 28px;
}

.review-form-panel {
  max-width: 760px;
  margin: 0 auto;
  padding: 28px;
}

.review-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.review-form-panel label {
  display: block;
  margin-bottom: 16px;
}

.review-form-panel label span {
  display: block;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

.review-form-panel input,
.review-form-panel select,
.review-form-panel textarea {
  width: 100%;
  border: 1px solid #e4e8ee;
  border-radius: 14px;
  background: #f8fafc;
  color: #2a2a2a;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 15px;
}

.review-form-panel textarea {
  resize: vertical;
}

.blog-preview-action {
  text-align: center;
  margin-top: 28px;
}

.price-card {
  position: relative;
}

.price-card.featured {
  border: 2px solid #fe3f40;
  transform: translateY(-8px);
}

.price-badge {
  display: inline-block;
  background: #fe3f40;
  color: #fff;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  margin-bottom: 14px;
}

.price-card strong {
  display: block;
  color: #03a4ed;
  font-size: 30px;
  margin-bottom: 12px;
}

.price-card ul {
  margin: 18px 0;
}

.price-card li {
  list-style: none;
  padding: 7px 0;
  color: #2a2a2a;
}

.price-card li:before {
  content: "✓";
  color: #fe3f40;
  font-weight: 700;
  margin-right: 8px;
}

.price-card a,
.resource-card {
  transition: all .3s;
}

.price-card a {
  display: inline-block;
  background-color: #03a4ed;
  color: #fff;
  border-radius: 23px;
  padding: 12px 22px;
  font-weight: 500;
}

.price-card a:hover,
.resource-card:hover {
  transform: translateY(-4px);
}

.care-plan {
  margin-top: 28px;
  padding: 28px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
}

.care-plan h3,
.care-plan p {
  color: #fff;
}

.stars {
  color: #fe3f40;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.review-card span {
  display: block;
  color: #777;
  margin-top: 4px;
}

.resource-card h3 {
  color: #03a4ed;
}

.phone-line {
  margin-top: 14px;
}

.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 992px) {
  .legacy-card-grid,
  .pricing-grid,
  .review-grid,
  .resource-grid,
  .faq-grid,
  .work-grid,
  .blog-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-card.featured {
    transform: none;
  }
}

@media (max-width: 767px) {
  .old-about,
  .legacy-services,
  .old-portfolio,
  .work-showcase-section,
  .pricing-section,
  .reviews-section,
  .review-write-section,
  .resources-section,
  .blog-preview-section,
  .faq-section {
    padding-top: 70px;
  }

  .legacy-card-grid,
  .pricing-grid,
  .review-grid,
  .resource-grid,
  .faq-grid,
  .project-logo-grid,
  .work-grid,
  .blog-preview-grid,
  .review-form-grid {
    grid-template-columns: 1fr;
  }

  .legacy-card,
  .price-card,
  .review-card,
  .resource-card,
  .faq-card,
  .review-form-panel {
    padding: 22px;
  }

  .project-logo-grid a {
    min-height: 120px;
  }
}

@media (max-width: 992px) {
  .main-banner .left-content h1 {
    font-size: 42px;
    line-height: 58px;
  }

  .main-banner .left-content form button {
    right: 8px;
  }

  .header-contact-actions {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    max-width: 220px;
  }

  .header-area .main-nav .logo .site-logo {
    max-width: 165px;
    max-height: 62px;
  }

  .header-area .main-nav .logo .logo-text {
    font-size: 14px;
  }

  .main-banner {
    padding-bottom: 70px;
  }

  .main-banner .left-content h1 {
    font-size: 34px;
    line-height: 46px;
  }

  .main-banner .left-content form {
    height: auto;
    display: grid;
    gap: 12px;
  }

  .main-banner .left-content form input {
    height: 58px;
    padding-right: 24px;
  }

  .main-banner .left-content form button {
    position: static;
    width: 100%;
    background-color: #fe3f40;
    color: #fff;
  }

  .hero-person img {
    max-height: 520px;
  }

  .hero-person {
    transform: none !important;
    animation: none !important;
    visibility: visible !important;
  }

  .avatar-frame {
    width: 100%;
    padding: 12px 8px 18px;
  }

  .avatar-ring {
    border-radius: 26px;
    padding: 9px;
  }

  .avatar-ring img {
    border-radius: 18px;
    max-height: 500px;
  }

  .avatar-socials {
    right: 18px;
    top: 28px;
    gap: 8px;
    padding: 8px;
  }

  .avatar-social {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .avatar-social svg {
    width: 18px;
    height: 18px;
  }

  .tech-marquee {
    width: calc(100% - 16px);
    margin-top: 12px;
  }

  .tech-marquee-track {
    animation-duration: 20s;
  }

  .tech-marquee-track span {
    min-height: 30px;
    padding: 0 13px;
    font-size: 12px;
  }

  .about-us .left-image {
    display: none;
  }

  .our-services {
    margin-top: 80px;
  }

  .phone-info h3 span {
    display: block;
    margin-top: 15px;
  }

  .phone-info h3 span i {
    margin-left: 0px;
  }
}

/* Header polish: responsive Abschlussregeln */
@media (max-width: 1100px) {
  .header-area .main-nav {
    gap: 10px;
  }

  .header-area .main-nav .logo,
  .background-header .main-nav .logo {
    max-width: 138px;
  }

  .header-area .main-nav .logo .site-logo {
    max-width: 128px;
  }

  .header-area .main-nav .nav li a,
  .background-header .main-nav .nav li a {
    padding: 0 7px !important;
    font-size: 12px;
  }

  .header-area .main-nav .nav li:last-child a,
  .background-header .main-nav .nav li:last-child a {
    padding: 0 11px !important;
  }
}

@media (max-width: 767px) {
  .header-area,
  .background-header {
    height: 76px !important;
    padding: 0 !important;
    background: rgba(255, 255, 255, 0.97) !important;
    border-bottom: 1px solid rgba(3, 164, 237, 0.1);
    text-align: left;
  }

  .header-area .container {
    padding: 0 12px;
  }

  .header-area .main-nav {
    min-height: 76px;
    overflow: visible;
    gap: 8px;
  }

  .header-area .main-nav .logo,
  .background-header .main-nav .logo {
    height: 76px;
    max-width: 128px;
    margin-left: 0 !important;
  }

  .header-area .main-nav .logo .site-logo {
    max-width: 118px;
    max-height: 42px;
  }

  .header-contact-actions,
  .background-header .header-contact-actions {
    display: flex;
    margin-left: auto;
    gap: 7px;
  }

  .header-contact-btn {
    width: 36px;
    height: 36px;
  }

  .header-area .main-nav .menu-trigger {
    display: block !important;
    position: relative;
    top: auto;
    right: auto;
    width: 36px;
    height: 36px;
    margin-left: 2px;
  }

  .header-area .main-nav .menu-trigger span {
    top: 18px;
  }

  .header-area .main-nav .nav,
  .background-header .main-nav .nav {
    display: none !important;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    float: none;
    width: 100%;
    margin: 0 !important;
    padding: 12px;
    border-radius: 0 0 22px 22px;
    background: #fff;
    border: 1px solid rgba(3, 164, 237, 0.1);
    box-shadow: 0 20px 35px rgba(15, 23, 42, 0.12);
  }

  .header-area.mobile-menu-open .main-nav .nav {
    display: block !important;
  }

  .header-area.header-sticky .nav {
    margin-top: 0 !important;
  }

  .header-area .main-nav .nav li,
  .background-header .main-nav .nav li {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0 !important;
  }

  .header-area .main-nav .nav li a,
  .background-header .main-nav .nav li a {
    height: 44px !important;
    line-height: 44px !important;
    margin-bottom: 6px;
    padding: 0 14px !important;
    border-radius: 14px;
    background: #f7f9fb !important;
    color: #253142 !important;
    font-size: 14px;
    text-align: left;
  }

  .header-area .main-nav .nav li:last-child a,
  .background-header .main-nav .nav li:last-child a {
    text-align: center;
    color: #fff !important;
    background: linear-gradient(135deg, #fe3f40 0%, #ff6a3d 100%) !important;
  }
}

/* Olly-inspirierter Premium Split Hero */
.main-banner {
  padding: 86px 0 0 0;
  min-height: 100vh;
  background: #151515;
  overflow: hidden;
}

.main-banner:before,
.main-banner:after {
  display: none;
}

.main-banner > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.main-banner > .container > .row,
.main-banner .col-lg-12 > .row {
  margin: 0;
}

.main-banner .col-lg-12 {
  padding: 0;
}

.main-banner .col-lg-12 > .row {
  min-height: calc(100vh - 86px);
  flex-direction: row-reverse;
}

.main-banner .col-lg-12 > .row > [class*="col-"] {
  padding: 0;
}

.main-banner .header-text,
.main-banner .hero-person {
  transform: none !important;
  animation: none !important;
  visibility: visible !important;
}

.main-banner .left-content {
  position: relative;
  height: 100%;
  min-height: calc(100vh - 86px);
  margin: 0;
  padding: clamp(72px, 10vw, 130px) clamp(34px, 7vw, 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background:
    radial-gradient(circle at 72% 30%, rgba(3, 164, 237, 0.14), transparent 27%),
    radial-gradient(circle at 88% 72%, rgba(254, 63, 64, 0.12), transparent 30%),
    #191919;
  color: #fff;
  overflow: hidden;
}

.main-banner .left-content:after {
  content: "";
  position: absolute;
  right: clamp(34px, 7vw, 110px);
  top: 28%;
  width: 150px;
  height: 150px;
  opacity: 0.35;
  background-image: radial-gradient(circle, rgba(255,255,255,0.55) 1.5px, transparent 2px);
  background-size: 28px 28px;
}

.hero-script {
  display: block;
  color: rgba(255,255,255,0.34);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(38px, 5vw, 76px);
  line-height: 1;
  margin-bottom: 26px;
  transform: rotate(-6deg);
}

.main-banner .left-content h6 {
  position: relative;
  z-index: 1;
  color: #7fcfff;
  font-size: 12px;
  letter-spacing: 0.24em;
  margin-bottom: 18px;
}

.main-banner .left-content h1 {
  position: relative;
  z-index: 1;
  max-width: 620px;
  color: #fff;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 1.05;
  letter-spacing: 0;
  margin-bottom: 28px;
}

.main-banner .left-content h1 em,
.main-banner .left-content h1 span {
  color: #fff;
  font-style: normal;
}

.main-banner .left-content h1 span {
  text-decoration: underline;
  text-decoration-color: #03a4ed;
  text-decoration-thickness: 8px;
  text-underline-offset: 10px;
}

.main-banner .left-content p {
  position: relative;
  z-index: 1;
  max-width: 520px;
  color: rgba(255,255,255,0.74);
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
}

.hero-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform .25s, background .25s, color .25s, border-color .25s;
}

.hero-primary {
  background: #2948ff;
  color: #fff;
  box-shadow: 0 14px 26px rgba(41, 72, 255, 0.28);
}

.hero-secondary {
  border: 1px solid rgba(255,255,255,0.24);
  color: #fff;
}

.hero-actions a:hover {
  transform: translateY(-3px);
  color: #fff;
}

.hero-secondary:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.42);
}

.hero-person {
  height: 100%;
  min-height: calc(100vh - 86px);
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background:
    linear-gradient(135deg, rgba(3,164,237,0.28), rgba(254,63,64,0.24)),
    #e8ecf2;
}

.avatar-frame {
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 86px);
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.avatar-frame:before {
  display: none;
}

.avatar-ring {
  flex: 1;
  width: 100%;
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0)),
    radial-gradient(circle at 16% 18%, rgba(254,63,64,0.35), transparent 24%),
    radial-gradient(circle at 82% 76%, rgba(3,164,237,0.32), transparent 28%),
    #dfe5ec;
}

.hero-person img,
.avatar-ring img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

.avatar-socials {
  top: 28px;
  right: 28px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(14px);
}

.tech-marquee {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 26px;
  width: 90%;
  margin: 0;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(14px);
}

@media (max-width: 992px) {
  .main-banner {
    padding-top: 76px;
  }

  .main-banner .col-lg-12 > .row {
    min-height: auto;
    flex-direction: column;
  }

  .main-banner .left-content,
  .hero-person,
  .avatar-frame {
    min-height: auto;
  }

  .main-banner .left-content {
    padding: 70px 24px 64px;
    text-align: left;
    align-items: flex-start;
  }

  .main-banner .left-content:after {
    right: 20px;
    top: 22%;
  }

  .hero-person {
    min-height: 560px;
  }

  .avatar-frame {
    min-height: 560px;
  }
}

@media (max-width: 767px) {
  .main-banner .left-content {
    padding: 58px 20px 54px;
  }

  .hero-script {
    font-size: 42px;
  }

  .main-banner .left-content h1 {
    font-size: 40px;
    line-height: 1.08;
  }

  .main-banner .left-content p {
    font-size: 14px;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions a {
    width: 100%;
  }

  .hero-person,
  .avatar-frame {
    min-height: 520px;
  }

  .avatar-socials {
    top: 18px;
    right: 18px;
  }

  .tech-marquee {
    left: 16px;
    right: 16px;
    bottom: 18px;
    width: calc(100% - 32px);
  }
}

/* Aufgeraeumter Split-Hero: finaler Override gegen alte Template-Abstaende */
body .main-banner {
  margin-top: 0 !important;
  padding-top: 86px !important;
  min-height: auto !important;
  background: #181818 !important;
}

body .main-banner > .container,
body .main-banner > .container > .row,
body .main-banner .col-lg-12,
body .main-banner .col-lg-12 > .row,
body .main-banner .col-lg-12 > .row > [class*="col-"] {
  position: relative;
  top: auto !important;
  left: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body .main-banner .col-lg-12 > .row {
  min-height: calc(100vh - 86px);
  align-items: stretch;
}

body .main-banner .left-content,
body .main-banner .hero-person,
body .main-banner .avatar-frame {
  height: auto !important;
  min-height: calc(100vh - 86px) !important;
}

body .main-banner .left-content {
  padding: clamp(58px, 8vw, 96px) clamp(38px, 6vw, 86px) !important;
  justify-content: center;
}

body .main-banner .left-content h1 {
  max-width: 560px;
  font-size: clamp(40px, 4.2vw, 62px);
  line-height: 1.08;
  margin-bottom: 22px;
}

body .main-banner .left-content p {
  max-width: 500px;
  line-height: 1.75;
}

body .main-banner .hero-script {
  margin-bottom: 18px;
}

body .main-banner .avatar-socials {
  top: 24px;
  right: 24px;
  z-index: 4;
}

body .main-banner .tech-marquee {
  z-index: 4;
}

@media (max-width: 992px) {
  body .main-banner {
    padding-top: 76px !important;
  }

  body .main-banner .col-lg-12 > .row,
  body .main-banner .left-content,
  body .main-banner .hero-person,
  body .main-banner .avatar-frame {
    min-height: auto !important;
  }

  body .main-banner .left-content {
    padding: 54px 24px 44px !important;
  }

  body .main-banner .hero-person,
  body .main-banner .avatar-frame {
    min-height: 480px !important;
  }
}

@media (max-width: 767px) {
  body .main-banner .left-content {
    padding: 44px 20px 34px !important;
  }

  body .main-banner .left-content h1 {
    font-size: 34px;
  }

  body .main-banner .hero-person,
  body .main-banner .avatar-frame {
    min-height: 430px !important;
  }
}

/* Hero aufraeumen: keine Overlays auf dem Bild, alles geordnet im rechten Panel */
body .main-banner .avatar-frame > .avatar-socials,
body .main-banner .avatar-frame > .tech-marquee {
  display: none !important;
}

body .main-banner .col-lg-12 > .row > [class*="col-"] {
  display: flex;
  align-items: stretch;
}

body .main-banner .left-content,
body .main-banner .hero-person {
  width: 100%;
}

body .main-banner .hero-person,
body .main-banner .avatar-frame,
body .main-banner .avatar-ring {
  height: 100% !important;
}

.hero-meta-row {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.hero-social-inline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.hero-social-inline a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.hero-social-inline a[aria-label="TikTok"] {
  width: auto;
  min-width: 72px;
  border-radius: 999px;
  padding: 0 14px;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.hero-tech-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-tech-inline span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.78);
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 992px) {
  body .main-banner .col-lg-12 > .row > [class*="col-"] {
    display: block;
  }
}

/* Desktop-Proportionen: alles sichtbar und ruhiger im ersten Screen */
@media (min-width: 993px) {
  body .main-banner .left-content {
    padding: 46px clamp(40px, 5vw, 76px) !important;
  }

  body .main-banner .hero-script {
    font-size: clamp(34px, 3.7vw, 54px);
    margin-bottom: 14px;
  }

  body .main-banner .left-content h6 {
    margin-bottom: 14px;
  }

  body .main-banner .left-content h1 {
    max-width: 540px;
    font-size: clamp(36px, 3.45vw, 52px);
    line-height: 1.08;
    margin-bottom: 18px;
  }

  body .main-banner .left-content h1 span {
    text-decoration-thickness: 5px;
    text-underline-offset: 7px;
  }

  body .main-banner .left-content p {
    max-width: 500px;
    font-size: 14px;
    line-height: 1.65;
  }

  body .main-banner .hero-actions {
    margin-top: 24px;
  }

  body .main-banner .hero-actions a {
    min-height: 44px;
    padding: 0 22px;
  }

  body .main-banner .hero-meta-row {
    margin-top: 22px;
    padding-top: 18px;
  }

  body .main-banner .hero-social-inline {
    margin-bottom: 14px;
  }

  body .main-banner .hero-social-inline a {
    width: 38px;
    height: 38px;
  }

  body .main-banner .hero-tech-inline span {
    min-height: 28px;
    padding: 0 10px;
  }
}

/* Header im gleichen dunklen Premium-Stil wie der Hero */
body .header-area,
body .background-header {
  height: 86px !important;
  background:
    radial-gradient(circle at 70% 0%, rgba(3, 164, 237, 0.18), transparent 28%),
    linear-gradient(90deg, #121212 0%, #181818 58%, #151111 100%) !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  box-shadow: 0 18px 44px rgba(0,0,0,0.24) !important;
  backdrop-filter: blur(18px);
}

body .header-area .container {
  max-width: 1320px;
}

body .header-area .main-nav {
  min-height: 86px;
  gap: 16px;
}

body .header-area .main-nav .logo,
body .background-header .main-nav .logo {
  order: 1;
  width: 156px;
  max-width: 156px;
  height: 86px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

body .header-area .main-nav .logo .site-logo {
  max-width: 144px;
  max-height: 52px;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,0.28));
}

body .header-area .main-nav .nav,
body .background-header .main-nav .nav {
  order: 2;
  flex: 1 1 auto;
  justify-content: center;
  gap: 4px;
  padding: 8px;
  background: rgba(255,255,255,0.065) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 16px 35px rgba(0,0,0,0.18) !important;
}

body .header-area .main-nav .nav li a,
body .background-header .main-nav .nav li a {
  color: rgba(255,255,255,0.82) !important;
  background: transparent !important;
  font-size: 13px;
  font-weight: 800;
}

body .header-area .main-nav .nav li a:hover,
body .header-area .main-nav .nav li a.active,
body .background-header .main-nav .nav li a:hover,
body .background-header .main-nav .nav li a.active {
  color: #fff !important;
  background: rgba(3,164,237,0.18) !important;
}

body .header-area .main-nav .nav li:last-child a,
body .background-header .main-nav .nav li:last-child a {
  color: #fff !important;
  background: linear-gradient(135deg, #fe3f40 0%, #ff6247 100%) !important;
  box-shadow: 0 12px 24px rgba(254,63,64,0.34) !important;
}

body .header-area .main-nav .nav li:last-child a:hover,
body .background-header .main-nav .nav li:last-child a:hover {
  background: linear-gradient(135deg, #2948ff 0%, #03a4ed 100%) !important;
}

body .header-contact-actions,
body .background-header .header-contact-actions {
  order: 3;
  gap: 10px;
}

body .header-contact-btn {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 14px 28px rgba(0,0,0,0.24);
}

body .header-contact-btn.call {
  background: #03a4ed !important;
}

body .header-contact-btn.whatsapp {
  background: #25d366 !important;
}

body .header-area .main-nav .menu-trigger span,
body .header-area .main-nav .menu-trigger span:before,
body .header-area .main-nav .menu-trigger span:after,
body .background-header .main-nav .menu-trigger span,
body .background-header .main-nav .menu-trigger span:before,
body .background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

@media (max-width: 1100px) {
  body .header-area .main-nav {
    gap: 10px;
  }

  body .header-area .main-nav .logo,
  body .background-header .main-nav .logo {
    width: 128px;
    max-width: 128px;
  }

  body .header-area .main-nav .logo .site-logo {
    max-width: 118px;
  }

  body .header-area .main-nav .nav li a,
  body .background-header .main-nav .nav li a {
    padding: 0 7px !important;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  body .header-area,
  body .background-header {
    height: 76px !important;
  }

  body .header-area .main-nav {
    min-height: 76px;
  }

  body .header-area .main-nav .logo,
  body .background-header .main-nav .logo {
    height: 76px;
    width: 122px;
    max-width: 122px;
  }

  body .header-area .main-nav .logo .site-logo {
    max-width: 112px;
  }

  body .header-contact-actions,
  body .background-header .header-contact-actions {
    margin-left: auto;
  }

  body .header-contact-btn {
    width: 38px;
    height: 38px;
  }

  body .header-area .main-nav .nav,
  body .background-header .main-nav .nav {
    top: 76px;
    background: rgba(18,18,18,0.98) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    box-shadow: 0 22px 40px rgba(0,0,0,0.28) !important;
  }

  body .header-area .main-nav .nav li a,
  body .background-header .main-nav .nav li a {
    color: rgba(255,255,255,0.86) !important;
    background: rgba(255,255,255,0.055) !important;
  }
}

/* Header final: Markenstil Blau, Rot, Weiss */
body .header-area,
body .background-header {
  height: 86px !important;
  background: rgba(255,255,255,0.96) !important;
  border-bottom: 1px solid rgba(3,164,237,0.12) !important;
  box-shadow: 0 18px 42px rgba(15,23,42,0.08) !important;
  backdrop-filter: blur(18px);
}

body .header-area .main-nav .nav,
body .background-header .main-nav .nav {
  background: #fff !important;
  border: 1px solid rgba(3,164,237,0.16) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.95),
    0 12px 28px rgba(3,164,237,0.08) !important;
}

body .header-area .main-nav .nav li a,
body .background-header .main-nav .nav li a {
  color: #253142 !important;
  background: transparent !important;
}

body .header-area .main-nav .nav li a:hover,
body .header-area .main-nav .nav li a.active,
body .background-header .main-nav .nav li a:hover,
body .background-header .main-nav .nav li a.active {
  color: #03a4ed !important;
  background: rgba(3,164,237,0.09) !important;
}

body .header-area .main-nav .nav li:last-child a,
body .background-header .main-nav .nav li:last-child a {
  color: #fff !important;
  background: linear-gradient(135deg, #fe3f40 0%, #ff6247 100%) !important;
  box-shadow: 0 12px 24px rgba(254,63,64,0.28) !important;
}

body .header-area .main-nav .nav li:last-child a:hover,
body .background-header .main-nav .nav li:last-child a:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #03a4ed 0%, #0a85d8 100%) !important;
}

body .header-contact-btn.call {
  background: #03a4ed !important;
}

body .header-contact-btn.whatsapp {
  background: #25d366 !important;
}

body .header-area .main-nav .menu-trigger span,
body .header-area .main-nav .menu-trigger span:before,
body .header-area .main-nav .menu-trigger span:after,
body .background-header .main-nav .menu-trigger span,
body .background-header .main-nav .menu-trigger span:before,
body .background-header .main-nav .menu-trigger span:after {
  background-color: #253142;
}

@media (max-width: 767px) {
  body .header-area,
  body .background-header {
    height: 76px !important;
    background: rgba(255,255,255,0.97) !important;
  }

  body .header-area .main-nav .nav,
  body .background-header .main-nav .nav {
    top: 76px;
    background: #fff !important;
    border: 1px solid rgba(3,164,237,0.14) !important;
    box-shadow: 0 22px 40px rgba(15,23,42,0.12) !important;
  }

  body .header-area .main-nav .nav li a,
  body .background-header .main-nav .nav li a {
    color: #253142 !important;
    background: #f7f9fb !important;
  }
}

/* Einheitlicher Markenlook fuer die komplette Seite: Blau, Rot, Weiss */
:root {
  --adin-blue: #03a4ed;
  --adin-blue-dark: #0a65c7;
  --adin-red: #fe3f40;
  --adin-red-soft: #ff6247;
  --adin-ink: #1f2937;
  --adin-muted: #64748b;
  --adin-line: rgba(3,164,237,0.14);
  --adin-soft: #f6fbff;
}

body {
  background: #fff !important;
  color: var(--adin-ink);
}

body .main-banner {
  background:
    radial-gradient(circle at 82% 18%, rgba(3,164,237,0.16), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(254,63,64,0.12), transparent 26%),
    #fff !important;
}

body .main-banner .left-content {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(246,251,255,0.96) 100%) !important;
  color: var(--adin-ink) !important;
}

body .main-banner .left-content:after {
  opacity: 0.32;
  background-image: radial-gradient(circle, rgba(3,164,237,0.45) 1.5px, transparent 2px);
}

body .hero-script {
  color: rgba(254,63,64,0.42) !important;
}

body .main-banner .left-content h6 {
  color: var(--adin-blue) !important;
}

body .main-banner .left-content h1,
body .main-banner .left-content h1 em,
body .main-banner .left-content h1 span {
  color: var(--adin-ink) !important;
}

body .main-banner .left-content h1 em {
  color: var(--adin-red) !important;
}

body .main-banner .left-content h1 span {
  text-decoration-color: var(--adin-blue) !important;
}

body .main-banner .left-content p {
  color: #334155 !important;
}

body .hero-primary,
body .main-red-button a,
body .contact-us .submit-btn,
body input[type="submit"],
body button[type="submit"] {
  background: linear-gradient(135deg, var(--adin-red) 0%, var(--adin-red-soft) 100%) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 14px 28px rgba(254,63,64,0.24) !important;
}

body .hero-primary:hover,
body .main-red-button a:hover,
body .contact-us .submit-btn:hover,
body input[type="submit"]:hover,
body button[type="submit"]:hover {
  background: linear-gradient(135deg, var(--adin-blue) 0%, var(--adin-blue-dark) 100%) !important;
  color: #fff !important;
}

body .hero-secondary {
  color: var(--adin-blue-dark) !important;
  border: 1px solid var(--adin-line) !important;
  background: #fff !important;
}

body .hero-secondary:hover {
  color: #fff !important;
  background: var(--adin-blue) !important;
  border-color: var(--adin-blue) !important;
}

body .hero-meta-row {
  border-top: 1px solid rgba(3,164,237,0.16) !important;
}

body .hero-social-inline a,
body .hero-tech-inline span {
  background: #fff !important;
  border: 1px solid rgba(3,164,237,0.14) !important;
  color: var(--adin-blue-dark) !important;
  box-shadow: 0 8px 18px rgba(3,164,237,0.08);
}

body .hero-tech-inline span {
  color: #475569 !important;
}

body .hero-person {
  background:
    linear-gradient(135deg, rgba(3,164,237,0.15), rgba(254,63,64,0.10)),
    #eef8ff !important;
}

body .avatar-ring {
  background:
    radial-gradient(circle at 16% 18%, rgba(254,63,64,0.16), transparent 24%),
    radial-gradient(circle at 82% 76%, rgba(3,164,237,0.20), transparent 28%),
    #f7fbff !important;
}

body section:not(.main-banner) {
  background-color: #fff;
}

body .about-us,
body .our-services,
body .our-portfolio,
body .pricing-section,
body .reviews-section,
body .blog-preview-section {
  background:
    linear-gradient(180deg, #fff 0%, #f8fcff 100%);
}

body h2 em,
body h2 span,
body h3 em,
body h3 span {
  color: var(--adin-blue) !important;
}

body h2,
body h3,
body h4 {
  color: var(--adin-ink);
}

body .item,
body .portfolio-item,
body .pricing-card,
body .review-card,
body .blog-card,
body .work-card,
body .contact-card {
  border-color: rgba(3,164,237,0.12) !important;
  box-shadow: 0 16px 36px rgba(15,23,42,0.07) !important;
}

/* Lesbarkeit und schraeger Webdesigner-Header */
body .header-area,
body .background-header {
  overflow: visible;
}

body .header-area:before,
body .background-header:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(112deg, rgba(3,164,237,0.12) 0 18%, transparent 18% 76%, rgba(254,63,64,0.12) 76% 100%),
    rgba(255,255,255,0.97);
  clip-path: polygon(0 0, 100% 0, 98.4% 100%, 1.6% 100%);
}

body .header-area:after,
body .background-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 4px;
  background: linear-gradient(90deg, var(--adin-blue) 0%, #fff 46%, var(--adin-red) 100%);
  clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}

body .header-area .main-nav .nav,
body .background-header .main-nav .nav {
  transform: skewX(-10deg);
  border-radius: 14px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(246,251,255,0.96)) !important;
}

body .header-area .main-nav .nav li,
body .background-header .main-nav .nav li,
body .header-area .main-nav .nav li a,
body .background-header .main-nav .nav li a,
body .header-area .main-red-button,
body .background-header .main-red-button {
  transform: skewX(10deg);
}

body .header-area .main-red-button a,
body .background-header .main-red-button a {
  transform: none;
  border-radius: 10px !important;
}

body .header-contact-btn {
  transform: skewX(-10deg);
  border-radius: 12px !important;
}

body .header-contact-btn i {
  transform: skewX(10deg);
}

body .header-area .main-nav .logo .site-logo {
  transform: rotate(-3deg);
}

body .section-heading h2,
body .section-heading h3,
body .section-heading p,
body .about-us .services .item h4,
body .about-us .services .item h3,
body .about-us .services .item p,
body .old-about p,
body .legacy-service-card h3,
body .legacy-service-card p,
body .work-card h3,
body .work-card p,
body .pricing-card h3,
body .pricing-card p,
body .pricing-card li,
body .review-card p,
body .review-card strong,
body .resource-card h3,
body .resource-card p,
body .faq-item h3,
body .faq-item p,
body .blog-preview-card h3,
body .blog-preview-card p,
body .our-blog h3,
body .our-blog p,
body .our-blog li,
body .our-services p,
body .our-services h4 {
  color: var(--adin-ink) !important;
}

body p,
body li {
  color: #334155;
}

body .section-heading p,
body .work-card p,
body .pricing-card p,
body .review-card p,
body .resource-card p,
body .blog-preview-card p,
body .our-blog p,
body .old-about p,
body .legacy-service-card p {
  line-height: 1.75;
}

body .about-us {
  background:
    linear-gradient(135deg, rgba(3,164,237,0.08), rgba(254,63,64,0.06)),
    #fff !important;
  padding: 110px 0 100px;
}

body .about-us .services .item,
body .legacy-service-card,
body .work-card,
body .pricing-card,
body .review-card,
body .resource-card,
body .faq-item,
body .blog-preview-card,
body .our-blog .left-image .info .inner-content {
  background: #fff !important;
  border: 1px solid rgba(3,164,237,0.13) !important;
  color: var(--adin-ink) !important;
}

body .contact-us {
  background:
    linear-gradient(135deg, rgba(3,164,237,0.96) 0%, rgba(10,101,199,0.96) 48%, rgba(254,63,64,0.94) 100%) !important;
}

body .contact-us .section-heading h2,
body .contact-us .section-heading h2 em,
body .contact-us .section-heading h2 span,
body .contact-us .section-heading p,
body .contact-us p,
body .phone-info h4,
body .phone-info h4 span,
body .phone-info h4 a {
  color: #fff !important;
}

body .contact-us form,
body .contact-form-panel,
body .review-form-panel {
  background: #fff !important;
  border: 1px solid rgba(3,164,237,0.13);
  box-shadow: 0 18px 42px rgba(15,23,42,0.10);
}

body input,
body textarea,
body select {
  color: var(--adin-ink) !important;
  background: #f8fcff !important;
  border-color: rgba(3,164,237,0.16) !important;
}

body input::placeholder,
body textarea::placeholder {
  color: #64748b !important;
}

@media (max-width: 767px) {
  body .header-area:before,
  body .background-header:before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  body .header-area .main-nav .nav,
  body .background-header .main-nav .nav,
  body .header-area .main-nav .nav li,
  body .background-header .main-nav .nav li,
  body .header-area .main-nav .nav li a,
  body .background-header .main-nav .nav li a,
  body .header-area .main-red-button,
  body .background-header .main-red-button,
  body .header-contact-btn,
  body .header-contact-btn i {
    transform: none;
  }

  body .header-area .main-nav .nav,
  body .background-header .main-nav .nav {
    border-radius: 0 0 18px 18px !important;
  }
}

/* Vorteile-Boxen: hochwertige Webdesign-Cards */
body .about-us .services {
  position: relative;
  z-index: 1;
}

body .about-us .services > .row {
  row-gap: 22px;
}

body .about-us .services .item {
  position: relative;
  min-height: 190px;
  height: 100%;
  margin-bottom: 0 !important;
  padding: 28px 26px 26px !important;
  display: flex !important;
  align-items: flex-start;
  gap: 18px;
  overflow: hidden;
  border-radius: 22px !important;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(3,164,237,0.72), rgba(254,63,64,0.62)) border-box !important;
  border: 1px solid transparent !important;
  box-shadow: 0 22px 48px rgba(15,23,42,0.09) !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

body .about-us .services .item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 118px;
  height: 118px;
  background: linear-gradient(135deg, rgba(3,164,237,0.16), rgba(254,63,64,0.12));
  clip-path: polygon(34% 0, 100% 0, 100% 66%);
}

body .about-us .services .item:after {
  content: "";
  position: absolute;
  left: 26px;
  bottom: 0;
  width: 92px;
  height: 4px;
  background: linear-gradient(90deg, var(--adin-blue), var(--adin-red));
  border-radius: 999px 999px 0 0;
}

body .about-us .services .item:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(15,23,42,0.14) !important;
}

body .about-us .services .item .icon {
  position: relative;
  z-index: 1;
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  margin: 0 !important;
  float: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(3,164,237,0.12), rgba(254,63,64,0.10)),
    #f7fbff;
  border: 1px solid rgba(3,164,237,0.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 12px 24px rgba(3,164,237,0.10);
  transform: skewX(-7deg);
}

body .about-us .services .item .icon img {
  max-width: 38px !important;
  max-height: 38px;
  transform: skewX(7deg);
}

body .about-us .services .item .right-text {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  text-align: left !important;
}

body .about-us .services .item h3 {
  margin: 0 0 10px !important;
  color: var(--adin-ink) !important;
  font-size: 21px !important;
  line-height: 1.25;
  font-weight: 800 !important;
  letter-spacing: -0.01em;
}

body .about-us .services .item p {
  margin: 0 !important;
  color: #475569 !important;
  font-size: 15px;
  line-height: 1.7;
}

body .about-us .services .col-lg-6:nth-child(2) .item .icon,
body .about-us .services .col-lg-6:nth-child(3) .item .icon {
  background:
    linear-gradient(135deg, rgba(254,63,64,0.12), rgba(3,164,237,0.10)),
    #fff8f8;
}

@media (max-width: 767px) {
  body .about-us .services .item {
    min-height: auto;
    padding: 24px 22px 24px !important;
    border-radius: 18px !important;
  }

  body .about-us .services .item .icon {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
  }

  body .about-us .services .item h3 {
    font-size: 19px !important;
  }
}
