/* head menus */
#topper_bar {
	background-color: #faa922;
}

#topper_bar a {
	color:#2d333f;
    border: 1px solid transparent;
}

#topper_bar a:hover {
    text-decoration: none;
    border: 1px solid #2d2d2d;
}

#top_line_container {
	background-color: #2d333f;
    color: #fff;
}

#top_line_container a {
    color: #fff;
    text-decoration: none;
    border: 1px solid transparent;
}

#top_line_container a:hover {
    text-decoration: none;
    border: 1px solid #faa922;
}

#top_line_container .navbar-collapse.show {
    box-shadow: 0 30px 14px 0px #00000047;
}

#top_line .vertical-bar {
    margin: 0 10px;
}

#top_line .navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler {
    color: #faa922;
}

.navbar-toggler-icon {
    width: auto;
    height: auto;
    font-size: 24px;
    color: #faa922;
    transform: rotate(90deg);
}

/* index home page */
#home-banner{
	height: 70vh;
	background-image: url('/assets/frontend/images/banner-home.jpg');
    background-repeat: no-repeat;
    background-color: #f8f8f8c4;
    width: 100%;
    background-size: cover;
    background-position: left;
}

#home-banner-text {
    padding-top: 20vh;
    padding-bottom: 20vh;
    font-weight: 700;
    font-size: calc(1.525rem + 3.3vh);
    color: #2d333f;
    text-align: left;
    line-height: 100%;
}

#home-banner-text-sm {
    font-size: 26px;
    font-weight: 100;
    color: #fff;
    line-height: 110%;
}

.anim{
    opacity: 0;
    transform: translateY(30px);
    animation: moveup 0.8s linear forwards;
}

@keyframes moveup {
    100% {
        opacity: 1;
        transform: translateY(0px);
    }   
}

#our-company {
    background-image: url('/assets/frontend/images/shape-9.png');
    background-color:#f8f8f8c4;
    padding: 10px 0;
}

#services {
    background-color:#fff;
    padding: 10px 0;
}

#benefits {
    background-color:#2d333f;
    padding: 10px 0;
}

#conditions {
    background-color: #f6f6f6;
    padding: 1px 0;
}

#options {
    background-color: #faaa23;
    padding: 1px 0;
}

#contact {
    background-color: #f6f6f6;
    padding: 1px 0;
}

h6 {
    color: #faaa23;
}

.benefits_title {
    color: #faaa23 !important;
}

.ultima_title {
    color: #2d333f !important;
}

.green-container {
    background-color: #e9f5e8;
    border-radius: 1.2vh;
}

.ultima-tel a {
    font-weight: bold;
    text-decoration: none;
    border: none !important;
}

.ultima-tel a:hover {
    text-decoration: none;
    border:none !important;
}

/* net-metering page */
#net-banner {
    height: 70vh;
	background-image: url('/assets/frontend/images/banner-net.png');
    background-repeat: no-repeat;
    background-color: #f8f8f8c4;
    width: 100%;
    background-size: cover;
    background-position: center;
}

#net-banner-text {
	padding-top:20vh;
	padding-bottom:30vh;
	font-weight:700;
	font-size:50px;
	color:#2d333f;
	text-align:left;
    line-height: 100%;
}

/* autonomous page */
#autonomous-banner {
    height: 70vh;
	background-image: url('/assets/frontend/images/banner-autonomous.png');
    background-repeat: no-repeat;
    background-color: #f8f8f8c4;
    width: 100%;
    background-size: cover;
    background-position: center;
}

#autonomous-banner-text {
	padding-top:20vh;
	padding-bottom:30vh;
	font-weight:700;
	font-size:50px;
	color:#2d333f;
	text-align:left;
    line-height: 100%;
}

/* parks page */
#parks-banner {
    height: 70vh;
	background-image: url('/assets/frontend/images/banner-parks.png');
    background-repeat: no-repeat;
    background-color: #f8f8f8c4;
    width: 100%;
    background-size: cover;
    background-position: center;
}

#parks-banner-text {
	padding-top:20vh;
	padding-bottom:30vh;
	font-weight:700;
	font-size:50px;
	color:#2d333f;
	text-align:left;
    line-height: 100%;
}

/* electro page */
#electro-banner {
    height: 70vh;
	background-image: url('/assets/frontend/images/banner-electro.png');
    background-repeat: no-repeat;
    background-color: #f8f8f8c4;
    width: 100%;
    background-size: cover;
    background-position: center;
}

#electro-banner-text {
	padding-top:20vh;
	padding-bottom:30vh;
	font-weight:700;
	font-size:50px;
	color:#2d333f;
	text-align:left;
    line-height: 100%;
}

#electro-banner-text-sm {
	font-size:26px;
	font-weight:700;
    color: #2d333f;
    line-height: 110%;
}

/* offer page */
#offer-banner {
    height: 70vh;
	background-image: url('/assets/frontend/images/banner-offer.png');
    background-repeat: no-repeat;
    background-color: #f8f8f8c4;
    width: 100%;
    background-size: cover;
    background-position: center;
}

