* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media (min-width:1240px) and (max-width: 1600px) {
  .about-section{
    height: 100%;
  }
}
@media screen and (max-width:1366px){
  .about-section-2{
    margin-top:30px;
  }
  .about-section{
    height: 100%;
  } 
}
@media (min-width:990px) and (max-width:1024px){
  .about-section{
    height: 100%;
  } 
  .about-section-2{
    margin-top:10px;
  }
  .about-sec-text h2{
    padding-left:0px !important;
    padding-right:0px !important;
  }
}

body {
  background-color: #142118 !important;
}

.navbar-brand {
  width: 60px !important;
  padding: 5px;
  background-color: #1c1c1c7d;
}
.about-cards {
  margin-top: 20px;
  transform: translateY(45px);
}

.partner-card {
  background-color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.text-secondary {
  color: #f1f1f1 !important;
}

.partner-card img {
  height: 65px;
  width: 180px;
  object-fit: contain;
  margin-bottom: 15px;
}

.logo-placeholder {
  height: 55px;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.logo-placeholder h4 {
  font-size: 35px;
}

.partner-card p {
  font-size: 12px;
  line-height: 15px;
  padding-left: 5px;
  color: #202020;
}

.btn-custom {
  font-size: 0.85rem;
  padding: 6px 16px;
  border-radius: 0px !important;
  align-self: flex-end;
}

.clr {
  background-color: #f6ed90;
}

.clr:hover {
  background-color: #000;
  color: #f1f1f1;
}

.about-sec-text h2 {
  font-size: 42px;
  font-weight: normal;
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 40px;
}

.section-2-c2 {
  background-color: #172d20;
  color: white;
  padding: 50px;
}

.ize-text {
  font-size: 18px;
  line-height: 36px;
  color: #ffffffe4;
  margin-bottom: 48px;
}

.standard-text {
  font-size: 18px;
  color: #ffffffe4;
  line-height: 36px;
}

.standard-heading {
  font-size: 32px;
}

.mission-text {
  font-size: 18px;
  padding-top: 10px;
}

.big-card {
  height: 580px;
}

.cam-btn {
  background-color: #f6ed90;
  padding: 10px 15px;
  border: none;
  margin-top: 60px;
}


button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
}

button {
  --primary-color: #fff;
  --hovered-color: #ffff;
  position: relative;
  display: flex;
  font-size: 16px;
  gap: 0.5rem;
  border-bottom: .5px solid white;
  align-items: center;
}

button p {
  margin: 0;
  position: relative;
  font-size:16px;
  color: var(--primary-color);
}

button::after {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: -7px;
  width: 100%;
  background: var(--hovered-color);
  transition: 0.3s ease-out;
}

button:hover::after {
  width: 100%;
}

button:hover p::before {
  width: 100%;
}

button:hover svg {
  /* transform: translateX(4px); */
  color: var(--hovered-color);
}

button svg {
  color: var(--primary-color);
  transition: 0.2s;
  position: relative;
  transform: translateX(4px);
  width: 15px;
  transition-delay: 0.2s;
}

@media screen and(max-width:991px) {
  .about-sec-text {
    margin-top: 300px;
  }
  .about-sec-text h2 {
    padding-left: 0;
    padding-right: 0;
    margin-top: 340px;
  }
  .mission-text {
    font-size: 20px;
  }
}

@media screen and(max-width:996px) {
  .about-cards {
    margin-bottom: 10px;
  }
  .about-sec-text h2 {
    font-size: 24px;
    line-height: normal;
    padding-left: 0;
    padding-right: 0;
    margin-top: 500px;
  }
}

@media screen and (max-width:768px) {
  .about-cards {
    margin-bottom: 10px;
  }
  .about-sec-text h2 {
    font-size: 28px;
    line-height: normal;
    padding-left: 0 !important;
    padding-right: 0 !important;
  
  }
 
  .mission-text {
    font-size: 18px;
    line-height: 48px;
    padding-top: 10px;
  }

  .cam-card-img {
    height: 100% !important;
  }
}

@media screen and (max-width: 575px) {
 
  .about-sec-text h2 {
    font-size: 24px;
    line-height: normal;
    padding-left: 0;
    padding-right: 0;
  }

  .mission-text {
    font-size: 18px;
  }
  .section-2-c2 {
    padding: 20px;
  }

  .section-2-c2 p {
    font-size: 18px;
  }

  .lead {
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  .hero-content h1 {
    font-size: 24px !important;
  }

  .about-sec-text h2 {
    font-size: 24px;
    line-height: normal;
  }

  .about-sec-text p {
    line-height: normal;
    font-size: 12px;
  }

  .ize-text {
    font-size: 14px;
    line-height: 26px;
  }

  .standard-heading {
    font-size: 24px;
  }

  .standard-text {
    font-size: 14px;
    line-height: 30px;
  }
}
.news-card{
  height: 496px;
}
.custom-img {
  height: 300px;
  object-fit: cover;
  border: #898787c8 solid 1px;
  border-radius: 8px;
}
.event-card-text {
  font-size: 13px;
   color: #ffffffd6;

}

.card {
  border-radius: 0px !important;
}

.card .card-img-top {
  border-radius: 0px !important;
}
.list-unstyled li{
  font-size: 13px;
  line-height: 26px;
   color: #ffffffd6;
}

/* ====================company page css start  ========================== */

.company-section {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
              url("<?= base_url('assets/images/Company.jpg'); ?>");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%; /* Better for fullscreen effect */
}


.nav-pills .nav-link.active {
  background-color: #446c50 !important;
  padding: 5px 12px;
}
.nav-pills .nav-link.Active {
  background-color: #446c50 !important;
  padding: 5px 18px;
  font-size: 20px;
}


.nav-pills .nav-link {
  border-radius: 8px;
  font-size: 18px;
  padding-left: 2px;
}

.counters p {
  margin-top: 52px;
}

.about-tab-img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.green-card-text {
  font-size: 14px;
  line-height:28px;
  color: #ffffffd4;
}

@media screen and (max-width: 768px) {
  .company-section {
    height: max-content;
  }

  .counters p {
    margin-top: 20px;
  }

  .nav-pills {
    flex-direction: row;
  }
  .hero-content h1 {
    font-size: 48px;
  }
  .lead {
    font-size: 16px;
  }
}

@media screen and (max-width: 565px) {
  .about-tab-img {
    height: 300px;
  }

  .counters p {
    margin-top: 20px;
  }
  .hero-content h1 {
    font-size: 40px;
  }
  .lead {
    font-size: 14px !important;
    font-weight: 400;
  }
  .company-paragraph p {
    font-size: 16px;
    line-height: 36px !important;
  }
}

/* =====================================product page  css  ============================== */
.product-section {
  background-image: url("<?= base_url('assets/images/Help.jpg'); ?>");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%; /* Better for fullscreen effect */
}

.prouct-main-text {
  font-size: 65px;
  margin-top: 70px;
  font-weight: bold;
  letter-spacing: 5px;
}
.product-input-col{
    margin-top:62px
}
.product-input-col a{
  color: #ffffffdf;
}

.product-input {
  padding: 10px;
  width: 100%;
  font-weight: 200;
  color: #000;
}
.product-input::placeholder{
  color: #000;
}

.faq p {
  font-size: 20x;
  line-height: 34px;
}

@media screen and (max-width: 768px) {
  .product-section {
    height: auto;
  }
  .prouct-main-text {
    font-size: 38px;
  }
}

@media screen and (max-width: 565px) {
  .product-section {
    height: auto;
  }
  .product-input-col{
    margin-left: 10px;
    margin-right: 10px;
  }
  .prouct-main-text {
    font-size: 32px;
  }
  .faq p {
    font-size: 16px;
  }
}

/* =============================Contact page csss====================================== */
.contact-section {
  background-image: url("<?= base_url('assets/images/Contact.jpg'); ?>");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80%; /* Better for fullscreen effect */
}

.contact-form {
  font-size: 12px;
  padding-left: 165px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.contact-form-input {
  padding: 15px;
  width: 100%;
  background-color: rgba(179, 185, 186, 0.76);
  outline: none;
  border: none;
}

.custm-input {
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  vertical-align: middle;
  accent-color: green;
  cursor: pointer;
}

.radio-check {
  width: 20px;
  height: 20px;
  border: 1px solid #303030;
  border-radius: 20px;
  background-color: #fff;
  appearance: none;
  cursor: pointer;
  position: relative;
}

.radio-check:checked::before {
  content: "✓";
  position: absolute;
  top: 9px;
  left: 4px;
  color: black;
  font-size:16px;
  font-weight: bold;
}

.radio-check:hover {
  background-color: #f3f3f3;
}

.contact-btn {
  background-color: rgba(194, 192, 192, 0.664);
  padding: 16px 28px;
  border: none;
  color: #000;
  font-weight: bold;
  transition: background 0.3s ease;
}

.contact-btn:hover {
  background-color: #b1afaf;
}

#contact-preference {
  /* padding: 10px; */
  border: none;
  outline: none;
  background-color: transparent;
  font-weight:400;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .contact-form {
    margin: 0 !important;
    padding-top: 50px;
    padding-left: 0px;
    margin-bottom: 50px !important;
  }

  .form-heading {
    font-size: 18px;
    font-weight: 600;
  }

  .form-check-label {
    font-size: 8px;
  }

  .radio-check {
    width: 18px;
    height: 18px;
  }

  .contact-btn {
    width: 100%;
    margin-top: 15px;
  }
}

@media screen and(max-width:565px) {
  .radio-check:checked::before {
    content: "✓";
    top: -1px;
    left: 2px;
  }
  .contact-form {
    padding-left: 0px;
  }
}

/* =======================================palns page css satrt         ======================== */
.plans-section {
  background-image: url("<?= base_url('assets/images/Plans.jpg'); ?>");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%; /* Better for fullscreen effect */
}

.plan-main-text {
  margin-top: 100px;
}

.plan-main-text h1 {
  font-size: 55px;
  color: #fff;
  line-height: 69px;
  font-weight: bold;
  letter-spacing: 3px;
}

.energy-text {
  font-size: 40px;
  line-height: 65px;
}

.plan-sec-text {
  font-size: 29px;
  line-height: 35px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.pricing-card {
  border-radius: 15px;
  padding: 10px 20px 30px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: white;
  position: relative;
  overflow: visible;
}

.pricing-card h2 {
  font-size:28px;
  margin-bottom: 10px;
  color: #fff;
}

.pricing-card h3 {
  font-size: 2.3frem;
  margin-bottom: 20px;
}

.pricing-card-1 .plan-type {
  border: 1px solid black;
}

.pricing-card .plan-type {
  display: inline-block;
  padding: 8px 20px !important;
  border-radius: 50px;
  text-align: center !important;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
  background-color: #fff;
  font-size: 1rem;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  text-align: left;
  padding-bottom: 0 !important;
}

.pricing-card ul li {
  font-size:16px;
  position: relative;
  padding-left:20px;
}

.pricing-card-2 {
  background-color: #2c9845;
}

.pricing-card-3 {
  background-color: #223e2e;
}

.pricing-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: bold;
}

.pricing-card-1 ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #000;
  font-weight: bold;
}

.btn-buy:hover {
  background-color: #f6ed90;
  color: #000;
}

.btn-buy {
  background-color: #f6ed90;
  color: #000;
  border: none;
  padding: 10px 30px;
  border-radius: 3px !important;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(15%);
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 1399px) {
  .btn-buy {
    transform: translateX(10%);
  }
}
@media screen and (max-width: 1200px) {
  .btn-buy {
    transform: translateX(-5%);
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .btn-buy {
    transform: translateX(5%);
    font-size: 14px;
  }
}
@media screen and (max-width: 412px) {
  .btn-buy {
    transform: translateX(26%);
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .plans-section {
    height: auto;
  }

  .btn-buy {
    transform: translateX(120%);
  }

  .plan-sec-text {
    font-size: 24px;
  }
}

@media screen and (max-width: 565px) {
  .btn-buy {
    transform: translateX(22%);
  }

  .plan-sec-text {
    font-size: 18px;
  }

  .energy-text {
    font-size: 22px;
  }

  .plan-main-text h1 {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 1px;
  }
}

/* ======================Products page csss======================================== */
.products-section {
  background-image: url("<?= base_url('assets/images/Products.jpg'); ?>");
   background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 90%; /* Better for fullscreen effect */
}

.product-main {
  margin-top: 200px;
}

.prod-main-text {
  padding-left: 70px;
  color: #fff;
}
@media screen and (max-width:1920px) {
  .prod-main-text {
  padding-left: 310px;
}
}
@media screen and (max-width:1680px) {
  .prod-main-text {
  padding-left:195px;
}
}
@media screen and (max-width:1440px) {
  .prod-main-text {
  padding-left:70px;
}
}
@media screen and (max-width:1366px) {
  .prod-main-text {
  padding-left:125px;
}
}
@media screen and (max-width:1280px) {
  .prod-main-text {
  padding-left:70px;
}
}
@media screen and (max-width:1024px) {
  .prod-main-text {
  padding-left:60px;
}
}

.prod-main-text h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 39px;
}

.product-cards {
  background-color: #fff;
  padding: 8px;
  gap: 5px;
  flex-wrap: wrap;
}

.p-card {
  width: 90px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
  color: white;
}

.p-card h4 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

.p-card p {
  font-size: 8px;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}

.card-ee {
  background-color: #0b5796;
}

.card-in {
  background-color: #ffbf00;
}

.card-hw {
  background-color: cornflowerblue;
}

.card-cn {
  background-color: #011b49;
}

.card-mt {
  background-color: rgb(129, 39, 129);
}

.card-re {
  background-color: #2c9845;
}

@media screen and (max-width: 768px) {
  .product-cards {
    margin-top: 10px;
  }

  .prod-main-text {
    padding-left: 50px;
  }

  .product-list li .nav-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  .product-cards {
    width: fit-content;
    display: flex;
    gap: 30px;
    justify-content: center;
  }
  .product-main {
    margin-top: 80px;
  }

  .prod-main-text {
    padding-left: 10px;
  }

  .prod-main-text h2 {
    font-size: 24px;
    padding: 10px;
  }
  .psn {
    font-size: 14px;
    font-weight: 300;
  }
  .service-heding {
    font-size: 35px;
    font-weight: 500 !important;
  }
  .service-list {
    font-size: 16px;
  }
}

.product-list li .nav-link {
  font-size: 14px;
  font-weight: 400;
  padding: 3px !important;
}

.product-cards-text {
  font-size: 28px;
  font-weight: 300;
}

.service-heding {
  font-size: 50px;
  font-weight: 600 !important;
}

.service-list {
  font-size: 18px;
  list-style: none;
  padding-left: 0;
}

.service-list li {
  position: relative;
  padding-left: 20px;
  /* spacing for dot */
}

.service-list li::before {
  content: "•";
  font-size: 10px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-70%);
}

/* ============================product 1 page css satrt========================= */
.contain {
  width: 100%;
  background-color: white;
  position: relative;
  padding: 5px;
}

.blue {
  width: 160px;
  height: 12px;
  background-color: rgb(63, 87, 153);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-82%);
}

