body {
  font-family: "Avenir Light", sans-serif;
  color: #444444;
  scroll-snap-type: y mandatory;
}

a {
  color: #002452;
  text-decoration: none;
}

a:hover {
  color: #f8dc00;
  text-decoration: none;
}

h4 {
  font-weight: 400;
  font-family: "Garet", sans-serif;
}

h5 {
  font-weight: 300;
  color: black;
  font-family: "Avenir Light", sans-serif;
}

p {
  font-family: "Avenir Light", sans-serif;
  cursor: context-menu;
      -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

li,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Garet", sans-serif;
  cursor: context-menu;
    -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f8dc00;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1176px) {
  .facebook {
    display: none;
  }
  
  .epc-circle{
      display: none;
  }
}

/* font Raleway sans-serif*/
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: white;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
  border: solid 1px black;
}

.back-to-top i {
  font-size: 28px;
  color: black;
  line-height: 0;
}

.back-to-top:hover {
  background: #f8dc00;
  color: #fff;
  border: #f8dc00 solid 1px;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* dropdown */
.navbar .dropdown ul {
  display: block;
  position: absolute;
  top: calc(100% + 30px);
  margin: 5px 0 0 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 15px;
}

.navbar .dropdown ul li {
  min-width: 200px;
  margin-bottom: 3px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #2a2c39;
  margin: 0 5px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #2a2c39;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
/* @media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }


} */

@media (max-width: 1024px) {
  #services .crd {
    display: none;
  }

  #cta {
    padding-bottom: 10px;
  }

  #cta .text-lg-start h3,
  h4,
  h5 {
    font-size: large;
  }

  #cta .cta-btn {
    font-weight: 500;
    font-size: 11px;
    padding: 10px 25px;
    margin: 10px;
  }

  #faq11 img {
    width: 300px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .portmobile {
    display: none;
  }
}

@media (max-width: 768px) {
  #hero .carousel-container {
    height: 90vh;
  }

  #hero h2 {
    font-size: 28px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }

  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }

  #services .card {
    display: none;
  }

  #calcu .calcu-input {
    margin: 5px;
  }

  #CalcuCarousel {
    margin-left: 20px;
  }

  #faq11 img {
    display: none;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }

  .features .nav-link i {
    font-size: 24px;
  }
}

