:root {
  --text-color: rgba(255, 255, 255, 1);
  --quote-text: rgba(106, 96, 169, 1);
}

body {
  font-family: "Nunito", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: radial-gradient(rgb(28, 32, 65), rgba(2, 0, 17));
}

.input-st{
    background-color: transparent;
    border: 1px solid rgba(221, 242, 130, 1);
    width: 90%;
    border-radius: 10px;
    padding: 12px 20px;
    margin-top: 4px;
    color: var(--text-color);
}
.input-quote{
  background-color: #ffffff;
    border: 1px solid rgba(189, 189, 184, 1);
    width: 100%;
    border-radius: 10px;
    padding: 12px 20px;
    /* margin-top: 4px; */
    color: var(--quote-text);
}

::placeholder {
  color: rgba(189, 189, 184, 1);
}

.input-quote:focus{
 border: 1px solid var(--quote-text);
 outline: var(--quote-text);
}
.dropdown-quote-div{
  padding: 3px 20px!important;
}
.dropdown-quote{
  background-color: #ffffff !important;
  border: 1px solid rgba(189, 189, 184, 1)!important;
  width: 100%;
  border-radius: 10px!important;
  text-align: left!important;
  color: var(--quote-text)!important;
  box-shadow: none!important;
  height: 52px;
}
.dropdown-quote::after{
  color: var(--quote-text)!important;
  float: right;
  margin-top: 9px;
}
.dropdown-quote:focus{
  border: 1px solid var(--quote-text)!important;
  outline: var(--quote-text)!important;
 }
.header {
  background-color: rgba(18, 23, 58, 1);
  width: 100%;
}

.bars {
  font-size: 2.5em!important;
}

.footer {
  background-color: rgba(18, 23, 58, 1);
}

.form-div {
  border: 1px solid rgba(221, 242, 130, 1);
  border-radius: 16px;
}

.form-title {
  color: var(--text-color);
  font-weight: normal;
  text-align: justify;
  line-height: 57px;
  margin-left: 70px;
}
.form-heading {
  color: var(--text-color);
  font-weight: bold;
  text-align: justify;
  line-height: 57px;
}
.building {
  color: var(--text-color);
}

.building-li {
  color: var(--text-color);
  line-height: 27px;
}

.form-para {
  color: var(--text-color);
  text-align: center;
  line-height: 23px;
}
.hr-head{
  margin: unset;
  border-top: 2px solid rgba(255, 252, 244, 1);
  width: 90%;
}
.head-img{
  object-fit: cover;
  width: 32%;
  /* height: 50%; */
}
.quote-head-img{
  width: 40%;
}
.quote-img{
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .head-img {
    width: 80%;
  }
}
@media screen and (max-width: 550px) {
  .head-img {
    width: 70%;
  }
  .bars{
    font-size: 1.5em !important;
  }

}

@media screen and (max-width: 550px) {
  .form-title{
    line-height: 45px;
    font-size: 20px;
  }
  .fillOut{
    font-size: 20px;
  }
.quote-title{
  font-size: 24px;
}
  .submit-btn {
    padding: 12px 35px !important;
  }

  .Robo-div {
    width: 100%;
  }
}

.foot-endB {
  display: none;
}
.footer-image{
  width: 22%;
}
@media screen and (max-width: 700px) {
  .footer-image{
    width: 30%;
  }
}
@media screen and (max-width: 900px) {
  .foot-end {
    display: none !important;
  }

  .foot-endB {
    display: block !important;
  }
}
.toolTip:focus{
  box-shadow: unset !important;
}
.Robo-div {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  width: 40%;
  display: flex;
  justify-content: space-between;
}

.form-check-input {
  width: 1.5em;
  height: 1.5em;
}
.timeCheckInput{
  border: 1px solid var(--quote-text); 
  width: 1em;
  height: 1em;
}
.btn {
  background-color: transparent;
  color: var(--text-color);
}

.btn:hover {
  color: var(--text-color);
}

.submit-btn {
  background: rgba(191, 10, 48, 1);
  color: var(--text-color);
  padding: 18px 55px;
  border-radius: 6px;
  border: 1px solid rgba(191, 10, 48, 1);
}
.submit-quote{
  background: rgba(46, 105, 255, 1);
  color: var(--text-color);
  padding: 18px 55px;
  border-radius: 6px;
  border: 1px solid rgba(46, 105, 255, 1);
}
.cancel-Appt{
  background: #dc3545;
  color: var(--text-color);
  padding: 18px 55px;
  border-radius: 6px;
  border: 1px solid #dc3545;
}
.dropdown-menu {
  background-color: rgba(18, 23, 58, 1) !important;
  min-width: 8.2rem !important;
}

