/*
Theme Name:     Indra Energy
*/

@import url('css/heroMarquee.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

.text-shadow-small {
  text-shadow: #000000 2px 0 3px;
}

.text-shadow-default {
  text-shadow: #000000 2px 0 5px;
}

.text-shadow-large {
  text-shadow: #000000 2px 0 10px;
}

.text-shadow-extra-large {
  text-shadow: #000000 2px 0 20px;
}

/* Bootstrap Defaults */

/* WordPress Default Styles for Alignment */

/* Text Alignment Classes */
.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

/* Media and Content Alignment */
.alignleft {
  float: left;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Wide and Full Width Alignments */
.alignwide {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--content-size, 800px);
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}

/* Clearfix for floated elements */
.wp-block {
  overflow: hidden;
}

/* Table Alignment */
.wp-block-table.alignleft {
  float: left;
  margin-right: 1em;
}

.wp-block-table.alignright {
  float: right;
  margin-left: 1em;
}

.wp-block-table.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* Image Captions */
.wp-caption {
  max-width: 100%;
  text-align: center;
  margin: 1em auto;
}

.wp-caption img {
  margin-bottom: 0.5em;
}

.wp-caption .wp-caption-text {
  font-size: 0.875em;
  color: #666;
}

.regularPhone {
  
}

.campaignPhone {
  display: none !important;
}

.campaignPage .regularPhone {
  display: none !important;
}

.campaignPage .campaignPhone {
  display: inline-block !important;
}

.stateList a {
  text-decoration: none;
  color: #000;
}

.statePage .loginCue {
  display: none;
}


/* General Styles */

html, body {
    margin: 0;
    padding: 0;
    font-family: Open Sans, Roboto, Sans-Serif;
    overflow-x: hidden;
}

a {
    cursor: pointer !important;
}

img {
    max-width: 100%;
}

/* Header */

#header {
    position: relative;
    width: 100%;
    /*padding: 30px 50px 25px 50px;*/
    padding: 10px 50px 0px 50px;
    border-bottom: 10px solid #94B9A3;
}

#header .logo {
    width: 100%;
    height: auto;
    /*max-width: 175px;*/
    position: relative;
    padding: 0px 20px 20px 0px;
}

#header .logo img {
    max-width: 105px;
    position: relative;
    z-index: 1;
}

#header .logo h1.logo {
    position: absolute;
    top: 0;
    left: -555px;
}

#header .logo a {
    display: inline-block;
}





#header .navbar li a {
    color: #913493;
    font-weight: 500;
}

#header .navbar li.phone a {
    background-color: #913493;
    color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 33px;
    font-weight: 900;
    margin-left: 30px;
}

@media all and (max-width: 992px) {
  #header .navbar li.phone a {
    margin: 20px 0px 10px -20px;
  }
  #header .logo {
      margin-top: 20px;
      margin-left: 0px;
  }
}

input:-internal-autofill-selected {
  background-color: #ffffff !important;
}
:not(.btn-check)+.btn:active {
  border-color: transparent !important;
}

