/* =========================================
   1. FONTS (Optimized - Only used weights)
   ========================================= */

/* Regular (400) */
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Regular.eot");
  src: url("../fonts/DMSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DMSans-Regular.woff2") format("woff2"),
    url("../fonts/DMSans-Regular.woff") format("woff"),
    url("../fonts/DMSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium (500) */
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Medium.eot");
  src: url("../fonts/DMSans-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DMSans-Medium.woff2") format("woff2"),
    url("../fonts/DMSans-Medium.woff") format("woff"),
    url("../fonts/DMSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* SemiBold (600) */
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-SemiBold.eot");
  src: url("../fonts/DMSans-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DMSans-SemiBold.woff2") format("woff2"),
    url("../fonts/DMSans-SemiBold.woff") format("woff"),
    url("../fonts/DMSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Bold (700) */
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Bold.eot");
  src: url("../fonts/DMSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DMSans-Bold.woff2") format("woff2"),
    url("../fonts/DMSans-Bold.woff") format("woff"),
    url("../fonts/DMSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ExtraBold (800) */
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-ExtraBold.eot");
  src: url("../fonts/DMSans-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DMSans-ExtraBold.woff2") format("woff2"),
    url("../fonts/DMSans-ExtraBold.woff") format("woff"),
    url("../fonts/DMSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Black (900) - Kept for very heavy headings if needed */
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Black.eot");
  src: url("../fonts/DMSans-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DMSans-Black.woff2") format("woff2"),
    url("../fonts/DMSans-Black.woff") format("woff"),
    url("../fonts/DMSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* =========================================
   2. GENERAL STYLES
   ========================================= */
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #363636;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, form, figure {
  margin: 0;
  padding: 0;
}

a {
  color: #363636;
  text-decoration: none;
}

.w-90 {
  width: 87% !important;
}

/* =========================================
   3. HEADER
   ========================================= */
.header-top {
  background-image: linear-gradient(125deg, #fcb216 50%, #183863 0%);
  background: #183863;
  padding: 12px 0;
}

.header-top-wrap {
  display: flex;
  justify-content: space-between;
}

.header-top-wrap a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 400;
  padding: 0 5px;
}

.top-social {
  display: flex;
}

.socials {
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
}

.socials i {
  font-size: 20px !important;
  font-weight: 500;
}

.header-top-wrap a i {
  font-size: 18px;
  padding-right: 10px;
}

.top-email {
  display: flex;
  align-items: center;
}

.top-email a {
  margin-right: 40px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
}

.top-email a:last-child {
  margin-right: 0px;
}

.top-email a span {
  font-weight: 800;
  font-size: 22px;
}

.top-email a i {
  font-size: 18px;
  color: #e60000;
}

header {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 20px 0 0px 0;
}

header .row {
  background: #16202c;
  padding: 20px 30px;
  border-radius: 20px;
}

.header-left-con {
  display: flex;
  align-items: center;
  justify-content: end;
}

.tn-ph {
  color: #e60000;
  font-size: 26px;
  margin-right: 20px;
}

.tn-ph a {
  padding-right: 10px;
}

.nav-wrap ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.nav-wrap ul li {
  list-style: none;
}

.page-template-home-page .nav-wrap ul li a {
  color: #fff;
}

.nav-wrap ul li a {
  font-size: 18px;
  list-style: none;
  padding: 0 20px;
  color: #183863;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.nav-wrap-last {
  overflow: hidden;
  border-radius: 5px;
}

.nav-wrap-last a {
  padding: 12px 30px;
  display: table;
}

/* Header Buttons */
.cssbuttons-io {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  background: linear-gradient(to right, #fcb216, #183863);
  color: #fff;
  overflow: hidden;
}

.cssbuttons-io span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: inline-flex;
  align-items: center;
}

.cssbuttons-io::before,
.cssbuttons-io::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cssbuttons-io::before {
  content: "";
  background: #183863;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.cssbuttons-io:hover::before {
  transform: translate3d(100%, 0, 0);
}

.cssbuttons-io:active {
  transform: scale(0.95);
}

/* =========================================
   4. BANNER SECTION
   ========================================= */
#banner-section {
  position: relative;
  z-index: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  background-size: cover;
  background-image: linear-gradient(90deg, #e5eff3 70%, #bad5e8 0%);
}

#banner-section .banner-content {
  position: relative;
  width: 100%;
  height: 100%;
}

#banner-section .banner-content .row {
  align-items: center;
  height: 100%;
}

#banner-section .w-90 {
  height: 100%;
}

#banner-section .banner-content h1 {
  position: relative;
  font-size: 56px;
  line-height: 70px;
  color: #16202c;
  margin-bottom: 15px;
  font-weight: 800;
}

#banner-section .banner-content h1 span {
  position: relative;
  color: #ed1c25;
}

