
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins","Prompt", sans-serif;
  color: #444444;
  overflow-x: hidden;
}

figure.table tbody, figure.table td, figure.table tfoot, figure.table th, figure.table thead, figure.table tr {
    border-color: #80808000;
}

.container-xxl {
  max-width: 1440px;
}

a {
  color: #1977cc;
  text-decoration: none;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}

p {
  font-size: 14px;
  color: #646464;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins","Prompt", sans-serif;
  font-weight: 700;
}

input:-internal-autofill-selected {
  background-color: transparent !important;
}

.form-control:focus, .form-select:focus {
  border-color: #959595;
  box-shadow: unset;
  background-color: transparent;
}

img {
  width: 100%;
}

.boxes {
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 3.5rem;
  height: 100%;
}

.view-all a {
  font-size: 14px;
  color: #95C11F;
  font-weight: 600;
  text-decoration: underline;
}

.view-all:hover a {
  color: #0F4D70;
}

.form-select {
  
  display: block;
  width: 100%;
  padding: 0.375rem 0 0.375rem 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #959595;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #959595;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-clip: padding-box;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::placeholder {
  font-size: 14px;
  color: #959595;
}

.form-check-label {
  font-size: 12px;
  color: #959595;
}

.form-check .form-check-input {
  border-radius: 0;
}

.button-m {
  margin: 3rem 0;
}

.btn-send {
  border: none;
  background: transparent;
  color: #0F4D70;
  font-weight: 500;
  text-decoration: underline;
  padding: 0;
}

.btn-send:hover {
  color: #95C11F;
}

.btn-download {
  border: none;
  background: transparent;
  color: #0F4D70;
  font-weight: 500;
  text-decoration: underline;
  padding: 0;
}

.btn-download:hover {
  color: #95C11F;
}

.mt-top-content {
  margin-top: -50px;
}

.accordion-button { 
  font-size: 1.1rem;
}

.accordion-button::after {
  background-image: url('/images/icon/arrow-dark-blue-right-1.svg');
  transform: rotate(90deg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url('/images/icon/arrow-white-right-1.svg');
  transform: unset;
  margin-top: 0px;
  width: 30px;
  background-size: 30px;
}

.accordion-header {
  margin-bottom: 0 !important;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-item {
  margin-top: 30px;
  margin-bottom: 30px;
  border: unset;
}

.accordion-button.collapsed {
  background: transparent linear-gradient(90deg, #cbe093 0%, #9dd4ef 40%, #0f4d7000 100%) 0% 0% no-repeat padding-box;
  background-color: transparent;
  color: #0F4D70;
  font-weight: 500;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #0F4D70;
  box-shadow: unset;
  font-weight: 500;
}

.accordion-body {
  background-color: #F4F4F4;
  padding: 30px;
}

.flex-row a {
  height: 100%;
}

@media (max-width: 1399px) {
  .boxes {
    padding: 3.5rem 20px;
  }
}

@media (max-width: 1199px) {
  .boxes {
    padding: 2rem 20px;
  }
}

@media (max-width: 991px) {
  .h5, h5 {
    font-size: 1rem;
  }

  .mt-top-content {
    margin-top: -35px;
  }
}

@media (max-width: 768px) {

  .h5, h5 {
    font-size: 1.25rem;
  }

  .boxes {
    margin-top: 1.5rem;
  }

}

@media (max-width: 767px) {
  .mt-top-content {
    margin-top: -10px;
  }
}

@media (max-width: 430px) {
  .button-m {
    margin: 2rem 0;
  }
}

/*--------------------------------------------------------------
# CKEDITOR5
--------------------------------------------------------------*/

figure.image img, img.image_resized {
  height: auto !important;
}

.image-style-align-left {
  float: left;
  margin-right: 10px;
}

.image-style-align-right {
  float: right;
  margin-left: 10px;
}

.image_resized {
  margin-left: auto;
  margin-right: auto;
}

.image-style-block-align-right {
  margin-left: auto;
  margin-right: unset;
}

.image-style-block-align-left {
  margin-right: auto;
  margin-left: unset;
}
/*--------------------------------------------------------------
# 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 #1977cc;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #0F4D70 !important;
}

.text-green {
  color: #95C11F !important;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  transition: all 0.5s;
  z-index: 996;
  padding: 1.5rem 0;
}

#topbar.topbar-scrolled {
  top: 0;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #1977cc;
}

#topbar .contact-info i {
  color: #1977cc;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #437099;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #1977cc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

.social-icon {
  height: 20px;
}

.me-social {
  margin-right: 2rem;
}

.me-youtube-social {
  margin-right: 1.5rem;
}

.change-lang {
  padding: 5px 8px;
  background: #0F4D70;
  color: #fff;
  font-size: 14px;
  height: fit-content;
  margin: auto 0 auto auto;
}

.blog-shortcut {
  color: #0F4D70;
  font-size: 14px;
  font-weight: 500;
  margin: auto 1rem auto auto;
}

.blog-shortcut.active,
.blog-shortcut:hover {
  color: #95C11F;
}

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.img-logo {
  width: 100px;
}

@media (max-width: 1299px) {
  .me-social {
    margin-right: 1rem;
  }

  .me-youtube-social {
    margin-right: 0.6rem;
  }
}

@media (max-width: 768px) {
  .me-social {
    margin-right: 10px;
  }

  .me-youtube-social {
    margin-right: 1px;
  }

  .me-sm-social {
    margin-right: 10px;
  }
}

@media (max-width: 576px) {
  .me-youtube-social {
    margin-right: 10px;
  }

  #topbar .contact-info {
    display: none !important;
  }

  #topbar {
    padding: 1rem 0;
  }
}

@media (max-width: 430px) {
  .social-icon {
    height: 18px;
  }

}

@media (max-width: 390px) {
  .social-icon {
    height: 15px;
  }

  .me-social {
    margin-right: 7px;
  }

  .me-youtube-social {
    margin-right: 4px;
  }
}


@media (max-width: 320px) {
  .img-logo {
    width: 85px;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 0 0 5px 0;
  top: 75px;
}

#header.header-scrolled .navbar {
  border-top: 2px solid #ccc;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins","Prompt", sans-serif;
}

#header .logo a {
  color: #2c4964;
}

#header .logo img {
  max-height: 40px;
}

/**
* Appointment Button *
*/
.appointment-btn {
  margin-left: 25px;
  background: #1977cc;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #166ab5;
  color: #fff;
}

.nav-mb {
  display: none;
}

@media (max-width: 991px) {
  #header {
    padding: 15px 0 5px 0;
    top: 75px;
  }
  #header.header-scrolled {
    padding: 15px 0 5px 0;
  }
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

@media (max-width: 576px) {
  #header {
    display: none !important;
  }

  .navbar {
    border-top: unset !important;
  }

  .nav-mb {
    display: block;
  }

  #header {
    top: 55px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  width: 100%;
  border-top: 2px solid #ccc;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: table;
  list-style: none;
  align-items: center;
  width: 100%;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  display: table-cell;
  position: relative;
  white-space: nowrap;
  padding: 8px 0 0 20px;
  font-weight: 500;
}

.navbar>ul>li a.active{
  color: #95C11F;
}

.navbar>ul>li:first-child {
  padding: 8px 0 0 0;
}

.navbar a,
.navbar a:focus {
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: unset;
  padding: 5px 2px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 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;
  width: auto;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #000;
  border: none;
  width: 100%;
  white-space: normal;
}

.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: #95C11F;
}

.navbar .dropdown ul a.active {
  color: #95C11F;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  padding: 2rem;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 230px;
  visibility: visible;
}

.navbar .dropdown .submenu-menu-item > a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.navbar .dropdown .submenu-menu-item > a i {
  margin-left: auto;
}

.navbar .dropdown .submenu-menu-item > ul {
  min-width: 220px;
}