#offer-banner-text {
	padding-top:20vh;
	padding-bottom:20vh;
	font-weight:700;
	font-size:50px;
	color:#fff;
	text-align:left;
    line-height: 100%;
}

/* products page */
#products-banner {
    height: 70vh;
	background-image: url('/assets/frontend/images/banner-products.png');
    background-repeat: no-repeat;
    background-color: #f8f8f8c4;
    width: 100%;
    background-size:cover;
    background-position: center;
}

#products-banner-text {
	padding-top:10vh;
	padding-bottom:20vh;
	font-weight:700;
	font-size:50px;
	color:#2d333f;
	text-align:left;
    line-height: 100%;
}

#products-banner-text-sm {
	font-size:26px;
	font-weight:100;
    color: #2d333f;
    line-height: 110%;
}

.ultima-product-button {
    display: block;
    background-color: #faa922;
    padding: 8px;
    color: #2d333f;
    text-decoration: none;
    font-weight: bold;
}

.ultima-button {
    background-color: #faa922;
    padding: 8px;
    color: #2d333f;
    text-decoration: none;
    font-weight: bold;
}


.ultima-button:hover, .ultima-product-button:hover {
    background-color: #2d333f; 
    color: #faa922;
    
}

.ultima-card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* about page */
#about-banner {
    height: 70vh;
	background-image: url('/assets/frontend/images/banner-about.png');
    background-repeat: no-repeat;
    background-color: #f8f8f8c4;
    width: 100%;
    background-size: cover;
}

#about-banner-text {
	padding-top:20vh;
	padding-bottom:30vh;
	font-weight:700;
	font-size:50px;
	color:#2d333f;
	text-align:left;
    line-height: 100%;
}

/* offer form */
.hidden {
    display: none;
}

.previous, .next, .submit {
    background-color: #faa922;
    padding: 10px;
    color: #2d333f;
    text-decoration: none;
    font-weight: bold;
    border: none;
    border-radius: 10px;
}

#offer-form {   
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    border-radius: 10px;
    width:100%;
    min-height:460px;
    max-width:800px;
}

.step {
    padding:8px;
    border-radius: 20px;
    line-height: 2.5;
}

.step.active {
    background-color: #faa922;
    color: #2d333f;
    font-weight: bold;
}

.tab {
    padding: 8px;
    min-height:300px;
}

.tab img {
    width: 90px;
    height: 90px;
}

[type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.offer-form-item {
    text-align: center;
}

.offer-form-item p{
    padding-top: 10px;
}

[type=radio] + .offer-form-item {
    cursor: pointer;
    padding:20px;
    border: 1px solid #2d333f;
    border-radius: 10px;
}

[type=radio]:checked + .offer-form-item {
    background-color: #faa922;
    border: 1px solid #faa922;
    color: #fff;
}

#error {
    font-size: 12px;
    font-weight:700;
    color: red;
}

/* contact form */
#contact-form {   
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    border-radius: 10px;
    width:100%;
    min-height:500px;
    max-width:800px;
}

/* misc */
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.ultima-smile {
    background-color: #faa922;
    border-radius: 50%;
    border: 10px solid #faa922;
}

.ultima-content h1, .ultima-content p {
    color:#2d333f !important;
}

.ultima-content h5 {
    color: #faa922 !important;
}



.ultima-box {
    border:5px solid #faa922;
    padding-left: 10px;
    padding-top: 10px;
}

.ultima-box h5 {
    color: #2d333f !important;
}

.ultima-row {
    background-color: #faa922;
    color: #2d333f !important;
}

.ultima-product-price {
    width: 100%;
    background-color: #faa922;
    color: #fff !important;
    text-align: center;
    border: 1px solid #faa922;
    border-radius: 8px;
    padding: 0 10px 0 10px;
}

.ultima-product-price span {    
    font-size: 10px;
}

.ultima-product-price p {
    line-height: 80%;
    font-size: 40px;
    font-weight: 700;
    color: #fff !important; 
}

span.ultima-product-price-info {
    float:right;
    padding-top:4px;
    font-size: 9px;
    width: 100%;
    text-align: center;
}

ul.no-bullets {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.check-bullets {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

ul.check-bullets li {
    list-style: none;
    padding: 10px 30px;
    background-image: url('/assets/frontend/images/check.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}

ul.check-bullets-w li {
    list-style: none;
    padding: 10px 30px;
    background-image: url('/assets/frontend/images/check2.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}

.green-container {
    background-color: #e9f5e8;
    border-radius: 0.962vh;
}

.image-container {
    display: flex;
    justify-content: center; 
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.image-container img {
    padding: 1.55vh;
    width: 100%;
}

.smaller-image {
    max-width: 40%;
    height: auto; /* Maintain aspect ratio */
}

.square {
    background-color: white;
    transition: transform 0.3s, background-color 0.3s;
}

#conditions .square:hover {
    background-color: #faaa23 !important;
    transform: scale(1.05);
}

.btn{
    background-color: #faaa23 
}

#footer {
	background-color: #2d333f;
    color: #fff;
}


/* Break Points */

 /* XX-Large devices (larger desktops, 1400px and down) */
@media (max-width:1400px) {
    #top_line_container {
        font-size: 13.5px;
    }
    #top_line_container .vertical-bar {
        margin: 0 7px;
    }
}

 /* X-Large devices (large desktops, 1200px and down) */
@media (max-width:1200px) {
    #top_line_container .navbar-collapse {
        position: absolute;
        top: 155px;
        left: 0px;
        z-index: 1;
        background: #2d333f repeat-x left top;
        width: 100%;
        border-top: 1px solid grey;
    }
    #top_line_container .navbar-nav {
        padding: 10px 0;
    }
    #top_line_container .vertical-bar {
        display: none;
    }
    #top_line_container .nav-item {
        padding: 5px 10px;
    }
}

 /* Large devices (desktops, 992px and down) */
