@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100;0,200;1,100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.accordion-button:focus{
    box-shadow: none;
}

ul{
    list-style: none;
    padding-left: 0;
}
ul.bulletpoint {
    list-style-type: disc;
    padding-left: 0;
}
.section ul.bulletpoint{
    padding-left: 2rem;
}
.section ul.bulletpoint li{
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.section.solar h3 {
    color: #000;
}
.indent {
    text-indent: 1rem;
}
p a, ul li a {
    color: #006FB8;
    font-weight: bold;
    text-decoration: underline;
}
p a:hover, p a:focus, ul li a:hover, ul li a:focus {
    color: #141719;
    text-decoration: underline;
}
.w-90{
    width: 90%;
}
.section h3{
    color:#008044;
    font-size: large;
    font-weight: bolder;
    text-transform: uppercase;
}
h4 {
    color: #000;
    font-weight: bolder;
    font-size: medium;
}
/*---------------------------- Navigation Bar -------------------------*/
.navbar-nav{
    font-family: "Bebas Neue", sans-serif;
    font-size: x-large;
    box-sizing: content-box;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .nav-link:active{
    color: #006FB8;
    text-decoration: underline;

}
.navbar-expand-lg{
    /* margin-left: 5%;
    margin-right: 5%; */
    
}
.nav-link {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    color: #454545;
}

.navbar .dropdown-menu{
    border: 0;
    border-radius: 0;
    background-color: #006FB8;
    font-family: "Montserrat", sans-serif;
    padding: 1rem;

}
.navbar .dropdown-item {
    margin: 0.4rem;
    background-color: transparent;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    background-color: transparent; 
    color: #fff;
}

.navbar .dropdown-menu a {
    color: #fff;
    margin: 0;
}

.navbar .dropdown-menu a:hover, .navbar .dropdown-menu a:focus{
    text-decoration: underline;
    text-shadow:-0.5px 0 #fff, 0.5px 0 #fff;
    font-weight: normal;
}

.nested-dropdown {
    margin-left: 1rem;
    padding-bottom: 1rem;
}
/*------------------------ Banner ---------------------------*/
.video-container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50vh;
    overflow: hidden;
  }
  
  .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -9;
  }
  .video-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -9;
  }
/* Background banner image */
.nav-container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-position: center;
    z-index: -5;
    overflow: hidden;
    align-items: flex-end;
    
}

/* Gradient overlay for image */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1),rgba(255, 255, 255, 0.7),rgba(154, 154, 154, 0.6),rgba(54, 59, 84, 0.5),rgba(39, 43, 59, 0.7), rgba(30, 30, 30, 0.8));
    z-index: -4;
}
.overlay-darken {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(45, 45, 45, 0.2);
    z-index: -9; 
}

.triangle-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 70vw solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 10rem solid #00AAEB;
    z-index: 1;
    filter: drop-shadow(13px -2px 4px rgba(0, 0, 0, 0.7));
}

/* Triangles sitting at bottom of banner */
.triangle-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 60vw solid transparent;
    border-bottom: 7rem solid #00A559;
    z-index:1 ;
    filter: drop-shadow(13px -2px 4px rgba(42, 42, 42, 0.3));
}
.banner-text {
    font-family: "Bebas Neue", sans-serif;
    text-shadow: #000 1px 1px 7px;
    color: white!important;
    z-index: 100; 
}
.banner-text h1{
    
    color: white!important;
    
}
/* ----------------------------- Breadcrumb ------------------------------ */
.breadcrumb .breadcrumb-item{
    color: #6E6E6E ;
    font-weight: bold;
    font-style: italic;
    font-size: medium;
}

.breadcrumb a{
    text-decoration: none;
    color: #6E6E6E ;

}
.breadcrumb a:hover, .breadcrumb a:focus{
    text-decoration: underline;
}

/* ---------------------------Information Section----------------------------*/
/*  Navigation side panel */
.overview-box {
    position: sticky;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    top: 5%;
    height: fit-content;
    z-index: 1000;
    background-color: #006FB8;
}
.overview-box a{
    color: white;
    text-decoration: none;
}
.nav-pills button{
    padding-top:0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom:0.5rem;
}
.nav-pills .box-link {
    max-width:80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /* text-indent: -1rem; */
    /* margin-left:1.5rem; */
}
.accordion-item.overview {
    font-family: "Bebas Neue", sans-serif;
    font-size: x-large;
    background-color: #006FB8;
    color: #fff;
    border:none;
}
.sticky-accordion {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
 }