@media (max-width: 400px) {
  #hero .carousel-container h2 {
    font-size: 25px;
  }
  #hero .carousel-container p {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #060f29;
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: #060f29;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 45px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px 7px 15px;
  margin-left: 5px;
  font-size: 14px;
  color: white;
  white-space: nowrap;
  transition: 0.3s;
  border-radius: 50px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  background: #f8dc00;
  color: black;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(20, 21, 28, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  margin: 5px;
  font-size: 15px;
  color: #2a2c39;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: black;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: black;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

#video-background {
  position: absolute; /* Position the video absolutely within the section */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure the video covers the entire section */
  z-index: -1; /* Ensure the video stays behind other content */
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* Hero Section Styles */
.hero {
  width: 100%;
  min-height: 50vh;
  position: relative;
  padding: 175px 0 30px 0;
  background-image: url("../img/hero/Headingbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;

  h1 {
    font-weight: bolder;
    font-size: 75px;
    color: white;
    line-height: 75px;
  }

  .button {
    top: 22px;
    left: 14px;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #060f29;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
    font-weight: bold;
    background: transparent;
    position: relative;
    transition: all 1s;
    overflow: hidden;
    width: fit-content;
    text-align: center;
  }

  .button:hover {
    color: white;
  }

  .button::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -40px;
    transform: skewX(45deg);
    background-color: #060f29;
    z-index: -1;
    transition: all 1s;
  }

  .button:hover::before {
    width: 160%;
  }

  .animated {
    animation: upDown 2s ease-in-out infinite alternate-reverse both;
  }

  h3 {
    font-size: 53px;
    line-height: 50px;
    color: white;
  }

  @media (max-width: 988px) {
    .hero-img {
      display: none;
    }

    .details .col-6 {
      width: 25%;
      margin-right: 10px;
    }

    h3,
    h1 {
      line-height: 50px;
    }

    h3 {
      font-size: 40px;
    }
    h1 {
      font-size: 50px;
    }
  }

  /* Image Styling */
  .hero-img {
    position: relative;
    right: 60px;
  }

  .engineer {
    height: 410px;
    position: absolute;
    top: 45px;
    right: 58px;
  }

  .solar-panel {
    width: 80%;
    z-index: -1;
    position: absolute;
    left: 160px;
    top: -23px;
    box-shadow: 10px 11px 8px 0px;
  }
  
  .order-2 {
    position: relative;
    bottom: 36px;
  }
  /* Stats Styling */
  .details {
    position: relative;
    left: -18px;

    img {
      height: 80px;
    }
  }

  .stats-item {
    padding: 30px;
    width: 100%;
    line-height: 12px;
  }

  .stats-item span {
    font-size: 24px;
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
    position: absolute;
  }

  .stats-item span:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background: var(--accent-color);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  .stats-item p {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
  }
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# calculator-hero Section
--------------------------------------------------------------*/
.calculator-hero {
  width: 100%;
  min-height: 50vh;
  position: relative;
  padding: 125px 0 70px 0;
  background-image: url("../img/calculator/solarpanels.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay; /* Blends the gradient with the image */
  z-index: -1;

  h3 {
    font-size: 53px;
    line-height: 50px;
    color: white;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: black;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #2a2c39;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background-image: url(../img/team/IMG_3258.jpg);
  background-size: cover; /* Ensures the image covers the entire screen */
  background-position: center; /* Centers the image */
  background-attachment: fixed; /* Keeps the background fixed when scrolling (optional) */
  position: relative;

  .container {
    padding: 10px;
    position: relative;
    z-index: 2; /* Ensures content is above the overlay */

    h2,
    p {
      color: black !important;
    }
  }

  .feature-box {
    text-align: center;
    padding: 15px;
  }
  .feature-box i {
    font-size: 40px;
    color: white;
  }
  .feature-box h5 {
    margin-top: 10px;
    font-size: 20px;
    border: 1px solid;
    max-width: 165px;
    border-radius: 10px;
  }

  .section-title p {
    max-width: 700px;
    letter-spacing: 1px;
    text-transform: none;
    font-size: 26px;
  }

  hr {
    height: 5px;
    border-width: 0;
    color: black;
    background-color: black;
  }

  .text {
    padding: 0px 0px 0px 30px;

    h5 {
      margin-top: 15px;
    }
  }

  .content h3 {
    font-weight: 600;
    font-size: 26px;
  }
}

.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffffd9; /* Adjust opacity here */
  z-index: 1; /* Places the overlay above the background image but below content */
}

/*--------------------------------------------------------------
# About2
--------------------------------------------------------------*/
.about2 {
  padding: 0px !important;
  background-image: url(../img/about/farmbg.png);
  background-size: cover; /* Ensures the image covers the entire screen */
  background-position: center; /* Centers the image */
  background-attachment: fixed; /* Keeps the background fixed when scrolling (optional) */
  position: relative;

  .container {
    padding: 10px;
    position: relative;
    z-index: 2; /* Ensures content is above the overlay */

    h2,
    p {
      color: black !important;
    }
  }

  .feature-box {
    text-align: center;
    padding: 15px;
  }
  .feature-box i {
    font-size: 40px;
    color: white;
  }
  .feature-box h5 {
    margin-top: 10px;
    font-size: 20px;
    border: 1px solid;
    max-width: 165px;
  }

  .section-title p {
    max-width: 700px;
    letter-spacing: 1px;
    text-transform: none;
    font-size: 26px;
  }

  .text {
    padding: 0px 0px 0px 30px;

    h5 {
      margin-top: 15px;
    }
  }

  .right img {
    box-shadow: -8px 6px 6px 4px;
  }
}

.about2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffffd9; /* Adjust opacity here */
  z-index: 1; /* Places the overlay above the background image but below content */
}

/*--------------------------------------------------------------
# Payment
--------------------------------------------------------------*/
.payment-text {
  margin-top: 10px;
  margin-left: 133px;

  h1 {
    margin-bottom: 0;
  }
}

.payment {
  background-image: url("../img/payment/paymentbg.png"); /* Replace with the path to your background image */
  background-size: cover; /* Ensures the image covers the entire section */
  background-position: center; /* Centers the background image */
  border-radius: 10px; /* Optional: Rounds the edges of the content section */
  padding: 20px; /* Adds padding to the content area */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */

  .payment-banner {
    padding: 40px 20px;
  }

  .payment-card {
    display: flex;
    justify-content: center;

    img {
      max-height: 248px;
      margin-top: 10px;
    }
  }
  .zero {
    font-size: 50px;
    font-weight: bold;
    color: #004085;
    display: inline-block;
  }

  .downpayment {
    font-size: 28px;
    background-color: #004085;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 6px;
  }
}

.payment2 {
  padding-bottom: 0px;

  .flexible {
    background-image: url("../img/payment/paymentbg.png"); /* Replace with the path to your background image */
    background-size: cover; /* Ensures the image covers the entire section */
    background-position: center; /* Centers the background image */
    border-radius: 10px; /* Optional: Rounds the edges of the content section */
    padding: 20px; /* Adds padding to the content area */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 1px solid #d4d6df;
  padding: 15px;
  transition: 0.3s;
  color: #2a2c39;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  background: #f8dc00;
}

.features .nav-link.active {
  background: #f8dc00;
  color: black;
  border-color: #f8dc00;
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #f8dc00;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

.cta {
  padding: 35px;
  background: #060f29;
}

.cta h3 {
  color: #f8dc00;
  font-size: 15px;
  font-weight: 700;
}

.cta h4 {
  color: white;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: black;
  background: #f8dc00;
}

.cta .cta-btn:hover {
  background: black;
  color: white;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.services .info {
  color: white;
}

.services .card-box {
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
}

.services .card p {
  margin-left: 1px;
}

.services .card h4 {
  margin-left: 5px;
}

.services .card-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}

.services .info h1 {
  color: #f8dc00;
}

.services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a:hover {
  color: #f8dc00;
}

.services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# solution
--------------------------------------------------------------*/
.solution {
  padding-block: 30px;
}

.solution h1 {
  opacity: 0.5;
  font-size: 75px;
}

.solution h3 {
  font-size: 30px;
}

.solution p {
  opacity: 0.5;
}

.solution h4 {
  color: black;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .swiper-wrapper {
  height: auto;
}

.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  border: 0;
  width: 12px;
  height: 12px;
  opacity: 1;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
  opacity: 1;
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    background: var(--background-color);
    border: 6px solid var(--accent-color);
    padding: 4px;
    z-index: 1;
    transform: scale(1.2);
    transition: none;
  }
}

/*--------------------------------------------------------------
  # Portfolio
  --------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

/* Hide all portfolio items by default */
.port .portfolio-container .portfolio-item {
  display: none;
}

/* Display only the first six portfolio items */
.port .portfolio-container .portfolio-item:nth-child(-n + 6) {
  display: block;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 10px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li::before {
  content: "[";
  margin-right: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li::after {
  content: "]";
  margin-left: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #f8dc00;
}

.portfolio #portfolio-flters li.filter-active::before,
.portfolio #portfolio-flters li.filter-active::after {
  color: #f8dc00;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.8s ease-in-out;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f8dc00;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

.Port-cont {
  display: flex;
  justify-content: center;
}

.Port-btn {
  background-color: #002452;
  color: white;
  padding: 15px 30px;
  border-radius: 25px;
}

.Port-btn:hover {
  background-color: #f8dc00;
  color: #002452;
}

/*--------------------------------------------------------------
# computation
--------------------------------------------------------------*/

/* Hide all sections except #computation */
.ComputaionBody section:not(#computation) {
  display: none;
}

/* Disable scrolling */
#ComputaionBody {
  overflow: hidden;
}

.computation .col-6 img {
  width: 100%;
  height: auto;
}
.computation #picks {
  max-height: calc(
    100vh - 210px
  ); /* Adjust 100px according to your header/footer height */
  overflow-y: auto;
}

.computation {
  padding-top: 85px;
}

.comp .nav li {
  border: 1px solid black;
  display: flex;
  justify-content: center;
  border-radius: 25px;
  margin-bottom: 25px;
}

.comp .nav .active {
  background-color: black;
}

.computation .btn-group-vertical {
  flex-direction: column;
}

.computation .btn {
  margin: 5px;
  max-width: 300px;
  border: 3px solid #002452;
  background: none;
  color: black;
}

.price {
  background-color: #060f29;
  color: white;
  padding: 10px;
  justify-content: center;
}

.price p {
  font-size: 20px;
}

.price h4 {
  font-size: 25px;
}

.price textarea {
  background-color: #060f29;
  color: #f8dc00;
  border: none;
  resize: none;
  text-align: center;
}

.addons .nav li {
  border: 1px solid black;
  display: flex;
  justify-content: center;
  border-radius: 25px;
}

.addons .radio {
  display: flex;
  justify-content: center;
}

.addons .btn-group-vertical {
  flex-direction: column;
}

.addons .btn {
  margin: 5px;
  max-width: 300px;
  border: 3px solid #002452;
  background: none;
  color: black;
}

/* button */
.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 16px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  border-radius: 100px;
  font-weight: 600;
  color: #1f387e;
  box-shadow: 0 0 0 2px #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: #1f387e;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #c5e5e4;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #212121;
  border-radius: 12px;
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: #1f387e;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px greenyellow;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

/* button prev */
.animated-button-prev {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 16px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  border-radius: 100px;
  font-weight: 600;
  color: #1f387e;
  box-shadow: 0 0 0 2px #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button-prev svg {
  position: absolute;
  width: 24px;
  fill: #1f387e;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button-prev .arr-1 {
  left: 16px; /* Change to left */
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1); /* Add transition */
}

.animated-button-prev .arr-2 {
  right: -25%; /* Change to right */
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1); /* Add transition */
}

.animated-button-prev .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #c5e5e4;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button-prev .text {
  position: relative;
  z-index: 1;
  transform: translateX(12px); /* Change to positive value */
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1); /* Add transition */
}