.dropdown-item {
  color: var(--text-color) !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--text-color) !important;
  text-decoration: none;
  background-color: rgba(18, 23, 58, 1) !important;
}
.quote-dropdown{
  background-color: #f0f0f0 !important;
  min-width: 8.2rem !important;
}
.quote-item{
  color: var(--quote-text) !important;
}
.quote-item:focus,
.quote-item:hover {
  color: var(--quote-text) !important;
  text-decoration: none;
  background-color: #f0f0f0 !important;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  left: 20px;
  top: 50%;
  background-color: var(--base-color) !important;
  display: block;
  padding: 0 0.3em !important;
  font-size: 3em;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-next {
  right: unset;
  transform: translateX(50%);
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  font-size: 10em;
  color: rgba(221, 242, 130, 1);
}

.abc .owl-nav button.owl-prev span,
.abc .owl-nav button.owl-next span {
  font-size: 3em;
  color: rgb(5, 5, 5);
}
.abc .owl-item {
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.abc .owl-item.active {
  transform: scale(1.1); /* Increase scale for the active item */
  transition: all 0.3s ease-in-out;
}

 .abc .item {
  padding: 20px;
  border-radius: 5px;
  display: inline-block;
}





.owl-carousel .owl-nav button {
  z-index: 1;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  right: -20px;
  top: 50%;
  background-color: var(--base-color) !important;
  display: block;
  padding: 0 0.3em !important;
  font-size: 3em;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
}

.deals .owl-carousel .item img {
  width: 80px;
  margin: 0 auto;
  text-align: center;
}

.form-bg {
  background-image: url("/images/bg-form.png");
  background-size: 100% 75%;
  background-repeat: no-repeat;
}

.form-main {
  background: radial-gradient(#1d2457,#020011);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #fff;
}

.deals .owl-carousel .item figure {
  margin: 0;
}

.deals .owl-carousel .item figure a {
  display: block;
  text-align: center;
  max-width: 100%;
  transition: all 0.3s;
  padding: 3em;
  text-decoration: none;
  color: #0c4275;
}

.deals .owl-carousel .item figure a:hover {
  box-shadow: 0 11px 13.35px 1.65px rgba(148, 148, 148, 0.23);
  transform: scale(1.1);
}

.social {
  padding: 12px;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.social-wApp {
  padding: 8px;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.social-par {
  border: 1px solid var(--text-color);
  border-radius: 24px;
  height: 45px;
}

.owl-theme .owl-nav {
  margin-top: 0px !important;
}

/* nav */
.nav {
  position: fixed;
  top: 20px;
  right: 20px;
  color: #ffffff;
  border-radius: 3px;
  z-index: 10;
  padding: 19px;
}
.size-input-Width{
  width: 89.5%;
}
@media screen and (max-width: 578px) {
  .sameData{
    margin-top: 9px;
  }
}
@media screen and (max-width: 991px) {
  .col-lg-12, .col-lg-9, .col-lg-2, .col-lg-6, .col-lg-4, .col-lg-3, .col-lg-10, .col-lg-11{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .size-input-Width{
    width: 100%!important;
  }
}
@media screen and (max-width: 850px) {
  .lang {
    display: none !important;
  }

  .dropdown {
    display: block !important;
  }
  .dropdown-toggle::after {
    display: none !important;
  }
  .form-bg {
    background-image: none;
  }
}

.dropbtn {
  background-color: transparent;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  display: none;
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  color: rgba(221, 242, 130, 1);
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

.toastify {
  color: var(--text-color) !important;
  animation: slideInRight 0.5s forwards;
}

.lang .btn {
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 6px;
}

.modal-content {
  background-color: rgba(18, 23, 58, 1)!important;
}

#modalMessage {
  color: var(--text-color);
}

.modal-title {
  color: var(--text-color);
}
.quoteForm{
  background-color:rgba(254, 251, 255, 1); 
  width: 100%;
  min-height: 100% !important;
  font-family: "Roboto", sans-serif;;
}


.blur-area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 306px);
  backdrop-filter: blur(5px);
  z-index: 999;
  display: none;
}
@media screen and (min-width: 300px) and (max-width: 450px) {
  .modal-Calendar {
  top: 35%!important;
  }
  
}
@media screen and (min-width: 451px) and (max-width: 550px) {
  .modal-Calendar {
  top: 35%!important;
  }
  
}
@media screen and (min-width: 551px) and (max-width: 1050px) {
  .modal-Calendar {
  top: 25%!important;
  }
  
}
@media screen and (min-width: 1402px) {
  .modal-Calendar {
    top: 32%!important;
  }
}
.modal-Calendar {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%; /* Adjust the width as needed */
  max-height: calc(100% - 306px); /* Matches the height of the blur area */
  overflow: auto;
  display: none;
  background-color: transparent;
  /* border-radius: 10px; */
  /* box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2); */
  z-index: 1000;
}
.modal-Calendar::-webkit-scrollbar {
  width: 0; /* Set the width of the scroll bar to 0 */
}

.modal-Calendar.open {
  display: block;
}
.modal-content-Calendar {
   padding: 20px;
  /*margin-bottom: 40px; */
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
  background-color: #dc3545; 
  color: #fff;
  padding: 5px 20px; 
  font-size: 25px; 
  border-radius: 4px;
}
.custom-input {
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  box-shadow: none;
  padding: 0.375rem 0;
  font-size: 25px;
  line-height: 1.5;
  color: rgba(14, 14, 15, 1);
  border-radius: 0;
  font-weight: bold;
  /* width: 100%; */
}
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}
.time-pref{
  font-size: 25px;
  font-weight: bold;
}
.custom-input:focus {
  outline: none; 
}

/* file upload button */
input[type="file"]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color:rgba(46, 105, 255, 1);
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
  color: #fff;
}

/* file upload button hover state */
input[type="file"]::file-selector-button:hover {
  background-color: rgb(87, 132, 246);
}

/* file upload button active state */
input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}



.abc .item span{
  color: var(--quote-text);
  margin-right: 5px;
  
}
.tooltip {
  opacity: 1 !important;
}
.tooltip-inner {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(79, 36, 56, 1) !important;
  color: #fff ;
  opacity: 1; 
  filter: alpha(opacity=100);
 
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: rgba(79, 36, 56, 1) !important;
}

.verificationCode-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Loader to display while fetching the request */
.loader {
  display: none;
  border: 4px solid #c0c0c0;
  border-top: 4px solid #302562;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  position: fixed; /* Use fixed position */
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 1000;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* Text Stripe Widget */
.text-stripe-container {
  /* Optional: Adjust padding and background as needed */
  padding: 10px 0;
  flex: 2; 
  margin-left: -84px;
}

.text-stripe {
  /* background-color: #f0f8ff; */
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 25px;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-weight: bold;
}


.text-stripe {

  color: #39FF14; /* Neon green text color */
  padding: 10px 20px;
  border-radius: 25px;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
  font-weight: bold;
  font-size: 1.1rem; /* Using relative units for scalability */
  text-align: center;
  /* Neon Glow Effect */
}

.text-stripe:hover {

  color: #95ff82; /* Light text on hover */
  /* Enhance Glow on Hover */

}

.text-stripe:active {
  transform: scale(0.98);
  transition: transform 0.1s ease;
}

/* Responsive Styles for Mobile Devices */
@media (max-width: 768px) {
  .header .logo-container, 
  .header .text-stripe-container,
  .header .btn-group.lang {
      flex: 1 1 100%; /* Make each section take full width */
      text-align: center; /* Center align text */
  }

  .header .text-stripe-container {
      margin: 10px 0; /* Add vertical spacing between sections */
  }

  .text-stripe {
    font-size: 9px;
    margin-left: -73px !important;
    padding: 8px 16px;
    border-radius: 20px;
    width: 162%;
    margin: 0 auto;
  }
  .text-stripe {

    color: #39FF14; /* Neon green text color */
    padding: 10px 20px;
    border-radius: 25px;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
    font-weight: bold;
    font-size: 9px; /* Using relative units for scalability */
    text-align: center;
    /* Neon Glow Effect */

  }
  #solarCheckboxLabel{
    margin-top: 10px;
  }
  
}

/* Custom Checkbox Styles */
.form-check-input {
  width: 20px;
  height: 20px;
  accent-color: #39FF14; /* Neon green color for the checkbox */
}

.form-check-label {
  font-size: 1rem; /* Adjust font size as needed */
  cursor: pointer; /* Changes cursor to pointer on hover */
}
#for_checkbox_div{
  margin-left: 20px;
}