.accordion-item.overview a{
    color: white;
    text-decoration: none;

}
.accordion-button::after{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ffffff" class="bi bi-caret-down-fill" viewBox="0 0 16 16"><path fill="%23ffffff" d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/></svg>');
}
.accordion-button:not(.collapsed)::after{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ffffff" class="bi bi-caret-down-fill" viewBox="0 0 16 16"><path fill="%23ffffff" d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/></svg>');
}
.overview .accordion-button{
    font-family: "Bebas Neue", sans-serif;
    font-size: x-large;
    background-color: #006FB8;
    color: #fff;
    border-bottom: none;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,111,184,1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0,111,184,1);
    box-shadow: 0px 1px 0px 0px rgba(0,111,184,1);
}


.overview .accordion-button:focus{
    text-decoration: underline;
}

.nav-pills .nav-link {
    text-align: start;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: x-large;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    padding-right: 0;
    border: none;
}
.nav-pills .nav-link:hover,.nav-link:focus{
    text-decoration: underline;
}
.nav-pills .nav-link.active{
    background-color: inherit;
    text-decoration: underline;
}

.nav-pills .nav-link.active .line{
    content: '';
    right: 0;
    height: 5px;
    width: 100%;
    background-color: #fff;
}
/* Information part */

.info-section h1, .homepage .info-section h1 {
    color:#008044;
    font-size: large;
    font-style: italic;
    font-weight: bolder;
}
.info-section h2, .homepage .info-section h2  {
    color: #006FB8;
    font-family: "Bebas Neue", sans-serif;
    font-size: xx-large;
}
.info-section h3{
    color: #008044;
    font-size: large;
}
.info-section .image-container {
    text-align: center;
    /* padding-top: 1rem;
    padding-bottom: 2rem; */
}
.info-section img {
    height: 100%;
}
.info-section p br{
    padding: 1rem;
}
.info-section .section {
    padding-bottom: 1.5rem;
}
.info-section .section .emphasize {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top:1rem;
    padding-bottom:1rem;
}
.info-section .section .emphasize h4{
    font-weight: bold;
    font-style: italic;
    font-size: medium;
}
.info-section .section .emphasize p{
    font-style: italic;
    font-weight: normal;
}

.emphasize {
    font-style: italic;
    font-weight: bold;
}
.bold{
    font-weight: bold;
}
.red {
    color: #d1484f;
}
/* --------------- VA Energy Plan Section ----------------- */
.parallax-bg {
    position: relative;
    background-image: url("images/welcome_to_virginia.jpg");
    min-height: 700px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 500;
}
.parallax-shadow{
    -webkit-box-shadow: 1px -6px 11px -6px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px -6px 11px -6px rgba(0,0,0,0.4);
    box-shadow: 1px -6px 11px -6px rgba(0,0,0,0.4);
}
.parallax {
    position: relative;
    z-index: 1;
    margin-left: 5%;
    margin-right: 5%;
}
.parallax-content{
    position:relative;
    padding-bottom: 5rem;
}
.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5));
    z-index: 0;
}
.parallax-content h1 {
    color:#CC333B;
    
}
/* Information part */
.parallax-content h2 {
    color: #172856;
    font-family: "Bebas Neue", sans-serif;
    font-size: xx-large;
    padding-bottom: 1rem;

}