#banner-section .banner-content h1 span::after {
  content: "";
  width: 280px;
  position: absolute;
  opacity: 1;
  border-top: 5px solid #ed1c25;
  border-radius: 30%;
  z-index: -1;
  left: 0px;
  bottom: -40px;
  padding-bottom: 40px;
}

#banner-section .banner-content p {
  font-size: 26px;
  line-height: 45px;
  color: #16202c;
  width: 100%;
  font-weight: 400;
  margin-top: 40px;
}

.banner-content .banner-btn a {
  color: #fff;
  background-color: #ed1c25;
  border-radius: 30px;
  margin-top: 40px;
  display: table;
  padding: 12px 30px;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.banner-content .banner-btn a:hover {
  background-color: #000;
}

.banner-down {
  position: relative;
  bottom: -30px;
  left: 0;
}

.banner-down a {
  font-size: 60px;
}

.banner-down i {
  animation-name: move_around;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  pointer-events: none;
  color: #16202c;
}

@keyframes move_around {
  0% { transform: translatey(0); }
  50% { transform: translatey(-12px); }
  100% { transform: translatey(0); }
}

.home-btn {
  margin-top: 25px;
  display: flex;
}

.home-btn a {
  padding: 12px 30px 14px 30px;
  border: 1px solid #fcb216;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  text-align: center;
  font-size: 16px;
  transition: 0.3s;
  z-index: 1;
  color: #fcb216;
}

.home-btn a i {
  margin-left: 10px;
}

.home-btn a::before {
  content: "";
  width: 0;
  height: 400%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fcb216;
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}

.home-btn a:hover::before {
  width: 105%;
}

.home-btn a:hover {
  color: #fff;
}

#banner-section h5::before {
  content: "";
  color: #e60000;
  animation: profile 10s infinite;
  font-size: 20px;
  font-weight: 600;
}

@keyframes profile {
  0% { content: "Want to cut your electricity bill by up to 90%?"; }
  50% { content: "உங்கள் EB பில்லை 90% வரை குறைக்க வேண்டுமா?"; }
  100% { content: "നിങ്ങളുടെ വൈദ്യുതി ബിൽ 90% വരെ കുറയ്ക്കണോ?"; }
}

/* Banner Swiper Buttons */
#banner-section .swiper-button-next,
#banner-section .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #fffcfc;
  color: #b87359;
  border-radius: 50px;
  opacity: 0.4;
}

#banner-section .swiper-button-next::after,
#banner-section .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 600;
}

#banner-section .swiper-button-next:hover,
#banner-section .swiper-button-prev:hover {
  opacity: 1;
}

#banner-section .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  transition: all 0.6s ease-in-out;
  border-radius: 2px;
  background-color: #fff;
  opacity: 1;
}

#banner-section .swiper-pagination-bullet-active {
  background: #fcb216;
  width: 35px;
}

/* =========================================
   5. ABOUT SECTION
   ========================================= */
article, footer {
  position: relative;
  background: #fff;
}

.about-section {
  padding: 100px 0 50px 0;
  position: relative;
  overflow: hidden;
}

.about-section .w-90 {
  width: 75% !important;
}

.about-max-two {
  position: relative;
  z-index: 1;
  padding-right: 50px;
}

.about-two .about-year .about-year-info {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  right: 0px;
  bottom: 60px;
  z-index: 1;
  display: flex;
  align-items: center;
  left: 60px;
}

.about-two .about-year .about-year-info span {
  display: block;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  border-right: 4px solid #183863;
  margin-right: 14px;
  padding-right: 10px;
}

.about-two .about-year .about-year-info p {
  font-size: 16px;
  margin-bottom: 0px;
  color: #b9b9b9;
  letter-spacing: 1px;
}