/* -------------------- Text scrolling container -------------------- */
.iframe-container{
  position: absolute;
  width: 500px;
  background-color: rgba(255, 0, 0, 0);
  margin-left: 20vw;
  margin-top: 18px;
}

 /* Limit the width of the scrolling area and hide overflow */
 .scrolling-container {
  width: 450px;        /* Adjust as needed */
  overflow: hidden;    /* Ensure the text scrolls within this box */
  margin: 0 auto;      /* Center it horizontally (optional) */
  position: relative;  /* If you want to stack elements or overlay */
}


@media (max-width: 825px) {
  .iframe-container {
    position: relative;
    /* width: 1px; */
    background-color: rgba(255, 0, 0, 0);
    margin-left: -25px;
  }
  .scrolling-text {
    animation: scrolling 100s linear infinite; /* Slower on mobile */
  }
  .scrolling-container {
    width: 40vw;        /* Adjust as needed */
    overflow: hidden;    /* Ensure the text scrolls within this box */
    margin: 0 auto;      /* Center it horizontally (optional) */
    position: relative;  /* If you want to stack elements or overlay */
  }
}

@media (min-width: 825px) and (max-width: 850px) {
  .iframe-container {
    position: relative;
    /* width: 1px; */
    background-color: rgba(255, 0, 0, 0);
    margin-left: -25vw;
  }
  .head-img{
    object-fit: cover;
    width: 50%;
  }
  .scrolling-text {
    animation: scrolling 100s linear infinite; /* Slower on mobile */
  }
  .scrolling-container {
    width: 50vw;        /* Adjust as needed */
    overflow: hidden;    /* Ensure the text scrolls within this box */
    margin: 0 auto;      /* Center it horizontally (optional) */
    position: relative;  /* If you want to stack elements or overlay */
  }
}