.solar-solution-topbar {
  margin-bottom: 1.5rem;
}

.solar-solution-topbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.solar-solution-topbar-title {
  color: #95C11F;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}

.solar-solution-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #1d1d1d;
  font-size: 1rem;
  font-weight: 500;
}

.solar-solution-back-link i {
  color: #95C11F;
  font-size: 1.35rem;
}

.solar-solution-topbar-line {
    display: block;
    color: #95C11F;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to right, #93c022, #33a4db, #14567b);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    opacity: 1;
    margin: 10px 0;
}

.solar-solution-intro h1 {
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.solar-solution-content {
  color: #7b7b7b;
  line-height: 2;
}

.solar-solution-content h2,
.solar-solution-content h3,
.solar-solution-content h4 {
  color: #36A9E1;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.solar-solution-content p {
  margin-bottom: 1.25rem;
}

.solar-solution-content ul,
.solar-solution-content ol {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}

.solar-solution-content li {
  margin-bottom: 0.4rem;
  font-size: 14px;
}

.solar-solution-content-intro p:first-child {
  font-size: 1.1rem;
  color: #8d8d8d;
  margin-bottom: 1.5rem;
}

.solar-solution-section-first,
.solar-solution-section-second,
.solar-solution-footer {
  border-top: 0;
  padding-top: 1.25rem;
}

.solar-solution-section,
.solar-solution-footer {
  margin-top: 0.5rem;
}

.solar-solution-image {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
}

.solar-solution-image-wide {
  min-height: 300px;
}

.solar-solution-content > *:last-child,
.solar-solution-footer > *:last-child {
  margin-bottom: 0;
}

.solar-solution-footer {
  margin-top: 2rem;
}

.solar-solution-footer-inner {
  max-width: 760px;
  margin: 0 auto;
  color: #8a8a8a;
  font-size: 0.96rem;
  line-height: 2;
}

.solar-solution-footer-inner p {
  margin-bottom: 0.8rem;
}

.product-package-detail {
  padding-bottom: 32px;
}

.product-package-section {
  margin-bottom: 20px;
}

.product-package-content > *:last-child {
  margin-bottom: 0;
}

.product-package-gallery-card {
  border-radius: 20px;
  overflow: hidden;
  background: #f5f7fb;
  box-shadow: 0 18px 40px rgba(15, 77, 112, 0.08);
}

.product-package-gallery-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

/* .product-package-page,
.product-package-detail-page {
  padding-bottom: 40px;
} */

.product-package-detail-page {
  padding-top: 8px;
}

.product-package-block .row {
  padding: 4rem 4rem 0 4rem;
}

.product-package-heading {
  margin-bottom: 34px;
}

.product-package-heading h1,
.product-package-heading h2 {
  font-weight: 600;
  color: #6eae2d;
  margin-bottom: 12px;
}

.product-package-heading-detail {
  margin-bottom: 0;
  flex: 1;
}

.product-package-heading-line {
    display: block;
    color: #95C11F;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to right, #93c022, #33a4db, #14567b);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    opacity: 1;
    margin: 10px 0;
}

.product-package-item-card {
  border: 1px solid #dfe8ef;
  background: #fff;
  min-height: 100%;
  position: relative;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  overflow: hidden;
}

.product-package-item-card-link {
  display: block;
  height: 100%;
  color: inherit;
}

.product-package-item-card-link:hover {
  color: inherit;
}

.product-package-item-card::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, #93c022, #33a4db, #14567b);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}

.product-package-item-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(15, 77, 112, 0.12);
}

.product-package-item-card:hover::after {
  transform: scaleX(1);
}

.product-package-item-image-wrap {
  aspect-ratio: 1.5 / 1;
  overflow: hidden;
  background: #edf3f7;
}

.product-package-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-package-item-body {
  padding: 14px 14px 18px;
}

.product-package-item-body h3 {
  line-height: 1.45;
  color: #0F4D70;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 2rem;
}

.product-package-item-phase {
  color: #0F4D70;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-package-item-link {
  color: #90b62f;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.product-package-item-link:hover {
  color: #0e5c83;
}

.product-package-custom-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  margin-top: 4rem;
}

.product-package-custom-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.product-package-custom-gallery .carousel {
  box-shadow: 0 18px 40px rgba(15, 77, 112, 0.1);
}

.product-package-custom-gallery .carousel-control-prev,
.product-package-custom-gallery .carousel-control-next {
  width: 50px;
  height: 50px;
  background: rgba(31, 42, 52, 0.75);
  top: 50%;
  transform: translateY(-50%);
  bottom: 14px;
  opacity: 1;
}

.product-package-custom-gallery .carousel-control-prev {
  left: 14px;
}

.product-package-custom-gallery .carousel-control-next {
  right: 14px;
}

.product-package-custom-footer {
  max-width: 705;
  margin: 4rem auto 0;
  text-align: center;
}

.product-package-detail-image-card {
  border: 1px solid #dfe8ef;
  background: #edf3f7;
  box-shadow: 0 18px 40px rgba(15, 77, 112, 0.08);
}

.product-package-detail-image {
  width: 100%;
  display: block;
}

.product-package-detail-copy h1 {
  color: #0F4D70;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.product-package-detail-price {
  color: #000;
  font-size: 2.95rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.product-package-detail-header {
  margin-bottom: 54px;
}

.product-package-detail-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.product-package-detail-back-link {
  color: #2a2a2a;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.2rem;
  margin-top: 0;
  white-space: nowrap;
}

.product-package-detail-back-link i {
  color: #93c022;
  font-size: 2rem;
  line-height: 1;
}

.product-package-detail-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 26px;
}

.product-package-detail-title {
  color: #14567b;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

.product-package-detail-copy {
  max-width: 920px;
  color: #6a6a6a;
  font-size: 1.2rem;
  line-height: 1.95;
}

.product-package-detail-copy ol,
.product-package-detail-copy ul {
  padding-left: 1.3rem;
}

.product-package-detail-copy li {
  margin-bottom: 0.25rem;
}

.floating-chat-widget {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.floating-chat-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
}

.floating-chat-label {
  position: relative;
  background: #f5f7fb;
  color: #31516f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  padding: 10px 22px;
  border-radius: 999px;
  text-align: center;
  margin-right: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  white-space: nowrap;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.16));
}

.floating-chat-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.16));
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-chat-icon svg {
  width: 33px;
  height: 33px;
}

.floating-chat-icon-facebook {
  background: #1d8df2;
}

.floating-chat-icon-line {
  background: #12d11b;
}