.about-max-two:after {
  content: "";
  background-color: #183863;
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0;
  bottom: 50%;
  width: 75%;
}

.about-max-two:before {
  background-image: url(../img/bg-dott2.png);
  content: "";
  position: absolute;
  z-index: -1;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 45%;
}

.about-max-two .about-max-two-media {
  padding: 40px 0px 40px 40px;
}

.about-max-two .about-max-two-media img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.about-section-two-right .section-head {
  margin-bottom: 40px;
}

.about-section-two-right .ab-two-info p {
  margin-bottom: 30px;
}

.wt-small-separator {
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.wt-small-separator-outer h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.wt-small-separator-outer h2 {
  font-size: 46px;
  margin-bottom: 30px;
  font-weight: 800;
}

.wt-small-separator-outer h2 span {
  color: #ed1c25;
  font-weight: 800;
}

.wt-small-separator-outer p {
  font-size: 22px;
  line-height: 36px;
  text-align: justify;
  margin-bottom: 10px;
}

.wt-small-separator-outer p b {
  font-size: 22px;
}

.about-row {
  align-items: center;
}

.about-section-two-right {
  padding-left: 30px;
}

.abt-btn {
  margin-top: 50px;
}

.abt-btn a {
  background-color: #ed1c25;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 15px 40px;
  font-size: 18px;
}

.abt-btn a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 0;
  transition: all 0.25s ease-in-out;
  background: #363636;
  z-index: -1;
}

.abt-btn a:hover::after {
  width: 100%;
  height: 100%;
}

.abt-btn a i {
  margin-left: 10px;
  rotate: -45deg;
  transition: all 0.3s ease-in-out;
}

.abt-btn a:hover i {
  rotate: 0deg;
}

.about-section::before {
  background: url(https://ads.kondaas.com/wp-content/uploads/2026/01/demo-elearning-04.webp);
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  position: absolute;
  content: "";
  height: 100%;
  width: 200px;
  bottom: 10px;
  opacity: 0.07;
  background-size: contain;
}

/* Animations */
.bounce-animate4 {
  animation: float-bob4 5s linear infinite;
}

@keyframes float-bob4 {
  0% { transform: translateY(-50px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(-50px); }
}

.about-three-left-box {
  position: relative;
  height: 100%;
  padding: 0 40px 80px 80px;
}

.about-three-left-box .fid-style-box {
  position: absolute;
  width: auto;
  left: 0px;
  z-index: 1;
  top: 105px;
}

.pbminfotech-ele-fid-style-4 .pbmit-fld-contents {
  display: inline-block;
  text-align: center;
  background-color: #ed1c25;
  padding: 30px 35px;
  border-radius: 15px;
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-inner {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #fff;
}

.pbminfotech-ele-fid-style-4 .pbmit-fid span {
  margin-left: -10px;
}

.pbminfotech-ele-fid-style-4 .pbmit-fid-title {
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.about-three-left-box .about-first-img img {
  border-radius: 30px;
}

.about-three-left-box .about-second-img {
  position: absolute;
  width: auto;
  max-width: 100%;
  right: -10px;
  bottom: 0;
}

.about-three-left-box .about-second-img .img-wrap {
  position: relative;
  padding: 20px 0px 0px 20px;
  border-radius: 20px 0px 0px 0px;
  background-color: #fff;
}

.about-three-left-box .about-second-img img {
  border-radius: 20px;
  width: 400px;
  height: 300px;
}

.about-three-left-box .about-second-img .img-wrap::before,
.about-three-left-box .about-second-img .img-wrap::after {
  content: "";
  position: absolute;
  background-color: transparent;
  height: 40px;
  width: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 20px 0 0 #fff;
  top: -40px;
  right: 50px;
}

.about-three-left-box .about-second-img .img-wrap::before {
  bottom: 80px;
  top: auto;
  left: -20px;
}

/* =========================================
   6. TABS & FEATURES
   ========================================= */
.tab-banner-wrap {
  background: #e60000;
  overflow: hidden;
}

.tab-banner-wrap ul {
  list-style: none;
  display: flex;
  margin: 0;
  justify-content: space-between;
  width: 100%;
}

.tab-banner-wrap ul li {
  width: 33.33%;
  text-align: center;
}

.tab-banner-wrap ul li a {
  padding: 20px 10px;
  display: table;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  width: 100%;
}

.tab-banner-wrap ul li.active,
.tab-banner-wrap ul li:hover {
  background: #16202c;
}

.new-spl-sec {
  padding: 120px 0;
}

.new-spl-sec .pbmit-border-wrapper {
  transition: all 0.4s ease-in;
  text-align: center;
  background: #ed1c25;
  padding: 50px 30px;
  border-radius: 30px;
}

.new-spl-sec .why-choose-wrapper {
  overflow: hidden;
  z-index: 1;
  height: -webkit-max-content;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: transform 0.4s ease;
  border-radius: 20px;
  border: 2px solid #ffffffc9;
}

.new-spl-sec .why-choose-with-hover-img .why-choose-in-wrapper,
.new-spl-sec .why-choose-with-hover-img .why-choose-hover-img {
  transition: transform 0.4s ease;
}

.new-spl-sec .why-choose-hover-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

.new-spl-sec .pbmit-border-wrapper:hover .why-choose-with-hover-img .why-choose-hover-img {
  visibility: visible;
  transform: translateX(0%);
}

.new-spl-sec .pbmit-border-wrapper:hover .why-choose-with-hover-img .why-choose-in-wrapper {
  transform: translateX(100%);
}

.pbmit-border-wrapper img {
  height: 100px;
  padding: 20px;
}

.new-spl-sec .pbmit-border-wrapper h4 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

/* =========================================
   7. PRODUCTS
   ========================================= */
#product-wrap {
  padding: 80px 0;
  position: relative;
  background: url(../img/transparent_bg.png);
}

#product-wrap .swiper {
  width: 100%;
  height: 100%;
}

.product-wrap-top {
  text-align: center;
}

.product-wrap-top .main-title {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 800;
  font-size: 50px;
  color: #16202c;
}

.main-title-content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

#product-wrap .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#product-wrap .swiper-slide img {
  display: block;
  width: auto;
  height: 300px;
  object-fit: contain;
  margin: 0 auto;
  background: #fff;
}

.main-title {
  font-size: 40px;
  color: #0e3755;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.product-item {
  overflow: hidden;
  border: 1px solid #ddd;
}

.product-item-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}

