* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Segoe UI', Roboto, Arial, sans-serif;
}



/* header */
header {
  position: unset;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

/*header .header-top {*/
/*  background-color: #2b2f9f;*/
/*  padding: 5px 0px;*/
/*}*/

/*.sticky .headermn {*/
/*  padding: 0px 0px;*/
/*}*/

/*header .header-top .top-info li,*/
/*header .header-top .top-info li a {*/
/*  color: #fff;*/
/*  font-size: 16px;*/
/*}*/

/*header .header-top .top-info li:last-child a {*/
/*  display: inline-block;*/
/*  height: 28px;*/
/*  width: 28px;*/
/*  border-radius: 50px;*/
/*  line-height: 28px;*/
/*  text-align: center;*/
/*  background-color: #fff;*/
/*  color: #2b2f9f;*/
/*  border: 1px solid #fff;*/
/*  transition: .5s;*/
/*}*/

header .headermn {
  background-color: #fff;
  padding: 10px 0;
}

header .headermn .navbar .navbar-brand {
  width: 12%;
}

header .nav-link {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  transition: .5s;
  position: relative;
  padding: 0px 0px !important;
  text-transform: uppercase;
}

header .nav-link:hover,
header .nav-link:focus {
  color: #2b2f9f;
}

header .navbar-nav {
  gap: 15px;
}

header .navbar-toggler {
  border: none;
  color: #2b2f9f;
  font-size: 28px;
  border-radius: 0;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

header .offcanvas-title img {
  width: 34%;
}

header .navbar-nav {
  position: relative;
  align-items: center;
}

.sticky {
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed !important;
  top: 0px;
  animation: slideDown .5s ease-out;
  background-color: #fff;
  box-shadow: 0 0 10px #00000021;
}

.sticky .headermn .navbar .navbar-brand {
  width: 12%;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(10);
  }
}

header .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #2b2f9f;
}

header .dropdown-menu {
  border-radius: 0;
  border: 0;
  /* padding: 15px 0; */
  box-shadow: 0 0 5px #0000002f;
}

header .dropdown-menu li .dropdown-item {
  padding: 6px 20px;
  font-size: 18px;
  font-weight: 500;
  font-family: initial;
}

header .dropdown-menu li .dropdown-item:hover {
  background-color: #2b2f9f;
  color: #fff;
}

/* button */
header .navbar .whatsapp li a {
  /* display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  gap: 10px;
  background: transparent;
  color: #2b2f9f;
  text-decoration: none;
  padding: 12px 20px 12px 30px;
  border-radius: 0px 0px 28px 28px;
  margin-top: 10px;
  font-weight: 600;
  transition: .4s;
  border: 2px solid #2b2f9f; */

  display: inline-flex;
   margin-top: 10px;
   gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 20px;
    background: linear-gradient(120deg, #2a2e9f 0%, #0b0105 60%, #000000 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    /* border-radius: 6px; */
    transition: .4s;
    margin-bottom: 0px !important;
}

/* button */
header .navbar .whatsapp li a:hover {
  background: #f26b21;
  color: #fff;
  transform: translateY(-3px);
}




header .navbar-nav .nav-link{
    position: relative;
}

header .navbar-nav .nav-link.active::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #2b2f9f;
}


/* footer */

footer {
  position: relative;
  background-color: #fff;
  /*background-image: url(../images/footer.bg.jpg);*/
  /*background-repeat: no-repeat;*/
  /*background-position: top center;*/
  /*background-attachment:fixed;*/
  /*background-size: cover;*/
  padding: 40px 0 0;
  overflow: hidden;
}

/*footer::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  inset: 0;*/
background: rgb(0 0 0 / 74%);
/* opacity adjust kar sakte ho */
/*  z-index: 1;*/
/*}*/

/*footer > * {*/
/*  position: relative;*/
/*  z-index: 2;*/
/*}*/

/* footer .footertop {
  background-color: #fff;
  padding: 72px 0 42px;
} */

footer .row {
  row-gap: 25px;
}

footer .footertop h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #2b2e9f;
  font-weight: 800;
}

footer .footertop .about img {
  width: 200px;
}

footer .footertop .about p {
  color: #666;
  font-size: 16px;
  width: 77%;
  margin-top: 20px;
}

footer .footertop ul {
  list-style: none;
  padding-left: 0;
}

footer .footertop ul li {
  color: #666;
  font-size: 16px;
  margin-top: 10px;
}

footer .footertop ul li a {
  color: #666;
  font-size: 16px;
  transition: .5s;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

footer .footertop ul li a:hover {
  color: #2b2e9f;
  font-size: 16px;
  font-weight: 600;
}

footer .footertop .addres li {
  margin-bottom: 15px;
}

footer .footertop .addres li i {
  color: #2b2e9f;
  font-size: 22px;
}

footer .footerboo ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  border-top: 1px solid #2d2ea1;
  padding-top: 20px;
}

footer .footerboo {
  /* background-color: #fff; */
  padding: 20px;
}

footer .footerboo .soical li:first-child {
  color: #2b2f9f;
  text-align: center;
}

footer .footerboo .soical li:first-child a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #2b2f9f;
  border-radius: 50%;
  transition: .5s;
}

footer .footerboo ul li img {
  width: 195px;
  background-color: #2b2f9f;
  padding: 0px 10px 8px;
  border-radius: 100px;
}

/* quickcontact */

.quickcontact {
  width: 45px;
  position: fixed;
  top: 77%;
  right: 15px;
  z-index: 102;
}

/* modal */

.modal form.row {
  row-gap: 20px;
}

.modal .btn-theme {
  border-radius: 0px;
  background: #2b2f9f;
  color: #fff;
}

.modal .btn-theme:hover {
  background-color: #000;
  color: white;
}

.modal .form-control {
  border-radius: 0px;
  border: none;
  box-shadow: none;
  background-color: #f1f1f1;
}

.modal .form-control:focus {
  border-color: #000;
}

.modal .submit {
  background-color: #2b2f9f;
  color: #fff;
  font-weight: 500px;
  padding: 10px;
  border: 0;
  transition: .5s;
}

.modal .submit:hover {
  background-color: #000;
}


#hero-section {
  position: relative;
  overflow: hidden;
  background: #2d2f9d0d;
  padding: 40px 0;
}

#hero-section .hero-content h1 {
  font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
  color: #2b2f9f;
}

#hero-section .hero-content h1 span {
  color: #f26b21;
}

#hero-section .hero-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  max-width: 550px;
}

#hero-section .hero-tag {
font-size: 15px;
    display: inline-block;
    background: rgb(43 47 159 / 8%);
    color: #f26b21;
    padding: 8px 8px;
    border-radius: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

#hero-section .hero-tag img {
  width: 100px;
}

#hero-section .hero-btns {
  margin-top: 35px;
}

#hero-section .hero-btns .btn-primary {
  background: linear-gradient(120deg, #2a2e9f 0%, #0b0105 60%, #000000 100%);
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
}

#hero-section .hero-btns .btn-primary:hover {
  background: #f26b21;
}

#hero-section .hero-btns .btn-outline-light {
  border: 2px solid #2b2f9f;
  color: #2b2f9f;
  margin-left: 15px;
  padding: 10px 20px;
  border-radius: 20px;
}

#hero-section .hero-btns .btn-outline-light:hover {
  background: #f26b21;
   border: 2px solid #f26b21;
  color: #fff;
}

#hero-section .hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}

#hero-section .stat-box h3 {
  color: #2b2f9f;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 5px;
}

#hero-section .stat-box span {
  color: #666;
}

/* RIGHT SIDE */

#hero-section .earth-wrapper {
  position: relative;
  width: 650px;
  height: 650px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#hero-section .earth-img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  position: relative;
  z-index: 5;
  animation: earthRotate 40s linear infinite;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, .25));
}

#hero-section .orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgb(43 47 159 / 18%);
}

#hero-section .orbit-1 {
  width: 560px;
  height: 560px;
  animation: rotateOrbit 30s linear infinite;
}

#hero-section .orbit-2 {
  width: 680px;
  height: 680px;
  animation: rotateOrbitReverse 40s linear infinite;
}

#hero-section .orbit-3 {
  width: 780px;
  height: 780px;
  animation: rotateOrbit 55s linear infinite;
}

/* Floating Icons */

#hero-section .floating-icon {
  position: absolute;
  width: 75px;
  height: 75px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2b2f9f;
  font-size: 30px;
  z-index: 10;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

#hero-section .floating-icon.solar {
  top: 8%;
  right: 20%;
}

#hero-section .floating-icon.energy {
  right: 5%;
  bottom: 20%;
}

