#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}
#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.5s;
  z-index: 99;
}
.btn {
  font-weight: 600;
  transition: 0.5s;
}
.btn-square {
  width: 32px;
  height: 32px;
}
.btn-sm-square {
  width: 34px;
  height: 34px;
}
.btn-md-square {
  width: 44px;
  height: 44px;
}
.btn-lg-square {
  width: 56px;
  height: 56px;
}
.btn-xl-square {
  width: 66px;
  height: 66px;
}
.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
.btn.btn-primary {
  color: var(--bs-white);
}
.btn.btn-primary:hover {
  background: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
}
.btn.btn-secondary {
  color: var(--bs-white);
}
.btn.btn-secondary:hover {
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}
.btn.btn-light {
  color: var(--bs-primary);
}
.btn.btn-light:hover {
  color: var(--bs-white);
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}
@keyframes icon-animat {
  0% {
    border-radius: 67% 33% 29% 71%/39% 46% 54% 61%;
  }
  25% {
    border-radius: 69% 31% 19% 81%/43% 37% 63% 57%;
  }
  50% {
    border-radius: 67% 33% 16% 84%/57% 37% 63% 43%;
  }
  75% {
    border-radius: 77% 23% 61% 39%/36% 61% 39% 64%;
  }
  100% {
    border-radius: 67% 33% 29% 71%/39% 46% 54% 61%;
  }
}
.nav-bar {
  background: var(--bs-white);
}
.sticky-top {
  transition: 1s;
}
.navbar-light .navbar-nav .nav-link {
  position: relative;
  margin-right: 25px;
  padding: 35px 0;
  letter-spacing: 1px;
  color: var(--bs-dark);
  font-size: 17px;
  font-weight: 500;
  outline: none;
  transition: 0.5s;
}
.sticky-top .navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: var(--bs-dark);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--bs-primary);
}
.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: 0.5s;
}
.sticky-top .navbar-light .navbar-brand img {
  max-height: 50px;
}
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "font awesome 5 free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}
.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}
.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  margin-top: 8px !important;
  background: var(--bs-light);
  transition: 0.5s;
  opacity: 1;
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px !important;
    transition: 0.5s;
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 8px 15px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
  }
  .sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 12px 0;
  }
}

/* crousal item start */
.carousel .carousel-item img {
  object-fit: cover;
}
/* .carousel .carousel-item,
.carousel .carousel-item img {
  height: 600px;
} */
.carousel-item .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.carousel .carousel-indicators {
  left: 75%;
  top: 50%;
  margin-right: 25%;
  transform: translateY(-50%);
  flex-direction: column;
}
.carousel-indicators [data-bs-target] {
  display: flex;
  width: 15px;
  height: 15px;
  border: 6px solid var(--bs-white);
  border-radius: 15px;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: var(--bs-secondary);
  opacity: 1;
  transition: 0.5s;
}
.carousel-indicators [data-bs-target].active {
  background-color: var(--bs-primary);
}
@media (max-width: 992px) {
  .carousel-indicators [data-bs-target] {
    display: none;
  }
}
/* crousal end */
.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.8)),
    url(../kric\ image/solar_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  transition: 0.5s;
}
.bg-breadcrumb .breadcrumb {
  position: relative;
}
.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}
.feature {
  background: var(--bs-light);
}
.feature .feature-item {
  display: flex;
  border-radius: 10px;
}
.feature .feature-item .feature-icon span {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-secondary);
  background: var(--bs-primary);
  border-radius: 67% 33% 29% 71%/39% 46% 54% 61%;
  animation-name: icon-animat;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transition: 0.5s;
}
.about .about-item .about-item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  background: var(--bs-light);
  transition: 0.5s;
}
.about .about-item .about-item-inner .about-icon {
  width: 90px;
  height: 90px;
  border-radius: 67% 33% 29% 71%/39% 46% 54% 61%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-secondary);
  background: var(--bs-primary);
  animation-name: icon-animat;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transition: 0.5s;
}
.about .about-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80%;
}
.about .about-img .img-1 {
  height: 90%;
  margin-right: 20px;
}
.about .about-img .img-2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding-left: 50px;
  border-radius: 10px;
}
.about .about-img::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 85%;
  top: 0;
  right: 0;
  border-radius: 10px;
  background: var(--bs-primary);
  z-index: -1;
}
.about .about-item .text-item {
  position: relative;
  padding-left: 25px;
}
.about .about-item .text-item::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: var(--bs-secondary);
}
/* ====== */
/* .aboutcard{

} */
.aboutcard {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: background-color 0.3s;
}
.aboutcard:hover {
  background-color: #e6e6e6;
}
.icon {
  font-size: 3rem;
  transition: transform 0.3s;
}
.aboutcard:hover .icon {
  transform: rotate(360deg);
}
.aboutcard::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #1f2e4e;
  transition: height 0.3s;
  z-index: 0;
}
.aboutcard:hover::after {
  height: 60%;
}
.aboutcard-body {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}
.aboutcard:hover .card-body p {
  color: white;
}
/*About end */
.counter {
  background: linear-gradient(rgba(0, 12, 33, 0.9), rgba(31, 46, 78, 0.9)),
    url("../img/solar-panels-roof-solar-cell\\(1\).jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.counter .counter-item .counter-item-icon {
  width: 90px;
  height: 90px;
  border-radius: 67% 33% 29% 71%/39% 46% 54% 61%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-secondary);
  background: var(--bs-primary);
  animation-name: icon-animat;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transition: 0.5s;
}