.floating-chat-item:hover .floating-chat-icon {
  transform: scale(1.06);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.floating-chat-item:hover .floating-chat-label {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mt-no-banner {
  margin-top: 10rem;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}


@media (max-width: 991px) {
  .mt-no-banner {
    margin-top: 7rem;
  }

  .solar-solution-intro h1 {
    font-size: 2.2rem;
  }

  .solar-solution-content h2,
  .solar-solution-content h3,
  .solar-solution-content h4 {
    font-size: 1.75rem;
  }

  .product-package-block .row {
    padding: 0;
  }

  .product-package-custom-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .solar-solution-topbar-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .solar-solution-back-link {
    font-size: 0.95rem;
  }

  .solar-solution-intro h1 {
    font-size: 1.8rem;
  }

  .solar-solution-content {
    line-height: 1.85;
  }

  .solar-solution-content h2,
  .solar-solution-content h3,
  .solar-solution-content h4 {
    font-size: 1.45rem;
  }

  .solar-solution-image-wide {
    min-height: 0;
  }

  .product-package-gallery-image {
    height: 260px;
  }

  .product-package-detail-header-row,
  .product-package-detail-title-row {
    flex-direction: column;
    gap: 20px;
  }

  .product-package-detail-title {
    font-size: 2.2rem;
  }

  .product-package-detail-price {
    font-size: 2.2rem;
  }

  .product-package-detail-back-link {
    font-size: 1rem;
  }

  .product-package-detail-copy {
    font-size: 1rem;
    line-height: 1.8;
  }

  .floating-chat-widget {
    right: 12px;
    bottom: 14px;
    gap: 8px;
  }

  .floating-chat-label {
    font-size: 0.9rem;
    padding: 12px 18px;
  }
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  color: #2c4964;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  padding: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #000;
}

@media (max-width: 1299px) {
  .navbar a, .navbar a:focus {
    font-size: 13px;
  }

  .navbar .dropdown .dropdown ul {
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .navbar a, .navbar a:focus {
    font-size: 10px;
  }
}

@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: #fff;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: grid;
  position: absolute;
  top: 55px;
  right: 15px;
  left: 0;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1977cc;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: unset;
}

.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: #1977cc;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.navbar-mobile .submenu-menu-item > a i {
  margin-left: auto;
}

@media (max-width: 991px) {
  .navbar .dropdown:hover>ul {
      padding: 1rem;
  }
}

@media (max-width: 768px) {
  .navbar {
      padding-top: .5rem;
      border-top: 1px solid #707070;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 900px;
  margin-bottom: -280px;
  position: relative;
  overflow: hidden;
}

#hero.page-other {
  margin-bottom: 0;
}

#myVideo,
.hero-lcp-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#myVideo {
  z-index: 1;
  opacity: 0;
}

#myVideo.is-loaded {
  opacity: 1;
}

.hero-lcp-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hero .container {
  position: relative;
  z-index: 3;
}

#hero h1 {
  margin: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 70px;
  color: #fff;
}

#hero h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero p {
  font-size: 18px;
}

.text-banner {
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
  text-align: center;
}

.text-banner2 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.bg-circle {
  bottom: -40%;
  width: 100vw;
  z-index: 2;
}

.bg-circle-banner-img {
  bottom: -20%;
  width: 100vw;
}

.bg-gray-circle {
  margin-top: 0;
}

@media (min-width: 992px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 1536px) {
  .bg-circle {
    bottom: -25%;
  }
}

@media (max-width: 1399px) {
  #hero h1 {
    font-size: 43px;
  }
}

@media (max-width: 1199px) {
  #hero {
    background-attachment: fixed;
    height: 780px;
  }

  .bg-circle {
    bottom: -30%;
  }

  .bg-circle-banner-img {
    bottom: -10%;
  }

  #hero .container {
    padding-bottom: 63px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
}

@media (max-width: 768px) {
}
@media (max-width: 767px) {
  .bg-circle {
    width: 100vw;
  }
}
@media (max-height: 600px) {
  #hero {
    height: 650px;
  }

  #hero .container {
    padding-bottom: 0;
  }

  .bg-circle {
    bottom: -60%;
  }
}

@media (max-width: 430px) {
  .bg-circle-banner-img {
    bottom: -5%;
  }
  
}

@media (max-width: 375px) {
  #hero h1 {
    font-size: 20px;
    line-height: 25px;
  }

  #hero p {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 70px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f7fd;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1977cc;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

.section-bottom {
  padding-bottom: 100px;
}

@media (max-height: 991px) {
  section {
    padding: 50px 0;
  }

  .section-bottom {
    padding-bottom: 40px;
  }
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  position: relative;
  z-index: 2;
  margin-top: 80px;
  padding-top: 0;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  width: 95%;
  height: 100%;
  cursor: pointer;
  padding: 20px 35px 30px 35px;
  margin: auto;

}

.why-us .icon-boxes .icon-box:hover.border-gradient {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 10px;
}