#hero-section .floating-icon.globe {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* Animations */

@keyframes earthRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateOrbit {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateOrbitReverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

/* Responsive */

@media (max-width: 991px) {

  #hero-section .hero-content {
    text-align: center;
    margin-bottom: 50px;
  }

  #hero-section .hero-content h1 {
    font-size: 48px;
  }

  #hero-section .hero-stats {
    justify-content: center;
    flex-wrap: wrap;
  }

  #hero-section .earth-wrapper {
    width: 100%;
    height: 500px;
  }

  #hero-section .earth-img {
    width: 320px;
    height: 320px;
  }

  #hero-section .orbit-1 {
    width: 380px;
    height: 380px;
  }

  #hero-section .orbit-2 {
    width: 450px;
    height: 450px;
  }

  #hero-section .orbit-3 {
    width: 520px;
    height: 520px;
  }
}

@media (max-width: 576px) {

  #hero-section .hero-content h1 {
    font-size: 38px;
  }

  #hero-section .hero-stats {
    gap: 20px;
  }

  #hero-section .earth-wrapper {
    height: 400px;
  }

  #hero-section .earth-img {
    width: 260px;
    height: 260px;
  }

  #hero-section .floating-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  #hero-section .hero-btns .btn-primary {
    padding: 10px 15px;
    font-size: 14px;
  }

  #hero-section .hero-btns .btn-outline-light {
    margin-left: 10px;
    font-size: 14px;
    padding: 10px 15px;
  }
}


#solar-highlights {
  background: #2b2f9f;
}

#solar-highlights .solar-highlight-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 25px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}

#solar-highlights .solar-highlight-box i {
  font-size: 38px;
  color: #f36f21;
}

#solar-highlights .solar-highlight-box:hover {
  background: #f36f21;
}

#solar-highlights .solar-highlight-box:hover i {
  color: #fff;
}


#about {
  position: relative;
  padding: 50px 0;
  background: #fff;
  overflow: hidden;
}

#about .row {
  row-gap: 20px
}

/*#about::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: -150px;*/
/*  bottom: -150px;*/
/*  width: 450px;*/
/*  height: 450px;*/
/*  border: 1px solid rgba(0, 0, 0, .05);*/
/*  border-radius: 50%;*/
/*}*/

/*#about::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  right: -180px;*/
/*  top: -180px;*/
/*  width: 500px;*/
/*  height: 500px;*/
/*  border: 1px solid rgba(0, 0, 0, .05);*/
/*  border-radius: 50%;*/
/*}*/

#about .about-content {
  max-width: 600px;
}

#about p:first-of-type{
    display: block;
    color: #f26b21;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#about h2 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 700;
  color: #2b2f9f;
  margin-bottom: 25px;
}

#about .about-text {
  font-size: 20px;
  line-height: 1.7;
  color: #4f4f4f;
  margin-bottom: 25px;
}

#about .about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 20px;
  background: linear-gradient(120deg, #2a2e9f 0%, #0b0105 60%, #000000 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  /*border-radius: 6px;*/
  transition: .4s;
}

#about .about-btn:hover {
  background: #f26b21;
  color: #fff;
}

#about .about-video {
  text-align: center;
}

#about .about-video video {
  width: 100%;
  height: 600px;
  border-radius: 10px;
  object-fit: cover;
}


/* Main Section */
#solar-manufacturing-hero {
  position: relative;
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Background Video */
#solar-manufacturing-hero .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Overlay */
#solar-manufacturing-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.60);
  z-index: 2;
}

/* Content */
#solar-manufacturing-hero .hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 20px;
}

/* Heading */
#solar-manufacturing-hero .hero-content h2 {
  font-size: 30px;
  font-weight: 800;
  color: #f36f21;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

/* Paragraph */
#solar-manufacturing-hero .hero-content p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.7;
  margin-bottom: 35px;
}

/* Button */
#solar-manufacturing-hero .hero-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  background: linear-gradient(120deg, #2a2e9f 0%, #0b0105 60%, #000000 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  /*border-radius:4px;*/
  transition: all 0.3s ease;
}

/* Button Hover */
#solar-manufacturing-hero .hero-btn:hover {
  background: #f26b21;
  transform: translateY(-3px);
}



#solar-foundation-section {
  background: #fff;
  padding: 50px 0;
}

#solar-foundation-section .section-title {
  font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
  color: #2b2f9f;
}

#solar-foundation-section .section-title span {
  color: #f26b21;
}

#solar-foundation-section .value-card:hover .icon-circle {
  background: #2b2f9f
}

#solar-foundation-section .section-desc {
  font-size: 20px;
  color: #4f4f4f;
  line-height: 1.4;
  max-width: 850px;
  margin: auto;
}

#solar-foundation-section .value-card {
  background: #fff;
  border-radius: 18px;
  padding: 10px 15px;
  text-align: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgb(0 0 0 / 16%);
  transition: all .4s ease;
}

#solar-foundation-section .value-card:hover {
  transform: translateY(-8px);
}

#solar-foundation-section .value-card::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 5px;
  background: #f26b21;
  transform: translateX(-50%);
  transition: all .4s ease;
}

#solar-foundation-section .value-card:hover::after {
  width: 100%;
}

#solar-foundation-section .icon-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #f1f3f6;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#solar-foundation-section .icon-circle i {
  font-size: 38px;
  color: #f26b21;
}

#solar-foundation-section .value-card h5 {
  font-size: 22px;
  font-weight: 700;
  color: #2b2f9f;
  margin-bottom: 10px;
}

#solar-foundation-section .value-card p {
  color: #4f4f4f;
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
}

#solar-foundation-section .hero-btn {
  margin-top: 30px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  background: linear-gradient(120deg, #2a2e9f 0%, #0b0105 60%, #000000 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  /* border-radius: 4px; */
  transition: all 0.3s ease;
}

#solar-foundation-section .hero-btn:hover {
  background: #f26b21;
  transform: translateY(-3px);
}



/* ==========================
   WHY CHOOSE SECTION
========================== */
#why-choose {
    position: relative;
    padding: 80px 0;
    background: url('../images/why-choose-bg.jpg') center center/cover no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

#why-choose .wc-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    z-index: 1;
}

#why-choose .container {
    position: relative;
    z-index: 2;
}

#why-choose .wc-content {
    color: #fff;
}

#why-choose .wc-subtitle {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f26b21;
    margin-bottom: 15px;
}

#why-choose .wc-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #fff;
}

#why-choose .wc-title span {
    color: #f26b21;
}

#why-choose .wc-text {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 25px;
}

/* Features List */

#why-choose .wc-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#why-choose .wc-features ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom:10px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
}

#why-choose .wc-features ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #f26b21;
    font-size: 20px;
    font-weight: 700;
}

/* Video */

#why-choose .wc-video-wrapper {
    position: relative;
    text-align: center;
}

#why-choose .wc-video-wrapper video {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}

/* Video */

#why-choose .wc-video-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.30);
}

#why-choose .wc-video-wrapper video {
  width: 100%;
  height: 550px;
  object-fit: cover;
  display: block;
}

/* Responsive */





/* testimonial */
#testimonial {
  padding: 40px 0;
  background-color: #f4f4f4;
  overflow: hidden
}

#testimonial .service-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 0px;
}

#testimonial .service-header .service-label-line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #f26b21;
  border-radius: 2px;
}

#testimonial .service-header .service-label-text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f26b21;
  margin-bottom: 15px;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ HEADING ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
#testimonial .service-heading {
  font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
  color: #2b2f9f;
  text-align: center;
}

#testimonial .service-heading span {
  color: #f26b21;
}

#testimonial .testi__subtext {
  font-size: 15px;
  color: #888;
  max-width: 440px;
  margin: 0 auto;
  line-height: 1.7
}

#testimonial .testi__row {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(8, 125, 144, .10);
  overflow: hidden
}

#testimonial .iner.testi__left {
  background: linear-gradient(160deg, #000000 0%, #2b2f9f 100%);
  padding: 40px 24px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px
}

#testimonial .testi__google {
  width: 100px;
  margin-bottom: 6px;
  filter: brightness(0) invert(1)
}

#testimonial .testi__stars-main {
  margin: 0
}

#testimonial .testi__stars-main li {
  font-size: 20px;
  color: #f4c430
}

#testimonial .testi__rating-num {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin: 4px 0
}

#testimonial .testi__excellent {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, .90);
  margin: 0
}

#testimonial .testi__based {
  font-size: 13px;
  color: rgba(255, 255, 255, .60);
  margin: 0
}