/* -------- Animated Buttons ---------- */
.btn.animated  {
    font-weight: bold;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background: linear-gradient(to top, #CC333B 50%, #172856 50%);
    background-size: 100% 200%;
    background-position: top center;
    transition: background-position .20s ease-out;
    border-bottom: 5px solid #CC333B;
    padding: 1rem;
    -webkit-box-shadow: 0px 4px 26px -6px rgba(0,0,0,0.85);
    -moz-box-shadow: 0px 4px 26px -6px rgba(0,0,0,0.85);
    box-shadow: 0px 4px 26px -6px rgba(0,0,0,0.85);
    z-index: 100;
}
.btn.animated:active {
    background: #172856;
    color: #fff;
    border-bottom: 5px solid #172856;
}
.btn.animated:hover, .btn.animated:focus, .homepage .btn.animated:hover, .btn.animated:focus {
    background-position: bottom center;
    text-decoration: underline;
}
.homepage .btn.animated.blue  {
    font-weight: bold;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background: linear-gradient(to top, #fdd31b 50%, #006fb8 50%);
    background-size: 100% 200%;
    background-position: top center;
    transition: background-position .20s ease-out;
    border-bottom: 5px solid #fdd31b;
    padding: 1rem;
    box-shadow: none;
    
}
.homepage .btn.animated.blue:active {
    background: #006fb8;
    color: #fff;
    border-bottom: 5px solid #006fb8;
}
.homepage .btn.animated.white  {
    font-weight: bold;
    border-radius: 0;
    text-transform: uppercase;
    color: #006fb8;
    border: none;
    background: linear-gradient(to top, #fdd31b 50%, #fff 50%);
    background-size: 100% 200%;
    background-position: top center;
    transition: background-position .20s ease-out;
    border-bottom: 5px solid #fdd31b;
    padding: 1rem;
    box-shadow: none;
    
}
.homepage .btn.animated.white:active {
    background: #fff;
    color: #fdd31b;
    border-bottom: 5px solid #fdd31b;
}
.homepage .btn.animated:hover, .homepage .btn.animated:focus {
    background-position: bottom center;
    text-decoration: underline;
    color: #000;
}
.homepage .information-center .btn.animated:hover, .homepage .information-center .btn.animated:focus {
    background-position: bottom center;
    text-decoration: none;
    color: #000;
}
.homepage .information-center .btn.animated{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    -webkit-box-shadow: 3px 2px 12px -3px rgba(0,0,0,0.45);
    -moz-box-shadow: 3px 2px 12px -3px rgba(0,0,0,0.45);
    box-shadow: 3px 2px 12px -3px rgba(0,0,0,0.45);
}

.homepage .information-center .btn.animated:hover,.homepage .information-center .btn.animated:focus{
    color: #000;
}
.homepage .information-center .btn.animated:hover h2,.homepage .information-center .btn.animated:focus h2{
    color: #000;
    text-decoration: underline;
}

/* ---------- Blog Carousel -------------*/
.container.carousel-container {
    min-height: 600px;
}
@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
        text-align: center;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
display: flex;
}

/* display 4 */
@media (min-width: 768px) {
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next,
    .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(25%) !important;
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }

    .carousel-item-next.carousel-item-start, .active.carousel-item-end {
        transform: translateX(0) !important;
    }

    .carousel-inner .carousel-item-prev,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }
}
.carousel-icons {
    color: #006FB8;
    font-size: xx-large;
}
.card{
    margin: 0 .5em;
    width: 90%;
    border: none;
    padding: 0 0 0 0;

}
.card.card-body img{
    border-radius: 7%;
    margin-bottom: 1rem;
}
.blog-title {
    color: #006FB8;
    font-weight: bolder;
    font-size: small;
    text-align: center;
}
.carousel-inner{
    width: 70%;
}
/* ---------------------- Footer ------------------- */
.footer h1{
    font-family: "Bebas Neue", sans-serif;
    font-size: xx-large;
}
.footer h2{
    font-family: "Bebas Neue", sans-serif;
    font-size: x-large;
}
.footer p{
    font-weight: normal;
}
.footer {
    background-color: #006fb8;
    color: white;
    z-index: 100;
}
.footer .image-container{
    display: flex;
    height: 100%;
    padding: 1rem;
    
}
.footer .image-container img{
    width: 100%;
    height: auto;
}

.footer .footer-heading {
    font-family: "Bebas Neue", sans-serif;
    font-size: xx-large;

}
.footer a {
    color: #fff;
    text-decoration: none;
    font-size: large;
    font-weight: normal;
}
.footer a:hover, .footer a:focus {
    text-decoration: underline;
}
.footer li{
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}
.footer .footer-social li{
    display: inline-block;

}

/* ------------------- */
.message p {
    margin: 1rem;
    margin-left: 0;
    
}
.imgshadow {
    -webkit-box-shadow: 5px 5 0px 1px rgba(209,72,79,1);
    -moz-box-shadow: 5px 5px 0px 1px rgba(209,72,79,1);
    box-shadow: 5px 5px 0px 1px rgba(209,72,79,1);
}
.subtitle {
    color: #CC333B;
    font-weight: bold;
    font-style: italic;
}
/* ---------------VA Energy Plan ----------- */