.why-us .icon-boxes .icon-box:hover.border-gradient-green {
  border-image-source: linear-gradient(to right, #93c022, #33a4db, #14567b );
}

.why-us .icon-boxes .icon-box:hover.only-bottom {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.why-us .icon-boxes .icon-box:hover {
  position: relative;
  bottom: 0;
}

home-capacity-calculator {
  background: #fff;
}

.home-capacity-calculator-form {
  display: block;
}

.home-capacity-calculator-heading {
  margin-bottom: 2.8rem;
  margin-top: 2.8rem;
}

.home-capacity-alert {
  border: 0;
  border-radius: 16px;
  margin: 0 auto 2rem;
  max-width: 720px;
  text-align: center;
}

.home-capacity-result {
  margin-top: 3rem;
  text-align: center;
}

.home-capacity-result-phase-switch {
  align-items: center;
  background: #a5bfd0;
  border-radius: 999px;
  display: inline-flex;
  margin-bottom: 2rem;
  padding: 3px;
}

.home-capacity-phase-button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
  min-width: 92px;
  padding: 0.45rem 0.9rem;
}

.home-capacity-phase-button.active {
  background: #0F4D70;
}

.home-capacity-result-image-wrap {
  margin-bottom: 2rem;
}

.home-capacity-result-image {
  max-width: 360px;
  width: 100%;
}

.home-capacity-result-card {
  margin: 0 auto;
  max-width: 520px;
}

.home-capacity-contact-card {
  margin: 0 auto;
  max-width: 475px;
  text-align: left;
}

.home-capacity-contact-title {
  color: #0F4D70;
  font-size: 1.85rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 1.75rem;
  text-align: center;
}

.home-capacity-contact-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.home-capacity-contact-item {
  align-items: center;
  display: flex;
  gap: 1rem;
  width: 405px;
}

.home-capacity-contact-icon {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 1.5rem;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.home-capacity-contact-icon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.home-capacity-contact-icon.line,
.home-capacity-contact-icon.phone {
  background: #57c84d;
}

.home-capacity-contact-icon.facebook,
.home-capacity-contact-icon.email {
  background: #3b82c4;
}

.home-capacity-contact-label {
  color: #6b7480;
  font-size: 1rem;
  line-height: 1.6;
  word-break: break-word;
}

.home-capacity-contact-link {
  color: #6b7480;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.6;
  text-decoration: none;
  word-break: break-word;
}

.home-capacity-contact-link:hover {
  color: #0F4D70;
  text-decoration: underline;
}

.home-capacity-simple-message {
  color: #0F4D70;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 auto;
  max-width: 520px;
}

.home-capacity-result-row {
  align-items: stretch;
  display: grid;
  grid-template-columns: 165px 1fr;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.home-capacity-result-label {
  color: #36A9E1;
  font-size: 1.05rem;
  font-weight: 600;
  padding-top: 0.85rem;
  text-align: left;
}

.home-capacity-result-value {
  background: #fff;
  border: 1px solid #e5eaee;
  box-shadow: 0 8px 20px rgba(15, 77, 112, 0.05);
  color: #7d8692;
  font-size: 0.98rem;
  min-height: 52px;
  padding: 0.85rem 1rem;
  text-align: left;
}

.home-capacity-result-note {
  color: #9a9a9a;
  font-size: 0.95rem;
  margin: 1.4rem auto 0.8rem;
  max-width: 420px;
}

.home-capacity-result-link {
  color: #0F4D70;
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
}

.home-capacity-result-link:hover {
  color: #36A9E1;
}

.home-capacity-disclaimer {
  align-items: flex-start;
  color: #8c9097;
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  margin: 1.8rem auto 1.4rem;
  max-width: 760px;
}

.home-capacity-disclaimer-text-wrap {
  max-width: 640px;
}

.home-capacity-disclaimer-text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  line-height: 1.75;
  margin: 0;
  overflow: hidden;
  text-align: center;
}

.home-capacity-disclaimer-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #8c9097;
  display: inline-flex;
  font-size: 1rem;
  justify-content: center;
  line-height: 1;
  margin-top: 0.15rem;
  padding: 0;
}

.home-capacity-disclaimer.is-expanded .home-capacity-disclaimer-text {
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}

.home-capacity-disclaimer.is-expanded .home-capacity-disclaimer-toggle i {
  transform: rotate(180deg);
}

.home-capacity-disclaimer-toggle i {
  transition: transform 0.2s ease;
}

.home-capacity-banner {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  margin-top: 2rem;
}

.home-capacity-banner-swiper {
  padding-bottom: 2.1rem;
  width: 100%;
}

.home-capacity-banner-swiper .swiper-slide {
  align-items: center;
  display: flex;
  justify-content: center;
}

.home-capacity-banner-image {
  display: block;
  margin: auto;
  width: 60%;
}

.home-capacity-banner-pagination {
  bottom: 0 !important;
}

.home-capacity-banner-pagination .swiper-pagination-bullet {
  background: #a5bfd0;
  height: 9px;
  opacity: 1;
  width: 9px;
}

.home-capacity-banner-pagination .swiper-pagination-bullet-active {
  background: #0F4D70;
  width: 22px;
  border-radius: 999px;
}

.home-capacity-banner-swiper .swiper-notification {
  display: none;
}

.home-capacity-banner > .home-capacity-banner-image {
  margin: auto;
}

.home-capacity-banner-copy p {
  color: #0F4D70;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}

.home-capacity-banner-link {
  background: #0F4D70;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.8rem 1.25rem;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.home-capacity-banner-link:hover {
  background: #36A9E1;
  color: #fff;
  transform: translateY(-1px);
}

.home-capacity-calculate-button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
  transform: none;
}

.home-capacity-calculator-heading h2 {
  color: #0F4D70;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.home-capacity-calculator-heading p {
  margin: 0 auto;
  max-width: 50%;
}

.home-capacity-calculator-grid {
  align-items: stretch;
}

.home-capacity-calculator-card {
  border-right: 1px solid rgba(15, 77, 112, 0.18);
  height: 100%;
  padding: 0 2.2rem;
}

.home-capacity-calculator-grid > div:first-child .home-capacity-calculator-card {
  padding-left: 0;
}

.home-capacity-calculator-grid > div:last-child .home-capacity-calculator-card {
  border-right: 0;
  padding-right: 0;
  text-align: center;
}

.home-capacity-calculator-card h3 {
  color: #0F4D70;
  font-size: 1.45rem;
  font-weight: 600;
  margin-bottom: 1.4rem;
}

.home-capacity-site-options {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.home-capacity-site-option {
  align-items: center;
  color: #646464;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  gap: 0.75rem;
  margin: 0;
}

.home-capacity-site-option input {
  margin: 0;
  height: 20px;
  width: 20px;
}

.home-capacity-site-icon {
  display: inline-block;
  height: 30px;
  position: relative;
  width: 30px;
}

.home-capacity-period-visual {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.home-capacity-period-slider-wrap {
  flex: 1;
  position: relative;
}

.home-capacity-period-side {
  align-items: center;
  color: #646464;
  display: flex;
  font-size: 0.95rem;
  gap: 0.55rem;
}

.home-capacity-period-side-end {
  justify-content: flex-end;
}

.home-capacity-period-badge {
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  height: 35px;
  position: relative;
  width: 35px;
}

.home-capacity-period-slider {
  --day-usage: 50%;
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(to right, #36A9E1 0%, #36A9E1 var(--day-usage), #dbe6ec var(--day-usage), #dbe6ec 100%);
  border-radius: 999px;
  flex: 1;
  height: 6px;
  outline: none;
  width: 100%;
}

.home-capacity-period-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #36A9E1;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 6px 14px rgba(54, 169, 225, 0.28);
  cursor: pointer;
  height: 18px;
  width: 18px;
}

.home-capacity-period-slider::-moz-range-thumb {
  background: #36A9E1;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 6px 14px rgba(54, 169, 225, 0.28);
  cursor: pointer;
  height: 18px;
  width: 18px;
}

.home-capacity-period-slider::-moz-range-track {
  background: #dbe6ec;
  border-radius: 999px;
  height: 6px;
}

.home-capacity-period-values {
  margin-top: 1.5rem;
  text-align: center;
}

.home-capacity-period-values p {
  color: #646464;
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
}

.home-capacity-cost-input {
  background: #fff;
  border: 1px solid rgba(15, 77, 112, 0.25);
  border-radius: 999px;
  color: #848484;
  display: block;
  font-size: 1.05rem;
  margin-bottom: 1rem;
  min-height: 52px;
  padding: 0.75rem 1.25rem;
  text-align: center;
  width: 70%;
  margin: 1rem auto 1.5rem auto;
}

.home-capacity-cost-input:focus {
  border-color: #36A9E1;
  box-shadow: 0 0 0 0.2rem rgba(54, 169, 225, 0.12);
  outline: none;
}

.home-capacity-calculate-button {
  background: #95C11F;
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  min-width: 150px;
  padding: 0.8rem 1.4rem;
  transition: background 0.2s ease, transform 0.2s ease;
}

.home-capacity-calculate-button:hover {
  background: #0F4D70;
  transform: translateY(-1px);
}



.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 30px 0;
  color: #2c4964;
}

.why-us .icon-boxes .icon-box p {
  font-size: 14px;
  color: #848484;
}

.why-us .icon-boxes .icon-box .learn-more {
  font-size: 14px;
  color: #95C11F;
  text-decoration: underline;
  font-weight: 500;
}

.why-us .icon-boxes .icon-box:hover .learn-more{
  color: #2c4964;
}

.icon-banner {
  width: 50px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 991px) {
  .why-us .icon-boxes .icon-box h4 {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
}

@media (max-width: 991px) {
  .why-us {
    margin-top: 0;
    padding-top: 50px;
  }
}

@media (max-width: 1399px) {
  .why-us .icon-boxes .icon-box {
    width: 100%;
    padding: 20px 20px 30px 20px;
  }

  .home-capacity-calculator-panel {
    padding: 3rem 2.5rem;
  }

  .home-capacity-calculator-card {
    padding: 0 1.6rem;
  }
}



@media (max-width: 991px) {
  .home-capacity-banner-image {
    width: 100%;
  }

  .home-capacity-calculator-heading p {
    max-width: 100%;
  }

  .home-capacity-calculator-card h3 {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  position: relative;
}

.about h2 {
  color: #0F4D70;
  margin-bottom: 1.5rem;
}

.about h5 {
  color: #fff;
  font-weight: 500;
}

.about a.link-about {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
}

.about .bg-left {
  background: url("/images/bg/modern-futuristic-aesthetic-black-solar-panels-large-photovoltaic-power-station-with-wind-turbines-background-nice-sunny-afternoon-weather-with-partial-cloudy-blue-sky-3d-rendering.png");
  background-position: center;
  background-size: cover;
  height: 400px;
  position: relative;
}

.about .bg-right {
  background: url("/images/bg/3d-house-with-solar-pannels.png");
  background-position: center;
  background-size: cover;
  height: 400px;
  position: relative;
}

.about .bg-left::before, .about .bg-right::before{
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
}

.about .short-green {
  margin: 2rem auto 3.5rem auto;
  width: 40px;
  opacity: 1;
  border-top: 6px solid #95C11F;
}

.about .content {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.about .logo {
  position: relative;
  width: 150px;
  z-index: 1;
  top: unset;
  left: unset;
  transform: unset;
  text-align: unset;
}

.about .side-menu li a {
  font-size: 22px;
  font-weight: 600;
  color: #0F4D70;
  width: fit-content;
  display: block;
}

.about .side-menu li a.active, .about .side-menu li a:hover {
  color: #95C11F;
}

.about .side-menu li a.active hr{
  display: block;
  color: #95C11F;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to right, #93c022, #33a4db, #14567b );
  border-left: 0;
  border-right: 0;
  border-top: 0;
  opacity: 1;
  margin: 10px 0;
}

.about .side-menu li a hr{
  display: none;
}

.about .side-menu li {
  margin-bottom: 2rem;
  list-style: none;
}

.about .vision, .about .mission {
  background: transparent linear-gradient(179deg, #cbe093 20%, #9dd4ef 60%, #8fb1c3 100%) 0% 0% no-repeat padding-box;
  padding: 2rem 2rem 4rem 2rem;
  height: 100%;
  width: 95%;
}

.about .vision h5, .about .mission h5 {
  font-weight: 600;
  color: #0F4D70;
  margin-top: auto;
}

.about .icon {
  width: 90px;
}

#tabBoard {
  border-bottom: unset;
}

#tabBoard .nav-link {
  font-size: 22px;
  color: #0F4D70;
  font-weight: 600;
  border: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  padding: 0;
}

#tabBoard .nav-item {
  padding: 0 40px;
  border-right: 1.5px solid #848484;
}

#tabBoard .nav-item:first-child {
  padding: 0 40px 0 0;
}

#tabBoard .nav-item:last-child {
  border-right: unset;
}

#tabBoard .nav-link.active {
  color: #95C11F;
}