#testimonial .testi__write-btn {
  align-items: center;
  margin-top: 8px;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, .12);
  border: 1.5px solid rgba(255, 255, 255, .35);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease
}

#testimonial .testi__write-btn:hover {
  background-color: #fff;
  color: #f26b21
}

#testimonial .testi__right {
  padding: 30px 24px
}

#testimonial .testi__card {
  background-color: #f8fbff;
  border: 1px solid #e4eef5;
  border-radius: 14px;
  padding: 22px 20px 20px;
  height: 290px;
  overflow-y: visible;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: box-shadow .3s ease, border-color .3s ease;
  position: relative
}

#testimonial .testi__card:hover {
  border-color: #f26b21;
  box-shadow: 0 6px 24px rgba(8, 125, 144, .12)
}

#testimonial .testi__quote {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 22px;
  color: rgba(8, 125, 144, .12)
}

#testimonial .testi__card-stars {
  margin: 0
}

#testimonial .testi__card-stars li {
  font-size: 13px;
  color: #f4c430
}

#testimonial p {
  font-size: 17px;
  color: #666;
  line-height: 1.8;
  margin: 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #f26b21 #e4eef5;
}

#testimonial .testi__card::-webkit-scrollbar {
  width: 3px;
}

#testimonial .testi__card::-webkit-scrollbar-track {
  background: #e4eef5;
}

#testimonial .testi__card::-webkit-scrollbar-thumb {
  background: #f26b21;
  border-radius: 4px;
}

#testimonial .testi__profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #e8f0f7
}

#testimonial .testi__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f26b21, #f26b21);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

#testimonial .testi__profile-info h5 {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 2px
}

#testimonial .testi__verified {
  font-size: 11px;
  color: #f26b21;
  font-weight: 600
}

#testimonial .owl-theme .owl-dots {
  margin-top: 20px;
  text-align: left
}

#testimonial .owl-theme .owl-dots .owl-dot span {
  background-color: #cde4e8;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: all .3s ease
}

#testimonial .owl-theme .owl-dots .owl-dot.active span,
#testimonial .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #f26b21;
  width: 22px;
  border-radius: 4px
}

#testimonial .owl-carousel {
  display: block;
}

#testimonial .owl-carousel .owl-nav button.owl-next,
#testimonial .owl-carousel .owl-nav button.owl-prev,
#testimonial .owl-carousel button.owl-dot {
  display: none
}


#solar-counter {
  padding: 40px 0;
  background: #fff;
}

#solar-counter .solar-counter-wrapper {
  background: linear-gradient(160deg, #000000 0%, #2b2f9f 100%);
  border-radius: 35px;
  padding: 40px 30px;
}

#solar-counter .solar-counter-heading {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2;
}

#solar-counter .solar-counter-text {
  font-size: 18px;
  line-height: 1.7;
  color: #fff;
  max-width: 800px;
  margin-bottom: 0;
}

#solar-counter .solar-counter-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  height: 100%;
}

#solar-counter .solar-counter-item {
  text-align: center;
}

#solar-counter .solar-counter-item h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1;
}

#solar-counter .solar-counter-item span {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  /*letter-spacing: 1px;*/
}


/*blog-page-css*/
#blog-page {
  padding: 40px 0;
  background: #fff
}

#blog-page .blog-section-tag {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f26b21;
  margin-bottom: 15px;
}

#blog-page .blog-section-heading {
  font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
  color: #2b2f9f;
  text-align: center;
}

#blog-page .blog-section-heading span {
  color: #f26b21;
}

#blog-page .blog-card {
  border-radius: 30px;
  background: #fff;
  border: 1px solid #e8e4dc;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

#blog-page .blog-card:hover {
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.10);
  transform: translateY(-6px);
}

#blog-page .blog-card .card-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}

#blog-page .blog-card .card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(.2, .8, .2, 1);
}

#blog-page .blog-card:hover .card-thumb img {
  transform: scale(1.07);
}

#blog-page .blog-card .card-cat {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: #f26b21;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 5px 12px;
}

#blog-page .blog-card .card-thumb::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #f26b21;
  transition: width 0.4s ease;
}

#blog-page .blog-card:hover .card-thumb::after {
  width: 100%;
}

#blog-page .blog-card .card-body {
  padding: 28px 26px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

#blog-page .blog-card .card-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

#blog-page .blog-card .card-meta .meta-item {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 6px;
}

#blog-page .blog-card .card-meta .meta-item i {
  color: #f26b21;
  font-size: 12px;
}

#blog-page .blog-card .card-meta .meta-dot {
  width: 3px;
  height: 3px;
  background: #e8e4dc;
  border-radius: 50%;
}

#blog-page .blog-card .card-title {
  font-size: 22px;
  font-weight: 600;
  color: #111917;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
  transition: color 0.25s;
  cursor: pointer;
}

#blog-page .blog-card:hover .card-title {
  color: #f26b21;
}

#blog-page .blog-card .card-desc {
  font-size: 17px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
  flex: 1;
}

#blog-page .blog-card .card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f26b21;
  text-decoration: none;
  border-bottom: 1px solid #f26b21;
  padding-bottom: 3px;
  align-self: flex-start;
  transition: color 0.25s, gap 0.25s;
}

#blog-page .blog-card .card-link:hover {
  color: #f26b21;
  gap: 14px;
}

#blog-page .blog-card .card-link i {
  font-size: 11px;
  transition: transform 0.25s;
}

#blog-page .blog-card .card-link:hover i {
  transform: translateX(4px);
}



#appointment-section {
  background: url('../images/appointment-bg.jpg') no-repeat center center/cover;
  background-attachment: fixed;
  padding: 50px 0;
  position: relative;
}


#appointment-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.274);
  top: 0;
  left: 0;
}

#appointment-section .form-wrapper {
  position: relative;
  max-width: 750px;
  background: #fff;
  padding: 15px 40px;
  border-radius: 10px;
  z-index: 2;
}

#appointment-section .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

/* input box with icon */
#appointment-section .input-box {
  position: relative;
  width: 100%;
}

#appointment-section .input-box i {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #f26b21;
}

/* input fields */
#appointment-section .input-box input,
#appointment-section .input-box select {
  width: 100%;
  padding: 12px 12px 12px 40px;
  /* left padding for icon */
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* button */
#appointment-section button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  gap: 10px;
  background: linear-gradient(120deg, #2a2e9f 0%, #0b0105 60%, #000000 100%);
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 60px;
  margin-top: 10px;
  font-weight: 600;
  transition: .4s;
}

/* button */
#appointment-section button:hover {
  background: #f26b21;
  color: #fff;
  transform: translateY(-3px);
}

#appointment-section .shape {
  position: absolute;
  top: -35px;
  right: -45px;
  z-index: -1;
  animation: moveBounce 5s linear infinite;
}

@keyframes moveBounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

#appointment-section textarea.form-control {
  padding-left: 40px;
  padding-top: 12px;
  resize: none;
}

/* textarea icon ko upar align karo */
#appointment-section textarea+i,
#appointment-section .input-box textarea~i {
  top: 18px;
  left: 12px;
  transform: none;
}

#appointment-section .heading {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #f26b21
}

#appointment-section .sub-heading {
  font-size: 30px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #2a2f9f;
}






#contact-page-section {
  background: #fff;
  padding: 40px 0;
}

/* CONTACT BOX */

#contact-page-section .contact-info-box {
  /* background: #fff; */
  border: none;
  border-radius: 15px;
  padding: 35px;
  height: 100%;
  /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08); */
}

#contact-page-section .contact-form-box {
  background: #fff;
  border: none;
  border-radius: 15px;
  padding: 35px;
  height: 100%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

#contact-page-section .contact-title,
#contact-page-section .form-title {
  font-size: 30px;
  font-weight: 700;
  color: #2c2f9f;
  margin-bottom: 10px;
}

#contact-page-section .contact-title span,
#contact-page-section .form-title span {
  color: #f26b21;
}

#contact-page-section .contact-desc,
#contact-page-section .form-desc {
  color: #666;
  margin-bottom: 25px;
}

#contact-page-section .contact-item {
  display: flex;
  gap: 18px;
  margin-bottom: 25px;
}

#contact-page-section .contact-icon {
  width: 55px;
  height: 55px;
  min-width: 55px;
  border-radius: 50%;
  background: #f26b21;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

#contact-page-section .contact-item h5 {
  color: #2c2f9f;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

#contact-page-section .contact-item p {
  margin: 0;
  color: #555;
  line-height: 1.8;
}

/* FORM */

#contact-page-section .title-line {
  width: 70px;
  height: 4px;
  background: #2c2f9f;
  margin-bottom: 20px;
}