.va-plan h2 {
    color:#172856;
}
.va-plan h3{
    color:#CC333B;
    font-size: larger;
    font-weight: bold;
    text-transform: uppercase;
}
.va-plan h4{
    font-size: larger;
    font-weight: bolder;
}
.va-plan .accordion-item{
    margin-bottom: 1rem;
    border: none;
}
.va-plan .accordion-item button{
    color: #fff;
    background-color: #172856;
    border-bottom: 5px solid #CC333B;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
}
.va-plan.blue .accordion-item button{
    color: #fff;
    background-color: #006fb8;
    border-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
}
.va-plan.blue .accordion-item button h3{
    font-size: x-large;
    color: #fff;
}
.va-plan .accordion-item button:hover, button:focus{
    text-decoration: underline;
}
.va-plan li {
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}
.va-plan .accordion-item .btn-close{
    background-color: transparent;
}
/* .va-plan ul{
    list-style: circle;
}
.va-plan ul li{
    padding-right:1.5rem;
}
@media screen and (max-width: 577px) {
    .va-plan ul{
        column-count: 1;
    }
  }
@media screen and (min-width: 577px) and (max-width: 769px) {
.va-plan ul{
    column-count: 2;
}
}
@media screen and (min-width: 770px) and (max-width: 1200px) {
    .va-plan ul{
        column-count: 3;
    }
    }
@media screen and (min-width: 1200px) {
    .va-plan ul{
        column-count: 4;
    }
  } */

.square-container {
    min-height: 150px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.square-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(23, 40, 86, 0.7), rgba(23, 40, 86, 0.7)); 
    z-index: 0;
}
.square-content {
    position: relative;
    font-family: "Bebas Neue", sans-serif;
    color: #fff;
}
a.square-content {
    text-decoration: none;
    text-align: center;
    transform: scale(1);
    transition: 0.25s all ease;
}
a.square-content:hover, a.square-content:focus{
    text-decoration: underline;
    transform: scale(1.1);
    padding-bottom: 2rem;
}
.explore h1 {
    color:#CC333B;
    font-style: italic;
    font-weight: bold;
    font-size: large;
}

.explore .btn.animated {
    color: #fff;
    border: none;
    background: linear-gradient(to top, #CC333B 50%, rgba(0,0,0,0) 50%);
    background-size: 100% 200%;
    background-position: top center;
    transition: background-position .20s ease-out;
    border-bottom: 5px solid #CC333B;
    padding: 1rem;
    -webkit-box-shadow: 0px 4px 26px -6px rgba(0,0,0,0.85);
    -moz-box-shadow: 0px 4px 26px -6px rgba(0,0,0,0.85);
    box-shadow: 0px 4px 26px -6px rgba(0,0,0,0.85);
    z-index: 100;
    
}
.explore .btn.animated:hover, .btn.animated:focus{
    border: none;
    background-position: bottom center;
    text-decoration: underline;
}
/* Home page Index section */
.shadow {
    background-color: #fff;
    padding: 3rem;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
}
.energy-programs {
    color: #fff;
}
.energy-programs .text-section {
    
    max-width: 500px;
}
.energy-programs .text-section p {
    padding-bottom: 1.5rem;
}
.banner {
    font-family: "Bebas Neue", sans-serif;
    font-size: xx-large;
    background-color: #00a559;
    margin: 0;
    -webkit-box-shadow: 0px 4px 26px -3px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 4px 26px -3px rgba(0,0,0,0.55);
    box-shadow: 0px 4px 26px -3px rgba(0,0,0,0.55);

    
}
.banner h1{
    color: #fff;
}
@media (min-width: 992px) {
    .banner.special{
        transform: translate(-50%,50%)!important;
    }
    .banner{
        transform: translate(-50%,-50%)!important;
    }
  }
  @media (min-width: 768px) and (max-width: 993px){
    .banner{
        transform: translate(-50%,-50%)!important;
    }
    .banner.special{
        transform: translate(-50%,50%)!important;
    }
}
    @media (max-width: 768px) {
        .banner.special{
            transform: translate(-50%,50%)!important;

        }
    }

.energy-programs h2 {
    font-family: "Bebas Neue", sans-serif;
}
.homepage .nav-item button.nav-link{
    text-decoration: none;
    font-family: "Bebas Neue", sans-serif;
    font-size: x-large;
    color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
}
.homepage .nav-item button.nav-link.active, .homepage .nav-item button.nav-link:hover{
    border-bottom: 6px solid #00aaeb;
}

.homepage .nav .nav-link{
    margin: 0;
    padding: 0;
}
.homepage .information-center a{
    text-decoration: none;
    color: inherit;
}
.homepage .information-center a:hover, .homepage .information-center a:focus{
    text-decoration: none;
    color: inherit;
}
.homepage .information-center span{
    font-size: 7rem;
}
.homepage .information-center h1{
    color: #006fb8;
    font-family: "Bebas Neue", sans-serif;
}
.homepage .information-center .btn h2{
    color: #006fb8;
    font-family: "Montserrat", sans-serif;
    font-size: medium;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 0;
   
}
.homepage .emergency-contacts .btn {
    color: #006FB8;
    background-color: #fff;
    width: 100%;
    border-radius: 0;
    margin-top: 0.5rem;
    padding: 1rem;
    padding-top:1.5rem;
    padding-bottom: 1.5rem;
    font-weight: bold;
    border: none;
    border-bottom-color:#fff;
    border-top-color:#fff;

}
.homepage .emergency-contacts .btn:hover,.homepage .emergency-contacts .btn:focus {
    text-decoration: underline;
}
.homepage .emergency-contacts .card.card-body{
    color: #006FB8;
    background-color: #fff;
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding: 1rem; 
}

.homepage .emergency-contacts .card.card-body ul li{
    padding: 0.2rem;
}
.shadow-container {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);

}
.homepage.video{
    color: #fff;
    background: linear-gradient(to bottom, #006FB8 85%, rgba(0,0,0,0) 70%);
    text-align: center;

}
.homepage.video h1{
    font-family: "Bebas Neue", sans-serif;

}

.homepage.popular h1 {
    color:#006FB8;
    font-family: "Bebas Neue", sans-serif;

}

.simple-modal .modal-dialog  {
    max-width: 800px;
    margin: 30px auto;
    padding:1rem;
  }
  
  .simple-modal .modal-body {
    position: relative;
    padding: 0px;
    border: none;

  }
  .simple-modal .modal-content {
    
    border: none;
    border-image-width: 0;
    background: rgb(255, 255, 255);
    padding: 0.3rem 1rem 1rem 1rem;

  }
  .simple-modal .modal-header{
    font-weight: normal;
    color: #000000;
    border: none;
    padding-right: 0;
  }
  .simple-modal .modal-header .btn-close{
    color: #fff;
    opacity:1;
  }
  .simple-modal .image {
    width: 100%;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.4));

  }
 img.popup:hover, img.popup:focus {
    transform: scale(0.98);
    cursor: zoom-in;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.4));

  }