.animated-button-prev:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #212121;
  border-radius: 12px;
}

.animated-button-prev:hover .arr-1 {
  left: -25%; /* Change to left */
}

.animated-button-prev:hover .arr-2 {
  right: 16px; /* Change to right */
}

.animated-button-prev:hover .text {
  transform: translateX(-12px); /* Change to negative value */
}

.animated-button-prev:hover svg {
  fill: #1f387e;
}

.animated-button-prev:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px greenyellow;
}

.animated-button-prev:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #f8dc00;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #f8dc00;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(42, 44, 57, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.portfolio ul a {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 10px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  transition: all 0.3s ease-in-out;
}
/*--------------------------------------------------------------
# Solar Panel System
--------------------------------------------------------------*/
.SPS .Included {
  padding: 25px;
  background-image: url(../img/team/IMG_3258.jpg);
  background-size: cover;
  background-position: center;
  /* Set opacity of the background image */
  background-color: rgba(0, 0, 0, 0.1); /* Background color with opacity */
  height: auto;
  margin: 10px;
  border-radius: 10px;
}

.SPS li {
  color: white;
}

.SPS .bg-zinc-100 {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 10px;
}

.SPS .space-y-2 h5 {
  font-size: medium;
  color: white;
}

.SPS .bgincluded {
  background-color: rgba(165, 33, 33, 0.5);
  padding: 10px;
  font-size: smaller;
}