#contact-page-section .form-control {
  height: 55px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 15px;
}

#contact-page-section textarea.form-control {
  height: auto;
}

#contact-page-section .form-control:focus {
  box-shadow: none;
  border-color: #2c2f9f;
}

#contact-page-section .submit-btn {
  background: linear-gradient(120deg, #2a2e9f 0%, #0b0105 60%, #000000 100%);
  color: #fff;
  padding: 14px 30px;
  border: none;
  border-radius: 20px;
  font-weight: 600;
}

#contact-page-section .submit-btn:hover {
  background: #f26b21;
  color: #fff;
}

/* MAP */

#contact-page-section .map-box {
  overflow: hidden;
  border-radius: 15px;
  height: 100%;
}

#contact-page-section .map-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* LOCATION CARDS */

#contact-page-section .location-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #ececec;
}

#contact-page-section .location-content {
  padding: 30px;
}

#contact-page-section .location-content h4 {
  color: #2c2f9f;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

#contact-page-section .location-content p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 10px;
}

#contact-page-section .location-content a {
  text-decoration: none;
  color: #2c2f9f;
  font-weight: 600;
}
#contact-page-section .location-content a:hover {
    color: #f76424;
}




/* =========================================
   SOLAR CTA SECTION
========================================= */

#solar-cta-section {
  position: relative;
  padding: 40px 0;
  overflow: hidden;

  /* Background Image */
  background: url('../images/cta-bg.jpg') center center/cover no-repeat;
}

/* Dark Blue Overlay */

#solar-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #2b2e9eb0;
  z-index: 1;
}

/* Technical Line Pattern Overlay */

#solar-cta-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(-20deg,
      transparent,
      transparent 70px,
      rgba(255, 255, 255, .05) 71px,
      rgba(255, 255, 255, .05) 72px);
  z-index: 2;
}

#solar-cta-section .container {
  position: relative;
  z-index: 3;
}

#solar-cta-section .solar-cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

#solar-cta-section .solar-cta-left {
  display: flex;
  align-items: center;
  gap: 25px;
}

#solar-cta-section .solar-cta-icon {
  width: 95px;
  height: 95px;
  min-width: 95px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

#solar-cta-section .solar-cta-icon i {
  font-size: 42px;
  color: #f26b21;
}

#solar-cta-section .solar-cta-content h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}

#solar-cta-section .solar-cta-content p {
  color: rgba(255, 255, 255, .85);
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  max-width: 700px;
}

#solar-cta-section .solar-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 10px;
  border: 2px solid rgba(255, 255, 255, .35);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .5px;
  transition: .3s ease;
}

#solar-cta-section .solar-cta-btn:hover {
  background: #f26b21;
  border-color: #f26b21;
  color: #fff;
}

#solar-cta-section .solar-cta-btn i {
  font-size: 18px;
}

@media(max-width:991px) {

  #solar-cta-section .solar-cta-wrapper {
    flex-direction: column;
    text-align: center;
  }

  #solar-cta-section .solar-cta-left {
    flex-direction: column;
  }

  #solar-cta-section .solar-cta-content h2 {
    font-size: 30px;
  }

  #solar-cta-section .solar-cta-content p {
    font-size: 16px;
  }
}




#contact-breadcrumb {
  position: relative;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

#contact-breadcrumb .breadcrumb-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

#contact-breadcrumb .breadcrumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, .55) 0%,
      rgba(0, 0, 0, .35) 40%,
      rgba(0, 0, 0, .20) 100%);
  z-index: 2;
}

#contact-breadcrumb .container {
  position: relative;
  z-index: 3;
}

#contact-breadcrumb .breadcrumb-content {
  max-width: 700px;
}

#contact-breadcrumb .breadcrumb-subtitle {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #f26b21;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

#contact-breadcrumb .breadcrumb-subtitle span {
  width: 45px;
  height: 3px;
  background: #f26b21;
}

#contact-breadcrumb h2 {
  font-size: 40px;
  line-height: 1.35;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
}

#contact-breadcrumb .share-btn {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #0b6b80;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 4;
  font-size: 22px;
  transition: .3s;
}

#contact-breadcrumb .share-btn:hover {
  background: #f0b428;
  color: #fff;
}

@media(max-width:991px) {

  #contact-breadcrumb {
    height: 450px;
  }

  #contact-breadcrumb h2 {
    font-size: 42px;
  }

  #contact-breadcrumb .share-btn {
    right: 20px;
    width: 50px;
    height: 50px;
  }
}

@media(max-width:767px) {

  #contact-breadcrumb {
    height: 400px;
  }


  #contact-breadcrumb h2 {
    font-size: 30px;
  }

  #contact-breadcrumb .breadcrumb-subtitle {
    font-size: 15px;
  }
}




/* gallery */
#gallery {
  padding: 25px 0;
  background: #ffffff;
}

#gallery h5 {
  color: #000;
  text-transform: uppercase;
}

#gallery h2 {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

/* image wrapper */
#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
  overflow: hidden;
}

/* image */
#gallery .img-wrapper img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: 0.4s;
}

/* overlay */
#gallery .img-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
}

#gallery .img-overlay i {
  color: #fff;
  font-size: 30px;
}

/* hover effects ðŸ”¥ */
#gallery .img-wrapper:hover .img-overlay {
  opacity: 1;

}

#gallery .img-wrapper:hover img {
  transform: scale(1.05);
}

#lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  /* VERY IMPORTANT */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#lightbox img {
  max-width: 90%;
  max-height: 80%;
}

#closeBtn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}

/* arrows */
#prevBtn,
#nextBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  user-select: none;
  transition: 0.3s;
}

#prevBtn {
  left: 20px;
}

#nextBtn {
  right: 20px;
}

#prevBtn:hover,
#nextBtn:hover {
  color: #ff6a00;
}


#investment-form {
  max-width: 760px;
  margin: 30px auto;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
  padding: 34px 38px 28px;
  font-family: 'Segoe UI', Roboto, Arial, sans-serif;
  color: #1f2a24;
}

#investment-form .if-title {
  font-size: 30px;
  font-weight: 700;
  color: #292e9d;
  margin-bottom: 22px;
  text-align: center;
}

#investment-form .if-steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
  position: relative;
}

#investment-form .if-step {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 2;
}

#investment-form .if-step .if-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e9eee9;
  color: #7c8a80;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin: 0 auto 6px;
  border: 2px solid #e9eee9;
  transition: .25s;
  font-size: .9rem;
}

#investment-form .if-step.active .if-circle {
  background: #292e9d;
  border-color: #292e9d;
  color: #fff;
}

#investment-form .if-step.done .if-circle {
  background: #292e9d;
  border-color: #292e9d;
  color: #fff;
}

#investment-form .if-step .if-label {
  font-size: .72rem;
  color: #7c8a80;
  font-weight: 600;
  line-height: 1.2;
  max-width: 90px;
  margin: 0 auto;
}

#investment-form .if-step.active .if-label {
  color: #292e9d;
}

#investment-form .if-line {
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  height: 2px;
  background: #e9eee9;
  z-index: 1;
}

#investment-form .if-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: #292e9d;
  transition: .3s;
  z-index: 1;
}

#investment-form .if-stepof {
  font-size: .85rem;
  color: #8a948e;
  font-weight: 600;
  margin: 26px 0 18px;
}

#investment-form .if-panel {
  display: none;
}

#investment-form .if-panel.show {
  display: block;
  animation: if-fade .25s ease;
}

@keyframes if-fade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#investment-form .if-section-title {
  font-size: 1.02rem;
  font-weight: 700;
  color: #f76522;
  margin: 18px 0 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #dfe6e1;
}

#investment-form .if-section-title:first-of-type {
  margin-top: 0;
}

#investment-form label {
  font-size: .86rem;
  font-weight: 600;
  color: #3a463f;
  margin-bottom: 6px;
}

#investment-form .form-control,
#investment-form .form-select {
    border: 1px solid #dfe6e1;
  border-radius: 8px;
  padding: .6rem .8rem;
  font-size: .92rem;
    background: #f4f8f5;
}

#investment-form .form-control:focus,
#investment-form .form-select:focus {
  border-color: #292e9d;
  box-shadow: 0 0 0 .15rem rgba(28, 138, 60, .15);
  background: #fff;
}

/* #investment-form textarea.form-control {
  background: #292e9d;
} */

#investment-form .if-check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}

#investment-form .form-check {
  background: #f4f8f5;
    border: 1px solid #dfe6e1;
  border-radius: 8px;
  padding: .55rem .8rem .55rem 2.1rem;
  margin: 0;
}

#investment-form .form-check-input {
  margin-top: .25rem;
}