.service .service-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: var(--bs-white);
  transition: 0.5s;
}
.service .service-item:hover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 60px;
  background: var(--bs-light);
}
.service .service-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: var(--bs-primary);
  border-radius: 10px;
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
}
.service .service-item:hover::after {
  opacity: 1;
}
.service .service-item .service-icon {
  width: 90px;
  height: 90px;
  border-radius: 67% 33% 29% 71%/39% 46% 54% 61%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-secondary);
  background: var(--bs-primary);
  animation-name: icon-animat;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transition: 0.5s;
}
.categories .categories-item {
  position: relative;
  border: 1px solid var(--bs-secondary);
  border-radius: 10px;
  transition: 0.5s;
}
.categories .categories-item:hover {
  border: 1px solid var(--bs-primary);
}
.categories .categories-item .categories-item-inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.5s;
}
.categories .categories-item .categories-item-inner:hover {
  box-shadow: 0 0 50px rgba(234, 0, 30, 0.3);
}
.categories .categories-item-inner .categories-img {
  background: var(--bs-light);
}
.categories .categories-item-inner .categories-content {
  border-top: 4px solid var(--bs-white);
  text-align: center;
  background: var(--bs-light);
}
.categories .categories-item-inner .categories-review {
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories-carousel .owl-stage-outer {
  margin-top: 65px;
  margin-right: -1px;
}
.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
  position: absolute;
  top: 130px;
  padding: 14px 21px;
  color: var(--bs-white);
  background: var(--bs-primary);
  border-radius: 80px;
  transition: 0.5s;
}
.categories-carousel .owl-nav .owl-prev {
  left: 0 !important;
}
.categories-carousel .owl-nav .owl-next {
  right: 0;
}
.categories-carousel .owl-nav .owl-prev:hover,
.categories-carousel .owl-nav .owl-next:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}
.steps {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url(../kric\ image/solar_capability.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.steps .steps-item {
  position: relative;
  background: var(--bs-secondary);
  border-radius: 10px;
}
.steps .steps-item h4,
.steps .steps-item p {
  color: var(--bs-white);
}
.steps .steps-item .setps-number {
  position: absolute;
  width: 64px;
  height: 64px;
  bottom: 0;
  right: 40px;
  font-weight: 900;
  border: 1px solid var(--bs-white);
  border-radius: 64px;
  transform: translateY(50%);
  color: var(--bs-white);
  background: var(--bs-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .blog-item {
  border-radius: 10px;
  transition: 0.5s;
}
.blog .blog-item:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}
.blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.blog .blog-item .blog-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.5s;
}
.blog .blog-item:hover .blog-img::after {
  height: 100%;
}
.blog .blog-item .blog-img img {
  transition: 0.5s;
}
.blog .blog-item:hover .blog-img img {
  transform: scale(1.2);
}
.blog .blog-item .blog-content {
  position: relative;
  background: var(--bs-light);
}
.blog .blog-item .blog-content .blog-date {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  padding: 12px 25px;
  border-radius: 10px;
  color: var(--bs-white);
  background: var(--bs-primary);
}
.blog .blog-item .blog-content .blog-comment {
  display: flex;
  justify-content: space-between;
}
.banner .banner-item {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: 0.5s;
  z-index: 1;
}
.banner .banner-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.banner .banner-item .banner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  z-index: 5;
}
@media (min-width: 992px) {
  .banner .banner-item .banner-content h2 {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .banner .banner-item .banner-content h1 {
    font-size: 72px;
    margin-bottom: 20px;
  }
  .banner .banner-item .banner-content p {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.team .team-item {
  position: relative;
  text-align: center;
  border-radius: 10px;
  margin-top: 100px;
  background: var(--bs-light);
  transition: 0.5s;
  z-index: 1;
}
.team .team-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: var(--bs-secondary);
  z-index: 2;
  transition: 0.5s;
}
.team .team-item:hover::after {
  height: 100%;
}
.team .team-item .team-content {
  position: relative;
  z-index: 5;
}
.team .team-item .team-content h4,
.team .team-item .team-content p {
  transition: 0.5s;
}
.team .team-item:hover .team-content h4 {
  color: var(--bs-white);
}
.team .team-item:hover .team-content p {
  color: var(--bs-white);
}
.team .team-item .team-img {
  position: relative;
  overflow: hidden;
  top: -100px;
  margin-bottom: -100px;
  border-radius: 10px;
  z-index: 3;
}
.team .team-item .team-img img {
  transition: 0.5s;
}
.team .team-item:hover .team-img img {
  transform: scale(1.1);
}
.team .team-item .team-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 4;
  transition: 0.5s;
}
.team .team-item:hover .team-img::after {
  height: 100%;
}
.testimonial-carousel .owl-stage-outer {
  margin-right: -1px;
}
.testimonial .testimonial-item {
  position: relative;
  margin-top: 35px;
  border: 1px solid var(--bs-secondary);
  border-radius: 10px;
}
.testimonial .testimonial-item .testimonial-quote {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  right: 25px;
  transform: translateY(-50%);
  border-radius: 70px;
  color: var(--bs-white);
  background: var(--bs-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial .testimonial-item .testimonial-inner {
  display: flex;
  align-items: center;
  background: var(--bs-light);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.testimonial .testimonial-item .testimonial-inner img {
  width: 100px;
  height: 100px;
  border-radius:100px;
  border: 4px solid var(--bs-white);
}
.testimonial-carousel .owl-dots {
  display: flex;
  justify-content: center;
}
.testimonial-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin: 20px 10px 0;
  background: var(--bs-primary);
  transition: 0.5s;
}
.testimonial-carousel .owl-dots .owl-dot.active {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: var(--bs-secondary);
  transition: 0.5s;
}
.testimonial-carousel .owl-dots .owl-dot span {
  position: relative;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.testimonial-carousel .owl-dots .owl-dot.active span::after {
  background: var(--bs-primary);
}
.testimonial-carousel .owl-dots .owl-dot span::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-white);
  transition: 0.5s;
}
/* contact start */
.contact .contact-add-item {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-light);
}
.contact .contact-add-item .contact-icon {
  width: 90px;
  height: 90px;
  border-radius: 67% 33% 29% 71%/39% 46% 54% 61%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-secondary);
  background: var(--bs-primary);
  animation-name: icon-animat;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transition: 0.5s;
}
.footer {
  background: var(--bs-dark);
}
.footer .footer-item a {
  line-height: 35px;
  color: var(--bs-body);
  transition: 0.5s;
}
.footer .footer-item p {
  line-height: 35px;
}
.footer .footer-item a:hover {
  letter-spacing: 1px;
  color: var(--bs-primary);
}
.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
  transition: 0.5s;
}
.footer .footer-item .footer-btn a:hover {
  background: var(--bs-white);
}
.footer .footer-item .footer-btn a:hover i {
  color: var(--bs-primary) !important;
}
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bs-dark);
}