.SPS .bgincluded li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}

.SPS .bgincluded h3 {
  color: #f8dc00;
  font-size: 25px;
}
.SPS .col-sm-9 h2 b {
  color: #f8dc00;
  font-weight: 500;
}
.SPS .Included ul {
  font-size: 20px;
  color: #060f29;
  font-weight: bolder;
}

.SPS .accordion-button:focus {
  box-shadow: none;
}

.SPS .resources a {
  padding: 5px;
  margin: 5px;
}

.SSL .Included,
.resources {
  padding: 25px;
  background-size: cover;
  background-position: center;
  background-color: rgb(247, 241, 241);
  color: black;
  height: auto;
  margin: 10px;
  border-radius: 10px;
}

.SPS .resources .btn {
  background-color: #060f29;
}

.floating-contact-us-sps {
  position: fixed;
  bottom: 60px;
  right: 10px;
  background-color: #f8dc00;
  color: #000;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  z-index: 1000;
}

.floating-contact-us-sps:hover {
  color: white;
}
/* Dropdown resources */

.resources .dropdown-menu {
  display: none;
  position: absolute;
  left: 100%; /* Position the dropdown menu to the right */
  top: 0;
  margin-left: 0px; /* Space between the button and the dropdown */
  padding: 0.5rem 0;
  background-color: rgb(247, 241, 241);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}