.marquee--full-bleed--background {
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.content {
    padding: 50px 0px;
}



.statePage .content ul.utilities {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.statePage .content ul.utilities li {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}


.table-utilities {
  width: 90%; margin: 0px;
  font-size: 10pt;
  border-collapse: none;
  border: 1px solid #cadcd1;
  box-shadow: 5px 5px #efefef;
}

.table-utilities > tbody > tr:first-child {
  font-weight: 900;
  background-color: #cadcd1;
}

.table-utilities > tbody > tr {
  border-color: #cadcd1;
}

.table-utilities>:not(caption)>*>* {
  background-color: transparent !important;
}

/* Includes */

/* As Seen On */

.asSeenOn {
    background-color: #913493;
    color: #ffffff;
    padding: 50px 50px;
    font-size: 16px;
}
@media all and (min-width: 992px) {
    .asSeenOn {
        padding-bottom: 10px;
    }
}
.asSeenOn p.lead {
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 0;
}
.asSeenOn .logo img {
    max-height: 50px;
}

.col.birdEye {
    /*height: 230px;
    overflow: hidden;
    pointer-events: none;*/
}

@media all and (max-width: 616px) {
    .col.birdEye {
        pointer-events: none !important;
    }
}

.emailSearch {
    background-color: rgba(148,185,163,0.05);
    padding: 60px 10px;
    margin-top: 0px;
    margin-bottom: -20px;
}
.features h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: bold;
}

/*.emailSearch [id="email"], 
.emailSearch [id="email"]:focus {
    height: 45px;
    border:1px solid #913493 !important;
    float: left;
    padding: 0px 25% 0px 20px;
    font-size: 16px;
    text-align: center;
    border-radius:0 !important; 
    position: aboslute;
    width: 100%;
    }
    
.emailSearch #_form_14_submit {
    background-color: #913493;
    height: 45px; 
    cursor: pointer; 
    border:1px;solid #913493; 
    background-color: #913493;
    font-weight: normal;
    padding-top: 8px;
    padding-right: 78px;
    border-radius:0; 
    color:#ffffff; 
    background-image: url(https://indraenergy.com/wp-content/uploads/2024/09/white-arrow.png);
    background-repeat: no-repeat;
    background-size: 58px 45px;
    background-position: right center;
    right: 0px;
    position: absolute;
    left: auto;
    border-right: 20px solid #913493;
    }
.emailSearch #_form_14_submit:hover {
    background-color: #31304C !important;
    border-color: #31304C;
}*/

.features {
    background-color: #fafbfa;
    padding: 60px 10px 0px 10px;
    position: relative;
    
}
.features h3, h4, h5, h6 {
    color: #000000;
    font-weight: bold;
}
.features p.lead.small {
    font-size: 16px;
    padding: 0px 10px;
}

.marketSelect select:focus {
    outline: none;
    box-shadow: none;
    border-color: rgba(145,52,147);
}
.passionGraphic {
    height:65vh;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: bottom center;
    background-image: url(https://indraenergy.com/wp-content/uploads/2024/09/Indra-Energy-Photo-17.png);
    border-top-left-radius: 20px;
}

@media all and (max-width: 991px) {
    .passionGraphic {
        border-top-right-radius: 20px;
        height:35vh;
    }
}

.seeOtherPlans {
  text-decoration: none !important;
}

.seeOtherPlans:hover {
  text-decoration: underline !important;
}

.SMSOptIn {
  text-decoration: underline !important;
}

.SMSOptIn:hover {
  text-decoration: none !important;
}

.campaignPage .loginCue {
  display: none;
}

.campaignPage #header .navbar ul li:not(:nth-last-child(-n+2)) {
  display: none !important;
}

.campaignPage .featuredImage {
  
}

.campaignPage .featuredDynamicImage {
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 20%;
}

.campaignPage .featuredImage {
  /*background-image: url(https://indraenergy.com/wp-content/uploads/2024/09/Untitled-1.jpg);*/
  background-image: url(https://indraenergy.com/wp-content/uploads/2024/09/iStock-1396929817.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  z-index: 0;
  border-radius: 10px;
  margin: 2%;
  width: 96%;
}

@media (min-width: 576px) { /* Small devices and up */
  .campaignPage .featuredImage {

  }
}

@media (min-width: 768px) { /* Medium devices and up */
  .campaignPage .featuredImage {
    
  }
}

@media (min-width: 992px) { /* Large devices and up */
  .campaignPage .featuredImage {
    position: absolute;
    bottom: 0;
    left: -320px;
    height: 100%;
    width: 600px;
    background-image: url(https://indraenergy.com/wp-content/uploads/2024/09/featuredImage-girlPhone.jpg);
    background-size: contain;
    background-position: bottom center;
    margin: 0px;
    border-radius: none;
  }
}

@media (min-width: 1200px) { /* Extra large devices and up */
  .campaignPage .featuredImage {
    
  }
}

@media (min-width: 1400px) { /* Extra extra large devices and up */
  .campaignPage .featuredImage {
    left: -300px;
    height: 100%;
    width: 500px;
    background-size: cover;
  }
}

/*.enrollmentJourney .container-main {
  min-height: 80vh;
}*/

body.commercialPage #marquee,
body.aboutPage #marquee {
  background-size: cover;
  background-position: center;
}

.marketsServed a {
  color: #913493;
  text-decoration: none;
}

.marketsServed a:hover {
  text-decoration: underline;
}

/*div.hero [id="field[8]"], [id="field[8]"]:focus {
  height: 45px;
  border:1px solid #913493 !important;
  float: left;
  padding: 0px 78px 0px 20px;
  font-size: 16px;
  text-align: center;
  border-radius:0 !important; 
  position: aboslute;
  width: 100%;
  }
div.hero #_form_14_submit {
  background-color: #913493;
  width: 58px; 
  height: 45px; 
  cursor: pointer; 
  border:1px;solid #913493; 
  background-color: #913493;
  border-radius:0; 
  color:#ffffff; 
  background-image: url(https://indraenergy.com/wp-content/uploads/2024/09/white-arrow.png); 
  background-repeat: no-repeat;
  background-size: cover;
  right: 0px;
  position: absolute;
  left: auto;
}
div.hero #_form_14_submit:hover {
  background-color: #31304C;
}*/
div.hero {
  padding: 50px 0px;
  position: relative;
}
div.hero .lead {
  padding-bottom: 20px;
}

.col.birdEye {
  /*height: 230px;
  overflow: hidden;
  pointer-events: none;*/
}

@media all and (max-width: 616px) {
  .col.birdEye {
      pointer-events: none !important;
  }
}

.selected-vendor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  font-weight: 600;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 0.5rem;
  background-color: #f8f9fa;
}
.selected-vendor .remove-vendor {
  color: red;
  cursor: pointer;
}

.form-check-label span.title {
  display: block;
  font-weight: bold;
  margin-top: 5px;
}
.form-check-label span.description {
  display: block;
  font-size: 9pt;
}
.form-check-label span.offer {
  display: block;
  font-size: 10pt;
  font-weight: 600;
  border: 1px dashed #cadcd1;
  background-color: #fafafa;
  padding: 5px 8px;
  margin: 5px 0px 10px 0px;
  border-radius: 8px;
  width: 100%;
}





.text-shadow {
  text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}

.stateMarquee {
  height: 50vw;
}

@media (min-width: 576px) { /* Small devices and up */
  .stateMarquee {
    height: 50vw;
  }
}

@media (min-width: 768px) { /* Medium devices and up */
  .stateMarquee {
    height: 40vw;
  }
}

@media (min-width: 992px) { /* Large devices and up */
  .stateMarquee {
    height: 30vw;
  }
}

@media (min-width: 1200px) { /* Extra large devices and up */
  .stateMarquee {
    height: 20vw;
  }
}

@media (min-width: 1400px) { /* Extra extra large devices and up */
  .stateMarquee {
    height: 10vw;
  }
}



/*.campaignPage .featuredImage {
  background-color: red;
  background-image: url(https://indraenergy.com/wp-content/uploads/2024/09/Untitled-1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  
}
@media all and (max-width: 991px) {
  .campaignPage .featuredImage {
      background-position: top right;
      height: 300px;
  }
}
@media all and (min-width: 992px) {
  .campaignPage .featuredImage {
      position: fixed;
      height: 100vh;
      top: -10vh;
      left: -20vw;
      z-index: -1;
  }
}

@media all and (min-width: 1400px) {
  .campaignPage .featuredImage {
      position: fixed;
      height: 80vh;
      top: -10vh;
      left: 0vw;
      z-index: -1;
  }
}8?

/*.passionGraphic img {
    height: 60vh;
    width: 0vh
    position: absolute;
    
}

.campaignPage .imageWrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.campaignPage .imageWrapper .card {
  height: 18rem;
  top: 30%;
  background-color: #ccc;
  width: 18rem;
  position: absolute;
  background-size: cover;
  background-position: center;
  border: none;
}
.campaignPage .imageWrapper .card-1 {
  left: 10%;
  margin-left: -18rem;
  background-image: url(https://indraenergy.com/wp-content/uploads/2024/09/iStock-1396929817.jpg);
  top: 18%;
}
.campaignPage .imageWrapper .card-3 {
  right: 10%;
  margin-left: -16rem;
  background-image: url(https://indraenergy.com/wp-content/uploads/2024/09/Indra-Energy-Photo-10.png);
  top: 18%;
}
@media all and (min-width: 1801px) {
  .campaignPage .imageWrapper .card {
      width: 20rem;
  }
  .campaignPage .imageWrapper .card-1 {
      left: 10%;
      margin-left: -16rem;
  }
  .campaignPage .imageWrapper .card-3 {
      right: 10%;
      margin-right: -16rem;
  }
}
@media all and (min-width: 1701px) and (max-width: 1800px) {
  .campaignPage .imageWrapper .card {
      width: 20rem;
  }
  .campaignPage .imageWrapper .card-1 {
      left: 9%;
      margin-left: -16rem;
  }
  .campaignPage .imageWrapper .card-3 {
      right: 9%;
      margin-right: -16rem;
  }
}
@media all and (min-width: 1201px) and (max-width: 1700px) {
  .campaignPage .imageWrapper .card {
      width: 20rem;
  }
  .campaignPage .imageWrapper .card-1 {
      left: 7%;
      margin-left: -20rem;
  }
  .campaignPage .imageWrapper .card-3 {
      right: 7%;
      margin-right: -20rem;
  }
}
@media all and (max-width: 1200px) {
  .campaignPage .imageWrapper {
      position: relative;
      width: 100%;
      left: 0;
      right: 0;
      height: 18rem;
      margin-bottom: 50px;
      
  }
  .campaignPage .imageWrapper .card-1 {
      position: absolute;
      left: 0px;
      top: 0;
      margin-left: 0;
      border-radius: 5px;
  }
  .campaignPage .imageWrapper .card-3 {
      position: absolute;
      right: 0px;
      top: 0;
      margin-left: 0;
      border-radius: 5px;
  }
}*/

/* Footer */

@import url(https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css);

footer {
    display: none;
} 

.e-con>.e-con-inner {
    max-width: 100%;
}

#footer {
    background-color: #512952;
    color: #ffffff;
    padding: 50px;
}