/* ===========ResidentialSolarRooftop Media start=========== */
@media (max-width: 400px) {
  .team-itemcount {
    height: 400px;
  }
}

@media (min-width: 300px) and (max-width: 394px) {
  #team-itemOne {
    height: 550px;
  }
}

/* ===========ResidentialSolarRooftop Media End=========== */
/*==============Commercial Solar Rooftop start =================  */
.card {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: background-color 0.3s;
}
.card:hover {
  background-color: #e6e6e6;
}
.icon {
  font-size: 3rem;
  transition: transform 0.3s;
}
.card:hover .icon {
  transform: rotate(360deg);
}
.card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #1f2e4e;
  transition: height 0.3s;
  z-index: 0;
}
.card:hover::after {
  height: 80%;
}
.card-body {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}
.card:hover .card-body p {
  color: white;
}
#cost {
  color: rgb(111, 111, 123);
}
/*============Commercial Solar Rooftop  ====end=============  */

/*============== Solar Pump start ==================*/
.SolarHomeLights {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: background-color 0.3s;
}
.SolarHomeLights:hover {
  background-color: #e6e6e6;
}
.icon {
  font-size: 3rem;
  transition: transform 0.3s;
}
.SolarHomeLights:hover .icon {
  transform: rotate(360deg);
}
.SolarHomeLights::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #1f2e4e;
  transition: height 0.3s;
  z-index: 0;
}
.SolarHomeLights:hover::after {
  height: 70%;
}
.SolarHomeLights-body {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}
.SolarHomeLights:hover .card-body p {
  color: white;
}
#cost {
  color: rgb(111, 111, 123);
}
/* ========== Solar Pump end ============*/
/* ========= SolarHomeLights  start =========== */
.SolarHomeLights {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: background-color 0.3s;
}
.SolarHomeLights:hover {
  background-color: #e6e6e6;
}
.icon {
  font-size: 3rem;
  transition: transform 0.3s;
}
.SolarHomeLights:hover .icon {
  transform: rotate(360deg);
}
.SolarHomeLights::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #1f2e4e;
  transition: height 0.3s;
  z-index: 0;
}
.SolarHomeLights:hover::after {
  height: 80%;
}
.SolarHomeLights-body {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}
.SolarHomeLights:hover .card-body p {
  color: white;
}
#cost {
  color: rgb(111, 111, 123);
}
/* ========= Solar Home Lights  end =========== */
/* FAQs start */
.faq-question {
  cursor: pointer;
  padding: 10px;
  /* border-bottom: 1px solid #ddd; */
  position: relative;
  font-weight: bold;
  font-size: 26px;
  font-weight: 100;
  color: rgb(226, 96, 96);
}