.resources .btn-group:hover .dropdown-menu {
  display: block;
}

.resources .dropdown-item {
  color: #002452;
  padding: 0.25rem 1.5rem;
  white-space: nowrap;
}

.resources .dropdown-item:hover {
  background-color: #002452;
  color: white;
  width: 95%;
  border-radius: 5px;
}

.resources .btn-group {
  position: relative; /* Ensure the dropdown menu positions relative to the button */
}

/*--------------------------------------------------------------
# Warranty
--------------------------------------------------------------*/

.Warranty {
  .info {
    background-color: var(--surface-color);
    padding: 40px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }

  .info h3 {
    font-weight: 600;
    font-size: 24px;
  }

  .info p {
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    margin-bottom: 30px;
    font-size: 15px;
  }

  .info-item + .info-item {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid
      color-mix(in srgb, var(--default-color), transparent 90%);
  }

  .info-item i {
    font-size: 24px;
    color: var(--accent-color);
    transition: all 0.3s ease-in-out;
    margin-right: 20px;
  }

  .info-item h4 {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
  }

  .php-email-form {
    width: 100%;
  }

  .php-email-form .form-group {
    padding-bottom: 8px;
  }
}

/*--------------------------------------------------------------
# Partnerships
--------------------------------------------------------------*/
.Partnerships .testimonials-carousel,
.Partnerships .Partnerships-slider {
  overflow: hidden;
}

.Partnerships {
  padding-top: 60px;
}

/* .Partnerships .Partnerships-item {
  box-sizing: content-box;
  padding: 25px 25px 25px 25px;
  margin: 25px 15px;
  text-align: center;
  min-height: 75px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
} */

.Partnerships .Partnerships-item .Partnerships-img {
  width: 200px;
  border: 4px solid #fff;
  margin: 0 auto;
}

.Partnerships .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.Partnerships .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #002452;
}

.Partnerships .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #002452;
}

/*--------------------------------------------------------------
# EPC
--------------------------------------------------------------*/