.bg-footer {
  background-color: #512952;
  color: #ffffff;
}

.bg-footer a {
  color: #ffffff !important;
}

@media all and (max-width: 640px) {
    #footer {
        padding: 15px !important;
    }
}

#footer .disclaimer p {
    font-size: 12px;
    color: #ffffff;
}

#footer .address p {
    color: #ffffff;
}

#footer .copyright p {
    font-size: 12px;
    color: #ffffff;
}

#footer .logo {
    width: 100%;
    height: auto;
    max-width: 175px;
    height: auto;
    position: relative;
    padding: 0px 20px 20px 0px;
}

#footer .navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .navigation ul li {
    list-style: none;
    margin: 0;
}

#footer .copyright a {
    text-decoration: underline;
}

#footer .copyright a:hover {
    text-decoration: none;
}

#footer a {
    color: #ffffff !important;;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

@media all and (min-width: 600px) {
  ul.columns-2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }

  ul.columns-3 {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }

  ul.columns-4 {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
  }
}

body.redirect {
  background-image: url();
}

body.slimFooter #footer {
  background-color: transparent !important;
}

body.slimFooter #footer, 
body.slimFooter #footer .text-white, 
body.slimFooter #footer .disclaimer p {
  color: #000 !important;
}

body.slimFooter #footer .row > div:nth-child(1) {
  display: none;
}