#investment-form .form-check-input:checked {
  background-color: #292e9d;
  border-color: #292e9d;
}

#investment-form .form-check-label {
  font-size: .85rem;
  font-weight: 500;
  color: #33423a;
}

#investment-form .if-other-input {
  margin-top: 6px;
}

#investment-form .if-consent .form-check {
  background: #fff7e6;
  border-color: #f1dca0;
  padding: .7rem .9rem .7rem 2.2rem;
  margin-bottom: 10px;
}

#investment-form .if-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
}

#investment-form .if-btn {
  border: none;
      padding: 10px 20px;
    border-radius: 20px;
  
    color: #fff;
  font-weight: 600;
  font-size: .92rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

#investment-form .if-btn-next,
#investment-form .if-btn-submit {
    background: linear-gradient(120deg, #2a2e9f 0%, #0b0105 60%, #000000 100%);
  color: #fff;
}

#investment-form .if-btn-next:hover,
#investment-form .if-btn-submit:hover {
  background: #f76522;
  color: #fff;
}

#investment-form .if-btn-prev {
  background: #fff;
  color: #48564f;
  border: 1px solid #292e9d;
}

#investment-form .if-btn-prev:hover {
  background: #f1f3f1;
}

#investment-form .if-success {
  text-align: center;
  padding: 50px 10px;
}

#investment-form .if-success i {
  font-size: 3.2rem;
  color: #292e9d;
  margin-bottom: 14px;
}

#investment-form .if-required {
  color: #d9534f;
}

#investment-form .if-mobile-row {
  display: flex;
  gap: 8px;
}

#investment-form .if-mobile-row .form-select {
  flex: 0 0 130px;
}

#investment-form .if-flag-opt {
  display: flex;
  align-items: center;
  gap: 6px;
}

@media (max-width:600px) {
  #investment-form {
    padding: 22px 16px;
  }

  #investment-form .if-check-grid {
    grid-template-columns: 1fr;
  }

  #investment-form .if-step .if-label {
    display: none;
  }

  #investment-form .if-mobile-row {
    flex-direction: column;
  }

  #investment-form .if-mobile-row .form-select {
    flex: 1;
  }
}



/* ===== Scoped CSS — every rule prefixed with #dealership-form ===== */
#dealership-form{
  max-width:760px;
  margin:30px auto;
  background:#fff;
  border-radius:14px;
  box-shadow:0 8px 30px rgba(0,0,0,.08);
  padding:34px 38px 28px;
  font-family:'Segoe UI', Roboto, Arial, sans-serif;
  color:#1f2a24;
}
#dealership-form .df-title{
      font-size: 30px;
    font-weight: 700;
    color: #292e9d;
    margin-bottom: 22px;
    text-align: center;
}
#dealership-form .df-steps{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  margin-bottom:8px;
  position:relative;
}
#dealership-form .df-step{
  flex:1;
  text-align:center;
  position:relative;
  z-index:2;
}
#dealership-form .df-step .df-circle{
  width:34px;height:34px;border-radius:50%;
  background:#e9eee9;color:#7c8a80;
  display:flex;align-items:center;justify-content:center;
  font-weight:700;margin:0 auto 6px;
  border:2px solid #e9eee9;
  transition:.25s;
  font-size:.9rem;
}
#dealership-form .df-step.active .df-circle{
  background:#292e9d;
  border-color:#292e9d;
  color:#fff;
}
#dealership-form .df-step.done .df-circle{
  background:#292e9d;
  border-color:#292e9d;
  color:#fff;
}
#dealership-form .df-step .df-label{
  font-size:.72rem;
  color:#7c8a80;
  font-weight:600;
  line-height:1.2;
  max-width:90px;
  margin:0 auto;
}
#dealership-form .df-step.active .df-label{color:#292e9d;}
#dealership-form .df-line{
  position:absolute;
  top:17px;left:0;right:0;
  height:2px;
  background:#e9eee9;
  z-index:1;
}
#dealership-form .df-line-fill{
  position:absolute;
  top:0;left:0;
  height:2px;
  background:#292e9d;
  transition:.3s;
  z-index:1;
}
#dealership-form .df-stepof{
  font-size:.85rem;
  color:#8a948e;
  font-weight:600;
  margin:26px 0 18px;
}
#dealership-form .df-panel{display:none;}
#dealership-form .df-panel.show{display:block; animation:df-fade .25s ease;}
@keyframes df-fade{from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:translateY(0);}}
#dealership-form .df-section-title{
  font-size:1.02rem;
  font-weight:700;
  color:#f56522;
  margin:18px 0 12px;
  padding-bottom:6px;
  border-bottom:1px solid #dfe6e1;
}
#dealership-form .df-section-title:first-of-type{margin-top:0;}
#dealership-form label{
  font-size:.86rem;
  font-weight:600;
  color:#3a463f;
  margin-bottom:6px;
}
#dealership-form .form-control,
#dealership-form .form-select{
  border:1px solid #dfe6e1;
  border-radius:8px;
  padding:.6rem .8rem;
  font-size:.92rem;
  background:#f4f8f5;
}
#dealership-form .form-control:focus,
#dealership-form .form-select:focus{
  border-color:#292e9d;
  box-shadow:0 0 0 .15rem rgba(28,138,60,.15);
  background:#fff;
}
#dealership-form textarea.form-control{background:#f4f8f5;}
#dealership-form .df-check-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px 16px;
}
#dealership-form .form-check{
  background:#f4f8f5;
  border:1px solid #dfe6e1;
  border-radius:8px;
  padding:.55rem .8rem .55rem 2.1rem;
  margin:0;
}
#dealership-form .form-check-input{margin-top:.25rem;}
#dealership-form .form-check-input:checked{background-color:#292e9d;border-color:#292e9d;}
#dealership-form .form-check-label{font-size:.85rem;font-weight:500;color:#33423a;}
#dealership-form .df-consent .form-check{
  background:#fff7e6;
  border-color:#f1dca0;
  padding:.7rem .9rem .7rem 2.2rem;
  margin-bottom:10px;
}
#dealership-form .df-nav{
  display:flex;
  justify-content:space-between;
  margin-top:26px;
}
#dealership-form .df-btn{
  border:none;
        padding: 10px 20px;
    border-radius: 20px;
  
  font-weight:600;
  font-size:.92rem;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
#dealership-form .df-btn-next,
#dealership-form .df-btn-submit{
  background: linear-gradient(120deg, #2a2e9f 0%, #0b0105 60%, #000000 100%);
  color:#fff;
}
#dealership-form .df-btn-next:hover,
#dealership-form .df-btn-submit:hover{background:#f76522;color:#fff;}
#dealership-form .df-btn-prev{
  background:#fff;
  color:#48564f;
  border:1px solid #dfe6e1;
}
#dealership-form .df-btn-prev:hover{background:#f1f3f1;}
#dealership-form .df-required{color:#d9534f;}
#dealership-form .df-doc-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px 16px;
}

@media (max-width:600px){
  #dealership-form{padding:22px 16px;}
  #dealership-form .df-check-grid{grid-template-columns:1fr;}
  #dealership-form .df-doc-list{grid-template-columns:1fr;}
  #dealership-form .df-step .df-label{display:none;}
}