.EPC {
  .background-image {
    background: url("../../assets/img/EPC/EPC_bg.png") no-repeat center center;
    background-size: cover;
    position: relative;
    height: 100vh;
    color: #fff;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .section-card {
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .epc-circle {
    position: relative;
    top: 10%;
  }

  .list-unstyled {
    height: 175px;
    color: black;
    border-radius: 25px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .fw-bold {
    color: black;
  }
  .engineering {
    background-color: rgb(175, 197, 227);
  }

  .procurement {
    background-color: rgb(175, 227, 197);
  }

  .construction {
    background-color: rgb(235, 191, 158);
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

#testimonials {
  position: relative;

  .section-title p,
  h2 {
    color: black;
  }

  .testimonial-section {
    background-color: rgba(235, 220, 220, 0.403);
    padding: 50px 0;
    position: relative;
    border-radius: 5%;
  }

  .testimonial-title {
    font-weight: 700;
    font-size: 36px;
  }

  .highlight-text {
    color: #f9a825;
  }

  .testimonial-card {
    background: #f9f9f9;
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  .testimonial-card:hover {
    transform: scale(1.02);
  }

  .testimonial-image {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    cursor: pointer;
    filter: opacity(0.6);
    transition: filter 0.3s ease;
  }

  .testimonial-image.active {
    filter: drop-shadow(2px 4px 6px black);
  }

  .star-rating {
    color: #f9a825;
    font-size: 24px;
  }

  .author-info {
    margin-top: 10px;
    font-weight: 500;
    color: #555;
  }

  .top-right-controls {
    padding-left: 52px;
    position: absolute;
    top: 115px;
    right: 240px;
  }

  .top-right-controls .carousel-control-prev,
  .top-right-controls .carousel-control-next {
    background-color: #f9a825;
    border-radius: 50%;
    border: none;
    width: 25px;
    height: 25px;
    opacity: 1;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 1.3rem;
  }

  .WTS {
    margin: 53px;
  }
}

/* Responsive adjustments for mobile and tablet devices */
@media (max-width: 770px) {
  #testimonials  .testimonial-image{
    display: none!important;
  }
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #ececf1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #f8dc00;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #002452;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding-left: 30px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapse {
  color: black;
 
}

.faq .faq-list .collapsed:hover {
  color: #f8dc00;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  margin: 0 3px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: rgba(239, 102, 3, 0.8);
  transition: ease-in-out 0.3s;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a:hover {
  background: #fc8129;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #2a2c39;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  margin-top: 70px;
  background: #f7f8f9;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #404356;
  content: "/";
}

/*--------------------------------------------------------------
# Recent Posts Section
--------------------------------------------------------------*/
.recent-posts article {
  background: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.recent-posts .post-category {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 10px;
}

.recent-posts .title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.recent-posts .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.recent-posts .title a:hover {
  color: var(--accent-color);
}

.recent-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.recent-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.recent-posts .post-date {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: white;
  background-color: #050f2a;
  font-size: 14px;
  position: relative;

  h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
  }

  .footer-top {
    border-top: 1px solid
      color-mix(in srgb, var(--default-color), transparent 90%);

    .gy-4 {
      padding: 10px 80px 0px 126px;

      @media (max-width: 992px) {
        padding: 10px 40px;
      }

      @media (max-width: 768px) {
        padding: 10px 20px;
      }

      @media (max-width: 576px) {
        padding: 10px;
      }
    }
  }

  .footer-about {
    .social-links {
      border-radius: 50%;
      font-size: 26px;
      transition: 0.3s;

      a {
        margin-right: 10px;
        color: white;

        &:hover {
          color: #f8dc00;
        }
      }
    }

    .logo {
      line-height: 1;
      margin-bottom: 15px;

      img {
        max-height: 50px;
        margin-right: 6px;
      }

      span {
        color: var(--heading-color);
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 1px;
        font-family: var(--heading-font);
      }
    }

    p {
      text-wrap: balance;
      font-size: 14px;
      font-family: var(--heading-font);
    }
  }

  .footer-links {
    padding-left: 30px;

    @media (max-width: 992px) {
      padding-left: 0;
    }

    a:hover {
      color: #f8dc00;
    }

    h4 {
      margin-bottom: 46px;

      @media (max-width: 576px) {
        margin-bottom: 20px;
      }
    }

    li:hover {
      color: #f8dc00;
    }

    ul {
      i {
        padding-right: 2px;
        font-size: 12px;
        line-height: 0;
      }

      li {
        padding: 10px 0;
        display: flex;
        align-items: center;

        @media (max-width: 576px) {
          justify-content: center;
        }
      }

      li:first-child {
        padding-top: 0;
      }

      a {
        color: white;
        display: inline-block;
        line-height: 1;
      }
    }
  }

  .footer-contact {
    p {
      margin-bottom: 5px;
    }

    .mt-4 {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-top: 10px !important;

      @media (max-width: 576px) {
        justify-content: center;
        text-align: center;
      }
    }

    h4 {
      margin-bottom: 44px;

      @media (max-width: 576px) {
        margin-bottom: 20px;
      }
    }

    strong {
      margin-right: 10px;

      i {
        font-size: 35px;
        color: #f8dc00;
      }

      i:hover {
        color: white;
      }
    }
  }

  .copyright {
    padding-bottom: 30px;
    border-top: 1px solid;

    p {
      margin-bottom: 0;
    }

    a {
      color: #f8dc00;

      &:hover {
        color: white;
      }
    }
  }

  .credits {
    margin-top: 4px;
    font-size: 13px;

    a {
      color: var(--default-color);
    }
  }

  /* Responsive adjustments for mobile and tablet devices */
  @media (max-width: 576px) {
    .footer-about,
    .footer-links,
    .footer-contact {
      text-align: center;
    }

    .footer-links ul li {
      justify-content: center;
    }

    .footer-contact .mt-4 {
      flex-direction: column;
      align-items: center;
    }

    .footer-about .logo {
      justify-content: center;
    }

    .footer-about .social-links {
      justify-content: center;
      position: relative;
    }

    .footer-links ul {
      justify-content: center;
      display: contents;
    }
  }
}

/* calculator */

.calc {
  position: relative; /* Required for positioning the pseudo-element */
}

.calculator-container {
  padding: 20px 20px 40px 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(94, 68, 68, 0.1);

  button {
    background-color: #4caf50;
    color: white;
    padding: 10px 20px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
  }

  button:hover {
    background-color: #45a049;
  }

  .result-card {
    padding: 10px;
  }

  .results-container {
    background-color: #f1f1f1;
    padding-bottom: 10px;

    .warranty {
      margin-top: 50px;
    }

    .list-unstyled li {
      margin: 0px;
    }

    li p {
      font-size: 10px;
      line-height: 1.5;
    }
    img {
      height: auto;
    }
  }

  .logo {
    width: 150px;
    height: auto;
    margin-bottom: 10px;
  }

  .result-card p {
    margin: 0;
    font-size: 13px;
  }

  input[type="number"] {
    width: calc(100% - 40px);
    padding: 10px 20px;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: "Arial", sans-serif;
    color: #333;
    background-color: #f9f9f9;
    border: 2px solid #ddd;
    border-radius: 8px;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  }

  input[type="number"]:focus {
    border-color: #66afe9;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(102, 175, 233, 0.6);
  }

  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  input[type="number"]::-moz-appearance {
    appearance: textfield;
  }

  input[type="number"]::placeholder {
    color: #999;
    font-style: italic;
  }

  input[type="number"]:hover {
    border-color: #888;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  }
}

.calculator .system-size-info {
  .fs-6 {
    color: white;
    background: #002451;
    padding: 5px 0px;
    border-radius: 5px;
  }

  span {
    color: #002451;
  }
}

.calc::before {
  content: ""; /* Create an empty content for the pseudo-element */
  position: absolute; /* Position it over the background */
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background-repeat: no-repeat;
  background-size: cover; /* Ensure the background image covers the entire container */
  opacity: 0.3; /* Adjust the opacity of the background image */
  pointer-events: none; /* Prevent the pseudo-element from blocking interactions */
  z-index: -1; /* Ensure the background stays behind the content */
}

/* Pop Up */
/* Popup Image Container */
.popup-image {
  display: none;
  position: fixed;
  z-index: 10;
  right: -320px; /* Start position outside the viewport */
  bottom: 0px;
  width: 250px; /* Adjust the width of the popup */
  height: auto;
  border-radius: 10px;
  transition: right 0.5s ease-in-out; /* Transition effect */
}

/* Popup Image when visible */
.popup-image.show {
  right: 0px; /* End position inside the viewport */
}

/* Popup Content */
.popup-content {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}

/* Close Button */
.popup-close {
  position: absolute;
  top: 5px;
  right: 10px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

/* floating button */

.floating-contact-us {
  animation-delay: 0s; /* No delay on the first button */
}

.floating-contact-us-secondary {
  animation-delay: 1s; /* 1-second delay on the second button */
}

/* Floating Contact Us Button */
.floating-contact-us {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #f8dc00;
  color: #000;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  z-index: 1000;
}

.floating-contact-us:hover {
  background-color: #002452;
  color: white;
}

.floating-contact-us:focus {
  outline: none;
}

/* Additional Floating Button */
.floating-contact-us-secondary {
  display: none;
  position: fixed;
  bottom: 90px; /* Adjust this value to move the button higher or lower */
  right: 30px;
  background-color: #f8dc00;
  color: black;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  z-index: 1000;
  cursor: pointer;
}

.floating-contact-us-secondary:hover {
  background-color: #004466;
  color: white;
}

/* Tooltip Container */
.floating-contact-us-secondary .tooltip {
  visibility: hidden;
  width: 160px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  position: absolute;
  z-index: 1001;
  top: 50%;
  right: 110%; /* Position to the left of the button */
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}

.floating-contact-us-secondary:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