body.slimFooter #footer .row > div:nth-child(2) {
  width: 100% !important;
}

/* Notice */

.jl-gdpr {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 998;
  display: none;
  visibility: hidden;
  width: auto;
  opacity: 0;
  -webkit-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
  pointer-events: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.jl-gdpr .jl-gdpr-inner{
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px 8px 6px 14px;
  height: auto;
  background-color: #fff;
  border-radius: 26px;
  pointer-events: visible;
  box-shadow: 0 5px 15px -3px rgb(0 0 0 / 20%);
}
.jl-gdpr .jl-gdpr-inner svg{
  width: 19px;
  height: 19px;
  margin-right: 10px;
  fill: #000;

}
.jl-gdpr p a,
.jl-gdpr p a:hover {
  text-decoration: underline !important;
  color: var(--jl-main-color);
}
.jl-gdpr p {
  font-size: var(--jl-cookie-des-size);
  line-height: 1.34;
  margin-bottom: 0px;
  margin-right: 10px;
  color: #000;
}
.jl-gdpr .jl-gdpr-accept {
  font-family: var(--jl-menu-font);
  font-weight: var(--jl-button-font-weight);
  text-transform: var(--jl-cookie-btn-transform);
  letter-spacing: var(--jl-cookie-btn-space);
  width: 100%;
  height: 26px;
  line-height: 26px;
  text-align: center;
  display: block;
  color: #fff;
  background: #000;
  margin-top: 15px;
  font-size: var(--jl-cookie-btn-size);
  text-decoration: none !important;
  margin: 0px;
  padding: 0px 10px;
  border-radius: 100px;
}
.jl-gdpr .jl-gdpr-accept:hover {
  color: #fff !important;
  background: var(--jl-main-color);
  border-color: transparent;
}
.jl-gdpr.jl-display {
  visibility: visible;
  opacity: 1;
  pointer-events: auto !important;
}

.utility-label {
  background-color: #94B9A3;
  display: inline-block;
  padding: 5px 40px !important;
  border-radius: 20px;
  color: #ffffff;
}

/* Bootstrap */

.btn {
  padding: 10px 20px !important;
  cursor: pointer !important;
}

.btn-sm {
  padding: 5px 10px !important;
  cursor: pointer !important;
}

/* Primary Color: #913493 */
.bg-primary, .btn-primary, .alert-primary, .list-group-item-primary {
  background-color: #913493 !important;
  color: #fff !important;
  border-color: #913493 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #7b2d7b !important;
  border-color: #7b2d7b !important;
}

/* Secondary Color: #94B9A3 */
.bg-secondary, .btn-secondary, .alert-secondary, .list-group-item-secondary {
  background-color: #94B9A3 !important;
  color: #fff !important;
  border-color: #94B9A3 !important;
}
.btn-secondary.btn-inverse {
  background-color: #fff !important;
  color: #94B9A3 !important;
  border-color: #fff !important;
  text-decoration: none;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #7da592 !important;
  border-color: #7da592 !important;
}
.btn-secondary.btn-inverse:hover, .btn-secondary.btn-inverse:focus, .btn-secondary.btn-inverse:active {
  color: #fff !important;
}

/* Success Color: #7ACCC8 */
.bg-success, .btn-success, .alert-success, .list-group-item-success {
  background-color: #512952 !important;
  color: #fff !important;
  border-color: #512952 !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background-color: #3d1f3d !important;
  border-color: #3d1f3d !important;
}

/* Danger Color: #E1A642 */
.bg-danger, .btn-danger, .alert-danger, .list-group-item-danger {
  background-color: #E1A642 !important;
  color: #fff !important;
  border-color: #E1A642 !important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background-color: #cb933b !important;
  border-color: #cb933b !important;
}

/*   Warning Color: #E7E7E7 */
.bg-warning, .btn-warning, .alert-warning, .list-group-item-warning {
  background-color: #E7E7E7 !important;
  color: #666666 !important;
  border-color: #E7E7E7 !important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background-color: #E7E7E7 !important;
  border-color: #E7E7E7 !important;
}

/* Info Color: #FAFBFA */
.bg-info, .btn-info, .alert-info, .list-group-item-info {
  background-color: #FAFBFA  !important;
  color: #000 !important;
  border-color: #FAFBFA  !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background-color: #FAFBFA !important;
  border-color: #FAFBFA !important;
}

/* Button Group Custom Styles */

.btn-outline-primary {
  border-color: #ffffff; /* Secondary border color */
  color: #ffffff; /* Text color to match */
}

.btn-outline-primary:hover {
  background-color: #ffffff; /* Change background on hover */
  color: #913493; /* Text color on hover */
  border-color: #ffffff; !important 
}

.btn-group .btn-outline-secondary {
  border-color: #94B9A3; /* Secondary border color */
  color: #94B9A3; /* Text color to match */
}
.btn-group .btn-outline-secondary:hover {
  background-color: #94B9A3; /* Change background on hover */
  color: #fff; /* Text color on hover */
  border-color: #94B9A3; !important 
}

/* Active button styles */
.btn-group .btn-check:checked + .btn-outline-warning {
  background-color: #E7E7E7 !important; /* Background for selected button */
  color: #666 !important; /* Text color for selected button */
  border-color: #e7e7e7 !important;
}

.btn-group .btn-check + .btn-outline-warning {
  border-color: #e7e7e7 !important;
  color: #666;
}

  /* Override Link Colors */
  .text-primary, a.text-primary, p > a {
    color: #913493 !important;
  }
  .text-secondary, a.text-secondary {
    color: #94B9A3 !important;
  }
  .text-success, a.text-success {
    color: #7ACCC8 !important;
  }
  .text-danger, a.text-danger {
    color: #E1A642 !important;
  }
  .text-info, a.text-info {
    color: #512952 !important;
  }
  .text-warning, a.text-warning {
    color: #E1A642 !important;
  }
  .text-white, .text-white > p {
    color: #ffffff;
  }

  .text-white > p > a {
    color: #ffffff;
    text-decoration: underline;
  }

 #footer .birdEye {
    height: 100px;
    overflow: hidden;
    box-shadow: none;
    outline: none;
    margin: 0px 0px 0px -3vw;
}