.faq-answer {
  display: none;
  /* background: #f9f9f9; */
  padding: 10px;
  /* border: 1px solid #ddd; */
  margin-top: 10px;
  font-size: 18px;
  color: rgb(77, 74, 74);
}

.faq-question:hover .faq-answer {
  display: block;
}
/* FAQs END  */
/* amc css starts  */

/* Main container styles */
.solarize-section {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  flex-wrap: wrap;
}

.div-shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background-color: white;
}

.subsidy_full_page {
  display: flex;
  flex-wrap: wrap;
}

/* Left side content */
.solarize {
  flex: 0 0 66.66667%;
  padding-right: 20px;
}

/* Right side form */
.pro-register {
  flex: 0 0 33.33333%;
  padding-left: 20px;
}

/* Form styling */
form .form-group {
  margin-bottom: 15px;
}

form .form-group input,
form .form-group select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

form .form-group input:focus,
form .form-group select:focus {
  outline: none;
  border-color: #007bff;
}

form .form-group .custom-select1 {
  position: relative;
}

form .form-group .custom-select1 select {
  appearance: none;
  background: none;
}

form .form-group .custom-select1::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}

.error-color {
  color: red;
}

.register-thankyou {
  text-align: center;
}

.icon_text_container {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.icon_text {
  text-align: center;
}

.icon_text img {
  max-width: 100px;
  margin-bottom: 10px;
}

/* Media query for screens below 992px */
@media (max-width: 992px) {
  .solarize-section {
    flex-direction: column;
  }
  .pro-register {
    order: 1;
    flex: 0 0 100%;
    padding: 0;
  }
  .solarize {
    order: 2;
    flex: 0 0 100%;
    padding: 0;
  }
  .icon_text_container {
    flex-direction: column;
  }
  .icon_text {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

/* amc card css */

/* Ensure the container has enough padding */
.container-fluid.categories {
  /* padding-top: 5rem; Adjust as needed */
  padding-bottom: 5rem; /* Adjust as needed */
}

/* Center the content */
.container.py-5 {
  text-align: center;
}

/* Style for the cards */
.categories-item {
  margin: 0 auto;
  max-width: 400px; /* Adjust as needed */
}

.categories-item-inner {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.categories-img img {
  width: 100%;
  height: auto;
  display: block;
}

.categories-content {
  background-color: #fff;
  padding: 20px;
}

.categories-content h4 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.categories-content h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.categories-content .prices {
  margin-bottom: 15px;
}

.categories-content .buy_btn {
  display: block;
  background-color: var(--bs-primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  margin-top: 15px;
}

.categories-content .buy_btn:hover {
  background-color: var(--bs-primary);
}

.pkg_para {
  font-size: 0.9rem;
  color: #888;
  margin-top: 15px;
}

/* amc discount card  */

/* Health Checkup Section */
.helth_ch {
  background-color: #f8f9fa;
  padding: 50px 0;
}

.helth_ch_content {
  text-align: center;
  margin-bottom: 30px;
}

.helth_ch_content h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.helth_ch_content p {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 30px;
}

.box_align {
  display: flex;
  justify-content: center;
}

.introductory_offer {
  background-color: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 1.1rem;
  flex-wrap: wrap;
}

.introductory_offer img {
  max-width: 300px; /* Increase the size of the image */
  margin-right: 40px;
  width: 100%; /* Ensure image scales down on smaller screens */
}

.offer_content {
  flex-grow: 1;
}

.offer_content h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.offer_content h5 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #20c997;
}

.prices {
  margin-bottom: 20px;
}

.prices h3 {
  font-size: 40px;
  font-weight: 700;
}

.prices .offer_price {
  font-size: 24px;
  font-weight: 400;
  color: #6c757d;
}

.buy_btn {
  display: inline-block;
  padding: 15px 30px;
  background-color: var(--bs-primary);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.1rem;
}

.buy_btn:hover {
  background-color: var(--bs-primary);
}

.gst {
  font-size: 12px;
  color: #6c757d;
  text-align: right;
  margin-top: 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .introductory_offer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .introductory_offer img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .offer_content h4,
  .offer_content h5 {
    font-size: 24px;
  }

  .prices h3 {
    font-size: 32px;
  }

  .buy_btn {
    font-size: 1rem;
    padding: 10px 20px;
  }
}

@media (max-width: 576px) {
  .helth_ch_content h1 {
    font-size: 28px;
  }

  .helth_ch_content p {
    font-size: 16px;
  }

  .introductory_offer {
    padding: 20px;
  }

  .introductory_offer img {
    max-width: 100%;
  }

  .offer_content h4,
  .offer_content h5 {
    font-size: 20px;
  }

  .prices h3 {
    font-size: 28px;
  }

  .buy_btn {
    font-size: 0.9rem;
    padding: 10px 15px;
  }
}

/* amc 2 column section start */
.row_space {
  border-top: 5px dashed #20c997; /* Change border style to dotted */
  padding-top: 20px;
}

.row_flex_cus {
  display: flex;
  justify-content: space-between;
}

.top_space {
  margin-top: 20px;
}

.list_box {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  height: 100%; /* Ensure both columns have the same height */
}

.header h2 {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.list_items ul {
  list-style-type: disc;
  padding: 0;
}

.list_items ul li {
  margin-bottom: 10px;
}

/* Alternate background colors for list items */
.list_items ul li:nth-child(even) {
  background-color: #f0f0f0;
  padding: 5px;
  border-radius: 5px;
}

.list_items ul li:nth-child(odd) {
  background-color: #e0e0e0;
  padding: 5px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .row_flex_cus {
    flex-direction: column;
  }

  .list_box {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* css of amc discount chart */
.assured_sec {
  padding: 20px;
}

.tbl_container {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}

.tbl_container h2 {
  font-size: 1.5em;
  color: #007bff;
}

.table {
  width: 100%;
}

.table th,
.table td {
  padding: 8px;
  text-align: left;
}

.info_l {
  margin-top: 20px;
}

.info_l ul {
  list-style-type: disc;
  padding: 0;
}

.info_l ul li {
  margin-bottom: 10px;
}

.in_list {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .tbl_container {
    overflow-x: auto;
  }

  .table {
    width: auto;
  }
}

/* choose your package section css starts */
/* General Styles */
.container-fluid {
  padding: 0 15px;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.own_pkgs {
  padding: 20px;
}

.own_pkgs h2 {
  font-size: 3em;
  color: #007bff;
  margin-bottom: 10px;
  font-weight: 800;
}

.pkg_content p {
  font-size: 1.5em;
  color: #333;
  margin-bottom: 20px;
  font-weight: 700;
}

.tbl_container {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  width: 100%;
  overflow-x: auto;
}

.year_pkg {
  text-align: center;
  margin-bottom: 20px;
}

.year_pkg .pkg_para {
  font-size: 1.5em;
  color: #333;
  font-weight: 700;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}

.table th {
  background-color: #f9f9f9;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}

.info_l ul {
  list-style-type: disc;
  padding-left: 20px;
}

.info_l ul li {
  margin-bottom: 10px;
}

.in_list {
  margin-top: 20px;
}

.solar_notes {
  text-align: center;
  padding: 20px;
  background-color: #f05151;
  border-radius: 10px;
  /* margin-top: 20px; */
}

.solar_notes h3 {
  font-size: 1.8em;
  color: #f2f4f5;
  margin: 0;
  font-weight: 900;
  font-family: "DIN-bold";
}

@media (max-width: 768px) {
  .row_flex_cus {
    flex-direction: column;
  }

  .list_box {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* amc our vision css start */
/* General Styles */
.our_vision {
  padding: 40px 0;
  background-color: #f9f9f9;
}

.wraper {
  padding: 20px;
}

.our-vision .title_home {
  font-size: 5em;
  color: #666;
  margin-bottom: 0;
  font-weight: 900;
  font-family: "DIN-bold";
}

.our-vision .subtitle_home {
  font-size: 3em;
  color: red;
  margin-top: 0;
  font-family: "DIN-bold";
  font-weight: 600;
}

.our-vision p {
  font-size: 1.3em;
  color: #444;
  margin: 20px 0;
  font-family: "DIN-bold";
}

.our-vision h3 {
  font-size: 2.5em;
  color: #007bff;
  margin: 20px 0;
  font-family: "DIN-bold";
}

@media (max-width: 768px) {
  .our-vision .title_home {
    font-size: 3em;
  }

  .our-vision .subtitle_home {
    font-size: 2em;
  }

  .our-vision p {
    font-size: 1.2em;
  }

  .our-vision h3 {
    font-size: 1.8em;
  }
}
.row_space1 {
  border-top: 5px dashed #ccc; /* Change border style to dotted */
  border-bottom: 5px dashed #ccc; /* Change border style to dotted */
  padding-top: 20px;
  padding-bottom: 10px;
}

/* buttons and part above footer css start */
/* Container Styles */
.subscribe {
  background-color: #f4f4f4; /* Background color for the strip */
  padding: 20px 0;
}

.wraper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Flexbox for foot-top */
.foot-top {
  display: flex;
  align-items: center;
  justify-content: center; /* Center align items */
  flex-direction: column; /* Align items vertically */
  text-align: center; /* Center align text */
}

/* Text Styles */
.foot-top p {
  margin: 0;
  font-size: 1.2em;
  color: #333;
}

.foot-top p span {
  font-weight: bold;
  margin-right: 10px;
}

/* Button Styles */
.btn-container {
  display: flex;
  flex-direction: column; /* Stack buttons vertically */
  margin-top: 10px; /* Add space between text and buttons */
}

.foot-top a {
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 5px 0; /* Add space between buttons */
}

/* Button Colors */
.btn-start-journey {
  background-color: #007bff; /* Blue color for "Start Your Solar Journey" */
}

.btn-refer-friends {
  background-color: #28a745; /* Green color for "Refer Solar to Friends" */
}

/* Responsive Design */
@media (max-width: 768px) {
  .foot-top p {
    margin-bottom: 10px; /* Add space between text and buttons on smaller screens */
  }
}

/* media query for services */
@media (min-width: 992px) {
  .row {
    justify-content: start;
  }
  .col-md-6.col-lg-4 {
    display: flex;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px; /* Adjust padding as needed */
  }
  .col-md-6.col-lg-4 .service-item {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

/* solar system card css*/

.card1:hover::after {
  height: 50%;
}
/*============solar structure css ==============  */
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 10px; /* Add space between cells */
}
table th,
table td {
  border: 2px solid black; /* Border color for cells */
  text-align: center !important; /* Center align text horizontally */
  vertical-align: middle; /* Center align text vertically */
  font-weight: bold; /* Bold text */
  border-radius: 5px; /* Border radius for cells */
}
table th {
  background-color: red !important; /* Red background for header */
  color: rgb(13, 1, 1) !important; /* White text color for header */
}
table tr:nth-child(even) {
  background-color: #28a745; /* Green background for even rows */
}
table tr:nth-child(odd) {
  background-color: white; /* White background for odd rows */
}

/* Initial state of text-primary class */
.text-primary {
  color: red; /* Initial color */
}

/* Hover state of text-primary class */
.text-primary:hover {
  color: green !important;
}
.faq-question:hover {
  color: green;
}

.categories-item-innerz {
  border-radius: 10px;
  overflow: hidden;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}
.categories-itemz {
  margin: 0 auto;
  max-width: 300px; /* Adjust as needed */
  border: none;
}

/* download button css  */

.download-item {
  margin-bottom: 30px;
}
.custom-card {
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.custom-card img {
  border-bottom: 1px solid #ddd;
}
.custom-card-body {
  padding: 10px;
}
.download-btn {
  width: 100%;
  margin-top: 10px;
}

/* gallery css starts */
.new-download-item {
  margin-bottom: 30px;
}
.new-card {
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}
.new-card:hover {
  transform: translateY(10px);
}
.new-img {
  border-bottom: 1px solid #ddd;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.new-card:hover .new-img {
  transform: scale(0.95);
}
.new-card-body {
  padding: 10px;
  text-align: center;
  position: relative;
}
.new-headline {
  font-size: 1.25rem;
  font-weight: bold;
  transition: color 0.3s ease;
  margin-bottom: 10px;
}
/* .new-card:hover .new-headline {
    color: #007bff;
} */
.headline-line {
  width: 50%;
  margin: 10px auto 0;
  border: none;
  border-top: 3px solid var(--bs-primary);
}
.headline-line:hover .headline-line {
  color: #28a745;
}

/* apply button */
.symbol-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0;
}

.symbol {
  font-size: 100px; /* Adjust the size as needed */
  color: #007bff;
  margin: 10px;
}

.apply-now {
  font-size: 18px;
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
  display: block;
  text-align: center;
}

.apply-now:hover {
  color: #0056b3;
  text-decoration: underline;
}
.image-animate {
  animation: moveUpDown 3s ease-in-out infinite alternate;
  transition: transform 0.3s ease-in-out; /* Smooth transition for the zoom effect */
  border-radius: 10px;
}

.image-animate:hover {
  transform: scale(1.1);
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px); /* Adjust the amount of movement */
  }
}
/* css for cards of career */
.hard-card {
  /* border: 1px solid #007bff; */
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}

.hard-card-body {
  padding: 1rem;
}

.hard-card-title {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: bold;
}

.hard-card-text {
  margin-bottom: 1rem;
  color: #28a745;
}

.hard-card-footer {
  background: transparent;
  border-top: none;
}
/* slider of career */
.categories-itemy {
  padding: 0; /* Optional: Add some padding to the items */
}

.categories-item-innery {
  display: flex;
  justify-content: center;
}

.categories-item-innery img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mycard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}
.ourclass {
  width: 80%; /* Slightly reduce the card width */
  margin: auto; /* Center the card within the container */
}
.ourclass .card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}
.ourclass .card-body .content {
  display: flex;
  align-items: center;
}
.ourclass .card-body .content .icon-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ourclass .card-body .content i,
.ourclass .card-body .content h5 {
  margin-right: 10px;
}
.arrows {
  display: flex;
  align-items: center;
}

/* home symbols */
.symbol {
  font-size: 48px;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10%;
}

.symbol img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.symbol-bg-1 {
  background-color: #ffcccb;
}
.symbol-bg-2 {
  background-color: #d4edda;
}
.symbol-bg-3 {
  background-color: #d1ecf1;
}
.symbol-bg-4 {
  background-color: #f8d7da;
}
.symbol-bg-5 {
  background-color: #fff3cd;
}

.title {
  font-size: 16px;
  text-align: center;
}

.custom-col:hover .symbol {
  transform: scale(1.2);
  color: #ff6600;
}

.custom-col:hover .title {
  transform: translateY(-10px);
}

.custom-col {
  padding: 20px;
  transition: background-color 0.3s ease;
}

.custom-col:hover {
  background-color: #f0f0f0;
}

/* .container-fluid {
    margin-top: 20px;
  } */
.right-text {
  margin-top: -300px;
  padding-left: 150px;
}

/* our capabilities card css starts */
.steps-item {
  transition: transform 0.3s ease-in-out;
}

.steps-item:hover {
  transform: scale(1.05); /* For zoom-in effect */
  /* transform: scale(0.95); */ /* Uncomment for zoom-out effect */
}

/* slider css  */
#img1 {
  max-height: 300px !important;
  object-fit: fill;
}
.img2 {
  max-height: 300px !important;
}
/* Custom overlay styles */
.overlay-container {
  position: relative;
}

.overlay-container:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(128, 128, 128, 0.7); /* Gray shade */
  z-index: 1;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  text-align: center;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.overlay-container:hover .overlay-text {
  opacity: 1;
}

/* Ensure the carousel items are behind the overlay */
.categories-carousel .categories-itemz {
  position: relative;
  z-index: 0;
}
.custom-card1 {
  border: 1px solid #ddd;
  /* border-radius: 5px; */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: var(--bs-primary);
  color: white;
}
/* dROPDOWN  */
#dropdown option:hover {
  background-color: red; /* Changes background color to red on hover */
}
/* Dropdoen end  */
/* get in touch */
@media (max-width: 1168px) {
  #getintouch {
    width: 80%;
    height: 80%; /* Add space between text and buttons on smaller screens */
  }
}

/* <!-- Our Clients Reviews start --> */
.carousel-inner {
  display: flex;
  justify-content: space-between;
}

.carousel-item {
  transition: transform 0.5s ease-in-out;
}

.carousel-inner .row {
  margin-right: -15px;
  margin-left: -15px;
}

.carousel-inner .col-md-6 {
  padding-left: 15px;
  padding-right: 15px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
/* Our Clients Reviews end */

/* Tree image start */
.banner-item {
  position: relative;
  overflow: hidden;
}

.banner-content {
  padding: 2rem;
}

/* Ensure the logo is resized for smaller devices */
#logo-img {
  max-width: 50%;
}

/* Button and text alignment adjustments for smaller devices */
#right-content {
  text-align: center;
}

/* Media Queries */
@media (max-width: 991px) {
  /* For tablets and smaller screens */
  .banner-content {
      padding: 1.5rem;
  }

  #left-content {
      text-align: center;
  }

  #logo-img {
      max-width: 60%;
  }

  .banner-btn a {
      width: 100%;
      margin-top: 1rem;
  }

  .banner-btn {
      justify-content: center;
  }
}

@media (max-width: 767px) {
  /* For mobile devices */
  .banner-content {
      padding: 1rem;
  }

  #logo-img {
      max-width: 70%;
      margin-top: 1rem;
  }

  /* Make text and buttons more centered for mobile */
  #left-content, #right-content {
      text-align: center;
      width: 50%;
  }

  .banner-btn a {
      width: 100%;
    
  }

  .banner-btn {
      justify-content: center;
      flex-direction: column;
  }

  h4, h6 {
      font-size: 1.2rem;
  }

  p {
      font-size: 1rem;
  }
}