.product-item:hover img {
  scale: 1.1;
}

.product-item-img p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.product-item-content {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  background: #16202c;
  height: 100px;
  align-items: center;
}

.product-item-img {
  position: relative;
  z-index: 1;
}

.product-item:hover .product-item-img::after {
  width: 0;
  height: 0;
}

.product-item-content a i {
  color: #fff;
  margin-left: 20px;
}

#product-wrap .swiper-wrapper {
  padding: 50px 0px 70px 0;
}

#product-wrap .swiper-pagination-bullet {
  width: 15px;
  height: 8px;
  transition: all 0.6s ease-in-out;
  border-radius: 0;
  background-color: #1838634a;
  opacity: 1;
}

#product-wrap .swiper-pagination-bullet-active {
  background: #16202c;
  width: 35px;
}

/* =========================================
   8. WHAT WE DO
   ========================================= */
#what-we-do-wrap {
  padding: 150px 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.62) 100%),
    url(https://soleil.axiomthemes.com/wp-content/uploads/2022/11/portfolio-image7.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.what-we-do-video {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.what-we-do-video a {
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 30px;
}

.what-we-do-video i {
  color: #fff;
  font-size: 65px;
  font-weight: 200;
  margin: 0px -2px -2px -2px;
}

.what-we-do-inner p {
  font-size: 20px;
  line-height: 40px;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% { box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5); }
  100% { box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); }
}

.what-we-do-inner .main-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 60px;
  text-transform: capitalize;
}

.product-wrap-top .main-title span {
  color: #ed1c25;
}

/* =========================================
   9. SOLAR SECTIONS (Commercial / Park)
   ========================================= */
#commercial-solar {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 80px 0;
}

.commercial-solar-left {
  padding-right: 40px;
}

.commercial-solar-inner h2 {
  font-size: 46px;
  margin-bottom: 30px;
  font-weight: 800;
}