#tabBoard {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to right, #93c022, #33a4db, #14567b );
  border-left: 0;
  border-right: 0;
  border-top: 0;
  width: max-content;
  padding-bottom: 1rem;
}

.tab-content {
  margin-top: 3rem;
}

#tabPosition {
  border-bottom: unset;
}

#tabPosition .nav-link {
  font-size: 14px;
  color: #36A9E1;
  font-weight: 400;
  border: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  padding: 0;
 
}

#tabPosition .nav-link .btn-nav {
  width: min-content;
  height: 100%;
  margin: auto 0;
  border: unset;
  background: unset;
  color: #36A9E1;
}

#tabPosition .nav-item {
  padding: 0 20px;
  position: relative;
}

#tabPosition .nav-item:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  height: 95%;
  margin-top: auto;
  margin-bottom: auto;
  border-right: 1.5px solid #848484;
}

#tabPosition .nav-item:first-child {
  padding: 0 20px 0 0;
}

#tabPosition .nav-item:last-child:after  {
  border-right: unset;
}

#tabPosition .nav-link.active .btn-nav{
  color: #95C11F;
}

#tabPosition .nav-link.active {
  border-bottom: 5px solid #95C11F;
  margin-bottom: -5px;
}

#tabPosition {
  width: max-content;
  padding-bottom: 1rem;
}

.employe h5 {
  color: #0F4D70;
  font-size: 18px;
}

.employe p {
  color: #36A9E1;
}

.certificate img {
  height: 220px;
  object-fit: cover;
}

.certificate .item {
  position: relative;
  text-align: center;
}

.certificate a {
  position: absolute;
  bottom: 0;
  color: #95C11F;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  transform: translate(-50%, 1rem);
  text-align: center;
}

.certificate a:hover {
  color: #0F4D70;
}

.certificate p {
  color: #0F4D70;
  margin-bottom: 2rem;
}

.responsive-overflow {
  width: 102%;
  overflow-x: auto;
}

/* width */
.responsive-overflow::-webkit-scrollbar {
  height: 7px;
}

/* Track */
.responsive-overflow::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.responsive-overflow::-webkit-scrollbar-thumb {
  background: #f2edede3; 
}

/* Handle on hover */
.responsive-overflow::-webkit-scrollbar-thumb:hover {
  background: #0F4D70; 

}

@media (max-width: 1368px) {
  .home-capacity-calculator-card h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 1299px) {
  .certificate img {
    height: 180px;
  }
  .responsive-overflow {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .about .side-menu li a {
    font-size: 18px;
  }

  #tabBoard .nav-link {
    font-size: 18px;
    height: 100%;
    margin: auto;
  }

  #tabBoard .nav-item {
    padding: 0 20px;
  }

  #tabBoard .nav-item:first-child {
    padding: 0 20px 0 0;
  }

  #tabPosition .nav-item:first-child {
    padding: 0 20px 0 0;
  }

  #tabPosition .nav-item {
      padding: 0 20px;
  }

  .certificate img {
    height: 160px;
  }
}

@media (max-width: 991px) {
  .home-capacity-calculator {
    padding-bottom: 3rem;
  }

  .home-capacity-calculator-panel {
    border-radius: 24px;
    padding: 2.5rem 2rem;
  }

  .home-capacity-calculator-card {
    border-right: 0;
    border-bottom: unset;
    padding: 0 0 1.75rem;
    margin-bottom: 1.75rem;
  }

  .home-capacity-calculator-grid > div:last-child .home-capacity-calculator-card {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .about .side-menu li a {
    font-size: 14px;
  }

  .about .side-menu li {
    margin-bottom: 1rem;
  }

  #tabBoard .nav-link {
    font-size: 14px;
    width: min-content;
  }

  .employe h5 {
    font-size: 14px;
  }

  .employe p {
    font-size: 12px;
  }

  #tabPosition .nav-link .btn-nav {
    font-size: 12px;
  }

  .responsive-overflow {
    width: 530px;
    overflow-x: auto;
  }

  .tab-content {
    margin-top: 2rem;
  }

  .about .vision, .about .mission {
    width: 100%;
  }

}

@media (max-width: 768px) {
  .about .logo {
    left: 0;
  }
}

@media (max-width: 767px) {
  .home-capacity-calculator-panel {
    border-radius: 18px;
    padding: 2rem 1.25rem;
  }

  .home-capacity-calculator-heading {
    margin-bottom: 2rem;
  }

  .home-capacity-calculator-card h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .home-capacity-result-row {
    grid-template-columns: 1fr;
    gap: 0.45rem;
    margin-bottom: 1rem;
  }

  .home-capacity-result-label,
  .home-capacity-result-value {
    text-align: center;
  }

  .home-capacity-contact-title {
    font-size: 1.45rem;
  }

  .home-capacity-simple-message {
    font-size: 1.5rem;
  }

  .home-capacity-contact-item {
    align-items: flex-start;
    gap: 0.85rem;
  }

  .home-capacity-result-image {
    max-width: 280px;
  }

  .home-capacity-disclaimer {
    gap: 0.4rem;
    max-width: 100%;
  }

  .home-capacity-disclaimer-text {
    font-size: 0.88rem;
  }

  .home-capacity-banner {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-capacity-period-visual {
    gap: 0.65rem;
  }

  .home-capacity-period-side {
    font-size: 0.85rem;
    gap: 0.35rem;
  }

  .home-capacity-period-badge {
    height: 18px;
    width: 18px;
  }

  .about .side-menu{
    display: flex;
    padding-left: 0;
    border-bottom: 2px solid #95C11F;
    margin-bottom: 2rem;
  }

  .about .side-menu li {
    text-align: center;
  }

  .about .side-menu li a.active {
    color: #95C11F;
    border: 0 solid;
    border-image-slice: 0;
    border-width: 0;
    border-image-source: unset;
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }

  .certificate img {
    height: 150px;
  }

  .certificate p , .certificate a {
    font-size: 12px;
  }

  .certificate p {
    margin-bottom: 1rem;
  }

  .certificate a {
    transform: translate(-50%, 10px);
  }
  
}

@media (max-width: 430px) {
  .home-capacity-period-visual {
    flex-wrap: wrap;
  }

  .home-capacity-period-slider {
    order: 3;
    width: 100%;
    flex: 0 0 100%;
  }

  .about .side-menu {
    width: 400px;
    overflow-x: auto;
  }

  .about .side-menu li a {
    width: max-content;
    display: block;
    padding: 0 10px;
  }

  .responsive-overflow {
    width: 400px;
    overflow-x: auto;
  }
  .certificate img {
    height: 115px;
  }
}

@media (max-width: 390px) {
  .responsive-overflow {
    width: 360px;
    overflow-x: auto;
  }

  .certificate img {
    height: 100px;
  }
}

@media (max-width: 375px) {
  .responsive-overflow {
    width: 345px;
    overflow-x: auto;
  }
}

@media (max-width: 320px) {
  .responsive-overflow {
    width: 290px;
    overflow-x: auto;
  }
  .certificate p, .certificate a {
    font-size: 10px;
  }
  .certificate img {
    height: 80px;
  }
  .certificate p, .certificate a {
    font-size: 9px;
  }
}

/*--------------------------------------------------------------
# Group Companies
--------------------------------------------------------------*/

.companies img {
  width: 80px;
  height: auto;
}

#tabPosition .nav-item.group_companies {
  padding: 0 10px;
}