@media (max-width: 575px) {
  /* For smaller mobile devices */
  .banner-content {
      padding: 0.5rem;
  }

  #logo-img {
      max-width: 80%;
  }

  .banner-btn a {
      padding: 0.8rem 1.5rem;
      font-size: 10px;
      width: 110px;
      height: 40px;
  }

  h4, h6 {
      font-size: 10px;
  }

  p {
      font-size: 8px;
  }
  @media (max-width: 380px) {
    /* For smaller mobile devices */
    .banner-content {
        padding: 0.3rem;
    }
  
    #logo-img {
        max-width: 80%;
        margin-top: 30px;
    }
  
    .banner-btn a {
        padding: 0.8rem 1.5rem;
        font-size: 7px;
        width: 90px;
        height: 25px;
    }
  
    h4, h6 {
        font-size: 6px;
    }
  
    p {
        font-size: 5px;
    }
}
/* tree image end  */
/* out partner slider start */
.partner-section .partner-item {
  position: relative;
  margin-top: 35px;
  border: 1px solid var(--bs-secondary);
  border-radius: 10px;
}

.partner-section .partner-item .partner-inner {
  display: flex;
  align-items: center;
  justify-content: center; /* Center images horizontally */
  background: var(--bs-light);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100%; /* Ensure it takes full height */
}

.partner-section .partner-image {
  width: 100px; /* Fixed width */
  height: 100px; /* Fixed height */
  object-fit: cover; /* Ensures the image covers the area without distortion */
  border-radius: 100px; /* Circular border */
  border: 4px solid var(--bs-white);
}

.partner-section .carousel-control-prev-icon,
.partner-section .carousel-control-next-icon {
  background-color: var(--bs-primary);
}

/* Our partner slider end */

/* who we are  start */


/* Six grid image gallery */
.grid img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

/* FAQ hover effect */
.faq-item {
  /* background-color: #f8f9fa; */
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.faq-answer {
  display: none;
}

.faq-item:hover .faq-answer {
  display: block;
}

.faq-item:hover {
  background-color: #e9ecef;
}

/* Button section styling */
.button-section {
  margin-top: 20px;
  text-align: center;
}

.button-section button {
  margin: 10px;
}
/* who we are  end*/
