:root {
  --primary-color: #212121;
  --secondary-color: #ff6300;
  --foreground-color: #121416;
  --foreground-sub-color: #898686;
  --body-text-color: #000000;
  --text-white-color: #fff;
  --body-background-color: #fff;
  --bg-offwhite-color: #F7F7F7;
  --bg-black-color: #000000;
  --bg-light-dark-color: #1a1818;
  --border-color: #ff6300;
  --open-sans-fonts: "Open Sans", sans-serif;
  --rubik-fonts: "Rubik", sans-serif;
  --inter-fonts: "Inter", sans-serif;
  --body-font-size: 1.5rem;
  --body-font-weight: 400;
  --body-line-height: 2.8rem;
  --headings-weight: 700;
  --transition: all 0.3s ease 0s;
  --container-fluid-offset: 12rem;
}


.about__content--maintitle{
    color:var(--text-white-color) !important;
}

.about__content--desc{
     color:var(--text-white-color) !important;
}


.main__header{
    background-color:#031f51;
}
.about__section, 
.deal__product--section4{
    background-color: #17171f;
    position:relative;
}

.about__section::before,
.deal__product--section4::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.khaitanpower.com/wp-content/themes/khaitan_power/assets/images/radial-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.about__section::before,
.testimonial__bg::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.khaitanpower.com/wp-content/themes/khaitan_power/assets/images/radial-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.about__section, .testimonial__bg{
            background-color: #17171f;
    position: relative;
}
.testimonial__items--desc{
    color:#ccc;
}

.tab-swiper .swiper-slide {
  width: auto; /* Let it size by content */
}
.tab__btn--link {
  white-space: nowrap; 
  margin: 0 5px;
}
.product__card--thumbnail__img .product__primary--img{
    border-radius:15px;
}
.product__card--thumbnail__img .product__secondary--img{
    border-radius:15px;
}
.banner__thumbnail--img{
    border-radius:15px;
}
.blog__card--thumbnail__img{
    border-radius:15px;
}
.product__list{
     padding:10px !important;
}
.blog__section .blog__card{
 box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); !important;
 margin:0 10px 10px 10px;
}

.blog__card--title a{
    color:var(--secondary-color) !important;
}

.content-padding{
      padding-top: 15px;
    padding-bottom: 12px;
}
.btn-padding{
    /*padding-top:30px;*/
    padding-bottom:0;
}
.categories__thumbnail--img{
    border-radius:15px;
}
.section__heading--maintitle{
 color:#FF6300;   
}
.section__heading--maintitle span{
 color:#0e0e0e;   
}
.section__heading--maintitle::before{
     position: absolute;
    left: 20px;
    bottom: 0;
    width: 15%;
    height: 2px;
    background-color:var( --secondary-color);
    content: "";
}

.detail_btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.detail_btns a {
     display:flex;
    text-align: center;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
}
.detail_btns a img{
    margin-right:8px;
}

/* WhatsApp button style */
.detail_wp {
    background-color: #25D366;
}

.detail_wp:hover {
    background-color: #1da851;
    transform: scale(1.05);
}

/* Call button style */
.detail_cll {
    background-color: #007bff;
}

.detail_cll:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}

/* Mobile: stack buttons full-width */
@media (max-width: 768px) {
    .detail_btns {
        flex-direction: column;
    }

    .detail_btns a {
        flex: none;
        width: 100%;
    }
}

 







#oem {
    background: linear-gradient(135deg, #031f51,  #031f51); /* Gradient background */
    color: #fff; /* White text for contrast */
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

#oem::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 0;
}

#oem::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    z-index: 0;
}

#oem .container {
    position: relative;
    z-index: 1;
}

#oem h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffd700; /* Gold heading */
}

#oem p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #f8f9fa;
}

.oem_img img {
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.oem_img img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.table sup{
    top:0em !important;
    line-height:2 !important;
}

