/* ===================================
   Hero Geo — Parallax layer hints
=================================== */
@media (min-width: 992px) {
    .geo-block {
        will-change: transform;
    }
}

/* ===================================
   Colour Palette — CSS Variables
=================================== */
:root {
  /* Default: Charcoal + Orange */
  --clr-bg:           #23262d;
  --clr-bg-dark:      #1a1c21;
  --clr-accent:       #fb5919;
  --clr-accent-hover: #e04c10;
}

/* ===================================
    About
=================================== */

/*
    Theme Name: Portfolio Agency
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page , Multi Parallax Template
    Tags: One page, multi page, multipurpose, parallax, creative, html5

 */

/* ===================================
      Table of Contents
=================================== */
/*
01 Body
02 Custom Classes
   02-1 Short codes
   02-2 Loader
03 Navigation
04 Owl & revolution
05 Page header
06 Detail page
07 Contact us
08 Footer
09 Scroll Top
10 StandAlone
11 Media Queries

/*=================================
        Fonts — self-hosted (GDPR compliant)
===================================*/
/* fonts.css contains @font-face declarations for Montserrat, Roboto, Raleway */

html{
    scroll-behavior: smooth;
}

body{
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    background-color: var(--clr-bg);
}

.form-control:focus{
    outline: none !important;
    box-shadow: none !important;
    border-color: rgba(251, 89, 25, 0.5) !important;
}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    width: 12px;
    background: var(--clr-bg-dark);
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--clr-accent);
    width: 0;
    height: 25%;
}

/*=================================
        Custom Css
===================================*/

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

a {text-decoration: none; color: inherit;}