@media (max-width: 1199px) {
  .companies img {
    width: 60px;
  }
}

@media (max-width: 991px) {
  .companies img {
    width: 40px;
  }
}

@media (max-width: 767px) {
  .companies img {
    width: 70px;
  }
}


/*--------------------------------------------------------------
# Reference Projects
--------------------------------------------------------------*/

.border-bottom-gradient {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to right, #93c022, #33a4db, #14567b);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  width: auto;
}

.border-bottom-gradient #tabBoard {
  border: unset;
}

.title-projects {
  font-size: 20px;
  font-weight: 600;
}

.image-projects {
  position: relative;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}

.middle .vision {
  width: 100%;
}

.image-projects:hover .image {
  opacity: 0.3;
}

.image-projects:hover .middle {
  opacity: 1;
}

.detail-icon {
  padding: 0 10px;
  margin: 2rem 0;
}

.detail-icon p {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  width: auto;
  text-align: center;
}

.detail-icon img{
  height: 60px;
  width: auto;
}

.megawatt {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.icon-show {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.icon-show svg{
  width: 71px;
}

.icon-show svg .icon-svg1 {
  fill: #0f4d70;
}

.icon-show svg .icon-svg2 {
  fill: #fff;
}

.image-projects:hover .icon-show svg .icon-svg1 {
  fill: #95C11F;
}

.image-projects:hover .icon-show svg .icon-svg2 {
  fill: #fff;
}

.image-projects:hover .icon-show svg{
  transform: rotate(180deg);
}

.reference-remark {
  padding: 2rem 0 1rem;
}

.reference-remark h4 {
  color: #0F4D70;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 1.5rem;
}

.reference-remark-body {
  max-width: 1040px;
  margin: 0 auto;
  color: #6f6f6f;
  font-size: 16px;
  line-height: 2;
  text-align: left;
}

.m-detail {
  margin: 4rem 0;
}

.mb-relate {
  margin-bottom: 4rem !important;
}

.relate-height {
  height: 100%;
}

.owl-arrow-width {
  width: 35px;
}

#banner .owl-arrow-width {
  width: 20px;
}

.m-owl-carousel {
  margin: 0 50px;
}

.owl-nav button{
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}

.owl-prev {
  left: -60px;
}

.owl-next {
  right: -60px;
}

#banner .owl-nav button{
  position: absolute;
  top: 45%;
  transform: translate(0,-45%);
}

#banner .owl-prev {
  left: 10px;
}

#banner .owl-next {
  right: 10px;
}

@media (max-width: 1199px) {
  .icon-show svg {
    width: 50px;
  }

  .detail-icon img {
    height: 40px;
    width: auto;
  }

  .detail-icon {
    margin: 1.5rem 0;
  }
}

@media (max-width: 991px) {
  .detail-icon img {
    height: 30px;
  }

  .detail-icon {
    margin: 0.5rem 0;
  }

  .icon-show svg {
    width: 40px;
  }
}

@media (max-width: 757px) {
  .icon-show svg {
    width: 50px;
  }

  .detail-icon img {
    height: 45px;
  }

  .detail-icon p {
    font-size: 16px;
  }

  .mt-no-banner {
    margin-top: 7rem;
  }

  .megawatt {
    font-size: 14px;
  }

}

@media (max-width: 430px) {
  .icon-show svg {
    width: 40px;
  }

  .detail-icon img {
    height: 40px;
  }

  .megawatt {
    font-size: 12px;
  }
}

@media (max-width: 390px) {
  .detail-icon img {
    height: 30px;
  }

  .detail-icon p {
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .detail-icon p {
    font-size: 13px;
  }
}

@media (max-width: 320px) {
  .detail-icon p {
    font-size: 7px;
  }

  .detail-icon img {
    height: 25px;
  }

  .icon-show svg {
    width: 30px;
  }
}

/*--------------------------------------------------------------
# News and Activities
--------------------------------------------------------------*/

.news-detail {
  margin-top: 3rem;
}

.news-detail h1 {
  font-size: 2rem;
  color: #0F4D70;
  font-weight: 700;
  margin-bottom: 2rem;
}

.news-detail .date {
  color: #000;
  margin-bottom: 1.5rem;
}

.news-back a{
  color: #000;
}

.news-back svg {
  width: 35px;
  margin-right: 1rem;
}

.news-card-link {
  display: block;
  color: inherit;
}

.news-card-link:hover {
  color: inherit;
}

.news-card {
  background: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0 10px 28px rgba(15, 77, 112, 0.08);
  height: 100%;
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 36px rgba(15, 77, 112, 0.14);
}

.news-card-image-wrap {
  aspect-ratio: 1.22 / 1;
  background: linear-gradient(135deg, #f5f8fb 0%, #e7eef4 100%);
  overflow: hidden;
}

.news-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-card-body {
  padding: 1.5rem 1.5rem 1.75rem;
}

.news-card-date {
  font-size: 14px;
  color: #1a1a1a;
  margin-bottom: 0.8rem !important;
}

.news-card-title {
  color: #0F4D70 !important;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 0;
}

.news-detail-cover {
  margin-bottom: 2rem;
}

.news-detail-cover-image {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}

/*--------------------------------------------------------------
# The of Tomorrow
--------------------------------------------------------------*/

.the-light {
  background: transparent linear-gradient(179deg, #bcddb2 0%, #9dd6f0 39%, #0F4D7000 100%) 0% 0% no-repeat padding-box;
  padding-top: 8rem;
}

.the-light h2 {
  color: #0F4D70;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
}

.the-light h2 span {
  background: -webkit-linear-gradient(left, #93c022, #33a4db, #14567b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.the-light p {
  font-size: 18px;
  color: #000;
  margin-bottom: 4rem;
}

/*--------------------------------------------------------------
# Partners
--------------------------------------------------------------*/
.partners h2 {
  color: #0F4D70;
  margin-bottom: 3rem;
}

/*--------------------------------------------------------------
# Highlight
--------------------------------------------------------------*/
.highlight {
  position: relative;
  z-index: 1;
}

.highlight h2 {
  color: #0F4D70;
  margin-bottom: 6rem;
}

.highlight .date {
  font-size: 14px;
  color: #000;
  margin-bottom: 3rem;
}

.highlight h5 {
  font-weight: 600;
  color: #0F4D70;
}

.highlight .highlight-boxes {
  margin-bottom: 4rem;
  padding: 0 6rem;
}

.highlight .news-card-title {
  font-size: 1.5rem;
}

.highlight .news-card-date {
  font-size: 1rem;
}

@media (max-width: 1199px) {
  .highlight .highlight-boxes {
    padding: 0 4rem;
  }
}


@media (max-width: 991px) {
  .highlight .date {
    margin-bottom: 2rem;
  }

  .highlight h2 {
    margin-bottom: 3rem;
  }

  .highlight .highlight-boxes {
    padding: 0;
  }

  .highlight .news-card-title {
    font-size: 1.35rem;
  }
}

@media (max-width: 767px) {
  .news-card-body {
    padding: 1.1rem 1.1rem 1.35rem;
  }

  .news-card-title {
    font-size: 1rem;
  }

  .news-detail-cover {
    margin-bottom: 1.5rem;
  }
}

/*--------------------------------------------------------------
# Home Media
--------------------------------------------------------------*/
.home-media {
  background: #fff;
  padding: 4rem 0 5rem;
  position: relative;
  overflow: hidden;
}


.home-media::after {
  right: -2vw;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.home-media h2 {
  color: #0F4D70;
  margin-bottom: 3rem;
}

.home-media-grid {
  margin-bottom: 2.5rem;
}

.home-media-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 77, 112, 0.12);
}

.home-media-thumb-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #dfe7ef;
}

.home-media-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-media-iframe,
.home-media-link,
.home-media-play {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-media-iframe {
  border: 0;
  display: block;
  background: #000;
}

.home-media-play {
  border: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  background: #000;
}

.home-media-play::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 77, 112, 0.05), rgba(15, 77, 112, 0.28));
  transition: background 0.2s ease;
}

