@charset "UTF-8";
/*
Theme Name: EnergyGo
Theme URI: https://myenergygo.com/
Author: Emmanuel Duah
Author URI: https://emduah.xyz/
Description: Simple Bootstrap theme for WordPress
Version: 1.0
Tags: Bootstrap
*/

:root {
    --bs-primary: #000;   /* Your custom primary color */
    --bs-secondary: #FD5200; /* Your custom secondary color */
    --bs-btn-hover-bg: #fff; /* Your custom button hover background color */
    --bs-btn-bg: #000;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 2rem;
    --bs-primary-rgb: 0, 0, 0;
    --bs-secondary-rgb: 253, 82, 0;
}
.btn {
    --bs-btn-padding-y: 0.6rem;
    --bs-btn-padding-x: 3rem;
}
.btn-secondary {
    --bs-btn-bg: #FD5200;
    --bs-btn-border-color: #FD5200;
}
.btn-primary {
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000;
    --bs-btn-active-border-color: #000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #000;
    --bs-btn-disabled-border-color: #000;
    --bs-btn-border-radius: 0.9rem;
}
.btn-outline-primary {
    --bs-btn-color: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000;
    --bs-btn-active-border-color: #000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #000;
    --bs-gradient: none;
  }
  
/* Global */
html, body {
    font-family: "Spline Sans", serif;
    color: #000;
}
.text-secondary {
    color: #FD5200 !important;
}

.tektur-bold, h1, h2, h3, h4 {
    font-family: "Tektur", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}

.spline-sans-normal {
    font-family: "Spline Sans", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
  

/* Nav */ 
.navbar-collapse {
    flex-grow: 0;
}
.navbar-brand {
    font-size: 1.5rem;
    color: #000;
}
.navbar-brand span {
    color: #FD5200;
}
.nav-link {
    color: #fff;
}
.navbar-nav {
    gap: 2rem;
}
.nav-link.active {
    color: #fff;
}
/* Home */
.landing {
    background-color: #ADD8E6;
    /* color: #fff; */
}
.landing .carousel-item {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.landing-carousel-caption {
    padding: calc(7vh + 2rem) 2rem;
}
.landing-carousel-caption h2 {
    font-size: calc(2rem + 1.4vw);
    font-family: "Tektur", serif;
    font-weight: bold;
}
.landing-carousel-caption a.btn {
    font-size: 1rem;
    padding: 0.6rem 2.4rem;
}

.about-us {
    padding: calc(13vh + 3rem) 2rem;
}
.about-us h2 {
    font-size: calc(2rem + 0.7vw);
    margin-bottom: 2rem;
}
.about-us p {
    font-size: 1rem;
    margin-bottom: 2rem;
}
.img {
    width: 100%;
    height: 100%;
    min-height: calc(15rem + 10vh);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.navbar.navbar-overlay-bg {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.navbar.navbar-overlay-bg .navbar-nav .nav-link {
    color: #000 !important;
}
.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:hover, .navbar-toggler:active {
    border: none;
    box-shadow: none;
}
@media (max-width: 992px) {
    .navbar {
        background-color: rgba(255, 255, 255, 1);
        box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    }
    .navbar .navbar-nav .nav-link {
        color: #000 !important;
    }
}


/* Why Energo go */
.why-energygo {
    padding: calc(13vh + 3rem) 2rem;
}

.why-energygo .carousel-indicators {
    bottom: -3rem;
    margin: 0;
}
.why-energygo .carousel-indicators [data-bs-target] .line-connect {
    height: 1px;
    background: #4F4F4F;
}
.why-energygo-caption-content {
    background-color: #fff;
    padding: 1rem;
}

@media (min-width: 992px) {
    
    .indicator-text {
        writing-mode: vertical-lr;      /* Sets the text flow vertically */
        text-orientation: sideways;     /* Rotates each character 90° */
    }
    .why-energygo .carousel-indicators {
        position: absolute;
        top: -1rem;
        height: calc(100% + 2rem);
        bottom: unset;
        left: unset;
        right: -1rem;
        flex-direction: column !important;
    }
    .why-energygo .carousel-indicators [data-bs-target] {
        flex-direction: column !important;
    }
    .why-energygo .carousel-indicators [data-bs-target] .line-connect {
        width: 1px;
        height: unset;
    }
    .why-energygo-caption-content {
        padding: 3rem;
    }
}
.why-energygo .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: unset;
    height: unset;
    padding: 0;
    margin: 0px;
    text-indent: unset;
    cursor: pointer;
    background-color: transparent;
    background-clip: unset;
    border: none;
    opacity: 1;
    transition: opacity 0.6s ease;
    color: #4F4F4F;
    font-size: 0.9rem;
}
.why-energygo .carousel-indicators [data-bs-target].active {
    color: #FD5200;
}

.why-energygo .carousel-indicators [data-bs-target].active .line-connect {
    background: #FD5200;
}

.why-energygo-caption-content h4 {
    font-size: 1.1rem;
}
.why-energygo-caption-content h2 {
    font-size: calc(2rem + 0.8vw);
}
@media (min-width: 992px) {
    .why-energygo-caption-content {
        margin-left: -10vw;
    }
}


/* Explor Evs */
.explore-evs-slide {
    min-height: calc(100vh - 10rem);
    padding: 2rem 0px;
}
.explore-evs h2 {
    font-weight: 700;
    padding: calc(2rem + 1vh) 0px;
    font-family: "Spline Sans", serif;
    font-optical-sizing: auto;
    font-weight: 600;
}
.explore-evs .carousel-control-prev, .explore-evs .carousel-control-next {
    color: #000;
    /* background: #000; */
}
.explore-evs .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.explore-evs .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.explore-evs-slide img {
    height: 60vh;
    min-height: 20rem;
    width: auto;
}
.has-separator {
    width: 1px;
    background: #000;
    height: 100%;
}
.vehicle-features {
    gap: calc(1rem + 2vw);
}
.vehicle-features h4 {
    font-family: "Spline Sans", serif;

}

@media (max-width: 768px) {
    .has-separator {
        display: none;
    }
}


/* Features */
.features {
    padding: calc(8vh + 3rem) 2rem;
}
.features-card {
    min-height: 10rem;
    text-decoration: none !important;
    color: #000;
}
.features-card-content {
    background-color: #fff;
    padding: 0.7rem;
    min-width: 12rem;
}
.features-card-content img {
    width: 1.2rem; 
    height: auto;
}
.features-card .img {
    min-height: 12rem;
}


/* Home Foot */
.homefoot {
    padding: calc(5vh + 2rem) 2rem 1rem;

}
.homefoot h2 {
    font-size: calc(2rem + 0.7vw);
    margin-bottom: 2rem;
}
.homefoot p {
    font-size: 1rem;
    margin-bottom: 2rem;
}

/* Footer */
.footer {
    border-top: 2px solid #dee2e6;
}
.footer a {
    color: #000;
    text-decoration: none;
}

/* join waitlist */
.join-waitlist {
    min-height: 70vh;
    padding: calc(13vh + 3rem) 2rem;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.join-waitlist h1 {
    font-size: calc(2rem + 1vw);
    margin-bottom: 1.2rem;
}
.form-control, .form-select {
    background: transparent;
    padding: 0.8rem 0.9rem;
    border-radius: 0.9rem;
    color: #fff;
}