.commercial-solar-inner h2 span {
  color: #e21f20;
}

.commercial-solar-inner p {
  font-size: 20px;
  line-height: 34px;
  text-align: justify;
  margin-bottom: 10px;
}

#commercial-solar .commercial-solar-right::before {
  background: #bad5e8;
  content: "";
  position: absolute;
  width: 1000px;
  height: 1000px;
  top: 0;
  right: -400px;
  z-index: -1;
}

#commercial-solar::before {
  background: url(https://ads.kondaas.com/wp-content/uploads/2026/01/about-right-shape.png);
  background-repeat: no-repeat;
  left: 0;
  top: 0px;
  position: absolute;
  content: "";
  height: 100%;
  width: 200px;
  bottom: 10px;
  background-size: contain;
  opacity: 0.07;
}

#solar-park {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#solar-park::after {
  background: url(https://ads.kondaas.com/wp-content/uploads/2026/01/demo-medical-pattern.png);
  content: "";
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  position: absolute;
  content: "";
  height: 100%;
  width: 300px;
  bottom: 10px;
  opacity: 0.07;
  background-size: contain;
}

#solar-park .commercial-solar-left {
  padding: 0 0 0 40px;
}

#solar-park .commercial-solar-right::before {
  background: #e5eff3;
  content: "";
  position: absolute;
  width: 1000px;
  height: 1000px;
  top: 0;
  left: -400px;
  z-index: -1;
}

.commercial-solar-inner img {
  border-radius: 20px;
}

/* =========================================
   10. WHY KONDAAS
   ========================================= */
#why-kondass {
  padding: 80px 0;
}

#why-kondass h3 {
  font-weight: 600;
  font-size: 20px;
  margin: 5px 0 0px 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#why-kondass .why-kondass-inner p {
  font-size: 18px;
}

.why-kondass-inner {
  margin-top: 50px;
}

.why-item {
  text-align: center;
  padding: 30px;
  box-shadow: 0 0 16px #ddd;
  margin: 0 0 30px 0;
  border-radius: 10px;
  border-bottom: 2px solid #fff;
}

.why-item:hover {
  border-bottom: 2px solid #ed1c25;
}

.why-item svg {
  width: 100px;
  height: 100px;
  fill: #ed1c25;
  margin-bottom: 10px;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 20px;
}

/* =========================================
   11. FORM SECTION
   ========================================= */
#form-boxx {
  padding: 50px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid #e6000042;
  box-shadow: 0 0 16px #0003;
}

#form-boxx .gform-theme--foundation .gform_fields {
  row-gap: 20px;
}

#form-boxx label {
  font-size: 18px !important;
}

#form-boxx .gform_required_legend {
  display: none;
}

#form-boxx .ginput_container select,
#form-boxx .ginput_container input {
  font-size: 15px !important;
  padding: 12px 20px !important;
  line-height: unset !important;
  min-height: auto !important;
  height: auto !important;
  border: 1px solid #c3c3c3 !important;
  border-radius: 5px !important;
  outline: none !important;
}

#form-boxx p {
  font-size: 16px !important;
  margin-top: 0 !important;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

#form-boxx h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 800;
}

#gform_submit_button_1 {
  background: #e60000;
  font-size: 16px;
  padding: 10px 30px;
  font-weight: 700;
  outline: none;
  border-radius: 5px;
}

.gform_validation_errors {
  display: none !important;
}

.iti__selected-country {
  height: 100% !important;
  outline: none !important;
}

#form-boxx .ginput_container #input_1_3 {
  padding: 3px 20px 3px 40px !important;
  display: flex;
  align-items: center;
  height: 45px !important;
}

.banner-section-left {
  padding-right: 30px;
}

.banner-section-right {
  margin: 150px 0 60px 0;
}

.banner-section-left h5 {
  margin-bottom: 10px;
}

.logo {
  display: flex;
  align-items: center;
}

.adani-logo {
  height: 60px;
  margin-left: 10px;
  border-radius: 5px;
}

/* =========================================
   12. CONTACT & FOOTER
   ========================================= */