#career-form{
  max-width:760px;
  margin:30px auto;
  background:#fff;
  border-radius:14px;
  box-shadow:0 8px 30px rgba(0,0,0,.08);
  padding:34px 38px 28px;
  font-family:'Segoe UI', Roboto, Arial, sans-serif;
  color:#1f2a24;
}
#career-form .cf-title{
 font-size: 30px;
    font-weight: 700;
    color: #292e9d;
    margin-bottom: 22px;
    text-align: center;
}
#career-form .cf-steps{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  margin-bottom:8px;
  position:relative;
}
#career-form .cf-step{
  flex:1;
  text-align:center;
  position:relative;
  z-index:2;
}
#career-form .cf-step .cf-circle{
  width:34px;height:34px;border-radius:50%;
  background:#e9eee9;color:#7c8a80;
  display:flex;align-items:center;justify-content:center;
  font-weight:700;margin:0 auto 6px;
  border:2px solid #e9eee9;
  transition:.25s;
  font-size:.9rem;
}
#career-form .cf-step.active .cf-circle{
  background:#2b2e9e;
  border-color:#2b2e9e;
  color:#fff;
}
#career-form .cf-step.done .cf-circle{
  background:#2b2e9e;
  border-color:#2b2e9e;
  color:#fff;
}
#career-form .cf-step .cf-label{
  font-size:.72rem;
  color:#7c8a80;
  font-weight:600;
  line-height:1.2;
  max-width:90px;
  margin:0 auto;
}
#career-form .cf-step.active .cf-label{color:#2b2e9e;}
#career-form .cf-line{
  position:absolute;
  top:17px;left:0;right:0;
  height:2px;
  background:#e9eee9;
  z-index:1;
}
#career-form .cf-line-fill{
  position:absolute;
  top:0;left:0;
  height:2px;
  background:#2b2e9e;
  transition:.3s;
  z-index:1;
}
#career-form .cf-stepof{
  font-size:.85rem;
  color:#8a948e;
  font-weight:600;
  margin:26px 0 18px;
}
#career-form .cf-panel{display:none;}
#career-form .cf-panel.show{display:block; animation:cf-fade .25s ease;}
@keyframes cf-fade{from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:translateY(0);}}
#career-form .cf-section-title{
  font-size:1.02rem;
  font-weight:700;
  color:#f56622;
  margin:18px 0 12px;
  padding-bottom:6px;
  border-bottom:1px solid #dfe6e1;
}
#career-form .cf-section-title:first-of-type{margin-top:0;}
#career-form label{
  font-size:.86rem;
  font-weight:600;
  color:#3a463f;
  margin-bottom:6px;
}
#career-form .form-control,
#career-form .form-select{
  border:1px solid #dfe6e1;
  border-radius:8px;
  padding:.6rem .8rem;
  font-size:.92rem;
  background:#f4f8f5;
}
#career-form .form-control:focus,
#career-form .form-select:focus{
  border-color:#2b2e9e;
  box-shadow:0 0 0 .15rem rgba(28,138,60,.15);
  background:#fff;
}
#career-form textarea.form-control{background:#f4f8f5;}
#career-form .cf-check-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px 16px;
}
#career-form .cf-check-grid.cf-cols-3{grid-template-columns:1fr 1fr 1fr;}
#career-form .form-check{
  background:#f4f8f5;
  border:1px solid #dfe6e1;
  border-radius:8px;
  padding:.55rem .8rem .55rem 2.1rem;
  margin:0;
}
#career-form .form-check-input{margin-top:.25rem;}
#career-form .form-check-input:checked{background-color:#2b2e9e;border-color:#2b2e9e;}
#career-form .form-check-label{font-size:.85rem;font-weight:500;color:#33423a;}
#career-form .cf-consent .form-check{
  background:#fff7e6;
  border-color:#f1dca0;
  padding:.7rem .9rem .7rem 2.2rem;
  margin-bottom:10px;
}
#career-form .cf-nav{
  display:flex;
  justify-content:space-between;
  margin-top:26px;
}
#career-form .cf-btn{
  border:none;
       padding: 10px 20px;
    border-radius: 20px;
  
  font-weight:600;
  font-size:.92rem;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
#career-form .cf-btn-next,
#career-form .cf-btn-submit{
  background: linear-gradient(120deg, #2a2e9f 0%, #0b0105 60%, #000000 100%);
  color:#fff;
}
#career-form .cf-btn-next:hover,
#career-form .cf-btn-submit:hover{background: #f76522;color:#fff;}
#career-form .cf-btn-prev{
  background:#fff;
  color:#48564f;
  border:1px solid #dfe6e1;
}
#career-form .cf-btn-prev:hover{background:#f1f3f1;}
#career-form .cf-required{color:#d9534f;}
#career-form .cf-doc-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px 16px;
}
#career-form .cf-file-item{
  background:#f4f8f5;
  border:1px solid #dfe6e1;
  border-radius:8px;
  padding:.7rem .9rem;
}
#career-form .cf-file-item label.cf-file-label{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:.85rem;
  font-weight:600;
  color:#33423a;
  margin-bottom:8px;
}
#career-form .cf-file-item label.cf-file-label i{color:var(--cf-green);}
#career-form .cf-file-input-wrap{
  position:relative;
}
#career-form .cf-file-item input[type="file"]{
  width:100%;
  font-size:.8rem;
  border:1px dashed #dfe6e1;
  border-radius:6px;
  padding:.45rem .6rem;
  background:#fff;
  color:#5d6b62;
}
#career-form .cf-file-item input[type="file"]::file-selector-button{
  background:var(--cf-green);
  color:#fff;
  border:none;
  border-radius:5px;
  padding:.35rem .8rem;
  font-size:.78rem;
  font-weight:600;
  margin-right:10px;
  cursor:pointer;
}
#career-form .cf-file-item input[type="file"]::file-selector-button:hover{background:var(--cf-green-dark);}
#career-form .cf-file-hint{
  font-size:.72rem;
  color:#8a948e;
  margin-top:5px;
  display:block;
}


@media (max-width:600px){
  #career-form{padding:22px 16px;}
  #career-form .cf-check-grid{grid-template-columns:1fr;}
  #career-form .cf-check-grid.cf-cols-3{grid-template-columns:1fr;}
  #career-form .cf-doc-list{grid-template-columns:1fr;}
  #career-form .cf-step .cf-label{display:none;}
}






#suncorp-form{
  max-width:820px;
  margin:30px auto;
  background:#fff;
  border-radius:14px;
  box-shadow:0 8px 30px rgba(0,0,0,.08);
  padding:34px 38px 28px;
  font-family:'Segoe UI', Roboto, Arial, sans-serif;
  color:#1f2a24;
}
#suncorp-form .sf-title{
      font-size: 30px;
    font-weight: 700;
    color: #292e9d;
    margin-bottom: 22px;
    text-align: center;
}
#suncorp-form .sf-subtitle{
  font-size:.95rem;
  color:#5d6b62;
  font-weight:600;
  margin-bottom:22px;
}
#suncorp-form .sf-steps{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  margin-bottom:8px;
  position:relative;
}
#suncorp-form .sf-step{
  flex:1;
  text-align:center;
  position:relative;
  z-index:2;
}
#suncorp-form .sf-step .sf-circle{
  width:34px;height:34px;border-radius:50%;
  background:#e9eee9;color:#7c8a80;
  display:flex;align-items:center;justify-content:center;
  font-weight:700;margin:0 auto 6px;
  border:2px solid #e9eee9;
  transition:.25s;
  font-size:.85rem;
}
#suncorp-form .sf-step.active .sf-circle{
  background:#292e9d;
  border-color:#292e9d;
  color:#fff;
}
#suncorp-form .sf-step.done .sf-circle{
  background:#292e9d;
  border-color:#292e9d;
  color:#fff;
}
#suncorp-form .sf-step .sf-label{
  font-size:.68rem;
  color:#7c8a80;
  font-weight:600;
  line-height:1.2;
  max-width:80px;
  margin:0 auto;
}
#suncorp-form .sf-step.active .sf-label{color:#292e9d;}
#suncorp-form .sf-line{
  position:absolute;
  top:17px;left:0;right:0;
  height:2px;
  background:#e9eee9;
  z-index:1;
}
#suncorp-form .sf-line-fill{
  position:absolute;
  top:0;left:0;
  height:2px;
  background:#292e9d;
  transition:.3s;
  z-index:1;
}
#suncorp-form .sf-stepof{
  font-size:.85rem;
  color:#8a948e;
  font-weight:600;
  margin:26px 0 18px;
}
#suncorp-form .sf-panel{display:none;}
#suncorp-form .sf-panel.show{display:block; animation:sf-fade .25s ease;}
@keyframes sf-fade{from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:translateY(0);}}
#suncorp-form .sf-section-title{
  font-size:1.02rem;
  font-weight:700;
  color:#f66522;
  margin:18px 0 12px;
  padding-bottom:6px;
  border-bottom:1px solid #dfe6e1;
}
#suncorp-form .sf-section-title:first-of-type{margin-top:0;}
#suncorp-form label{
  font-size:.86rem;
  font-weight:600;
  color:#3a463f;
  margin-bottom:6px;
}
#suncorp-form .form-control,
#suncorp-form .form-select{
  border:1px solid #dfe6e1;
  border-radius:8px;
  padding:.6rem .8rem;
  font-size:.92rem;
  background:#f4f8f5;
}
#suncorp-form .form-control:focus,
#suncorp-form .form-select:focus{
  border-color:#292e9d;
  box-shadow:0 0 0 .15rem rgba(28,138,60,.15);
  background:#fff;
}
#suncorp-form textarea.form-control{background:#f4f8f5;}
#suncorp-form .sf-check-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px 16px;
}
#suncorp-form .sf-check-grid.sf-cols-3{grid-template-columns:1fr 1fr 1fr;}
#suncorp-form .sf-check-grid.sf-cols-4{grid-template-columns:1fr 1fr 1fr 1fr;}
#suncorp-form .form-check{
  background:#f4f8f5;
  border:1px solid #dfe6e1;
  border-radius:8px;
  padding:.55rem .8rem .55rem 2.1rem;
  margin:0;
}
#suncorp-form .form-check-input{margin-top:.25rem;}
#suncorp-form .form-check-input:checked{background-color:#292e9d;border-color:#292e9d;}
#suncorp-form .form-check-label{font-size:.85rem;font-weight:500;color:#33423a;}
#suncorp-form .sf-other-input{margin-top:6px;}
#suncorp-form .sf-consent .form-check{
  background:#fff7e6;
  border-color:#f1dca0;
  padding:.7rem .9rem .7rem 2.2rem;
  margin-bottom:10px;
}
#suncorp-form .sf-nav{
  display:flex;
  justify-content:space-between;
  margin-top:26px;
}
#suncorp-form .sf-btn{
  border:none;
        padding: 10px 20px;
    border-radius: 20px;
  
  font-weight:600;
  font-size:.92rem;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
