:root {
    --body-font: 'Montserrat', Helvetica, sans-serif;
    --heading-font: 'Red Rose', Helvetica, sans-serif;
    
    --fgen-primary-1: #1E9987;
    --fgen-primary-2: #75C043;
    --fgen-primary-3: #F7EC33;
    --fgen-secondary-1: #ADD9B0;
    --fgen-secondary-2: #447465;
    --fgen-secondary-3: #013B40;
    --fgen-secondary-4: #122A43;
    --fgen-tertiary-1: #E12728;
    --fgen-tertiary-2: #253F8C;
    
    --fgen-dark-1: #333232;
    
    --geo-orange: #DF7D32;
    --hydro-blue: #188CB5;
    --wind-blue: #6CAFC4;
    --solar-yellow: #BB9E2E;
    
    --red: #E22728;
    --blue: #253F8B
    
    
}

body {
    font-family: 'Montserrat', Sans-Serif;
}

ol, ul {
    margin-bottom: 1.5rem !important;
}

.red-rose {
    font-family: 'Red Rose', Sans-Serif;
}

.fgen-primary-1, .blue-green {color: var(--fgen-primary-1);}
.fgen-primary-2 {color: var(--fgen-primary-2);}
.fgen-primary-3 {color: var(--fgen-primary-3);}

.fgen-secondary-1 {color: var(--fgen-secondary-1);}
.fgen-secondary-2 {color: var(--fgen-secondary-2);}
.fgen-secondary-3 {color: var(--fgen-secondary-3);}
.fgen-secondary-4 {color: var(--fgen-secondary-4);}

.fgen-tertiary-1 {color: var(--fgen-tertiary-1);}
.fgen-tertiary-2 {color: var(--fgen-tertiary-2);}

.text-dark  {color: var(--fgen-dark-1);}

.geo-orange {color: var(--geo-orange);}
.hydro-blue {color: var(--hydro-blue);}
.wind-blue {color: var(--wind-blue);}
.solar-yellow {color: var(--solar-yellow);}

.bg-fgen-secondary-1 {
    /* "from" allows you to destructure the variable and inject alpha */
    background-color: rgb(from var(--fgen-secondary-1) r g b / 10%);
}

p a {
    color: var(--fgen-primary-1);
    text-decoration: none;
    font-weight: 700;
}