a:focus {color: inherit}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-1{opacity: .1;}
.opacity-2{opacity: .2;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

.bg-black {background: #202020;}

.heading-area{
    position: relative;
    transform: translate(63%,80%);
    z-index: 11;
}

.heading-area.long-area{
    transform: translate(84%,80%);
    width: 85%;
}

.heading{
    font-size: 70px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.text{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}

.btn-main{
    position: relative;
    padding: 12px 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    transition: 0.2s ease;
    z-index: 11;
    border: 2px solid #ffffff;
}

.btn-main:hover {
    color: #ffffff;
    border-color: var(--clr-accent);
    background-color: var(--clr-accent);
}

.btn-main-inverse{
    position: relative;
    padding: 8px 30px;
    color: #ffffff;
    background-color: #000000;
    border: solid 1px #000000;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    transition: .5s ease;
    z-index: 11;
}

.btn-main-inverse:hover {
    color: #fff;
    background-color: var(--clr-accent);
    border: solid 1px var(--clr-accent);
}

.btn-sec-inverse{
    z-index: 11;
    color: #202020;
    position: relative;
    padding: 14px 30px;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    transition: .5s ease;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-sec-inverse:hover {
    color: #ffffff;
    background-color: var(--clr-accent);
    border: solid 1px var(--clr-accent);
}

.position-relative{
    position: relative;
}

.anim-text-white {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--clr-accent)), color-stop(50%, var(--clr-accent)), color-stop(50%, #FFFFFF));
    background-image: linear-gradient(to right, var(--clr-accent), var(--clr-accent) 50%, #FFFFFF 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

.anim-text-white:hover {
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0;
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .anim-text-white {
            -webkit-background-clip: unset;
            -webkit-text-fill-color: unset;
            background-image:unset;
            background-size: unset;
            background-position: unset;
            color: #ffffff !important;
        }
        .anim-text-white:hover {
            -webkit-background-clip: unset;
            -webkit-text-fill-color: unset;
            background-image:unset;
            background-size: unset;
            background-position: unset;
            color:#ec3737 !important;
        }
    }
}

.padding-top{
    padding-top: 120px;
}

.padding-bottom{
    padding-bottom: 120px;
}

.padding-top-half{
    padding-top: 80px;
}

.padding-bottom-half{
    padding-bottom: 80px;
}

/* ===================================
        Preloader
====================================== */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: var(--clr-bg);
    z-index: 999;
}

.dot-container {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    filter: url('#goo');
    animation: rotate-move 2s ease-in-out infinite;
}

.dot {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--clr-accent);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.dot-3 {
    background-color: var(--clr-accent);
    animation: dot-3-move 2s ease infinite, index 6s ease infinite;
}

.dot-2 {
    background-color: var(--clr-accent);
    animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;
}

.dot-1 {
    background-color: var(--clr-accent);
    animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;
}

@keyframes dot-3-move {
    20% {transform: scale(1)}
    45% {transform: translateY(-18px) scale(.45)}
    60% {transform: translateY(-90px) scale(.45)}
    80% {transform: translateY(-90px) scale(.45)}
    100% {transform: translateY(0px) scale(1)}
}

@keyframes dot-2-move {
    20% {transform: scale(1)}
    45% {transform: translate(-16px, 12px) scale(.45)}
    60% {transform: translate(-80px, 60px) scale(.45)}
    80% {transform: translate(-80px, 60px) scale(.45)}
    100% {transform: translateY(0px) scale(1)}
}

@keyframes dot-1-move {
    20% {transform: scale(1)}
    45% {transform: translate(16px, 12px) scale(.45)}
    60% {transform: translate(80px, 60px) scale(.45)}
    80% {transform: translate(80px, 60px) scale(.45)}
    100% {transform: translateY(0px) scale(1)}
}

@keyframes rotate-move {
    55% {transform: translate(-50%, -50%) rotate(0deg)}
    80% {transform: translate(-50%, -50%) rotate(360deg)}
    100% {transform: translate(-50%, -50%) rotate(360deg)}
}

@keyframes index {
    0%, 100% {z-index: 3}
    33.3% {z-index: 2}
    66.6% {z-index: 1}
}

/* ===================================
    Menu-Line
====================================== */

.menu-line i{
    transform: rotate(-10deg);
    display: inline-block;
}

.menu-line {
    position: absolute;
    left: -50px;
    font-size: 3.6rem;
    font-weight: bolder;
    color: var(--clr-accent);
    top: 32px;
    display: block;
    text-align: center;
    width: auto;
    height: 75px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}

.navbar-nav .nav-link:nth-child(1).active ~ .menu-line{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(2).active ~ .menu-line{
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(3).active ~ .menu-line{
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(4).active ~ .menu-line{
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(5).active ~ .menu-line{
    -webkit-transform: translate3d(0, 400%, 0);
    transform: translate3d(0, 400%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(6).active ~ .menu-line{
    -webkit-transform: translate3d(0, 500%, 0);
    transform: translate3d(0, 500%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(7).active ~ .menu-line{
    -webkit-transform: translate3d(0, 600%, 0);
    transform: translate3d(0, 600%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(1):hover ~ .menu-line{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(2):hover ~ .menu-line{
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(3):hover ~ .menu-line{
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(4):hover ~ .menu-line{
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(5):hover ~ .menu-line{
    -webkit-transform: translate3d(0, 400%, 0);
    transform: translate3d(0, 400%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(6):hover ~ .menu-line{
    -webkit-transform: translate3d(0, 500%, 0);
    transform: translate3d(0, 500%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(7):hover ~ .menu-line{
    -webkit-transform: translate3d(0, 600%, 0);
    transform: translate3d(0, 600%, 0);
}

/*=================================
        Header Section
===================================*/

header .header-appear .sidemenu_btn{
    position: fixed;
    left: 30px;
    top: 30px;
    z-index: 11;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

header .inner-header{
    padding: 30px 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 111;
    background-color: var(--clr-bg);
}

header .inner-header.stand {
    position: relative;
}

header .inner-header.header-appear {
    position: fixed;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
}

header .navbar-brand{
    margin-right: 0;
}

header .navbar-brand img {
    max-width: 80px;
}

/*side open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 38px;
    padding: 6px;
    margin-left: .5rem;
    margin-top: .4rem;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #ffffff;
    display: block;
    margin: auto;
    transition: .5s ease;
}

.sidemenu_btn:hover span:first-child,.sidemenu_btn:hover span:last-child{
    width: 70%;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 40%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: var(--clr-bg-dark);
    z-index: 2032;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    -webkit-transition:transform .5s ease;
    overflow: hidden;
}

.side-menu-opacity{
    opacity:0;
}

.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 40px;
    cursor: pointer;
    border: solid 2px #fff;
}

.header-appear ~ .side-menu .btn-close {
    top:50px;
}

.side-menu.before-side .btn-close{
    display: none;
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
    content: ' ';
    position: absolute;
    left: 18px;
    height: 30px;
    width: 3px;
    top: 5px;
    background: #fff;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}

.side-menu .navbar-nav{
    margin-bottom: 30px;
    display: block;
}

.side-menu-inner-content .side-menu-footer{
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 28px;
    z-index: 1;
}

.side-menu-inner-content .copywrite ,.side-menu-inner-content .social-icons a i{
    color: #FFFFFF;
    opacity: 1;
}

.side-menu-inner-content .social-icons a:hover{
    background-color: #ffffff;
}

.side-menu-inner-content .social-icons a:hover i{
    color: #000000;
}

.side-menu-inner-content .navbar-nav{
    transform: translateY(0);
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*=================================
    Slide Nav Css
===================================*/

.navbar-nav{
    transform: translateX(50%);
    position: relative;
    z-index: 11;
}

.navbar-nav .nav-link{
    min-height: 75px;
    text-align: left;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    text-transform: lowercase;
    font-family: 'Montserrat', sans-serif;
}

.sidenav-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    transition: .3s ease;
}

.sidenav-bottom-fixed{
    position: fixed;
    bottom: 12%;
    left: 1%;
    right: 77%;
    z-index: 11;
    transition: 0s;
    animation: 1s fadeIn;
}

.social-icons , .copywrite{
    width: 50%;
    float: left;
}

.copywrite{
    padding-right:30px ;
    font-size: 13px;
    color: #ffffff;
    opacity: .6;
}

.social-icons span a{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    transition: .5s ease;

}

.social-icons span a:hover{
    background-color: var(--clr-accent);
}

.social-icons span a:hover i{
    color: #ffffff;
}

.social-icons span i{
    font-size: 15px;
    color: #ffffff;
}

/*=================================
    Main Banner Section
===================================*/

.main{
    height: 98vh;
}

.main .img-area{
    height: 98vh;
    overflow: hidden;
}

.main .slider-img img{
    width: 100%;
    height: 100%;
}

.main .slider-img .white-overlay{
    right: 78%;
}

/*=================================
    Services Section
===================================*/

.services-sec {
    position: relative;
}

/* .services-sec:before removed — was template orange background block */

.services-sec .image-holder {
    margin-top: 30px;
}

.services-sec .heading-area {
    transform: translate(0);
}

.services-sec .services-boxes{
    display: block;
    padding: 100px 50px;
}

.services-sec .services-boxes .service-card{
    width: 43%;
    float: left;
    margin-top: 150px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.services-sec .services-boxes .service-card:first-child{
    margin-top: 0;
}

.services-sec .services-boxes .service-card .icon-holder{
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    color: #ffffff;
    transition: .5s ease;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--clr-accent)), color-stop(50%, var(--clr-accent)), color-stop(50%, #ffffff));
    background-image: linear-gradient(to right, var(--clr-accent), var(--clr-accent) 50%, #ffffff 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

.services-sec .services-boxes .service-card:hover .icon-holder{
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0;
}

.services-sec .services-boxes .service-card.right:hover .icon-holder{
    -webkit-transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
    background-position: 0;
}

.services-sec .services-boxes .service-card .icon-holder i{
    font-size: 100px;
}

.services-sec .services-boxes .service-card.left.icon-right{
    width: 52%;
}
.services-sec .services-boxes .service-card.left{
    float: left;
    clear: left;
}

.services-sec .services-boxes .service-card.right{
    margin-top:50px;
    margin-bottom: 50px;
    float: right;
    clear: right;
    width: 32%;
}

.services-sec .services-boxes .service-card .text{
    margin-bottom: 0;
}

.services-sec .services-boxes .service-card.right .icon-holder{
    margin-bottom: 20px;
}

/*=================================
    Portfolio Section
===================================*/

.portfolio-sec .portfolio-carousel .work-detail{
    margin-top: 50px;
}

.portfolio-sec .portfolio-carousel .work-detail .work-heading{
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
}

.portfolio-sec .work-navigation{
    position: absolute;
    left: -145px;
    top: 65%;
}

.portfolio-sec .work-navigation a{
    text-decoration: none;
    display: block;
    transition: .8s ease;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--clr-accent)), color-stop(50%, var(--clr-accent)), color-stop(50%, #ffffff));
    background-image: linear-gradient(to right, var(--clr-accent) , var(--clr-accent) 50%, #ffffff 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

.portfolio-sec .work-navigation a:hover{
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0;
}

.portfolio-sec .work-navigation a i{
    font-size: 34px;
    font-weight: 600;
}

.portfolio-sec .work-navigation a.portfolio-right-arr{
    margin-top: 0;
    margin-left: 80px;
}

.portfolio-sec .work-detail .work-btn{
    margin-right: 3px;
}

/*=================================
    Testimonial Section
===================================*/

.testimonial-sec {
    position: relative;
}

/* .testimonial-sec:before removed — was template orange background block */

.testimonial-sec .heading-area{
    position: absolute;
    transform: translate(0,80%);
    z-index: 11;
    left: 0;
    width: 40%;
}
.testimonial-sec .item{
    margin-left: auto;
}

.testimonial-sec .review-detail{
    display: block;
    margin-top: 50px;
}

.testimonial-sec .user-detail{
    z-index: 11;
    display: table;
    color: #ffffff;
    margin-left: auto;
}

.testimonial-sec .user-detail .user-name{
    font-size: 24px;
    font-weight: bold;
    color: var(--clr-accent);
}

.testimonial-sec .user-detail .user-loc{
    font-size: 18px;
    font-weight: 300;
}

.testimonial-sec .review-detail .text{
    width: 90%;
}

.testimonial-sec .review-detail .quote-icon-right{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 24px;
    color: #ffffff;
}

.testimonial-sec .review-detail .quote-icon-left{
    position: absolute;
    left: 0;
    bottom: 100%;
    font-size: 24px;
    color: #ffffff;
}

.testimonial-sec .image-holder img {
    width: 50%;
    margin-left: auto;
    display: flex;
}

.testimonial-sec .text {
    padding: 40px 0;
}

/*=================================
    Contact Section
===================================*/

.contact-sec .heading-area{
    transform: translate(75%,132%);
    width: 100%;
}

.contact-sec .contact-inner{
    background: var(--clr-accent);
    border: solid 10px var(--clr-accent);
    padding: 80px;
}

.contact-sec .contact-inner .contact-details ul{
    padding-left: 0;
}

.contact-sec .contact-inner .contact-details ul li{
    list-style: none;
    display: inline-block;
    margin-right: 50px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
}

.contact-sec .contact-inner .contact-details ul li i{
    opacity: 1;
    color: #ffffff;
    font-size: 26px;
    margin-right: 10px;
}

.contact-sec .contact-form-sec{
    width: 50%;
    margin: auto;
}

.contact-sec .contact-form .form-control{
    margin-bottom: 30px;
    border-radius: 0;
    padding-left: 0;
}

.contact-sec .contact-form input{
    border: none;
    color: #ffffff;
    background: transparent;
    border-bottom: solid 1px #e6e6e6;
}

.contact-sec .contact-form textarea{
    border: none;
    color: #ffffff;
    background: transparent;
    border-bottom: solid 1px #e6e6e6;
}

.contact-sec .btn-main-inverse{
    margin-top: 30px;
    margin-bottom: 30px;
}

.contact-sec ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
}

.contact-sec :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}

.contact-sec ::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
}

/* ===================================
   Footer Section
====================================== */

.footer-style-1{
    padding: 5rem 0;
    padding-top: 0;
}

.footer-style-1 .footer-social ul{
    margin: 0;
    padding: 0;
}

.footer-style-1 .footer-social li{
    display: inline-block;
}

.footer-style-1 .footer-social a {
    color: #000000;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-style-1 .footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.footer-style-1 .footer-social li a:hover{
    background-color:var(--clr-accent);
    color: #ffffff;
}

.footer-style-1 .company-about{
    font-size: 14px;
}

.footer-style-1 .contact-pot{
    transform: translateY(-50px);
}

.footer-style-1 .contact-pot img{
    width: 60%;
}

/* ===================================
   Scroll Top
====================================== */

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    border-radius: 50%;
    color: #202020;
    background-color: var(--clr-accent);
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

.go-top.active {
    -webkit-animation: bounceInDown 2s;
    animation: bounceInDown 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--clr-accent);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.go-top:hover {
    color: #ffffff;
    transition: .3s ease;
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible;
    transition: .3s ease;
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/* ===================================
     Stand Alone
====================================== */

.standalone {
    padding: 120px 0;
}

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}
.standalone-detail .sub-heading{
    font-size: 16px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}

.standalone-area .sub-heading{
    font-size: 16px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}

.standalone-detail .heading{
    margin: 15px 0;
    line-height: 1.2;
    font-size: 70px;
    font-weight: 700;
    color: #ffffff;
    text-transform: lowercase;
    font-family: 'Montserrat', sans-serif;
}

.standalone-detail .para_text{
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    font-size: 16px;
    opacity: 0.7;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.standalone-detail{
    padding-bottom: 100px;
}

.standalone-area .heading-text{
    font-size: 48px;
    font-weight: 700;
    margin: 15px 0;
    text-transform: lowercase;
    font-family: 'Montserrat', sans-serif;
}

.standalone-area .stand-img-des .para_text{
    font-size: 16px;
    margin: 0 auto;
    color: #ffffff;
    opacity: .7;
    font-family: 'Roboto' , sans-serif;
}

.page-title{
    background:url("../img/standalone.jpg");
    position:relative;
    text-align:center;
    padding: 200px 0 150px 0;
    background-size: cover;
    background-position: top center;
}

.page-title .auto-container{
    position:relative;
}

.page-title h2{
    position:relative;
    color:#ffffff;
    font-weight:bold;
    line-height:1.2em;
    margin-bottom: 10px;
    font-size: 60px;
    text-transform:capitalize;
    font-family: 'Montserrat', sans-serif;
}

.page-breadcrumb{
    position:relative;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:15px;
    color:#ffffff;
    font-size:16px;
    font-weight: 500;
    text-transform:capitalize;
    font-family: 'Montserrat', sans-serif;
}

.page-breadcrumb li:after{
    position:absolute;
    content: "\f101";
    right:-5px;
    top:1px;
    color:#ffffff;
    font-size: 16px;
    font-weight:900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0;
    margin-right:0;
}

.page-breadcrumb li a{
    color:#fff;
    font-weight: 500;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a .icon{
    margin-right: 4px;
    color: var(--clr-accent);
}

.page-breadcrumb li a:hover{
    color: #ffffff;
}

.footer-alone{
    padding-bottom: 7.5rem;
}

.footer-alone .footer-social ul{
    margin: 0;
    padding: 0;
}

.footer-alone .footer-social li{
    display: inline-block;
}

.footer-alone .footer-social i{
    color: #ffffff;
}

.footer-alone .footer-social a {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 15px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    visibility: visible !important;
    color: #ffffff;
}

.footer-alone .footer-social a i{
    position: relative;
    z-index: 11;
    transition: .3s ease;
}

.footer-alone .footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.footer-alone .footer-social li a span{
    position: absolute;
    left: 100%;
    right: 100%;
    bottom: 100%;
    top: 100%;
    z-index: 1;
    background: var(--clr-accent);
    border-radius: 50%;
    transition: .3s ease;
}

.footer-alone .footer-social li a:hover span{
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.footer-alone .footer-social li a:hover i {
    color: #ffffff;
    transition: .3s ease;
}

.footer-alone .company-about{
    font-size: 14px;
    color: #ffffff;
    opacity: .7;
}

/* StandAlone Image Hover */
.img-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.img-list .image-hover {
    border: 5px solid transparent;
    box-sizing: border-box;
    float: left;
    position: relative;
    cursor: pointer;
}

.img-list img {
    max-width: 100%;
    vertical-align: middle;
}

.img-list .image-hover:before {
    transition: all .5s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    transform: scale(0);
}

.img-list .image-hover:hover:before {
    opacity: .5;
    transform: scale(1);
}

.img-list .image-hover:after {
    transition: all .6s ease .2s;
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid #aaa;
    background: #000000;
    opacity: 0;
    transform: scale(0);
}

.img-list .image-hover:hover:after {
    opacity: .35;
    transform: scale(1);
}

/*=================================
        Media Queries
===================================*/

@media (min-width: 1400px) and (max-width: 1600px) {
    .heading {
        font-size: 64px;
    }
    .contact-sec .heading-area {
        transform: translate(75%,170%);
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .navbar-nav .nav-link {
        font-size: 42px;
    }
    .heading {
        font-size: 54px;
    }
    .contact-sec .contact-inner .contact-details ul li {
        font-size: 16px;
    }
    .contact-sec .heading-area {
        transform: translate(75%,200%);
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .heading {
        font-size: 54px;
    }
    .portfolio-sec .heading {
        font-size: 48px;
    }
    .heading-area.long-area {
        width: 100%;
    }
    header .inner-header {
        position: relative;
    }
    .main {
        height: auto;
        padding: 60px 0 120px 0;
    }
    .main .copywrite {
        padding: 0;
    }
    .main .social-icons {
        width: 55%;
        margin: 10px 0;
    }
    .main .img-area {
        height: auto;
    }
    .navbar-nav .nav-link {
        font-size: 46px;
    }
    .side-menu {
        width: 65%;
    }
    .portfolio-sec .work-navigation {
        left: -98px;
    }
    .testimonial-sec .image-holder img {
        width: 60%;
    }
    .contact-sec .contact-inner .contact-details ul li {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .contact-sec .heading {
        font-size: 50px;
    }
    .contact-sec .heading-area {
        transform: translate(75%,170%);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* About Section */
    .services-sec:before {
        width: 100%;
        transform: translate(-50%,-108%);
    }

    /* Testimonial Section */
    .testimonial-sec:before {
        width: 100%;
        height: 540px;
        transform: translate(-50%,-68%);
    }
    .testimonial-sec .review-carousel .padding-top {
        padding-top: 30px;
    }
}

@media (max-width: 991.98px) {
    /* Side Menu */
    .side-menu {
        width: 100%;
    }
    .side-menu .inner-wrapper {
        padding: 3.5rem 4rem;
    }
    .navbar-nav .nav-link {
        font-size: 50px;
    }
    header .header-appear .sidemenu_btn {
        position: relative;
        left: auto;
        top: auto;
    }
    header .inner-header.header-appear{
        position: fixed;
        -webkit-animation-name: animationFade;
        animation-name: animationFade;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    }

    /* Slider Section */
    .main .slider-img{
        margin-top: 90px;
    }
    .main .slider-img .white-overlay {
        display: none;
    }
    .heading-area {
        transform: translate(0);
        margin: auto;
        margin-bottom: 50px;
        width: 60%;
    }
    .heading-area.long-area {
        transform: translate(0);
        width: 100%;
    }
    .main {
        height: auto;
    }
    .main .img-area {
        height: auto;
    }
    .heading {
        font-size: 50px;
        text-align: center;
    }

    /* About Section */
    .services-sec .image-holder {
        text-align: center;
    }
    .services-sec .services-boxes {
        padding: 0 33px;
        width: 60%;
        margin: auto;
    }
    .services-sec .services-boxes .service-card {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 80px;
    }
    .services-sec .services-boxes .service-card.right {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 0;
    }
    .services-sec .services-boxes .service-card.left.icon-right {
        width: 100%;
        display: grid;
    }
    .services-sec .services-boxes .service-card .icon-holder {
        margin-bottom: 20px;
    }

    /* Testimonial Section */
    .testimonial-sec .image-holder img {
        width: 90%;
        margin: auto;
    }
    .testimonial-sec .heading-area {
        position: relative;
        transform: translate(0);
        width: 100%;
        z-index: 1;
    }
    .testimonial-sec .item {
        width: 100%;
    }
    .testimonial-sec .user-detail {
        position: relative;
        left: auto;
        top:auto;
        text-align: center;
    }
    .testimonial-sec .review-detail {
        transform: translateX(0);
        margin-top: 80px;
    }
    .testimonial-sec .review-detail .text {
        width: 100%;
        text-align: center;
    }
    .testimonial-sec .review-detail .quote-icon {
        position: absolute;
        right: 50%;
        top: -37%;
        bottom: auto;
        transform: translateX(-50%);
        font-size: 20px;
    }

    /* Contact Section */
    .contact-sec .contact-inner {
        padding: 80px 20px;
    }
    .contact-sec .contact-inner .contact-details ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 40px;
        font-size: 18px;
        text-align: center;
    }
    .contact-sec .contact-inner .contact-details ul li i {
        margin-right: 0;
        display: block;
        margin-bottom: 8px;
    }
    .contact-sec .contact-form-sec {
        width: 100%;
        margin: auto;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .para_text {
        font-size: 18px;
    }
    .author-avatar {
        float: none;
        margin-bottom: 25px;
        overflow: visible;
    }
    .agency-author {
        padding: 30px;
        text-align: left;
    }
    .author-content {
        padding: 0;
    }
}

@media (max-width: 767.98px) {
    .padding-bottom {
        padding-bottom: 60px;
    }
    .padding-top {
        padding-top: 60px;
    }
    .heading-area {
        width: 100%;
    }

    /* Nav-Bar */
    header .navbar-brand img{
        max-width: 70%;
        margin: auto;
    }
    header .btn-main {
        padding: 8px 16px;
        font-size: 13px;
    }
    .navbar-nav .nav-link {
        font-size: 37px;
    }
    .copywrite {
        padding: 4px 0 0 0;
    }

    /* Slider Section */
    .main {
        height: auto;
    }
    .main .img-area {
        height: auto;
    }
    .heading {
        font-size: 36px;
        text-align: center;
    }

    /* About Section */
    .services-sec:before {
        width: 100%;
        height: 250px;
        transform: translate(-50%,-215%);
    }
    .services-sec .services-boxes {
        width: 100%;
    }
    .services-sec .services-boxes {
        padding: 0 33px;
    }
    .services-sec .services-boxes .service-card {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 80px;
    }
    .services-sec .services-boxes .service-card.right {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 0;
    }
    .services-sec .services-boxes .service-card.left.icon-right {
        width: 100%;
        display: grid;
    }
    .services-sec .services-boxes .service-card .icon-holder {
        margin-bottom: 20px;
    }

    /* Portfolio Section */
    .portfolio-sec .work-detail p {
        margin: 20px 0;
    }

    /* Testimonial Section */
    .testimonial-sec:before {
        width: 100%;
        height: 250px;
        transform: translate(-50%,-100%);
    }
    .testimonial-sec .text {
        padding: 20px 0;
    }
    .testimonial-sec .review-detail {
        margin-top: 0;
    }
    .testimonial-sec .user-detail {
        margin: auto;
    }
    .testimonial-sec .review-detail .quote-icon {
        position: absolute;
        right: 50%;
        top: -16%;
    }
    .testimonial-sec .image-holder img {
        width: 100%;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 36px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .page-title h2{
        font-size: 2rem;
    }
    .standalone-area .heading-text {
        font-size: 30px;
    }
    .page-title {
        padding: 150px 0 150px 0;
    }
    .footer-alone .company-about {
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    header .btn-main {
        padding: 8px 10px;
        font-size: 12px;
    }
    .navbar-nav .nav-link {
        font-size: 30px;
    }
    header .inner-header {
        padding: 15px 20px;
    }
}

/*=================================
    GERSS-TECH — Layout / Containers
===================================*/

/* Unified btn-main typography — overrides template's 16px default */
.btn-main {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 15px 38px;
}

/* Section containers — consistent gutters, bounded on wide screens */
.problem-sec .container,
.process-sec .container,
.services-sec .container,
.cases-sec .container,
.about-sec .container,
.contact-sec .container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
}

@media (max-width: 991.98px) {
    .problem-sec .container,
    .process-sec .container,
    .services-sec .container,
    .cases-sec .container,
    .about-sec .container,
    .contact-sec .container {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media (max-width: 767.98px) {
    .problem-sec .container,
    .process-sec .container,
    .services-sec .container,
    .cases-sec .container,
    .about-sec .container,
    .contact-sec .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/*=================================
    GERSS-TECH — Language Toggle
===================================*/

.lang-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 20px;
}

.lang-btn {
    background: none;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    padding: 2px 0;
    transition: color 0.2s ease;
    line-height: 1;
}

.lang-btn:hover,
.lang-btn.active {
    color: #ffffff;
}

.lang-sep {
    color: rgba(255, 255, 255, 0.15);
    font-size: 0.6rem;
    line-height: 1;
    user-select: none;
}

/* Language transition fade */
body {
    transition: opacity 0.18s ease;
}
body.lang-transitioning {
    opacity: 0;
}

/*=================================
    GERSS-TECH — Wordmark
===================================*/

header .navbar-brand.wordmark {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
}

/*=================================
    GERSS-TECH — Top Nav
===================================*/

.top-nav {
    display: flex;
    align-items: center;
    gap: 36px;
    margin-right: 36px;
}

.top-nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s ease;
}

.top-nav-link:hover {
    color: #ffffff;
}

.top-nav-cta {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

/*=================================
    GERSS-TECH — Hero Section
===================================*/

.hero-content-area {
    position: relative;
    min-height: 100vh;
    padding: 160px 80px 60px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-mid {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    align-items: flex-end;
    padding-bottom: 48px;
}

.hero-headline {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(72px, 11vw, 148px);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.04em;
    color: #ffffff;
    margin-bottom: 0;
}

.hero-headline-accent {
    color: var(--clr-accent);
}

.hero-foot {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-cta {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 15px 38px;
}

.hero-descriptor {
    font-family: 'Roboto', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0;
    max-width: 420px;
    text-align: right;
}

/* Abstract geometric background elements */
.hero-geo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.geo-block {
    position: absolute;
}

.geo-1 {
    width: 380px;
    height: 380px;
    border: 1px solid rgba(251, 89, 25, 0.1);
    right: 6%;
    top: 10%;
    transform: rotate(12deg);
}

.geo-2 {
    width: 200px;
    height: 200px;
    background: rgba(251, 89, 25, 0.03);
    border: 1px solid rgba(251, 89, 25, 0.15);
    right: 16%;
    top: 28%;
    transform: rotate(-6deg);
}

.geo-3 {
    width: 56px;
    height: 56px;
    background: var(--clr-accent);
    right: 10%;
    bottom: 20%;
    opacity: 0.65;
}

/* ===================================
    GERSS-TECH — Problem Section
=================================== */

.problem-sec {
    padding: 120px 0 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.problem-intro {
    max-width: 560px;
    margin-bottom: 72px;
}

.problem-eyebrow {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--clr-accent);
    margin-bottom: 24px;
}

.problem-headline {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(32px, 3.8vw, 52px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 20px;
}

.problem-lead {
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0;
}

.problem-grid {
    gap: 0;
}

.problem-card {
    padding: 40px 36px 40px 36px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 2px;
    margin-bottom: 24px;
    height: calc(100% - 24px);
    position: relative;
    transition: border-color 0.3s ease;
}

.problem-card:hover {
    border-color: rgba(251, 89, 25, 0.25);
}

.problem-card-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--clr-accent);
    opacity: 0.7;
    margin-bottom: 20px;
}

.problem-card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin-bottom: 14px;
    line-height: 1.3;
}

.problem-card-text {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
}

.problem-card.problem-card-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: rgba(251, 89, 25, 0.04);
    border-color: rgba(251, 89, 25, 0.2);
}

.problem-card-cta-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 28px;
}

/* Responsive — Problem */
@media (max-width: 991.98px) {
    .problem-sec {
        padding: 80px 0 60px;
    }
    .problem-intro {
        margin-bottom: 48px;
    }
}

@media (max-width: 767.98px) {
    .problem-sec {
        padding: 64px 0 48px;
    }
    .problem-card {
        padding: 32px 28px;
    }
}

/* ===================================
    GERSS-TECH — Engage Section
=================================== */

.engage-sec {
    padding: 120px 0 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.engage-intro {
    max-width: 560px;
    margin-bottom: 64px;
}

.engage-eyebrow {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--clr-accent);
    margin-bottom: 24px;
}

.engage-headline {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(32px, 3.8vw, 52px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 16px;
}

.engage-lead {
    font-size: 1rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0;
}

.engage-grid {
    gap: 0;
}

.engage-card {
    padding: 44px 36px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 2px;
    margin-bottom: 24px;
    height: calc(100% - 24px);
    display: flex;
    flex-direction: column;
    transition: border-color 0.3s ease;
}

.engage-card:hover {
    border-color: rgba(251, 89, 25, 0.2);
}

.engage-card.engage-card-featured {
    border-color: rgba(251, 89, 25, 0.3);
    background: rgba(251, 89, 25, 0.04);
}

.engage-card-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--clr-accent);
    opacity: 0.85;
    margin-bottom: 16px;
}

.engage-card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 18px;
}

.engage-card-text {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.48);
    margin-bottom: 24px;
    flex-grow: 1;
}

.engage-card-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 24px;
}

.engage-card-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 12px 28px;
    align-self: flex-start;
}

/* Responsive — Engage */
@media (max-width: 991.98px) {
    .engage-sec {
        padding: 80px 0 60px;
    }
}

@media (max-width: 767.98px) {
    .engage-sec {
        padding: 64px 0 48px;
    }
    .engage-card {
        padding: 32px 28px;
    }
}

/* ===================================
    GERSS-TECH — Contact Section (new)
=================================== */

.contact-sec {
    padding: 120px 0 100px;
    background: var(--clr-bg);
}

.contact-eyebrow {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--clr-accent);
    margin-bottom: 24px;
}

.contact-headline {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(32px, 3.8vw, 52px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 20px;
}

.contact-intro-text {
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 36px;
}

.contact-details-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-details-list li {
    font-size: 0.85rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-details-list li i {
    color: var(--clr-accent);
    font-size: 1rem;
    opacity: 0.7;
}

.contact-details-list li a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-details-list li a:hover {
    color: #ffffff;
}

.contact-form-new {
    width: 100%;
}

.contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.contact-form-row .contact-form-group {
    margin-bottom: 0;
}

.contact-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 10px;
}

.contact-input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    caret-color: var(--clr-accent);
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    padding: 12px 0;
    transition: border-color 0.3s ease;
    outline: none;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}

.contact-input:focus {
    border-bottom-color: var(--clr-accent);
    outline: none;
    box-shadow: none;
}

.contact-input::placeholder {
    color: rgba(255, 255, 255, 0.2);
    -webkit-text-fill-color: rgba(255, 255, 255, 0.2);
}

/* Browser autofill — keep dark background, white text */
.contact-input:-webkit-autofill,
.contact-input:-webkit-autofill:hover,
.contact-input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0px 1000px var(--clr-bg) inset;
    box-shadow: 0 0 0px 1000px var(--clr-bg) inset;
    caret-color: var(--clr-accent);
    transition: background-color 5000s ease-in-out 0s;
}

.contact-textarea {
    resize: none;
    line-height: 1.7;
}

.contact-submit {
    font-size: 0.82rem;
    padding: 15px 38px;
    margin-top: 12px;
    cursor: pointer;
}

/* Responsive — Contact */
@media (max-width: 991.98px) {
    .contact-sec {
        padding: 80px 0 80px;
    }
    .contact-headline {
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .contact-sec {
        padding: 64px 0 64px;
    }
    .contact-form-row {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 0;
    }
    .contact-form-row .contact-form-group {
        margin-bottom: 20px;
    }
}

/* ===================================
    GERSS-TECH — Process Section
=================================== */

.process-sec {
    padding: 120px 0 100px;
    background: var(--clr-bg-dark);
}

.process-intro {
    max-width: 560px;
    margin-bottom: 72px;
}

.process-eyebrow {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--clr-accent);
    margin-bottom: 24px;
}

.process-headline {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(32px, 3.8vw, 52px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 0;
}

/* Horizontal Process Timeline */
.process-timeline {
    margin-top: 64px;
}

.process-timeline-row {
    position: relative;
}

.process-timeline-row::before {
    content: '';
    position: absolute;
    top: 28px; /* aligns with center of dot */
    left: calc(8.333% + 16px); /* aligns with first dot */
    right: calc(8.333% + 16px);
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    z-index: 0;
}

.process-step-h {
    position: relative;
    padding-top: 0;
}

.process-step-h-num {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(52px, 5.5vw, 80px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.05);
    margin-bottom: 0;
    line-height: 1;
}

.process-step-h-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--clr-accent);
    margin: 10px 0 28px;
    position: relative;
    z-index: 1;
}

.process-step-h-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--clr-accent);
    margin-bottom: 10px;
}

.process-step-h-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.0rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.35;
    color: #ffffff;
    margin-bottom: 14px;
}

.process-step-h-text {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0;
}

/* ===================================
    GERSS-TECH — Case Studies Section
=================================== */

/* ===================================
    GERSS-TECH — Services Section
=================================== */

.services-sec {
    padding: 100px 0 80px;
    background: var(--clr-bg-dark);
}

/* Neutralise the template's decorative orange rectangle */
.services-sec::before {
    display: none;
}

.services-intro {
    margin-bottom: 64px;
}

.services-eyebrow {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--clr-accent);
    margin-bottom: 16px;
}

.services-headline {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
}

.services-grid {
    gap: 0;
}

.service-card {
    padding: 40px 36px 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    height: 100%;
}

.service-card-icon {
    margin-bottom: 24px;
}

.service-card-icon i {
    font-size: 1.6rem;
    color: var(--clr-accent);
    opacity: 0.9;
}

.service-card-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: #ffffff;
    margin-bottom: 14px;
    line-height: 1.3;
}

.service-card-text {
    font-family: 'Roboto', sans-serif;
    font-size: 0.88rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.75;
    margin: 0;
}

@media (max-width: 991.98px) {
    .services-sec {
        padding: 72px 0 56px;
    }
    .service-card {
        padding: 32px 0;
    }
}

@media (max-width: 767.98px) {
    .services-sec {
        padding: 56px 0 40px;
    }
}

/* ===================================
    GERSS-TECH — Case Studies Section
=================================== */

.cases-sec {
    padding: 120px 0 100px;
    background: var(--clr-bg);
}

.cases-intro {
    max-width: 560px;
    margin-bottom: 72px;
}

.cases-eyebrow {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--clr-accent);
    margin-bottom: 24px;
}

.cases-headline {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(32px, 3.8vw, 52px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 16px;
}

.cases-lead {
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0;
}

.cases-grid {
    gap: 0;
}

.case-card {
    padding: 40px 36px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 2px;
    height: calc(100% - 24px);
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.case-card:hover {
    border-color: rgba(251, 89, 25, 0.25);
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.case-card-sector {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--clr-accent);
    opacity: 0.8;
    margin-bottom: 16px;
}

.case-card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.35;
    color: #ffffff;
    margin-bottom: 24px;
}

.case-card-situation,
.case-card-whatwedid,
.case-card-result {
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 14px;
}

.case-card-situation span,
.case-card-whatwedid span,
.case-card-result span {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.65);
}

.case-card-result {
    margin-bottom: 28px;
}

.case-card-tags {
    margin-top: auto;
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.case-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 100px;
    padding: 5px 12px;
}

/* ===================================
    GERSS-TECH — About Section
=================================== */

.about-sec {
    padding: 120px 0 100px;
    background: var(--clr-bg-dark);
    position: relative;
    overflow: hidden;
}

/* Large decorative quote mark — purely decorative */
.about-sec::before {
    content: '\201C';
    font-family: 'Montserrat', sans-serif;
    font-size: 480px;
    font-weight: 800;
    color: rgba(251, 89, 25, 0.05);
    position: absolute;
    top: -60px;
    right: -30px;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.about-eyebrow {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--clr-accent);
    margin-bottom: 24px;
}

.about-headline {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(32px, 3.8vw, 52px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 0;
}

.about-photo-col {
    display: none;
}

.about-photo {
    width: 100%;
    max-width: 340px;
    display: block;
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}

@media (min-width: 992px) {
    .about-photo-col {
        display: flex;
        margin-top: 0;
        justify-content: flex-end;
        align-self: center;
    }
}

.about-rule {
    width: 40px;
    height: 2px;
    background: transparent;
    margin: 36px 0 40px;
    overflow: visible;
}

.about-text {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 24px;
    max-width: 600px;
}

.about-cta {
    margin-top: 16px;
    display: inline-block;
}

/* Responsive — About */
@media (max-width: 991.98px) {
    .about-sec {
        padding: 80px 0 70px;
    }
}

@media (max-width: 767.98px) {
    .about-sec {
        padding: 64px 0 56px;
    }
    .about-sec::before {
        font-size: 280px;
        right: -20px;
        top: -20px;
    }
}

/* Responsive — Cases */
@media (max-width: 991.98px) {
    .cases-sec {
        padding: 80px 0 60px;
    }
}

@media (max-width: 767.98px) {
    .cases-sec {
        padding: 64px 0 48px;
    }
    .case-card {
        padding: 32px 28px;
    }
}

/* Responsive — Process */
@media (max-width: 991.98px) {
    .process-timeline-row::before {
        display: none;
    }
    .process-step-h {
        margin-bottom: 40px;
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    .process-sec {
        padding: 64px 0 48px;
    }
    .process-intro {
        margin-bottom: 48px;
    }
    .process-step-h-num {
        font-size: 3rem;
    }
}

/* Responsive — Hero */
@media (max-width: 991.98px) {
    .hero-content-area {
        min-height: 100vh;
        padding: 120px 40px 48px;
    }
    .hero-headline {
        font-size: clamp(52px, 10vw, 96px);
    }
    .hero-geo {
        display: none;
    }
    .hero-foot {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .hero-descriptor {
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .hero-content-area {
        padding: 100px 24px 40px;
    }
    .hero-headline {
        font-size: clamp(44px, 13vw, 72px);
    }
    .hero-descriptor {
        font-size: 0.9rem;
        max-width: 100%;
    }
    header .navbar-brand.wordmark {
        font-size: 0.95rem;
        letter-spacing: 0.14em;
    }
}

/* ===================================
    GERSS-TECH — Mobile Nav
=================================== */

/* On mobile, lang toggle sits flush right with no extra margin */
@media (max-width: 991.98px) {
    .lang-toggle {
        margin-left: 0;
    }
    header .inner-header {
        padding: 22px 24px;
    }
}

/* ===================================
    GERSS-TECH — Site Footer
=================================== */

.site-footer {
    background: var(--clr-bg-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 40px 0;
}

.site-footer .container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.footer-wordmark {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

.footer-wordmark:hover {
    color: var(--clr-accent);
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 28px;
}

.footer-link {
    font-family: 'Roboto', sans-serif;
    font-size: 0.82rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: #ffffff;
}

.footer-copy {
    font-family: 'Roboto', sans-serif;
    font-size: 0.75rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

@media (max-width: 767.98px) {
    .site-footer .container {
        padding-left: 24px;
        padding-right: 24px;
    }
    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}
/* ===================================
   Contact Form — Result States
=================================== */
.contact-result {
    margin-bottom: 20px;
    padding: 14px 18px;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.6;
}

.contact-result-success {
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #86efac;
}

.contact-result-error {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #fca5a5;
}

/* ===================================
   Selection Colour
=================================== */
::selection {
    background: rgba(251, 89, 25, 0.35);
    color: #ffffff;
}

/* ===================================
   Reading Progress Bar
=================================== */
#progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background: var(--clr-accent);
    z-index: 99999;
    transition: width 0.08s linear;
    pointer-events: none;
}

/* ===================================
   Custom Cursor — removed, using OS default
=================================== */

/* ===================================
   Hero — Grain Texture + Staggered Reveal
=================================== */
.hero-content-area::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
    opacity: 0.04;
    pointer-events: none;
    z-index: 0;
}

@media (prefers-reduced-motion: no-preference) {
    .hero-headline {
        opacity: 0;
        transform: translateY(24px);
        animation: heroReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards;
    }
    .hero-foot {
        opacity: 0;
        transform: translateY(16px);
        animation: heroReveal 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.45s forwards;
    }
    @keyframes heroReveal {
        to { opacity: 1; transform: none; }
    }
}

/* Case card hover lift applied directly to existing .case-card rule above */

/* ===================================
   Orange Rule — Draw-in Animation
=================================== */
.about-rule::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: var(--clr-accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-rule.rule-visible::after {
    transform: scaleX(1);
}

/* ===================================
   Floating Labels — Contact Form
=================================== */
.contact-form-group {
    position: relative;
}
.contact-label {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    pointer-events: none;
    transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}
.contact-input:focus ~ .contact-label,
.contact-input:not(:placeholder-shown) ~ .contact-label,
.contact-input.has-value ~ .contact-label,
.contact-textarea:focus ~ .contact-label,
.contact-textarea:not(:placeholder-shown) ~ .contact-label,
.contact-textarea.has-value ~ .contact-label {
    top: -18px;
    font-size: 0.6rem;
    color: var(--clr-accent);
}
.contact-input,
.contact-textarea {
    padding-top: 8px;
}

/* ===================================
   Nav — Active Section Highlight
=================================== */
.top-nav-link {
    transition: opacity 0.2s ease;
}
.nav-section-active {
    opacity: 1 !important;
    color: #ffffff !important;
}
.nav-dimmed .top-nav-link:not(.nav-section-active) {
    opacity: 0.35;
}

/* ===================================
   Mobile Hamburger Nav
=================================== */
.mobile-nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
}
.mobile-nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
    transform-origin: center;
}
.mobile-nav-toggle.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.mobile-nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
}
.mobile-nav-toggle.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.mobile-nav-overlay {
    position: fixed;
    inset: 0;
    background: var(--clr-bg, #1c1c24);
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.mobile-nav-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

.mobile-nav-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    text-align: center;
}
.mobile-nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s ease;
}
.mobile-nav-link:hover {
    color: #ffffff;
}
.mobile-nav-cta {
    margin-top: 1rem;
    padding: 0.75rem 2rem;
    border: 2px solid var(--clr-accent, #fb5919);
    border-radius: 50px;
    color: var(--clr-accent, #fb5919);
    font-size: 1rem;
}
.mobile-nav-cta:hover {
    background: var(--clr-accent, #fb5919);
    color: #ffffff;
}

/* Contact — field error states */
.contact-input-error {
    border-bottom-color: rgba(239, 68, 68, 0.7) !important;
}
.contact-field-error {
    display: block;
    font-size: 0.65rem;
    color: rgba(239, 68, 68, 0.85);
    margin-top: 4px;
    font-family: 'Montserrat', sans-serif;
}

/* Contact — required asterisks */
.contact-label-required::after {
    content: ' *';
    color: var(--clr-accent, #fb5919);
}

/* ===================================
   Case Cards — Label Hierarchy Fix
   (merged from custom.css)
=================================== */
.case-card-situation span,
.case-card-whatwedid span,
.case-card-result span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 6px;
}

.case-card-whatwedid,
.case-card-result {
    margin-top: 18px;
}

/* Form — initially hidden elements (replaces inline style="display:none") */
input[name="bot-field"] { display: none; }
#contact-netlify-result { display: none; }

/* Scroll offset for fixed header (replaces jQuery smooth-scroll shim) */
section[id] { scroll-margin-top: 80px; }