.home-media-play:hover::after,
.home-media-play:focus-visible::after {
  background: linear-gradient(180deg, rgba(15, 77, 112, 0), rgba(15, 77, 112, 0.18));
}

.home-media-play:focus-visible {
  outline: 3px solid #36A9E1;
  outline-offset: 3px;
}

.home-media-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(15, 77, 112, 0.88);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, background 0.2s ease;
}

.home-media-play-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 0.75rem solid transparent;
  border-bottom: 0.75rem solid transparent;
  border-left: 1.1rem solid #fff;
  transform: translate(-36%, -50%);
}

.home-media-play:hover .home-media-play-icon,
.home-media-play:focus-visible .home-media-play-icon {
  transform: translate(-50%, -50%) scale(1.06);
  background: #36A9E1;
}

.home-media-link {
  display: block;
}

@media (max-width: 991px) {
  .home-media {
    padding: 3rem 0 4rem;
  }

  .home-media h2 {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {

}

/*--------------------------------------------------------------
# Get in Touch
--------------------------------------------------------------*/
.get-in-touch {
background: #F4F4F4;
}

.get-in-touch h2 {
  color: #0F4D70;
  margin-bottom: 3rem;
}

.get-in-touch .text-address a,.get-in-touch .text-address{
  color: #000;
  font-size: 14px;
  margin-right: 4rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.get-in-touch .text-contact a,.get-in-touch .text-contact{
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.get-in-touch .social-icon {
  margin-bottom: 1.5rem;
}

.pe-contact-us {
  padding-right: 12rem;
}

@media (max-width: 1299px) { 
  .pe-contact-us {
    padding-right: 6rem;
  }
}

@media (max-width: 1199px) { 
  .pe-contact-us {
    padding-right: 0;
  }
}

@media (max-width: 991px) { 
  .get-in-touch .text-address a,.get-in-touch .text-address{
    margin-right: 1rem;
  }
}

@media (max-width: 768px) { 
  .get-in-touch .text-address a,.get-in-touch .text-address{
    font-size: 13px;
  }
  
  .get-in-touch .text-contact a,.get-in-touch .text-contact{
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #fff;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: transparent linear-gradient(90deg, #bedf64 0%, #5cb8e6 40%, #09476a 100%);
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

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

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1c84e3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #1977cc;
}

.footer-links {
  padding-left: 4rem;
}

.footer-contact:first-child {
  border-left: unset;
  border-right: unset;
  padding-right: 4rem;

}

.footer-contact .me-social:last-child {
  margin-right: 0;
}

.footer-contact {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1977cc;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #1c84e3;
  color: #fff;
  text-decoration: none;
}

#footer .logo {
  padding: 2.5rem 0;
  margin: auto;
  position: unset;
  transform: unset;
}

#footer .footer-logo {
  background: #fff;
  border-top: 1px solid #F4F4F4;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}

#footer .media-body {
  -ms-flex: 1;
  flex: 1;
  margin: auto;
  color: #fff;
  padding-left: 5px;
}

#footer .media-body a {
  color: #fff;
}

.copyright {
  color: #000;
}

.line-footer {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #fff;
  opacity: .25;
}

.footer-menu {
  margin-left: 10rem;
}

.footer-menu a {
  color: #fff;
}

.footer-menu a:hover {
  color: #0F4D70;
}

#footer .footer-contact {
  padding-left: 4rem;
}

@media (max-width: 1299px) { 
  #footer .footer-contact {
    padding-left: 3rem;
  }

  .footer-contact:first-child {
    padding-right: 3rem;
  }

  .footer-links {
    padding-left: 3rem;
  }

  .footer-menu {
    margin-left: 6rem;
  }
}

@media (max-width: 1199px) { 
  .footer-menu {
    margin-left: 2rem;
  }
}

@media (max-width: 991px) { 
  #footer .footer-contact {
    padding-left: 0.75rem;
    border: unset;
  }
  .footer-contact:first-child {
    padding-right: 3rem;
    border: unset;
  }
  .footer-links {
    padding-left: unset;
  }
  .footer-menu {
    margin-left: 0;
  }
}

@media (max-width: 768px) { 
  #footer .logo {
    position: unset;
  }
}

@media (max-width: 430px) { 
  .copyright {
    font-size: 10px;
  }

  #footer .media-body {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.custom1.pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 4rem;
  justify-content: center;
}

.custom1 .btn {
  border: 1px solid #0F4D70;
  height: 48px;
  width: 50px;
  border-radius: 0;
  background: none;
  cursor: pointer;
}

.custom1 .btn-icon {
  width: 24px;
  height: 24px;
  stroke: #0F4D70;
  margin-top: 5px;
}

.custom1 .btn:hover {
  background-color: #0F4D70;
}

.custom1 .btn:hover .btn-icon {
  stroke: #fff;
}

.custom1 .page-link:link,
.custom1 .page-link:visited {
  text-decoration: none;
  color: #0F4D70;
  font-size: 18px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
}

.custom1 .page-link:hover,
.custom1 .page-link:active,
.custom1 .page-link.page-link--current {
  background-color: #0F4D70;
  color: #fff;
}

.custom1 .dots {
  color: #868e96;
}

/*--------------------------------------------------------------
# Sustainability
--------------------------------------------------------------*/

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
}

.grid-item {
  text-align: center;
  position: relative;
}

.grid-item::before {
  background-color: rgba(0, 0, 0, 0.55);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
}

.grid-item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.grid-item .content img {
  width: 90px;
  margin-bottom: 2rem;
}

.grid-item .content p {
  color: #fff;
}

.list-download {
  padding-left: 0;
}

.list-download a {
  color: #95C11F;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.list-download .title {
  color: #36A9E1;
  font-weight: 600;
}

.list-download li {
  border-bottom: 1px solid #0000007C;
  margin-top: 1rem;
}

@media (max-width: 991px) { 
  .grid-item .content img {
    width: 55px;
    margin-bottom: 1rem;
  }

  .grid-item .content h5 {
    font-size: 16px;
  }

  .grid-item .content p {
    font-size: 12px;
  }
}

@media (max-width: 430px) { 
  .grid-item .content img {
    width: 35px;
    margin-bottom: 10px;
  }

  .grid-item .content h5 {
    font-size: 14px;
  }

  .grid-item .content p {
    font-size: 10px;
  }
}

@media (max-width: 320px) { 
  .grid-item .content {
    top: 20px;
    transform: translate(-50%, 0);
    padding: 0px 5px;
  }
}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services {
  margin: 4rem 0;
}

.services h1,.services h2 {
  font-size: 2rem;
  color: #0F4D70;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.services.section2 h1,.services.section2 h2 {
  font-size: 2rem;
  color: #36A9E1;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.services h5 {
  font-size: 18px;
  color: #95C11F;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
}

.hr-gradient {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 10px;
  border-image-source: linear-gradient(to right, #93c022, #33a4db, #14567b);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  width: 70%;
  margin-top: 0;
  margin-bottom: 1.5rem;
  opacity: .5;
}

#tabBoard .nav-link.btn-services {
  width: max-content;
}