.homepage.video-container{
    max-width: 100%;
}
.article-section .video-container{
    height: 100%;  
    border-radius: 1rem; 
}
.caption{
    padding-top:0.5rem;
    padding-bottom:0.5rem;
    font-style: italic;
    font-size: small;
    font-weight: normal;
}

/* Bubble Percentage Link */

.bubble {
    display: flex;
    justify-content: center;
    flex-wrap: flex-nowrap;
    gap: 20px;
    padding: 20px;
}
.circle-container {
    width: 160px; 
    height: 160px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.homepage .circle-container {
    width: 160px; 
    height: 160px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.circle-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.blue-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 111, 184, 0.8);
    border-radius: 50%;
}
.darkblue-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(32, 57, 110, 0.7);
    border-radius: 50%;
}

.outline-container {
    position: absolute;
    inset: 0;
}
.redbubble-outline {
    fill: none;
    stroke: #D1484F;
    stroke-width: 8;
    transform: rotate(-180deg);
    transform-origin: center;
    transition: stroke-dasharray 0.5s ease;
}
.yellowbubble-outline {
    fill: none;
    stroke: #fdd31b;
    stroke-width: 8;
    transform: rotate(-180deg);
    transform-origin: center;
    transition: stroke-dasharray 0.5s ease;
}
.circle-container:hover .redbubble-outline,  .circle-container:hover .yellowbubble-outline{
    stroke-dasharray: 301.59 0 !important;
}
.bubble-text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.7); 
    font-family: 'Montserrat', sans-serif;
}
.bubble-text-box p{
    
    color: white;
    
}
.bubble-text-box .line1 {
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}
.bubble-text-box .line2 {
    font-weight: 800;
    margin: 0;
}
.homepage .bubble-text-box .line1 {
    font-weight: 900;
    text-transform: uppercase;
    font-size:large;
    margin: 0;
}
.homepage .bubble-text-box .line2 {
    font-weight: 800;
    font-size: xx-large;
    margin: 0;
}



