:root {
    /* --primary-color: rgb(159, 90, 253); */
    --primary-color: rgb(145, 250, 11);
    --primary-color-dark: rgb(18, 146, 8);
    --primary-gradient: linear-gradient(135deg, rgb(145, 250, 11) 0%, rgb(18, 146, 8) 100%);
    --primary-bg: rgb(0, 0, 0);
    --secondary-color: rgb(17, 17, 17);
    --accent-color: #ff6a8e;
    --shadow-color: rgba(145, 250, 11, 0.2);
    --background-color-primary: #fff;
    --background-color-secondary: rgb(17, 17, 17);
    --text-color: #222;
    --text-color-light: #fff;
    --light-bg: #f8f9fb;
    --transition-speed: 0.3s;
    --hero-overlay-color: rgba(0, 0, 0, 0.6);
    --bs-primary-rgb: 145, 250, 11;
    --bs-secondary-rgb: 17, 17, 17;
    --bs-btn-active-bg: rgb(var(--bs-primary-rgb));
    --bs-btn-hover-bg: rgb(var(--bs-primary-rgb));
    --tetra-color-earth: #8c5829;
    --tetra-color-water: #019ad7;
    --tetra-color-fire: #e43145;
    --tetra-color-air: #46813d;
}

.btn-outline-primary {
    --bs-btn-color: var(--secondary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-color: var(--primary-color);
    --bs-btn-hover-bg: var(--secondary-color);
    --bs-btn-hover-border-color: var(--primary-color);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary-color);
    --bs-btn-active-border-color: var(--primary-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--secondary-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--secondary-color);
    --bs-gradient: none;
}