.omm-bg {
  background: transparent linear-gradient(179deg, #cbe093 20%, #9dd4ef 60%, #8fb1c3 100%) 0% 0% no-repeat padding-box;
  padding: 3rem;
  height: 100%;
  text-align: center;
}

.omm-item .detail {
  width: 80%;
  margin: auto;
}

.omm-item .detail h5{
  font-size: 18px;
  color: #95C11F;
  font-weight: 600;
  margin: 1.5rem 0;
}

.omm-menu-directory {
  margin-top: 5rem;
}

.omm-menu-heading {
  margin-bottom: 2rem;
}

.omm-menu-heading h3 {
  color: #0F4D70;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.omm-menu-line {
    display: block;
    color: #95C11F;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to right, #93c022, #33a4db, #14567b);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    opacity: 1;
    margin: 10px 0 4rem 0;
}

.omm-menu-card {
  position: relative;
  height: 100%;
  background: #fff;
  border: 1px solid #e7e7e7;
  box-shadow: 0 10px 24px rgba(15, 77, 112, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.omm-menu-card-link {
  display: block;
  color: inherit;
  height: 100%;
  transition: transform 0.3s ease;
}

.omm-menu-card-link:hover {
  color: inherit;
}

.omm-menu-card-image-wrap {
  aspect-ratio: 1.32 / 1;
  overflow: hidden;
  background: #f2f5f7;
}

.omm-menu-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.omm-menu-card-body {
  position: relative;
  padding: 1.5rem 1.4rem 1.75rem;
  background: #fff;
}

.omm-menu-card-body::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: linear-gradient(to right, #93c022, #33a4db, #14567b);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.omm-menu-card-body h4 {
  color: #0F4D70;
  font-weight: 600;
  margin-bottom: 0.6rem;
  transition: color 0.3s ease;
}

.omm-menu-card-price {
  color: #36A9E1;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.omm-menu-card-detail {
  color: #7b7b7b;
  font-size: 0.95rem;
  line-height: 1.7;
}

.omm-menu-card-link:hover .omm-menu-card {
  transform: translateY(-12px);
  border-color: #d7e7f0;
  box-shadow: 0 18px 38px rgba(15, 77, 112, 0.18);
}

.omm-menu-card-link:hover .omm-menu-card-image {
  transform: scale(1.04);
}

.omm-menu-card-link:hover .omm-menu-card-body::after {
  opacity: 1;
}

.omm-item-detail-page {
  padding-bottom: 4rem;
}

.omm-item-detail-topbar {
  margin-bottom: 3rem;
}

.omm-item-detail-topbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.omm-item-detail-topbar-title {
  color: #0F4D70;
  font-size: 2rem;
  font-weight: 700;
}

.omm-item-detail-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #1d1d1d;
  font-size: 1rem;
  font-weight: 500;
}

.omm-item-detail-back-link i {
  color: #95C11F;
  font-size: 1.5rem;
}

.omm-item-detail-topbar-line {
    display: block;
    color: #95C11F;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to right, #93c022, #33a4db, #14567b);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    opacity: 1;
    margin: 10px 0;
}

.omm-item-detail-title {
  color: #0F4D70;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.omm-item-detail-price {
  color: #000 !important;
  font-weight: 600;
  line-height: 1.15;
  text-align: right;
}

.omm-item-detail-body {
  color: #6f6f6f;
  font-size: 1rem;
  line-height: 1.9;
  margin-top: 1rem;
}

.omm-item-detail-body p,
.omm-item-detail-body li {
  color: #6f6f6f;
}

.omm-item-detail-body ol,
.omm-item-detail-body ul {
  padding-left: 1.25rem;
}

.omm-item-detail-body li {
  margin-bottom: 0.4rem;
}

.omm-item-detail-body figure.table {
  width: 100%;
  margin: 0;
}

.omm-item-detail-body figure.table table {
  width: 100%;
}

.omm-item-detail-body figure.table td {
  vertical-align: top;
}

.omm-item-detail-body figure.image {
  margin: 0;
}

.omm-item-detail-body figure.image img {
  height: auto;
}

.epc-image {
  position: relative;
}

.epc-image .middle {
  width: 100%;
  padding: 0 0.75rem;
  height: 100%;
}

.epc-image:hover .middle {
  opacity: 1;
}

.epc-image .content {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.epc-image h4 {
  color: #0F4D70;
  margin-top: auto;
}

.epc-image .middle p {
  height: 90%;
  overflow: auto;
}

@media (max-width: 1199px) { 
  .services {
    margin: 2.5rem 0;
  }

  .epc-image .middle p {
    height: 70%;
  }
}

@media (max-width: 992px) { 
  .mb-omm{
    margin-bottom: 1rem;
  }

  .epc-image .middle .icon{
    width: 50px;
  }

  .omm-item .detail {
    width: 100%;
  }
  
  .omm-bg {
    padding: 1.5rem;
  }

  .epc-image .middle p {
    height: 80%;
  }

  .omm-item-detail-topbar-title {
    font-size: 2rem;
  }

  .omm-item-detail-price {
    text-align: left;
  }

  .omm-item-detail-body figure.table,
  .omm-item-detail-body figure.table table,
  .omm-item-detail-body figure.table tbody,
  .omm-item-detail-body figure.table tr,
  .omm-item-detail-body figure.table td {
    display: block;
    width: 100% !important;
  }

  .omm-item-detail-body figure.table td + td {
    margin-top: 1.5rem;
  }
}

@media (max-width: 767px) {
  .omm-menu-directory {
    margin-top: 3rem;
  }
  .omm-menu-card-body {
    padding: 1.1rem 1rem 1.3rem;
  }

  .omm-item-detail-topbar-title {
    font-size: 1.4rem;
  }
}

.google_map iframe {
  width: 100%;
  height: 85%;
  margin-bottom: 1.5rem;
}

@media (max-width: 991px) { 
  .google_map iframe {
    height: 450px;
  }
}

.py-group {
  padding: 0 20px;
}

.close {
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
}

#popup .modal-body {
  padding: 0;
}

#popup .modal-content {
  border: 0;
}

.package-brand-list {
  display: grid;
  gap: 0;
  /* margin-top: 2.75rem; */
}

.package-brand-card {
  display: grid;
  grid-template-columns: minmax(0, 760px) auto;
  grid-template-areas:
    "logo price"
    "detail price";
  gap: 2rem;
  align-items: start;
  padding: 2.9rem 0 4rem;
  border: 0;
  border-radius: 0;
  background: #fff;
  position: relative;
}

.package-brand-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(to right, #93c022, #33a4db, #14567b);
}

.package-brand-card:last-child::after {
  display: none;
}

.package-brand-logo-wrap {
  display: flex;
  grid-area: logo;
  align-items: center;
  justify-content: flex-start;
  min-height: 110px;
  margin-bottom: 2rem;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.package-brand-logo {
  max-width: 190px;
  max-height: 100%;
  object-fit: contain;
}

.package-brand-detail {
  grid-area: detail;
  margin-top: 0;
  margin-bottom: 0;
  color: #7c7c7c;
  font-size: 1.02rem;
  line-height: 1.65;
}

.package-brand-price {
  color: #000 !important;
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1;
  margin-top: 2rem;
  text-align: right;
  white-space: nowrap;
}

.package-brand-price-wrap {
  grid-area: price;
}

@media (max-width: 767px) {
  .package-brand-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "price"
      "detail";
    gap: 1rem;
    padding: 2rem 0 2.5rem;
  }

  .package-brand-logo-wrap {
    min-height: auto;
    margin-bottom: 1.25rem;
  }

  .package-brand-logo {
    max-width: 150px;
    max-height: 95px;
  }

  .package-brand-price {
    margin-top: 0;
    text-align: left;
    font-size: 1.8rem;
  }
}