.carousel-wrapper {
  width: 100%;
  height: auto;
  padding: 5px;
  background-color: #f8f9fa;
  border-radius: 5px;
}

.carousel-inner img {
  height: 250px;
  object-fit: cover;
}

.carousel-thumbnails {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.carousel-thumbnails button {
  border: 1px solid #000 !important;
  background: transparent;
  padding: 0;
}

.carousel-thumbnails img {
  width: 80px;
  height: 80px;
  border-radius: 0px !important;
  object-fit: cover;
  cursor: pointer;
}

.logos {
  background-color: rgba(158, 153, 153, 0.498);
  border-radius: 10px;
  width: 96%;
  height: 70px;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  flex-direction: row;
}

.logos img {
  width: 65px;
}
.pdf {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}
.pdf-icon {
  height: 100%;
  width: 30px;
  object-fit: contain;
}

.pdf-btn {
  background-color: rgb(154, 10, 10);
  color: #fff;
  font-size: 12px;
  border-radius: 0px !important;
  padding: 8px 2px;
}

.pdf-btn:hover {
  background-color: rgb(185, 33, 33);
  color: #fff;
}

.product-detail {
  border: 6px solid rgb(63, 87, 153);
  padding: 12px;
  /* Added */
  background-color: white;
  /* Optional: clearer look */
  border-radius: 5px;
  /* Optional */
}

.product-detail p {
  line-height: 36px;
  padding: 20px 0px;
  font-size: 18px;
  text-align: justify;
  /* Added */
}

.feature-link {
  display: flex;
  font-size: 14px;
  align-items: center;
  text-align: start;
  color: rgb(63, 87, 153);
  min-height: 50px;
}

.other-product-heading {
  font-size: 48px;
  margin: 40px 0px;
  color: #ffff;
}

.enquire-btn {
  background-color: rgb(63, 87, 153);
  padding: 10px 150px;
  font-size: 18px;
  border-radius: 0px !important;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .enquire-btn {
    padding: 10px 30px;
  }
}