#contact-wrap {
  position: relative;
  background: url(https://kondaas.com/wp-content/uploads/2025/09/red-gradient.webp);
  padding: 40px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-wrap-inner {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 20px;
  justify-content: space-between;
}

.contact-wrap-inner h3 {
  font-size: 40px;
  line-height: 50px;
  width: 80%;
  color: #fff;
  font-weight: 700;
}

.contact-wrap-inner a {
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.contact-wrap-inner a:hover {
  background: #e21f20;
  color: #f7f7f7;
  border: 1px solid #e21f20;
}

footer {
  padding: 60px 0 20px 0;
  background: #0b0b0b;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer-sec-2 {
  padding-left: 50px;
}

.footer-sec p b {
  font-size: 20px;
}

.foot-logo-wrap {
  margin-bottom: 30px;
}

.foot-logo-wrap img {
  height: 60px;
  margin-bottom: 5px;
}

.foot-logo-wrap p {
  margin-bottom: 20px;
}

.footer-sec p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  display: flex;
  align-items: start;
  flex-direction: column;
  padding-left: 10px;
}

.footer-sec .adress {
  margin-bottom: 10px;
  display: flex;
}

.footer-sec .call a {
  margin: 0 0 10px 0;
  display: table;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
}

.footer-sec .call a i {
  margin-right: 8px;
  color: #ed1c25;
}

.footer-sec i {
  color: #ed1c25;
  margin-right: 5px;
  line-height: 32px;
}

/* =========================================
   13. MEDIA QUERIES
   ========================================= */

/* Large screens (Max 1399px) */
@media (max-width: 1399px) {
  .new-spl-sec .pbmit-border-wrapper h4 {
    font-size: 22px;
  }
  .new-spl-sec .pbmit-border-wrapper {
    padding: 50px 20px;
  }
  .new-spl-sec {
    padding: 80px 0;
  }
  .product-wrap-top .main-title {
    font-size: 40px;
  }
  #why-kondass {
    padding: 60px 0;
  }
  #product-wrap {
    padding: 60px 0;
  }
  .pbmit-border-wrapper img {
    height: 90px;
    padding: 15px;
  }
  .product-item-img p {
    font-size: 17px;
  }
  #why-kondass .why-kondass-inner p {
    font-size: 17px;
    height: 80px;
    line-height: 24px;
  }
  #why-kondass h3 {
    font-size: 20px;
    height: 60px;
    line-height: 26px;
  }
  .why-item svg {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
    padding: 20px;
  }
  .contact-wrap-inner h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

/* Laptops (Max 1366px) */
@media (max-width: 1366px) {
  #banner-section .banner-content h1 {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 15px;
  }
  #banner-section .banner-content p {
    font-size: 22px;
    line-height: 36px;
    margin-top: 20px;
  }
  .wt-small-separator-outer h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 800;
  }
  #commercial-solar {
    padding: 100px 0;
    margin: 60px 0;
  }
  .commercial-solar-inner h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .pbminfotech-ele-fid-style-4 .pbmit-fid-inner {
    font-size: 40px;
    line-height: 40px;
  }
  .top-email a {
    font-size: 20px;
  }
  #solar-park::after {
    width: 200px;
  }
  #commercial-solar::before {
    width: 150px;
  }
  .about-section::before {
    width: 150px;
  }
}

/* Tablets (Max 991px) */
@media (max-width: 991px) {
  .footer-sec p b {
    font-size: 18px;
  }
  .footer-sec-2 {
    padding-left: 20px;
  }
  header {
    position: relative;
    padding: 0;
    background: #16202c;
  }
  header .row {
    padding: 20px 0px;
    border-radius: 0;
  }
  .logo {
    justify-content: center;
    margin-bottom: 10px;
  }
  .top-email {
    justify-content: center;
    width: 100%;
  }
  #banner-section {
    width: 100%;
    height: 100%;
    padding: 40px 0;
  }
  .banner-section-left {
    padding-right: 15px;
  }
  #banner-section .banner-content h1 span::after {
    content: unset;
  }
  .banner-section-right {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .about-section-two-right {
    padding-left: 0;
    margin-top: 30px;
  }
  .wt-small-separator-outer h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .wt-small-separator-outer p, .commercial-solar-inner p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .abt-btn {
    margin-top: 20px;
  }
  .abt-btn a {
    padding: 12px 30px;
    font-size: 14px;
  }
  #commercial-solar {
    padding: 80px 0;
    margin: 0px 0;
  }
  .commercial-solar-inner h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #commercial-solar .commercial-solar-right {
    margin-top: 50px;
  }
  #solar-park .commercial-solar-right {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .new-spl-sec .pbmit-border-wrapper {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .new-spl-sec {
    padding: 40px 0;
  }
  .pbmit-border-wrapper img {
    height: 70px;
    padding: 15px;
  }
  .new-spl-sec .pbmit-border-wrapper h4 {
    font-size: 18px;
  }
}