p a:focus, p a:hover {
    text-decoration: underline;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.site-branding {
	/*width: 130px;*/
	width: 80%;
}

.fs-16 {
    font-size: 16px;
}

/* HEADER STYLE*/

.text-bar-title {
	color: var(--fgen-primary-1);
	font-size: 30px;
	font-weight: bold;
}

.header-top {
    height: 140px;
}

.navbar-toggler.menu .bi {
	width: 2em;
	height: 2em;
}

.navbar {
	border-top: 2px solid var(--fgen-primary-1);
	border-bottom: 2px solid var(--fgen-primary-1);
}

.nav-item {
    color: var(--fgen-primary-1);;
    font-size: 15px;
    line-height: 1;
    margin: auto;
    text-align: left;
    padding: 4px 1em;
}

.dropdown-toggle::after {
	position: absolute;
	margin-right: -110px;
	display: none;
}

.navbar-dark .navbar-nav .nav-link{
	color: var(--fgen-primary-1);
}

.nav-link ul {
	margin-bottom: 0;
	list-style: none;
	display: flex;
}

.nav-link.single-liner {
	padding: 16px 0px;
}

.dropdown-menu-1 {
	padding: 0;
	background-color: var(--fgen-primary-1);
	margin-top: 0px !important;
	border: 1px solid #fff;
	border-radius: 0;
	top: 100%;
}

.nav-link-1 {
    padding: var(--bs-nav-link-padding-y);
}

.dropdown-menu-1.long-text {
    top: 103%;
}

.dropdown-menu-1 li {
	padding: 10px 0;
	border-bottom: 1px solid #fff;
	font-size: 14px;
}

.dropdown-menu-1 li:last-child {
    border-bottom: none;
}

.dropdown-menu-1 li a {
	color: #fff;
	background: var(--fgen-primary-1) !important;
	text-align: left;
	font-size: 14px;
	line-height: normal;
}

/*.dropdown-menu-1 li a:hover{*/
/*	background: #fff;*/
/*	color: var(--fgen-primary-1);*/
/*}*/

.dropdown-menu-2 {
	padding: 0;
	background-color: var(--fgen-secondary-2) !important;
	color: #fff;
	margin-top: 0 !important;
	border-radius: 0;
}

.dropdown-menu-2 li a {
	color: #fff;
	background: var(--fgen-secondary-2) !important;
	text-align: left;
	font-size: 14px;
	line-height: normal;
}

.dropdown-menu-1 li:focus,
.dropdown-menu-2 li:focus,
.nav-link:focus {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    box-shadow: none;
}

.dropdown-menu-1 li a:hover,
.dropdown-menu-2 li a:hover {
    font-weight: 700;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}

.dropdown .position-relative ul.position-absolute {
	background-color: var(--fgen-primary-1);
	border: 1px solid #fff;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
}



/* 1. Create a ghost element that is ALWAYS bold */
.dropdown-item::after {
    display: block;
    content: attr(title); /* Pulls text from a title attribute */
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

/* 2. Your existing hover/focus logic */
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    font-weight: normal !important; /* Now you can use bold safely! */
    text-shadow: 0.8px 0 0 currentColor, -0.3px 0 0 currentColor !important;
}




/*initial location of wide dropdown
.dropdown-menu.dropdown-menu-ovcs {
	left: -246%;
}*/

.dropend .dropdown-toggle::after {
	right: 121px;
}

.dropdown-menu .dropdown-menu {
  top: 10px;
  left: 100%;
}

.active-link {
    font-weight: bold;
    text-decoration: underline;
    text-decoration-thickness: 3px;
}

h1, h2 {
    font-family: 'Montserrat', Sans-Serif;
    font-weight: 700;
    color: var(--fgen-primary-1);
    font-size: 26px;
    margin-bottom: 1.5rem !important;
}

h1, .subheader-h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

p {
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: var(--fgen-dark-1);
    font-size: 16px;
    line-height: 1.6;
}

.subheader-1, .subheader-2, .subheader-h1 {
    font-family: 'Red Rose', Sans-Serif;
    font-weight: 700;
    color: var(--fgen-primary-2);
    line-height: normal;

    margin-bottom: 1.5rem;
}

.subheader-3 {
    font-family: 'Montserrat', Sans-Serif;
    font-weight: 600;
    color: var(--fgen-primary-2);
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.subheader-1 {
    font-size: 30px;
}

.subheader-2 {
    font-size: 26px;
    color: var(--fgen-primary-1);
}

.subheader-3 {
    font-size: 16px;
}

.subheader-h1 {
    text-transform: none;
    color: var(--fgen-primary-1);
    font-size: 30px;
}

.semi-bold {
    font-weight: 600;
}

.header-h1 {
    font-size: 48px;
}

.montserrat-italic-med {
    font-family: 'Montserrat', Sans-Serif;
    font-weight: 500;
    font-style: italic;
}

.footnote {
    font-size: 13px;
    vertical-align: super;
}

.mb-5rem {
    margin-bottom: 5rem !important;
}

.border-bottom-1 {
    border: 0; /* Remove default border */
    border-top: 2px solid var(--fgen-primary-1); /* Your desired line */
    margin-top: 0rem;
    margin-bottom: 3rem;
    opacity: 1;
}

/* Gallery Container */
.gallery-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 40px 10px;
    flex-wrap: wrap; /* Allows wrapping on mobile screens */
}

.fancybox__content {
    background-color: white !important;
}



/*LARGE*/
@media (max-width: 1199px) {
    
    .navbar {
        background-size: contain;
        background-position: top;
        display: block;
    }
    
    .navbar-nav {
        border-left: none;
        border-right: none;
    }
    
    .nav-item {
        border: none;
        border-radius: 0;
        border-bottom: 1px solid var(--fgen-primary-1);
        font-size: 14px;
        width: -webkit-fill-available;
    }
    
    .nav-item, .dropdown-menu-1 li {
        padding: 20px;
    }
    
    .dropdown-menu-2 li {
        padding-left: 40px;
    }
    
    .dropdown-menu-1 li {
    	line-height: unset;
    }
    
    .dropdown-toggle::after {
        margin-right: 0;
        right: 10%;
    }
    
    .dropdown .position-relative ul.position-absolute {
        top: 100%;
        background-color: var(--fgen-primary-1);
        width: -webkit-fill-available;
    }
    
    .navbar-nav .dropdown-menu {
        position: absolute;
    }
    
    .dropdown-menu.show {
        display: block;
    }
    
    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        width: inherit;
        background-color: var(--fgen-primary-1);
    }
}