#suncorp-form .sf-btn-next,
#suncorp-form .sf-btn-submit{
 background: linear-gradient(120deg, #2a2e9f 0%, #0b0105 60%, #000000 100%);
  color:#fff;
}
#suncorp-form .sf-btn-next:hover,
#suncorp-form .sf-btn-submit:hover{background:#f76522;color:#fff;}
#suncorp-form .sf-btn-prev{
  background:#fff;
  color:#48564f;
  border:1px solid #dfe6e1;
}
#suncorp-form .sf-btn-prev:hover{background:#f1f3f1;}
#suncorp-form .sf-btn-add{
  background:#fff;
  color:#292e9d;
  border:1px dashed #292e9d;
  font-size:.85rem;
  padding:.45rem 1rem;
}
#suncorp-form .sf-btn-add:hover{background:#f4f8f5;}
#suncorp-form .sf-required{color:#d9534f;}
#suncorp-form .sf-doc-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px 16px;
}
#suncorp-form .sf-table-wrap{overflow-x:auto;margin-bottom:10px;}
#suncorp-form table.sf-table{
  width:100%;
  border-collapse:collapse;
  min-width:640px;
}
#suncorp-form table.sf-table th{
  background:#f4f8f5;
  border:1px solid #dfe6e1;
  font-size:.78rem;
  font-weight:700;
  color:#292e9d;
  padding:8px 10px;
  text-align:left;
}
#suncorp-form table.sf-table td{
  border:1px solid #dfe6e1;
  padding:6px;
  vertical-align:top;
}
#suncorp-form table.sf-table td input,
#suncorp-form table.sf-table td textarea{
  width:100%;
  border:1px solid #dfe6e1;
  border-radius:6px;
  padding:.4rem .55rem;
  font-size:.85rem;
  background:#fff;
}
#suncorp-form table.sf-table td .sf-row-remove{
  background:none;
  border:none;
  color:#c0504d;
  font-size:.85rem;
  cursor:pointer;
  padding:4px 6px;
}

#suncorp-form .sf-file-item{
  background:#f4f8f5;
  border:1px solid #dfe6e1;
  border-radius:8px;
  padding:.7rem .9rem;
}
#suncorp-form .sf-file-item label.sf-file-label{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:.85rem;
  font-weight:600;
  color:#33423a;
  margin-bottom:8px;
}
#suncorp-form .sf-file-item label.sf-file-label i{color:var(--sf-green);}
#suncorp-form .sf-file-item input[type="file"]{
  width:100%;
  font-size:.8rem;
  border:1px dashed #dfe6e1;
  border-radius:6px;
  padding:.45rem .6rem;
  background:#fff;
  color:#5d6b62;
}
#suncorp-form .sf-file-item input[type="file"]::file-selector-button{
  background:var(--sf-green);
  color:#fff;
  border:none;
  border-radius:5px;
  padding:.35rem .8rem;
  font-size:.78rem;
  font-weight:600;
  margin-right:10px;
  cursor:pointer;
}
#suncorp-form .sf-file-item input[type="file"]::file-selector-button:hover{background:var(--sf-green-dark);}
#suncorp-form table.sf-table td .sf-row-remove:hover{color:#a33;}

@media (max-width:600px){
  #suncorp-form{padding:22px 16px;}
  #suncorp-form .sf-check-grid{grid-template-columns:1fr;}
  #suncorp-form .sf-check-grid.sf-cols-3{grid-template-columns:1fr;}
  #suncorp-form .sf-check-grid.sf-cols-4{grid-template-columns:1fr 1fr;}
  #suncorp-form .sf-doc-list{grid-template-columns:1fr;}
  #suncorp-form .sf-step .sf-label{display:none;}
}



#chairman{background-image:url(../images/bg.jpg);background-size:cover;padding:40px 0}
#chairman .row{row-gap:20px}#chairman .content{margin-left:40px}
#chairman .content h2{
      font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2b2f9f;
    padding: 0;
    text-align:center;
}
#chairman .content h2 span{color: #f86422;}

#chairman .content p{    line-height: 1.8;
    font-size: 16px;
    color: #666;
    text-align: justify;}
#chairman .content p span{display:block;text-align:left}
#chairman .content .first{margin-left:50px}
#chairman .content img{width:200px;}

@media (max-width:600px) {
#chairman .content {margin-left: 0px;}
#chairman .content h2 {font-size: 28px;}
#chairman .content .first {margin-left: 20px;}
}

#mission {
    padding: 40px 0;
    background: #ffffff;
    overflow: hidden;
}

#mission .mission-subtitle {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #f86422;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

#mission h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #2b2f9f;
}

#mission h2 span {
  color: #f86422;
}

#mission .mission-item {
    margin-bottom: 15px;
}

#mission .mission-item h4 {
   font-size: 20px;
    font-weight: 700;
    color: #2b2f9f;
    margin-bottom: 0px;
}

#mission .mission-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 3px 0;
}

#mission .mission-video {
    position: relative;
    text-align: center;
    width: 100%;
    height: 600px;
}

#mission .mission-video video {
    width: 100%;
    height:100%;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}


#future-power {
    padding: 40px 0;
    background: #ffffff;
    position: relative;
}

#future-power .future-content {
    max-width: 1100px;
    margin: 0 auto;
}

#future-power h2 {
    font-size: 35px;
    font-weight: 700;
    color: #2b2f9f;
    margin-bottom: 15px;
    line-height: 1.2;
}


#future-power h2  span {
    color: #f86422;
}

#future-power p {
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin: 0;
}

#future-power strong {
    color: #f26b21;
    font-weight: 700;
}



#products {
    padding: 50px 0;
}

#products h2{
  font-size: 35px;
    font-weight: 700;
    color: #2b2f9f;
    margin-bottom: 25px;
    line-height: 1.2;
    text-align: center;
}

#products h2 span{
  color: #f26b21;
}

/* remove link style */
#products .service-card {
    text-decoration: none;
    display: block;
}

/* box */
#products .service-box {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

/* image */
#products .service-box img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

/* title */
#products .service-box h3 {
        font-size: 20px;
    padding: 15px;
    color: #2b2f9f;
        margin: 0;
}

#products .service-box h3:hover{
  color: #f26b21;
}

/* hover ðŸ”¥ */
#products .service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}





#pd-page{
  color:#2b2e9f;
  background:#fff;
  padding:40px 0px;
}

#pd-page .pd-breadcrumb{
  font-size:.82rem;
  color:#6b7a70;
  margin-bottom:18px;
}
#pd-page .pd-breadcrumb a{color:#f26b21;text-decoration:none;font-weight:600;}
#pd-page .pd-breadcrumb a:hover{text-decoration:underline;}
#pd-page .pd-hero{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:36px;
  border-radius:18px;
  padding:30px 0;
  align-items:center;
}
#pd-page .pd-hero-img{
  width:100%;
  aspect-ratio:4/3;
  border-radius:14px;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}