@media (max-width: 576px) { 
  #footer .birdEye {
    margin: 0px 0px 50px -3vw;
    float: left;
  }
}

.collapse.navbar-collapse {
  display: flex;
  justify-content: flex-end;
}


  .text-white > p > a:hover {
   text-decoration: none;
  }

  /* Card Header and Footer Overrides */
  .card-header.bg-primary, .card-footer.bg-primary {
    background-color: #913493 !important;
    color: #fff !important;
  }
  .card-header.bg-secondary, .card-footer.bg-secondary {
    background-color: #94B9A3 !important;
    color: #fff !important;
  }
  .card-header.bg-success, .card-footer.bg-success {
    background-color: #7ACCC8 !important;
    color: #fff !important;
  }
  .card-header.bg-danger, .card-footer.bg-danger,
  .card-header.bg-warning, .card-footer.bg-warning {
    background-color: #E1A642 !important;
    color: #fff !important;
  }
  .card-header.bg-info, .card-footer.bg-info {
    background-color: #512952 !important;
    color: #fff !important;
  }

  /* Font Sizes */
  .fs-xxl {
    font-size: 3rem !important; /* 48px */
  }
  .fs-xl {
    font-size: 2rem !important; /* 32px */
  }
  .fs-l {
    font-size: 1.5rem !important; /* 24px */
  }
  .fs-md {
    font-size: 1.25rem !important; /* 20px */
  }
  .fs-default, body {
    font-size: 1rem !important; /* 16px */
  }
  .fs-sm {
    font-size: 0.875rem !important; /* 14px */
  }
  .fs-xs {
    font-size: 0.75rem !important; /* 12px */
  }

  /*@media (max-width: 576px) { 
    .fs-xxl {
      font-size: 2.25rem !important;
    }
    .fs-xl {
      font-size: 1.5rem !important;
    }
    .fs-l {
      font-size: 1.125rem !important;
    }
    .fs-md {
      font-size: 0.9375rem !important;
    }
    .fs-default, body {
      font-size: 0.75rem !important;
    }
    .fs-sm {
      font-size: 0.65625rem !important;
    }
    .fs-xs {
      font-size: 0.5625rem !important;
    }*/
  }

  /* Letter Heights (Line Heights) */
  .lh-default, body {
    line-height: 1.7 !important;
  }
  .lh-lg {
    line-height: 1.8 !important;
  }
  .lh-xl {
    line-height: 1.9 !important;
  }
  .lh-xxl {
    line-height: 2 !important;
  }
  .lh-sm {
    line-height: 1.6 !important;
  }
  .lh-xs {
    line-height: 1.5 !important;
  }
  .lh-xxs {
    line-height: 1.4 !important;
  }


  /* Custom Display Sizes */
  .display-1 {
    font-size: 4.5rem !important;
  }
  .display-2 {
    font-size: 4rem !important;
  }
  .display-3 {
    font-size: 3.5rem !important;
  }
  .display-4 {
    font-size: 3rem !important;
  }
  .display-5 {
    font-size: 2.25rem !important;
  }
  .display-6 {
    font-size: 1.5rem !important;
  }

  /* You can also adjust the line-height for display classes if needed */
  .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    line-height: 1.2 !important; /* Tighter line height for display text */
  }

  /* Default input styles (remove box shadow and set default border color) */
  input.form-control, textarea.form-control, select.form-control {
    box-shadow: none !important;
    border-color: #ced4da; /* Default Bootstrap border color */
  }

  /* Focused input styles (change border color to #913493 and remove box shadow) */
  input.form-control:focus, textarea.form-control:focus, select.form-control:focus {
    border-color: #913493 !important; /* Custom border color on focus */
    box-shadow: none !important; /* Remove box shadow on focus */
    outline: none !important; /* Remove any default outline */
  }


  @media (min-width: 576px) { /* Small devices and up */
    .container {
      max-width: 540px; /* Default size */
    }
  }

  @media (min-width: 768px) { /* Medium devices and up */
    .container {
      max-width: 90%; /* Default size */
    }
  }

  @media (min-width: 992px) { /* Large devices and up */
    .container {
      max-width: 90%; /* Default size */
    }
  }

  @media (min-width: 1200px) { /* Extra large devices and up */
    .container {
      max-width: 1140px; /* Default size */
    }
  }

  @media (min-width: 1400px) { /* Extra extra large devices and up */
    .container {
      max-width: 1320px; /* Default size */
    }
  }

  /* Custom container sizes */
  @media (min-width: 576px) { /* Small devices and up */
    .container-custom-sm {
      max-width: 600px; /* Custom size */
    }
  }

  @media (min-width: 768px) { /* Medium devices and up */
    .container-custom-md {
      max-width: 800px; /* Custom size */
    }
  }

  @media (min-width: 992px) { /* Large devices and up */
    .container-custom-lg {
      max-width: 1000px; /* Custom size */
    }
  }

  @media (min-width: 1200px) { /* Extra large devices and up */
    .container-custom-xl {
      max-width: 1200px; /* Custom size */
    }
  }

  @media (min-width: 1400px) { /* Extra extra large devices and up */
    .container-custom-xxl {
      max-width: 1500px; /* Custom size */
    }
  }


  /* Closed accordion */
  .accordion-button,.accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
  }