@media (min-width: 1400px) {

    .circle-container {
        width: calc(33.333% - 20px);
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .bubble-text-box .line1 { font-size: normal; }
    .bubble-text-box .line2 { font-size: x-large; }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px)  {

    .circle-container {
        width: calc(33.333% - 20px);
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .bubble-text-box .line1 { font-size: small; }
    .bubble-text-box .line2 { font-size: larger; }
}
@media only screen and (min-width: 991px) and (max-width: 1200px)  {

    .circle-container {
        width: calc(33.333% - 20px);
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .bubble-text-box .line1 { font-size: x-small; }
    .bubble-text-box .line2 { font-size: large; }
    .homepage .circle-container {
        width: calc(33.333% - 20px);
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .homepage .bubble-text-box .line1 {
        
        font-size:small;
       
    }
    .homepage .bubble-text-box .line2 {
        
        font-size: larger;
        
    }
}

@media (max-width: 991px) {

    .circle-container {
        width: 100px;
        height: 100px;
        aspect-ratio: 1 / 1;
    }
    .bubble-text-box .line1 { font-size: x-small; }
    .bubble-text-box .line2 { font-size: large }
    .homepage .circle-container {
        width: 100px;
        height: 100px;
        aspect-ratio: 1 / 1;
    }
    .homepage .bubble-text-box .line1 {
        
        font-size:x-small;
       
    }
    .homepage .bubble-text-box .line2 {
        
        font-size: large;
        
    }
    
}
/* Hide gradient once expanded */
.expanded::after {
    display: none;
}

.gradient-paragraph {
    position: relative;
    max-height: 150px; 
    overflow: hidden;
}

/* Apply gradient effect */
.gradient-paragraph::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90%; 
    background: linear-gradient(transparent, white);
}
.normal-links a{
    text-decoration: none!important;
    font-size: small!important;
    font-weight: normal!important;

}
/****** Calculator ******/
.calculator {
    width: 300px;
    padding: 20px;
    background-color: #0170b7;
}

.calculator label {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    display: block;
    margin-bottom: 5px;
    text-align: left;
    color: white;
}

.calculator input[type='text'],
.calculator select {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    /* Input text color is not specified, so it will remain the default (usually black) */
}

.outputs {
    margin-top: 20px;
}

.output {
    margin-bottom: 20px;
    text-align: left;
}

.output .title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
    color: white;
}

.output .value {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    display: block;
    color: white;
}


.carousell-container {
    position: relative;
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.carousell-wrapper {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.carousell-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
}
#carousell-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    /* overflow: hidden; */
    width: 100%;
}

.carousell-item {
    
    flex: 0 0 calc(100% / 4); /* Each item takes up 1/4 of the width */

    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}
@media (max-width: 991px) {
    .carousell-item img {
        width: 100%;
        height: 50%; /* Fixed height */
        object-fit: cover; /* Ensures the image covers the area without stretching */
        border-radius: 10px;
    }
    .carousell-arrow {
        top: 30%;
    }
}
@media (min-width: 991px) {
    .carousell-arrow {
        top: 40%;
    }
    .carousell-item img {
        width: 100%;
        height: 70%; /* Fixed height */
        object-fit: cover; /* Ensures the image covers the area without stretching */
        border-radius: 10px;
    }
}


.carousell-item p {
    margin-top: 10px;
}

.carousell-arrow {
    position: absolute;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0);
    box-shadow: #000;
    outline: #000000;
    border: none;
    color: white;
    font-size: 2em;
    cursor: pointer;
    padding: 5px 10px;
    z-index: 1;
    box-shadow: 1 1 1 #000;
}
.carousell-arrow i {
    text-shadow: 0 0 5px black;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}
.underline-yellow{
    border-bottom: 5px solid #fed315;
}

.single-carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.quote-text {
    text-align: justify;
    flex: 1;
    margin-right: 1rem;
}
.single-carousel-layout {
    display: flex;
    flex-direction: row;           /* Ensures horizontal layout */
    align-items: flex-start;       /* Align dots to the top */
    gap: 1rem;                     /* Space between track and dots */
    width: 100%;
}

.single-carousel-wrapper {
    overflow: hidden;
    width: 100%;
}

.single-carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.single-carousel-item {
    flex: 0 0 100%;
    box-sizing: border-box;
    text-align: center;
}
.single-carousel-indicators {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 0.5rem; /* or adjust as needed */
}
.single-carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid black;
    background-color: white;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s ease;
}

.single-carousel-indicators button.active {
    background-color: #666;
    color: white;
}
.smartling-translations,
.smartling-translations * {
    font-family: 'Noto Sans', sans-serif !important;
}