/*Medium
@media (min-width: 1199px) and (max-width: 1340px) {

    .nav-item {
    	width: 9.3em;
    }
}*/

/* Mobile (below 768px) */
@media (max-width: 767px) {
    .header-top {
        height: 80px;
    }
    
    .site-branding {
        width: 90px;
    }
    
    .header-h1 {
        font-size: 36px;
    }
    
    .img-zoom-container > a > img,
    .img-zoom-container > a > span > img {
        height: auto;
        max-width: 1366px !important;
        min-width: 700px;
    }
    
    .img-zoom-container {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
    
    .img-zoom-container::-webkit-scrollbar {
        width: 8px; /* Set your desired width */
    }
    
    .img-zoom-container::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5); /* Makes the thumb visible */
        border-radius: 4px;
    }

}

/* HEADER STYLE END */

/* FOOTER STYLE */
.container-footer,
.container-copyright {
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}

.container-footer {
    background: #447465;
    background: linear-gradient(360deg,rgba(68, 116, 101, 1) 0%, rgba(30, 153, 135, 1) 45%, rgba(117, 192, 67, 1) 100%);
    padding: 40px 0 10px;
}

.container-copyright {
	background-color: var(--fgen-secondary-3);
    padding: 20px;
}

.address-head {
    color: var(--fgen-primary-3);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
}

.address-p {
    font-size: 13.8px;
    line-height: normal;
}

.address-label {
    color: #54595f;
}

.copyright p{
    line-height: 15px;
    font-size: x-small;
}

.btn-footer,
.btn-home {
    background-color: var(--fgen-primary-3);
    border-radius: 100px;
    width: 100%;
    font-weight: 500;
    color: var(--fgen-secondary-3);
}

.btn-home {
    font-weight: bold;
    font-size: 20px;
    width: auto;
    padding: 10px 40px;
}

.btn-footer:hover, .btn-home:hover {
    color: var(--fgen-secondary-3);
    background-color: var(--fgen-primary-3);
}

.btn-footer {
    font-weight: 600;
    font-size: 16px;
}

.footer-address {
    min-width:18%;
}

.footer-address-1 {
    min-width:31%;
}

.address-container {
    margin-top: 20px;
}

.btn-footer:hover {
    color: white;
    background-color: var(--fgen-primary-1);
}

/*LARGE*/
@media (min-width: 1000px) {
    .address-container, .buttons-container {
        max-width: 1280px;
    }
    
    .address-label-col-3 {
        justify-content: flex-end;
        display: grid;
    }   
}

/*MEDIUM*/
@media (max-width: 991px) {
    .address-label-col-3 {
        justify-content: flex-start;
        display: grid;
    }

    .address-container {
        padding: 0 40px 42px;
    }
    .footer-address {
        /*margin-right: -11rem;*/
    }
    
    .overlay-white {
        /*background-color: rgba(255, 255, 255, 0.7);*/
        background-color: rgb(from var(--fgen-primary-1) r g b / 65%);
        
    }
    
    .overlay-white > p {
        color: white !important;
        font-weight: 500 !important;
    }
    

}

@media (min-width: 992px) {
    .footer-address {
        margin-left: -1.5rem !important;
    }
}

/*MOBILE ONLY*/
@media (max-width: 575.98px) {
    .address-container {
        padding: 1rem;
    }

    .buttons-container {
        padding: 0 20px;
    }

    .container-footer {
        border-radius: 0;
        background-position-x: 88%;
    }
    
    .btn-home-banner, .btn-footer {
        font-size: 15px;
    }
        
    .mb-5rem {
        margin-bottom: 3rem !important;
    }
}
/* FOOTER STYLE END */

ul:not(.not-green) li::marker,
ol:not(.not-green) li::marker {
    color: var(--fgen-primary-2); /* Changes only the bullet color */
    font-weight: bolder;
}

.plain-bullet::marker {
    color: black !important;
    font-weight: normal !important;
}

ul.default-list-style {
    list-style-type: disc !important;
}



@media (max-width: 1365px) {
    .home-hero-banner-text__left {
        max-width: 250px !important;
    }
}
@media (max-width: 1399px) {
    .home-hero-banner-text__left {
        max-width: 280px !important;
    }
}
@media (max-width: 991px) {
    .home-hero-banner-text__left {
        max-width: 100% !important;
    }
}

@media (min-width: 1400px) {
    .home-hero-banner-text__left {
        max-width: 350px !important;
    }
}