* {
    font-family: "Poppins", sans-serif !important;
}

/* body{
    background: rgb(240 241 241);
} */

.heroRow {
    display: grid;
    grid-template-columns: 65% 25%;
    justify-content: space-between;
}

.heroBannerD {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 80vh;
}

.text001 {
    width: 100%;
    overflow: hidden;
    background: #1f3c88;
    padding: 12px 0;
}

.scroll-track {
    display: flex;
    width: max-content;
    gap: 40px;
    /* 👈 UL ke beech gap */
    animation: scroll-left 15s linear infinite;
}

.scroll-text {
    display: flex;
    gap: 40px;
    /* 👈 LI ke beech gap */
    padding: 0;
    margin: 0;
}

.scroll-text li {
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 20px));
    }
}


.heroImgContent {
    position: relative;
}

.heroContent h1 {
    font-size: 40px;
    font-weight: 800;
    color: #003396;
    line-height: 60px;
}

.heroContent p {
    font-size: 18px;
}

.disbtn {
    background: linear-gradient(45deg, rgb(230 90 37), #fb9a2b);
    border: none;
    padding: 0px 10px;
    border-radius: 18px;
    box-shadow: 4px 4px 5px #00000091;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
}

.disbtn:hover {
    color: #fff;
}

.disbtn a {
    color: #fff;
    text-decoration: none;
    font-size: 35px;

}

.heroContainer {
    padding: 50px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.dispart {
    background: linear-gradient(45deg, rgb(230 90 37), #fb9a2b);
    border: none;
    padding: 0px 10px;
    border-radius: 25px;
    width: 100%;
}

.dispart a,
.disparts a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
}

.disparts {
    background: linear-gradient(45deg, rgb(230 90 37), #fb9a2b);
    padding: 0px 10px;
    border-radius: 13px;
    width: 50%;
    border: 1px solid #fff;
    box-shadow: 3px 3px 9px #0000006e;
}

.heroContent {
    padding-top: 50px;
}

.text001 {
    font-size: 18px;
    text-align: center;
    padding: 10px 0px;
    font-weight: 500;
    background: #050c6d;
    color: #fff;
    overflow: hidden;
}

.joinRow {
    display: grid;
    grid-template-columns: 50% 50%;
}

.joinContainer {
    background: rgb(230 231 232);
    padding: 20px;
    border-radius: 35px;
}

.joinIndia {
    margin: 20px;
}

.joinContentbox h2 {
    color: #003396;
    font-weight: 800;
    font-size: 45px;
}

.joinContentbox {
    padding-left: 10px;
    padding-right: 180px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}


/* @keyframes moveLeft {
    from {
        transform: translatex(0);
    }

    to {
        transform: translatex(-100%);
    }
} */

.scroller-wrappers {
    display: grid;
    grid-template-columns: repeat(20, 200px);
    gap: 10px;
}

.wcuSlides img {
    object-fit: contain;
    margin: 0 auto;
    width: 50px;
    height: 50px;
}

.wcuSH {
    font-size: 14px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
}

.wcuSP {
    font-size: 10px;
    text-align: center;
}

.wcuSlides {
    text-align: center;
}

.scroller-slides {
    padding: 6px;
    border-radius: 10px;
}

.wcuLightbg {
    background: rgb(230 231 232);
}

.wcuDarkbg {
    background: #003396;
    color: #fff;
}

.scrollbarSecont {
    margin-top: 20px;
}

.scroller-container {
    overflow: hidden;
    padding: 20px;

}

.wcuSlideBox {
    /* background: rgb(190 199 214); */
    margin: 20px;
    /* border-radius: 35px; */
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.scroller-wrappers {
    animation: moveLeft 40s linear infinite;
}

.scrollbarSecont {
    animation: moveRight 40s linear infinite;
}

@keyframes moveLeft {
    from {
        transform: translatex(0);
    }

    to {
        transform: translatex(-100%);
    }
}

@keyframes moveRight {
    from {
        transform: translatex(-100%);
    }

    to {
        transform: translatex(0);
    }
}

.wcuMainHh {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
}

.wcuSection {
    padding: 20px 0px 30px;
}

.ssssSectin {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ssssBox,
.ssssBox .container {
    position: relative;
}

.ssssBox::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(226deg, #003396, #022467cf);
    z-index: 0;
}

input::placeholder {
    color: #fff;
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 30px 0;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
    margin-top: 10px;
}

.tab-btn.active,
.tab-btn:hover {
    background: #fff;
    color: #0b0f5a;
    font-weight: 600;
}

.tab-btn {
    padding: 10px 25px;
    border-radius: 6px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.tab-content.active {
    display: block;
}

.tab-content {
    display: none;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 280px);
    gap: 25px;
}

.cards {
    transition: transform 0.3s;
    position: relative;
}

.cards img {
    width: 100%;
    border-radius: 10px;
    max-width: 100%;
}

.cardsDetails img {
    max-width: 160px;
    height: 160px;
    object-fit: contain;
}

.cardsDetails {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.productRang p {
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-top: 12px;
}

.cardText {
    color: #fff;
    padding: 20px 5px;
}

.cards h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.cards h3 span {
    background: rgb(255 255 255);
    color: #000;
    padding: 5px 30px;
    border-radius: 20px;
}

.cards p {
    font-size: 13px;
    line-height: 1.6;
    text-align: justify;
}

.headerss {
    position: relative;
}

.ssssHeading {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.ssssBox .container {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.growRow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.growInnerBox {
    background: #e6e7e8;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 3px 3px 5px #0000004a;
}

.growH {
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    color: #003396;
    padding: 15px 35px;
    padding-bottom: 0;
}

.growIBox img {
    max-width: 130px;
}

.growIBox {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.growHeading {
    font-size: 45px;
    font-weight: 800;
    text-align: center;
    color: #000;
    margin-bottom: 60px;
}

.growHeading2 {
    font-size: 45px;
    font-weight: 800;
    text-align: center;
    color: #000;
    margin-bottom: 00px;
}

.growthSection {
    position: relative;
    background: rgb(240 241 241);
    padding: 50px 20px;
    padding-bottom: 190px;
}

.growthSection::before {
    content: '';
    background-image: url(img/assets-line.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: -50px;
    z-index: 0;
}

.growContainer {
    position: relative;
}

.growbox2 .growInnerBox,
.growbox4 .growInnerBox {
    background: linear-gradient(45deg, #00205d, #003396);
    position: relative;
    bottom: -120px;
}

.growbox2 .growH,
.growbox4 .growH {
    color: #fff;
}

.growbox1 .growInnerBox {
    position: relative;
    top: 60px;
}

.growbox3 .growInnerBox {
    position: relative;
    top: 50px;
}

.growbox5 .growInnerBox {
    position: relative;
    top: -20px;
}

video#hero-video {
    border-radius: 53px;
}

.hCSection {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
}

.hCRow {
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 2%;
    justify-content: center;
}

.hcContentBox {
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.hcHeading {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.field {
    margin-bottom: 10px;
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

input,
select,
textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #b9c1f2;
    border-radius: 6px;
    font-size: 12px;
}


button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

input,
select,
textarea {
    width: 100%;
    padding: 0px 14px;
    border: 1px solid #b9c1f2;
    border-radius: 6px;
    font-size: 12px;
    height: 40px;
}

.phone-wrapper {
    display: flex;
    align-items: center;
    border-radius: 6px;
    background: #fff;
}

.phone-wrapper {
    width: 100%;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

button.disbtn.contactBtns {
    padding: 0px 0px !important;
}

button.disbtn.contactBtns a {
    font-size: 28px !important;
    font-weight: 500;
}

.submit-btn {
    display: block;
    margin: 35px auto 0;
    padding: 7px 34px;
    background: linear-gradient(45deg, rgb(230 90 37), #fb9a2b);
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: 1s;
}

.submit-btn:hover {
    background: linear-gradient(45deg, #fb9a2b, rgb(230 90 37));
}

.spoRow {
    display: grid;
    grid-template-columns: 40% 50%;
    justify-content: space-between;
}

.spoImg {
    display: flex;
    gap: 50px;
}

.spoSection {
    padding: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.spoHeadingc {
    color: #003396;
    font-weight: 800;
    font-size: 65px;
}

.spoImgI {
    position: relative;
}

.spoImgI.spoImgI1 img {
    border-radius: 30px;
    position: relative;
    top: -110px;
}

.spoImgI.spoImgI2 img {
    border-radius: 30px;
    position: relative;
    bottom: -110px;
}

.aboutRow {
    display: grid;
    grid-template-columns: 60% 40%;
}

.h2Heading {
    font-size: 45px;
    font-weight: 600;
    color: #003396;
    margin-bottom: 15px;
}

.abouttextBox p {
    font-size: 17px;
    text-align: justify;
    margin-bottom: 20px;
    padding-right: 80px;
}

.servoAboutSection {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px;
    margin: 20px;
    overflow: hidden;
}

.abouttextBox {
    padding-top: 90px;
    padding-left: 50px;
}

.aboutImgBox {
    text-align: right;
    padding-top: 70px;
}

.aboutITex {
    text-align: right;
    max-width: 90%;
}

.inhouseSection .growHeading2 {
    margin-bottom: 20px;
}

.inhouseSlider {
    overflow: hidden;
    border-radius: 12px;
}

.inhouseSlider img {
    transition: 0.5s ease-in-out;
}

.inhouseSlider:hover img {
    transform: scale(1.05);
}

.field label {
    color: #fff;
    font-size: 12px;
}

@media (max-width: 768px) {

    input,
    select,
    textarea {
        font-size: 16px !important;
        line-height: 1.3;
    }
}

.two-col.akDropDown {
    grid-template-columns: 1fr 1fr 150px;
}

.solarOnboxx {
    grid-template-columns: 1fr;
}

.inhouseGboxes {
    display: flex;
    gap: 10px;
}

.inhouseSection {
    padding: 20px;
}

.servoRow {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.servoCImg {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 20px;
}

.servoCImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.servoParContainer {
    background: #e6e7e8;
    margin: 0px 20px;
    padding: 30px 20px;
    border-radius: 50px;
    margin-top: 30px;
}

.servoPCHbH {
    font-size: 35px;
    font-weight: 600;
    color: #003396;
}

.servoPCHb {
    text-align: center;
}

.servoPCHbHp {
    padding-bottom: 30px;
    padding-top: 10px;
    font-size: 20px;
}

.servoPh {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    padding-top: 30px;
    color: #000;
}

#blueBgServoPart {
    background: #003396;
    color: #fff;
}

#blueBgServoPart .servoPCHbH {
    color: #fff;
}

#blueBgServoPart .servoCImg {
    border: 1px solid #003396;
}

.benefitsH {
    color: #003396;
    margin-bottom: 20px;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

.beniboxH {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    font-weight: 700;
    color: #000;
}

.beniboxH span {
    color: #003396;
}

.beneRa {
    color: #000;
    font-size: 18px;
    text-align: center;
}

.beneRa span {
    color: #003396;
    font-size: 24px;
    font-weight: 700;
}

.beneboxOne {
    margin-bottom: 20px;
}

.beniboxHps {
    font-size: 12px;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}

.beneRak {
    font-size: 18px;
    text-align: center;
}

.beneRak1 {
    font-size: 12px;
    text-align: center;
    color: #000;
}

#acuk3 {
    border-left: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
}

.benebox2 {
    width: 500px;
    margin: 0 auto;
}

#sgr6 {
    border-left: 1px solid #a9a9a9;
}

.pmBenifits {
    background: #c5d6f7;
    padding: 10px 10px 20px;
}

.capacityHouse {
    background: #c5d6f7;
    padding-bottom: 30px;
}

.subsidy-rates-heading h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.subsidy-rates-heading h4 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 800;
    margin-bottom: 5px;
    color: #000;
}

.subsidy-table {
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 15px;
    padding: 0 20px;
    width: 730px;
    margin: 15px auto 0;
}

.subsidy-table-head {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.subsidy-table-head label {
    color: #000000b3;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

.subsidy-table-body {
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, .3);
    display: flex;
    justify-content: space-between;
}

.subsidy-table-body label {
    color: #000000b3;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

.subsidy-units label {
    color: #000;
    font-weight: 400;
    width: 110px;
    padding: 0 15px;
    text-align: center;
}

.border {
    border-left: 1px solid rgba(0, 0, 0, .3) !important;
    border-right: 1px solid rgba(0, 0, 0, .3) !important;
    border-top: none !important;
    border-bottom: none !important;
}

.pmmodiB h2 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}

.pmtc {
    color: #003396;
}

.pmname {
    text-align: right;
}

.pmn {
    font-size: 22px;
    font-weight: 600;
    color: #003396;
}

.pmmodi .container {
    max-width: 90%;
}

.pmmodiB {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
    margin-bottom: 50px;
}

img.mapsvg {
    position: absolute;
    top: 0;
    left: -40px;
    z-index: -1;
    width: 50%;
}

.srcBox {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
}

img.mobileModiImg {
    margin-bottom: 15px;
}

.mobiletabdleBody .subsidy-table-body label {
    font-size: 12px;
    flex-basis: 50%;
    padding: 5px;
    border-right: 1px solid #000;
}

.mobiletabdleBody .subsidy-table-body label:last-child {
    border: none;
}

.mobiletabdleBody {
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 15px;
    margin: 15px auto 0;
}

.mobiletabdleBody .subsidy-table-head label {
    flex-basis: 50%;
    border-right: 1px solid #000;
}

.mobiletabdleBody .subsidy-table-head label:last-child {
    border: none;
}

input.checkBoxType.flLeft {
    height: 18px;
    width: 18px;
}

.tandc {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 40px;
}

.modelCetalogue {
    text-align: center;
}

.cataloueL {
    background: linear-gradient(45deg, rgb(230 90 37), #fb9a2b);
    color: #fff;
    text-decoration: none;
    border: none;
    padding: 4px 10px;
    border-radius: 18px;
    box-shadow: 4px 4px 5px #00000091;
    font-size: 12px;
}

.cataloueL:hover {
    color: #fff;
}

.subydybt {
    background: linear-gradient(45deg, rgb(230 90 37), #fb9a2b);
    border: none;
    padding: 10px;
    border-radius: 10px;
}

.subydybt a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.rsCs {
    padding: 20px 20px;
}

.spoSection {
    padding: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    border-radius: 30px;
    margin: 0px 20px;
    margin-bottom: 20px;
}

.restCo p {
    text-align: justify;
}

.residencialContent {
    display: grid;
    grid-template-columns: 55% 45%;
    color: #fff;
}

.restCo h3 {
    font-size: 24px;
    background: linear-gradient(45deg, rgb(230 90 37), #fb9a2b);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.restCo ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.restCo ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    margin-bottom: 5px;
}

.restCo ul img {
    max-width: 17px;
}

.strip {
    background: #003396;
    padding: 20px;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.stripText {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.stripBt {
    background: #fff;
    border: none;
    padding: 10px;
    border-radius: 10px;
}

.stripBt a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.readMoreBox {
    padding: 40px 0px;
}

.readeBoxContent h2,
.readHideContent h2 {
    color: #000;
    font-size: 25px;
}

.readHideContent h3 {
    color: #000;
    font-size: 20px;
}

.readHideContent p,
.readHideContent li {
    color: #000;
}

.readHideContent {
    overflow: hidden;
    height: 0;
    transition: height 0.4s ease;
}

.toggle-btn {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 5px;
    transition: 0.5s;
}

.toggle-btn:hover {
    background: transparent;
    color: #000;
}

.readeBoxContent p {
    text-align: justify;
}

.aboutS {
    font-size: 30px;
    font-weight: 800;
    color: #003396;
}

.aboutR p {
    color: #000;
    text-align: justify;
    font-size: 16px;
}

.aboutR {
    padding: 50px;
}

.table-container {
    width: 95%;
    margin: 40px auto;
    overflow-x: auto;
}

.table-container table {
    width: 88%;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0 auto;
}

.table-container th,
.table-container td {
    border: 1px solid #001a4d;
    padding: 10px 14px;
    text-align: left;
    vertical-align: middle;
    word-wrap: break-word;
}

.table-container thead th {
    background-color: #003396;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid #fff;
}

.table-container tbody td:first-child {
    font-weight: bold;
    background-color: #e6e6e6;
    width: 220px;
}

.table-container tbody td {
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.6;
}

.highlight {
    color: #f39c12;
    font-weight: 600;
}

@media (max-width: 768px) {

    .table-container th,
    .table-container td {
        font-size: 13px;
        padding: 12px 10px;
    }
}

h3.tableMH {
    text-align: center;
    font-weight: 600;
}

.aboutRows {
    display: grid;
    grid-template-columns: 60% 40%;
}

.abct {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-right: 40px;
}

.aboutImg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.aboutImg img {
    transition: 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutImg img:hover {
    transform: scale(1.2);
}

#hcBoxForm {
    background: #fff;
    color: #000;
    padding: 50px;
    border-radius: 50px;
    margin: 0 auto;
}

div#hCBox .hCRow {
    grid-template-columns: 55% 45%;
}

div#hCBox .hcHeading {
    color: #000;
    font-size: 30px;
    font-weight: 400;
}

div#hCBox .field label {
    color: #000;
}

.secondFoh h2 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
}

.secondFoh {
    display: flex;
    align-items: center;
    height: 100%;
}

.secForm {
    position: relative;
    padding: 0px;
    overflow: hidden;
    background-attachment: fixed;
}

.secForm::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000091;
    z-index: 0;
}

div#hCBox {
    position: relative;
    padding: 50px;
}

.faqSection h2.growHeading2 {
    margin-bottom: 20px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #003396;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed)::after {
    filter: invert(1);
}
.faqSection {
    margin-bottom: 50px;
}