#pd-page .pd-hero-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#pd-page .pd-eyebrow{
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#f26b21;
  background:#f4f8f5;
  border:1px solid #dfe6e1;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:5px 12px;
  border-radius:20px;
  margin-bottom:14px;
}
#pd-page .pd-name{
  font-size:1.9rem;
  font-weight:800;
  line-height:1.15;
  margin:0 0 8px;
  color:#2b2e9f;
}
#pd-page .pd-power{
  display:flex;
  align-items:baseline;
  gap:8px;
  margin-bottom:18px;
}
#pd-page .pd-power .pd-power-num{
  font-size:2.6rem;
  font-weight:800;
  color:#f26b21;
  line-height:1;
}
#pd-page .pd-power .pd-power-unit{
  font-size:1.1rem;
  font-weight:700;
  color:#f26b21;
}
#pd-page .pd-power .pd-power-label{
  font-size:.78rem;
  color:#6b7a70;
  font-weight:600;
  margin-left:6px;
}
#pd-page .pd-highlights{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-bottom:22px;
}
#pd-page .pd-highlight{
  display:flex;
  align-items:flex-start;
  gap:9px;
  font-size:.85rem;
  font-weight:600;
  color:#3a463f;
}
#pd-page .pd-highlight i{color:#f26b21;margin-top:2px;}
#pd-page .pd-cta-row{display:flex;gap:12px;}
#pd-page .pd-btn{
  border:none;
        padding: 10px 20px;
    border-radius: 20px;
  
  font-weight:700;
  font-size:.92rem;
  display:inline-flex;
  align-items:center;
  gap:8px;
  cursor:pointer;
  text-decoration:none;
}
#pd-page .pd-btn-primary{background: linear-gradient(120deg, #2a2e9f 0%, #0b0105 60%, #000000 100%);;color:#fff;}
#pd-page .pd-btn-primary:hover{background:#f26b21;}
#pd-page .pd-btn-ghost{background:#fff;color:#f26b21;border:1.5px solid #dfe6e1;}
#pd-page .pd-btn-ghost:hover{background:#f4f8f5;}

#pd-page .pd-spec-section{
  background:#fff;
  border-radius:18px;
  box-shadow:0 8px 30px rgba(0,0,0,.07);
  padding:32px 36px;
}
#pd-page .pd-spec-title{
  font-size:1.2rem;
  font-weight:800;
  color:#2b2e9f;
  margin:0 0 4px;
}
#pd-page .pd-spec-sub{
  font-size:.85rem;
  color:#6b7a70;
  margin-bottom:22px;
}
#pd-page table.pd-table{
  width:100%;
  border-collapse:collapse;
  font-size:16px;
}
#pd-page table.pd-table tr{border-bottom:1px solid #dfe6e1;}
#pd-page table.pd-table tr:last-child{border-bottom:none;}
#pd-page table.pd-table td{
  padding:14px 10px;
  vertical-align:top;
}
#pd-page table.pd-table td.pd-param{
  width:50%;
  font-weight:700;
  color:#f26b21;
}
#pd-page table.pd-table td.pd-param i{
  width:20px;
  text-align:center;
  margin-right:10px;
  color:#e8902f;
}
#pd-page table.pd-table td.pd-value{
  color:#33423a;
  font-weight:500;
}
#pd-page table.pd-table tr:nth-child(odd) td{background:#f4f8f5;}
#pd-page table.pd-table tr td:first-child{border-radius:8px 0 0 8px;}
#pd-page table.pd-table tr td:last-child{border-radius:0 8px 8px 0;}

#pd-page .pd-note{
  margin-top:20px;
  font-size:.78rem;
  color:#8a948e;
  display:flex;
  align-items:flex-start;
  gap:7px;
}






#related-products {
    padding: 50px 0;
    background-color: #f6f6f6;
}

#related-products h2{
  font-size: 35px;
    font-weight: 700;
    color: #2b2f9f;
    margin-bottom: 25px;
    line-height: 1.2;
    text-align: center;
}

#related-products h2 span{
  color: #f26b21;
}

/* remove link style */
#related-products .service-card {
    text-decoration: none;
    display: block;
}

/* box */
#related-products .service-box {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

/* image */
#related-products .service-box img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

/* title */
#related-products .service-box h3 {
        font-size: 20px;
    padding: 15px;
    color: #2b2f9f;
        margin: 0;
}

#related-products .service-box h3:hover{
  color: #f26b21;
}

/* hover ðŸ”¥ */
#related-products .service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}


.related-products-slider .owl-dots .owl-dot.active span {
    background: #f26b21;
    width: 30px;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(242, 107, 33, 0.4);
}

.related-products-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.related-products-slider .owl-dots .owl-dot {
    margin: 0 6px;
}

.related-products-slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #d0d0d0;
    display: block;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.related-products-slider .owl-dots .owl-dot.active span,
.related-products-slider .owl-dots .owl-dot:hover span {
    background: #f26b21;
    width: 30px;
    border-radius: 30px;
}









/* Blog Detail Section */
#blog-detail {
  background: #fff;
  padding: 40px 0;
  color: #222;
  line-height: 1.6;
}

/* Blog Image */
#blog-detail img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Blog Heading */
#blog-detail h2 {
  font-weight: 700;
  font-size: 2rem;
  color: #2c2d9e;
  margin-bottom: 0.75rem;
}

/* Post Meta (Author & Date) */
#blog-detail .post-meta {
  font-size: 0.9rem;
  color: #6c757d;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

#blog-detail .post-meta i {
  margin-right: 0.35rem;
  color: #f26b21;
}

#blog-detail .post-meta .author,
#blog-detail .post-meta .date {
  display: flex;
  align-items: center;
}

/* Paragraphs */
#blog-detail article p {
      margin-bottom: 20px;
    font-size: 17px;
    color: #666;
    line-height: 1.8;
    text-align: justify;
}

/* Sidebar Styling */
#blog-detail .sidebar {
  background-color: #f06a2c33;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px #f06a2c33;
  position: sticky;
  top: 120px
}

/* Sidebar Heading */
#blog-detail .sidebar h4 {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  border-left: 4px solid #2b2f9f;
  padding-left: 1rem;
  color: #2b2f9f;
}

/* Recent Posts */
#blog-detail .recent-post {
  transition: background-color 0.3s ease;
  padding: 8px 6px;
  border-radius: 6px;
  align-items: center;
}

#blog-detail .recent-post:hover {
  background-color: #ef7234;
}

/* Recent Post Images */
#blog-detail .recent-post img.post-thumb {
  border-radius: 6px;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

/* Recent Post Links */
#blog-detail .recent-post a {
  color: #666;
  text-decoration: none;
  font-size: 1rem;
}

#blog-detail .recent-post a:hover {
  color: #2b2f9f;
  text-decoration: underline;
}

/* Date Text */
#blog-detail .recent-post small {
  font-size: 0.8rem;
  color: #999;
}

/* Responsive */
@media (max-width: 767.98px) {
  #blog-detail .sidebar {
    margin-top: 2rem;
  }
}


/*=========================
DIRECTORS
=========================*/

#directors{
    padding:60px 0;
    background:#fff;
    position:relative;
    overflow:hidden;
}

#directors::before{
    content:"";
    position:absolute;
    left:-120px;
    top:120px;
    width:220px;
    height:220px;
    background:#f26b2115;
    transform:rotate(45deg);
}

#directors::after{
    content:"";
    position:absolute;
    right:-100px;
    bottom:80px;
    width:200px;
    height:200px;
    background:#2b2f9f12;
    transform:rotate(45deg);
}

#directors .section-subtitle{
    color:#f26b21;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    display:inline-block;
    margin-bottom:10px;
}

#directors .section-title{
    font-size:48px;
    font-weight:800;
    color:#2b2f9f;
}

#directors .section-title span{
    color:#f26b21;
}

#directors .director-card{
    background:#fff;
    text-align:center;
    padding:25px;
    border-radius:15px;
    transition:.4s;
    position:relative;
    z-index:2;
}

#directors .director-card:hover{
    transform:translateY(-10px);
}

#directors .director-img{
    width:260px;
    margin:0 auto 25px;
    position:relative;
}

#directors .director-img::before{
    content:"";
    position:absolute;
    top:-10px;
    left:-10px;
    right:10px;
    bottom:10px;
    border:5px solid #f26b21;
    z-index:0;
}

#directors .director-img img{
    position:relative;
    z-index:1;
    width:100%;
    height:300px;
    object-fit:cover;
    background:#fff;
}

#directors h3{
    font-size:23px;
    color:#2b2f9f;
    font-weight:800;
    margin-bottom:5px;
    text-transform:uppercase;
}

#directors h6{
    color:#2b2f9f;
    font-size:16px;
    font-weight:700;
    position:relative;
    display:inline-block;
    padding-bottom:12px;
    margin-bottom:18px;
}

#directors h6::after{
    content:"";
    width:70px;
    height:3px;
    background:#f26b21;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:0;
}

#directors p{
    color:#666;
    line-height:1.8;
    font-size:16px;
}


@media(max-width:576px){

#directors .section-title{
    font-size:28px;
}

#directors .director-img{
    width:190px;
}

#directors .director-img img{
    height:240px;
}
#directors h3 {
    font-size: 20px;
}
#hero-section .hero-tag {
    font-size: 13px;}
}