.accordion-button::after {
  content: '\2610' !important; /* Empty checkbox icon */
  font-size: 20px !important;
  color: #ccc !important;
  margin-left: auto !important; /* Push the icon to the right */
  transform: none;
  margin-top: -5px;
  background-image: none !important;
}

/* Open accordion */
.accordion-button:not(.collapsed) {
  background-color: #913493 !important; /* Your primary color */
  color: #fff !important; /* White text */
}

.accordion-button:not(.collapsed)::after {
  content: '\2611' !important; /* Checked checkbox icon */
  font-size: 20px !important;
  color: #fff !important;
  margin-left: auto !important;
  transform: none;
  margin-top: -5px;
}

/* Closed accordion styles */
.accordion-button.collapsed {
  background-color: #fff !important;
  border: 1px solid #e7e7e7 !important;
  opacity: 0.5;
}

.accordion-button.collapsed:hover {
  opacity: 1;
}

/* Adjusting the accordion header */
.accordion-header {
  border-bottom: none !important;
}

.accordion-item {
  border-bottom: none !important;
}

.form-check-input[type=checkbox],
.form-check-input[type=radio]  {
  background-color: #94B9A3 !important;
  padding: 12px;
  margin-right: 10px;
}

.form-check-input:checked, .form-check-input:hover {
  background-color: #913493 !important;
  padding: 12px;
  margin-right: 10px;
}