@media (min-width: 851px) and (max-width: 900px) {
  .iframe-container{
    position: absolute;
    width: 500px;
    background-color: rgba(255, 0, 0, 0);
    margin-left: 15vw;
    margin-top: 18px;
  }
  .scrolling-container {
    width: 375px;        /* Adjust as needed */
    overflow: hidden;    /* Ensure the text scrolls within this box */
    margin: 0 auto;      /* Center it horizontally (optional) */
    position: relative;  /* If you want to stack elements or overlay */
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .iframe-container{
    position: absolute;
    width: 500px;
    background-color: rgba(255, 0, 0, 0);
    margin-left: 25vw;
    margin-top: 18px;
  }
  .scrolling-container {
    width: 45vw;        
    overflow: hidden;    
    margin: 0 auto;      
    position: relative; 
  }
}
@media (min-width: 1281px) {
  .iframe-container{
    position: absolute;
    width: 500px;
    background-color: rgba(255, 0, 0, 0);
    margin-left: 29vw;
    margin-top: 18px;
  }
  .scrolling-container {
    width: 38vw;        
    overflow: hidden;
    margin: 0 auto;   
    position: relative; 
  }
}


/* Define keyframes for scrolling text */
@keyframes scrolling {
0% {
/* Start at the left edge so text is fully visible initially */
transform: translateX(0%);
}
100% {
/* Move entirely to the left, so it ends off-screen */
transform: translateX(-100%);
}
}

/* Scroll the text from right to left */
.scrolling-text {
  display: inline-block;
  white-space: nowrap;
  color: #39FF14; /* Neon green text color */
  /* Animation properties */
  animation: scrolling 90s linear infinite;
  cursor: pointer; /* If you want the text clickable too */
  font-weight: 1000;
}

/* Enhance glow on hover */
.scrolling-text:hover {
/*  text-shadow: 
    0 0 10px #39FF14,
    0 0 20px #39FF14,
    0 0 30px #39FF14;*/
color: #83ff00;
}


.video-link {
  cursor: pointer;
}
.VideoButton{
  padding: 8px 10px;
  border-radius: 25px;
  display: inline-block;
  cursor: pointer;
  border:2px solid #ed266e;
  font-weight: bold;
  background-color:transparent;
  color:white;
}
.buttonIcon{
  top: 7px;
  left:70%;
}

.seo-description {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}