/* Mobile (Max 767px) */
@media (max-width: 767px) {
  .product-item-content {
    padding: 20px 20px;
    height: auto;
  }
  .contact-wrap-inner h3 {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }
  .why-item svg {
    width: 70px;
    height: 70px;
    padding: 15px;
  }
  .contact-wrap-inner {
    align-items: start;
    flex-direction: column;
  }
  .contact-wrap-inner a {
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 20px;
  }
  .product-wrap-top .main-title {
    font-size: 30px;
  }
  #why-kondass h3 {
    font-size: 18px;
    height: auto;
    line-height: 26px;
    margin-bottom: 5px;
  }
  #why-kondass {
    padding: 40px 0;
  }
  .main-title-content p {
    font-size: 16px;
    line-height: 28px;
  }
  #why-kondass .why-kondass-inner p {
    font-size: 16px;
    height: auto;
    line-height: 24px;
  }
  #form-boxx label {
    font-size: 15px !important;
  }
  #form-boxx .ginput_container input,
  #form-boxx .ginput_container select {
    font-size: 14px !important;
    padding: 12px 10px !important;
  }
  #form-boxx h3 {
    font-size: 16px;
  }
  #form-boxx p {
    font-size: 14px !important;
  }
  .top-email a {
    font-size: 16px;
  }
  .top-email a span {
    font-size: 17px;
  }
  .top-email a i {
    font-size: 15px;
  }
  #banner-section .banner-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  #banner-section .banner-content p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 0px;
  }
  #form-boxx {
    padding: 20px;
    border-radius: 10px;
  }
  .tab-banner-wrap ul {
    flex-direction: column;
    padding: 0;
  }
  .tab-banner-wrap ul li {
    width: 100%;
    text-align: center;
  }
  .tab-banner-wrap .container {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .about-three-left-box .about-first-img img {
    border-radius: 10px;
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
  .about-three-left-box .about-second-img {
    position: relative;
    width: auto;
    right: 0;
    bottom: 0;
  }
  .about-three-left-box .about-second-img .img-wrap {
    padding: 20px 0px 0px 0px;
    border-radius: 10px 0px 0px 0px;
  }
  .about-three-left-box {
    padding: 0 0px 20px 50px;
  }
  .about-three-left-box .about-second-img img {
    border-radius: 10px;
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .about-section {
    padding: 60px 0;
  }
  .about-section::before, .about-three-left-box .about-second-img .img-wrap::before, .about-three-left-box .about-second-img .img-wrap::after {
    content: unset;
  }
  .pbminfotech-ele-fid-style-4 .pbmit-fid-inner {
    font-size: 26px;
    line-height: 20px;
    letter-spacing: 1px;
  }
  #commercial-solar .commercial-solar-right::before {
    right: 0;
  }
  #commercial-solar {
    padding: 40px 0;
  }
  #commercial-solar .commercial-solar-left {
    padding-right: 0px;
  }
  .commercial-solar-inner img {
    border-radius: 10px;
  }
  #solar-park {
    padding: 40px 0;
  }
  #solar-park .commercial-solar-right::before {
    top: 0;
    left: 0;
  }
  #solar-park .commercial-solar-left {
    padding: 0 0 0 0px;
  }
  #solar-park .commercial-solar-right {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

/* Small Mobile (Max 525px) */
@media (max-width: 525px) {
  .tn-ph {
    font-size: 20px;
    margin-right: 5px;
  }
  .top-email a span {
    font-size: 12px;
  }
  .tn-ph a {
    padding-right: 0px;
    font-size: 12px;
  }
  .adani-logo {
    height: 40px;
  }
  .top-email a i {
    font-size: 12px;
  }
  header .w-90 {
    width: 100% !important;
  }
}