.form-check-input:focus {
  outline: none;
  box-shadow: none;
}

.form-select {
  box-shadow: none !important;  /* Removes the box shadow */
  outline: none !important;     /* Removes the outline */
}

.form-select:focus {
  box-shadow: none !important;  /* Removes the focus box shadow */
  outline: none !important;     /* Removes the focus outline */
  border-color: #ddd !important; /* Optional: Set a custom border color on focus */
}

body.article {
  background: linear-gradient(to bottom, white 0%, #f6eff7 50%, white 100%);
}

@media all and (max-width:1499px) {
  body.article figure.size-large {
      margin-left: -4vw;
      margin-right: -4vw;
  }
}
@media all and (min-width:1500px) {
  body.article figure.size-large {
      margin-left: -6vw;
      margin-right: -6vw;
  }
}

@media all and (min-width: 768px) {
  .__stickToTop {
    position: relative;
    padding: 20px;
  }
  .__stuck {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    right: 5vw;
    width: 30vw;
  }
}

.vertical-align,
.vertical-align--bottom {
  display:table; 
  width:100%;
  height:100%
}
.vertical-align--content {
  display:table-cell;height:100%;vertical-align:middle}.vertical-align--bottom .vertical-align--content{vertical-align:bottom !important}

body.no-scroll {
  min-height: 80vh;
}

.vertical-align {
  width: 100%;
  height: 100%;
  display: table;
}

.vertical-align--content {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}


#bf-revz-widget-9876543211161 {
  width: 280px;
  height: 180px;
}