@media (max-width: 992px) { 
    #top_line_container .navbar-collapse {
        top: 165px;
    }  
}

 /* Medium devices (tablets, 768px and down) */
@media (max-width:768px) {
	 
    #autonomous-banner, 
    #parks-banner, 
    #net-banner, 
    #electro-banner, 
    #offer-banner, 
    #products-banner, 
    #about-banner {
        display: none;
	}
    .tab img {
        width: 70px;
        height: 70px;
    }
    .tab p {
        font-size: 9px;
    }

    #top_line_container .navbar-collapse {
        top: 145px;
    }

    
}

 /* Small devices (landscape phones, 576px and down) */
@media (max-width: 576px) { 
    .ultima-contact-text1 {
        margin-bottom: 4.4rem !important;
    }
    .ultima-contact-text2 {
        margin-bottom: 1rem !important;
    }

    #top_line_container .navbar-collapse {
        top: 137px;
    }

    .ultima-card {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .fouter-box {
        max-height: 17vh;
    }

}

 /* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .ultima-choice-text1{
        margin-bottom: 5.1rem !important;
    }
    .ultima-choice-text2{
        margin-bottom: 2rem !important;
    }
    .ultima-choice-text3{
        margin-bottom: 4.8rem !important;
    }
    .ultima-choice-text4{
        margin-bottom: 5rem !important;
    }

    .ultima-product-text {
        min-height: 130px !important;
    }


    .ultima-condition-text {
        min-height: 100px !important;
    }

    .ultima-contact-text1 {
        margin-bottom: 4.7rem !important;
    }
    .ultima-contact-text2 {
        margin-bottom: 1.5rem !important;
    }

    .fouter-box {
        max-height: 12vh;
    }
 }

 /* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .ultima-choice-text1{
        margin-bottom: 3rem !important;
    }
    .ultima-choice-text2{
        margin-bottom: 2rem !important;
    }
    .ultima-choice-text3{
        margin-bottom: 3rem !important;
    }
    .ultima-choice-text4{
        margin-bottom: 5rem !important;
    }

    .ultima-product-text {
        min-height: 100px !important;
    }


    .ultima-condition-text {
        min-height: 100px !important;
    }

    .ultima-contact-text1 {
        margin-bottom: 2.9rem !important;
    }
    .ultima-contact-text2 {
        margin-bottom: 1rem !important;
    }

    .contact-btn {
        font-size: smaller !important;
    }

    .fouter-box {
        max-height: 100%;
    }

 }

 /* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .ultima-choice-text1{
        margin-bottom: 3rem !important;
    }
    .ultima-choice-text2{
        margin-bottom: 1.6rem !important;
    }
    .ultima-choice-text3{
        margin-bottom: 3rem !important;
    }
    .ultima-choice-text4{
        margin-bottom: 3.5rem !important;
    }

    .ultima-product-text {
        min-height: 70px !important;
    }

    .ultima-condition-text {
        min-height: 70px !important;
    }

    .ultima-contact-text1 {
        margin-bottom: 4.6rem !important;
    }
    .ultima-contact-text2 {
        margin-bottom: 1rem !important;
    }
 }

 /* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .ultima-choice-text1{
        margin-bottom: 3rem !important;
    }
    .ultima-choice-text2{
        margin-bottom: .25rem !important;
    }
    .ultima-choice-text3{
        margin-bottom: 3rem !important;
    }
    .ultima-choice-text4{
        margin-bottom: 3rem !important;
    }

    .ultima-product-text {
        min-height: 70px !important;
    }

    .ultima-condition-text {
        min-height: 100px !important;
    }

    .ultima-contact-text1 {
        margin-bottom: 4.5rem !important;
    }
    .ultima-contact-text2 {
        margin-bottom: 1rem !important;
    }
 }

 /* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    .ultima-choice-text1{
        margin-bottom: 1.5rem !important;
    }
    .ultima-choice-text2{
        margin-bottom: .25rem !important;
    }
    .ultima-choice-text3{
        margin-bottom: 1.5rem !important;
    }
    .ultima-choice-text4{
        margin-bottom: 3rem !important;
    }

    .ultima-product-text {
        min-height: 70px !important;
    }

    .ultima-condition-text {
        min-height: 70px !important;
    }

    .ultima-contact-text1 {
        margin-bottom: 3.5rem !important;
    }
    .ultima-contact-text2 {
        margin-bottom: 1.8rem !important;
    }

 }