@font-face {
    font-family: 'creatodisplay';
    src: url('/fonts/CreatoDisplayRegular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'creatodisplay';
    src: url('/fonts/CreatoDisplayMedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'creatodisplay';
    src: url('/fonts/CreatoDisplayBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'creatodisplay';
    src: url('/fonts/CreatoDisplayExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

.hella-glow-earth{
  filter: drop-shadow(0 0 10px var(--tetra-color-earth));
}

.hella-glow-water{
  filter: drop-shadow(0 0 10px var(--tetra-color-water));
}

.hella-glow-fire{
  filter: drop-shadow(0 0 10px var(--tetra-color-fire));
}

.hella-glow-air{
  filter: drop-shadow(0 0 10px var(--tetra-color-air));
}



.text-tetra-earth {
    color: var(--tetra-color-earth) !important;
}
.text-tetra-water {
    color: var(--tetra-color-water) !important;
}
.text-tetra-fire {
    color: var(--tetra-color-fire) !important;
}
.text-tetra-air {
    color: var(--tetra-color-air) !important;
}
.bg-tetra-earth {
    background-color: var(--tetra-color-earth) !important;
}
.bg-tetra-water {
    background-color: var(--tetra-color-water) !important;
}
.bg-tetra-fire {
    background-color: var(--tetra-color-fire) !important;
}
.bg-tetra-air {
    background-color: var(--tetra-color-air) !important;
}

body {
    font-family: 'creatodisplay';
    color: var(--text-color);
    min-height: 100vh;
    background-color: var(--primary-bg);
    overflow-x: hidden;
}

/* Modern navbar styling */
.navbar {
    background: var(--primary-bg);
    padding: 15px 0;
    transition: all 0.4s ease;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.hella-section-image-left {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -3rem;
    background-size: cover;
    border-radius: 20px 0 0 20px;
}


.hella-section-with-image {
    overflow: hidden !important;
    padding: 0rem 3rem 0rem 3rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.hella-ba-do-section{
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
}


.navbar.scrolled {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.navbar-brand {
    color: #fff !important;
    font-weight: 700;
    font-size: 1.6rem;
    position: relative;
    overflow: hidden;
}

.navbar-brand:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--primary-color);
    transition: width 0.4s ease;
}

.navbar-brand:hover:after {
    width: 100%;
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 8px 15px !important;
    margin: 0 3px;
    position: relative;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    visibility: hidden;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover:before,
.navbar-nav .nav-link.active:before {
    visibility: visible;
    width: 100%;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #fff !important;
    transform: translateY(-2px);
}

/* Dropdown hover functionality */
.dropdown-hover:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-menu {
    transition: all 0.3s ease;
}

.dropdown-arrow {
    display: inline-block;
    margin-left: 5px;
    font-size: 0.7em;
    vertical-align: middle;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.dropdown-arrow.rotate {
    transform: rotate(180deg);
}

/* Hide default Bootstrap dropdown toggle arrow */
.dropdown-toggle::after {
    display: none;
}

/* Modern content card styling */
.card-style {
    background: var(--background-color-primary);
    border-radius: 0;
    padding: 0;
    border: none;
    overflow: hidden;
}

/* Headings and text styling */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'creatodisplay', 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

h1 {
    font-size: 3.2rem;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

h2 {
    font-size: 2.5rem;
    letter-spacing: -0.3px;
    position: relative;
}

h2:after {
    content: '';
    display: block;
    width: 70px;
    height: 4px;
    /* background: var(--primary-gradient); */
    margin-top: 0.5rem;
    border-radius: 2px;
    text-align: center;
}

.text-center h2:after {
    margin-left: auto;
    margin-right: auto;
}

p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.lead {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8;
}

/* Links and buttons styling */
a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all var(--transition-speed) ease;
}

a:hover {
    color: var(--primary-color-dark);
}

.btn {
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 10px;
    transition: all 0.4s ease;
    /* text-transform: uppercase; */
    /* letter-spacing: 0.5px; */
    font-size: 0.85rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.btn-primary {
    background: var(--primary-gradient);
    border: none;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px var(--shadow-color);
    background: var(--primary-color-dark);
}

.btn-outline-light:hover {
    transform: translateY(-3px);
}

/* HERO HEADER */
.hero-image-container {
    display: inline-block;
    position: relative;
    width: 330px;
    height: 120px;
    vertical-align: middle;
}

.hero-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    transition: opacity 1s;
}

.hero-image-container img.active {
    opacity: 1;
}

.hero-image-container img.inactive {
    opacity: 0;
}

/* END HERO HEADER */


.hella-btn-pri {
    background: var(--primary-color);
    color: #111;
    border: none;
    font-weight: 600;
    border-radius: 10px;
    border: 2px solid var(--primary-color);
    transition: all 0.2s ease !important;
}

.hella-btn-pri:hover {
    background: var(--primary-color-dark);
    border-color: var(--primary-color-dark);
    color: #fff;
}

.hella-btn-sec {
    background: var(--secondary-color);
    color: var(--primary-color);
    border: none;
}

.hella-btn-sec:hover {
    background: #333;
    color: #fff;
}

.hella-btn-white {
    /* background: #fff; */
    color: var(--text-color-light);
    border: 2px solid var(--background-color-primary);
    font-weight: 600;
    border-radius: 10px;
}

.hella-btn-white:hover {
    background: #f0f0f0;
    color: var(--secondary-color);
}

.hella-btn-outline {
    background: transparent;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.hella-highlight {
    font-weight: 700;
    background-color: var(--primary-color);
    border-radius: 7px;
    padding: 0 7px;
    color: #000;
    white-space: nowrap;
}

.hella-highlight.invert{
    background-color: var(--secondary-color);
    color: #fff;
}

.hella-section {
    padding: 5rem;
    border-radius: 20px;
    background: #ffffff;
}

.hella-section-insight {
    padding: 5rem;
    border-radius: 20px 20px 0 0;
    background: #ffffff;
}

.hella-section-ready {
    padding: 5rem;
    border-radius: 0 0 20px 20px;
    background: var(--primary-color);
    color: var(--secondary-color);
}



.hella-section-dark,
.hella-section-parallax,
.hella-section-about {
    background-position: right;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

@media only screen and (max-device-width: 1024px)
/* covers iPhones & iPads */
and (-webkit-min-device-pixel-ratio: 1) {
    /* targets WebKit/iOS */

    .hella-section-dark,
    .hella-section-parallax,
    .hella-section-about {
        background-attachment: scroll;
    }
}




.hella-section-dark {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.732), rgba(0, 0, 0, 0.626)),
        url('../../images/bg-present.jpg');
    background-color: #111;
    color: #ffffff;
    padding: 5rem;
    border-radius: 20px;
}


.hella-section-parallax {
    background-image:
        linear-gradient(rgba(26, 26, 46, 0.8), rgba(26, 26, 46, 0.9)),
        url('../../images/bg-present.jpg');
    background-color: transparent !important;
    color: white;
}

.hella-section-about {
    background-image:
        linear-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 89%)),
        url('../../images/bg-present.jpg');
    background-color: transparent !important;
    padding: 0 5rem;
    border-radius: 20px 20px 0 0 !important;
}

.hella-section-profile {
    padding: 1.5rem;
    border-radius: 20px;
    background: #fafffd;
}

.hella-no-bg-img{
    background-image: none !important;
}

.hella-header-text {
    font-size: 8rem !important;
    color: var(--primary-color);
    font-weight: 700;
}

.hella-header-blog-text {
    font-size: 8rem !important;
    color: var(--primary-color);
    font-weight: 700;
}

.hella-main-text {
    font-size: clamp(3.5rem, 7vw, 6rem);
    line-height: 1.1;
    position: relative;
    z-index: 2;
    color: var(--primary-color);
}

.hella-head-liner {
    font-size: 1.2rem;
    /* max-width: 600px; */
    margin: 0 auto;
    font-weight: 500;
}

.hella-stars {
    font-size: 2rem;
    color: #fff;
    margin: 0 5px;
}

.hella-testimonial-text {
    font-size: 2rem;
    line-height: 1.6;
    color: #fff;
}

.hella-testimonial-author {
    font-size: 1.1rem;
    color: #ccc;
}

.hella-arrow-right {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    top: 125px;
    right: -80px;
}

.hella-arrow-left {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    top: 125px;
    left: -80px;
}

.hella-client-logo {
    max-width: 115px !important;
    opacity: 0.8;
}

.hella-service-btn {
    border-color: var(--primary-color);
    color: #000;
    font-weight: 500;
}

.hella-service-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
}

.hella-service-img {
    height: 200px;
    object-fit: cover;
}

.hella-min-h-250 {
    min-height: 250px;
}

.hella-services-hero {
    background-color: #000;
    padding: 5rem 0;
}

.hella-services-section-spacing {
    margin-top: 3rem !important;
    justify-content: center;
    align-items: center;
}

.hella-services-check-icon {
    font-size: 4rem;
}

.hella-service-card {
    border-radius: 12px;
    overflow: hidden;
}

.hella-service-card-img {
    height: 200px;
    object-fit: cover;
}

.hella-service-card-dark {
    background-color: var(--secondary-color);
    color: white;
}

.hella-service-card-dark .card-body {
    background-color: var(--secondary-color);
    color: white;
}

.hella-service-card-dark .card-body h4 {
    color: var(--primary-color);
}

.hella-service-card-dark .card-body .bi {
    color: var(--primary-color);
}

.hella-service-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
}

.hella-techniques-section {
    background-color: #000;
    padding: 4rem 0;
}

.hella-technique-icon {
    font-size: 5rem;
    color: var(--primary-color);
}

.hella-pricing-title {
    font-weight: 800;
    font-size: 3rem;
}

.hella-pricing-card-visible {
    overflow: visible !important;
}

.hella-hero-text {
    line-height: 1.1;
    position: relative;
    z-index: 2;
    color: var(--primary-color);
}

.hella-hero-float-img {
    width: 200px;
    object-fit: cover;
    border-radius: 8px;
    z-index: 1;
}

.hella-client-logo-bw {
    max-width: 100px;
    filter: grayscale(100%) brightness(0);
}

.hella-story-img {
    border-radius: 20px 0 0 20px !important;
    margin-left: 103px;
}

.hella-mission-title {
    color: #000;
    font-size: 2.5rem;
    font-weight: 700;
}

.hella-mission-text {
    color: #000;
    font-size: 1.2rem;
}

.hella-value-icon {
    color: #c4ff0e;
}

.hella-team-card {
    border-radius: 20px;
    overflow: hidden;
}

.hella-team-img {
    width: 220px;
    height: 220px;
    object-fit: cover;
}

.hella-social-btn {
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40% !important;
}

.hella-social-icon {
    color: #000;
}

.hella-cta-title {
    color: #000;
    font-size: 3rem;
    font-weight: 900;
}

.hella-cta-text {
    color: #000;
    font-weight: 600;
}

.hella-btn-rounded {
    border-radius: 50%;
    padding: 15px 20px;
    background-color: var(--primary-color);
}

.hella-btn-rounded:hover {
    background-color: var(--primary-color-dark);
}

.hella-d-img {
    border-radius: 10px;
    width: 46vw;
    height: 80%;
}

.hella-no-bottom-radius {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.hella-no-top-radius {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.call-btn {
    font-size: clamp(2.5rem, 3vw, 6rem) !important;
}


/* Section styling */
.section {
    padding: 5rem 0;
    position: relative;
}

.section.bg-light {
    background-color: var(--light-bg) !important;
}

.section.bg-dark {
    background-color: var(--primary-bg) !important;
}

/* Hero section styling */
.hero-section {
    /* height: 85vh; */
    /* min-height: 600px; */
    padding-top: 1rem;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    color: white;
}

.home-header {
    font-size: 2.5rem;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(135deg, rgba(26,26,46,0.85) 0%, rgba(26,26,46,0.65) 100%); */
    background: var(--hero-overlay-color);
    z-index: 1;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 2rem 0;
}

/* Card styling */
.card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.card-pricing {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.card:not(.notranslate):not(.nohover):hover {
    transform: translateY(-10px);

}

.card:not(.noshadow):not(.nohover):hover {
    box-shadow: 0 15px 35px var(--shadow-color) !important;
}



.card-pricing:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px var(--shadow-color) !important;
}

.feature-icon {
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light-bg);
    border-radius: 50%;
    margin-bottom: 1.5rem;
}

/* Footer styling */
footer {
    background: var(--background-color-secondary);
    color: rgba(255, 255, 255, 0.8);
    padding: 3rem 0 1.5rem;
    position: relative;
    width: 100%;
}

.footer-social {
    margin-bottom: 2rem;
}

.footer-social a {
    color: rgba(255, 255, 255, 0.8);
    /* margin: 0 0.8rem; */
    font-size: 1rem;
    /* display: inline-flex; */
    display: block;
    align-items: center;
    transition: all 0.3s ease;
}

.footer-social a i {
    margin-right: 5px;
    font-size: 1.3rem;
}

.footer-social a:hover {
    color: var(--primary-color);
    transform: translateY(-3px);
    text-decoration: none;
}

/* Container overrides */
.container.main-container {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    border-radius: 0;
    background-color: var(--background-color-primary);
}

/* Custom animations */
.zoom-in {
    animation: zoomIn 1s forwards;
}

.fade-in-up {
    animation: fadeInUp 1s forwards;
}

.slide-in-right {
    animation: slideInRight 1s forwards;
}

.navbar-toggler {
    /* border-color: rgba(255, 255, 255, 0.5); */
    line-height: 1;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

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

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

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

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive adjustments */
@media (max-width: 1399.98px) {
    .hella-header-blog-text {
        font-size: 13rem !important;
    }

    .hella-story-img {
        margin-left: 81px;
    }
}

@media (max-width: 1199.98px) {
    .hella-header-text {
        font-size: 7rem !important;
    }

    .hella-header-blog-text {
        font-size: 11rem !important;
    }

    .hella-testimonial-text {
        font-size: 1.3rem;
    }

    .hella-services-check-icon {
        font-size: 2rem;
    }

    .home-header {
        font-size: 1.5rem;
    }


}

@media (max-width: 991.98px) {
    h1 {
        font-size: 2.6rem;
    }

    h2 {
        font-size: 2rem;
    }



    .section {
        padding: 4rem 0;
    }

    .hella-header-text {
        font-size: 7rem !important;
    }

    .hella-header-blog-text {
        font-size: 9rem !important;
    }

    .slide-top-right {
        display: none !important;
    }

}

@media (max-width: 768px) {
    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.8rem;
    }



    .section {
        padding: 1rem 0;
    }

    .hella-section,
    .hella-section-dark,
    .hella-section-insight,
    .hella-section-ready,
    .hella-section-profile {
        padding: 2rem;
    }

    .hella-header-text {
        font-size: 4.5rem !important;
    }

    .hella-header-blog-text {
        font-size: 6rem !important;
    }

    .hella-section-profile {
        padding: 1rem;
    }

    .slide-top-right {
        display: none !important;
    }

    .hella-service-icon {
        /* display: none; */
        font-size: 1.5rem !important;
    }
}

@media (max-width: 575.98px) {
    .hella-header-blog-text {
        font-size: 7rem !important;
    }
    .hella-tetra-element-text{
    font-size: 0.8rem !important;
    line-height: 1.3 !important;
    }
}


@media (max-width: 449px) {
    /* .hero-text-container {
        position: relative;
        max-width: 338px;
        justify-self: center;
    } */

    .hella-header-blog-text {
        font-size: 5rem !important;
    }

    .hella-main-text {
        /* text-align: start !important; */
    }

    .hella-header-text {
        font-size: 3.5rem !important;
    }

    .hella-head-liner {
        font-size: 0.9rem;
    }
}

@media (max-width: 375px) {
    .hella-header-blog-text {
        font-size: 4rem !important;
    }

    .hella-header-text {
        font-size: 2.5rem !important;
    }
}

@media (max-width: 320px) {
    .hella-header-blog-text {
        font-size: 3.5rem !important;
    }

    .hella-header-text {
        font-size: 2.5rem !important;
    }
}

.br-2 {
    border-radius: 2rem;
    overflow: hidden;
}

.br-1 {
    border-radius: 1rem;
    overflow: hidden;
}

.hella-testimonial-text .hella-highlight {
    font-weight: 700;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    color: var(--primary-color);
}

.hella-round-bottom {
    border-radius: 0 0 20px 20px !important;
}

.hella-round-top {
    border-radius: 20px 20px 0 0 !important;
}

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

.tbpad5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.lrpad5{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.social-links div.social-link {
    transition: all 0.3s ease;
}

.social-links div.social-link:hover {
    background-color: var(--primary-color-dark) !important;

}

.hella-v-ctr {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hella-footer {
    border-top: 1px solid var(--primary-color);
}

.hella-home-ecs .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* .hella-home-ecs .card .card-body .hella-service-btn-div{
    align-self: flex-end;

} */