body.article {
  background-color: #fff;
}

body.article .articleBody p {
  font-size: 1.25rem;
  line-height: 34px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  color: #913493;
}

body.article .articleBody p a {
  color: 31304c;
  text-decoration: underline !important;
  font-weight: 400;
}

body.article .articleBody p a:hover {
  color: #393863;
  text-decoration: none !important;
  font-weight: 400;
}

body.article .articleBody h1 {
  font-size: 3.5rem;
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  margin: 0px 0px 40px; 0px;
  color: #393863;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "XOPQ" 96,
    "XTRA" 468,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712;

}

body.article .articleBody h2 {
  margin: 40px 0px 20px 0px;
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
  color: #393863;
}

.modal-backdrop {               
  background-position: center;           
  background-repeat: repeat;   
  background-color: #31304c !important;  
  /*background-image: url(https://indraenergy.com/wp-content/uploads/2024/10/bg-logo-pattern-purple.jpg);
  background-size: 200px auto;*/
  --bs-backdrop-opacity: 0.95 !important;
}

.modal-backdrop::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

._error-inner {
  color:  #FFFFFF !important;
  font-size: 9pt !important;
  background-color: #E1A642 !important;
  display: inline-block !important;
  padding: 2px 12px !important;
  border-radius: 12px !important;
  margin-top: 7px !important;
}

.headerBGImage {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: right center;
}

@media all and (min-width: 992px) and (max-width: 1725px) {
  .headerBGImage {
    background-position: 60vw center;
  }
}

@media all and (max-width: 991px) {
  .headerBGImage {
    background-position: -100vw -100vh;
  }
}