.breadcrumb {
    background: linear-gradient(178deg, rgb(0 0 0 / 44%) 28%, rgb(74 171 61 / 34%) 60%, rgb(74 171 61 / 33%) 100%), url(../images/contact/contact-banner.png);
    /* background: linear-gradient(178deg, rgb(0 0 0 / 75%) 28%, rgb(74 171 61 / 0%) 60%, rgb(12 30 33 / 77%) 100%), url(../images/contact/contact-banner.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.breadcrumb .breadcrumb--text {
    color: white;
}
.contact-reachout {
    padding: 0px 20px 15px;
    background: white;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
}
.contact-reachout:hover  {
    background: #eee;
}
.contact-reachout .icon i {
    font-size: 40px;
    width: 100px;
    aspect-ratio: 1;
    background: #4aab3d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 00px 200px 200px;
    color: white;
    transition: all .4s ease;
}
.contact-reachout .lable-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.contact-reachout:hover .icon i {
    background: var(--primary);
}
.contact-page {
    background: linear-gradient(180deg,rgba(13,53,42,0.6) 0%,rgba(13,53,42,0.6) 100%),url('../images/contact/banner.webp')!important;
    background-position: center;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    padding: 100px 0px;
}
.about--section.contact-page .section-content--wrap p {
    font-size: 20px;
    line-height: 30px;
}
.testimonial--section {
    /* background: linear-gradient(178deg, rgb(0 0 0 / 44%) 28%, rgb(74 171 61 / 34%) 60%, rgb(74 171 61 / 33%) 100%), url(../images/contact/contact-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}
.testimonial-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    gap: 15px;
    padding: 25px 25px 25px;
    background: white;
    border-radius: 20px;
    transition: all ease .3s;
}
.testimonial-card .title-profile {
    background: var(--secondary);
    font-weight: 600;
    font-size: 25px;
    width: 70px;
    aspect-ratio: 1;
    border-radius: 50%;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.testimonial-card .profile-title {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.testimonial-card .title-profile,
.testimonial-card .profile-title .title-stars h2 {
    font-family: var(--body-font);
}
.testimonial-card .profile-title .title-stars h2 {
    font-size: 25px;
    margin-bottom: 3px;
}
.testimonial-card .profile-title .title-stars .stars {
    font-size: 16px;
    color: #fcbf02;
}
.testimonial-card .google-img {
    position: absolute;
    width: 50px;
    aspect-ratio: 1;
    right: 10px;
    height: auto;
    top: 10px;
}
.testimonial-card .description p {
    font-size: 16px;
    line-height: 25px;
}
.testimonial--section .section-content--wrap {
    margin-bottom: 70px;
}
.testimonial--section .section-content--wrap .title {
    /* color: var(--white); */
    color: var(--black);
}
.TestimonialSwiper .swiper-slide .testimonial-card {
    transform: scale(0.9);
}
.TestimonialSwiper .swiper-slide.swiper-slide-active .testimonial-card {
    transform: scale(1);
}
.TestimonialSwiper .swiper-button-prev:after {
    transform: translateX(-300px);
    transition: all .4s ease;
    opacity: 0;
}
.TestimonialSwiper .swiper-button-next:after {
    transform: translateX(300px);
    transition: all .4s ease;
    opacity: 0;
}

.TestimonialSwiper .swiper-button-next:after,
.TestimonialSwiper .swiper-button-prev:after {
    width: 85px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    background: var(--secondary);
    color: var(--white);
    border-radius: 50%;
    border: 1px solid transparent;
}
.TestimonialSwiper .swiper-button-next:hover:after,
.TestimonialSwiper .swiper-button-prev:hover:after {
    background: var(--primary);
    border: 1px solid var(--white);
}
.TestimonialSwiper:hover .swiper-button-prev:after,
.TestimonialSwiper:hover .swiper-button-next:after {
    transform: translateX(0px);
    opacity: 1;
}
.testimonial--section .TestimonialSwiper {
    padding: 0px 15px 45px;
}
.testimonial--section .TestimonialSwiper .swiper-pagination-bullet {
    background: var(--white);
    opacity: 1;
    border: 1px solid var(--secondary);
    padding: 5px;
}
.testimonial--section .TestimonialSwiper .swiper-pagination-bullet-active {
    background: var(--secondary);
    border: 1px solid white;
    padding: 5px;
}
/* <!-- Demo styles --> */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-fit: contain;
}
.text-ellipsis-8 {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

/* Commerical CSS Start  */
.solar-sense--section .solar-sense--item {
    /* border-top: 1px dashed var(--black); */
    background: #eee;
    padding: 10px 20px;
    border-radius: 10px;
    width: max-content;
    margin-bottom: 10px;
}
.solar-sense--section .solar-sense--item:hover {
    background: var(--secondary);
}
.solar-sense--section .solar-s  {
    font-size: 16px;
}
.about-getquote-btn {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.contactus-images-banner .images {
  position: relative;
}
.contactus-images-banne  {
     font-size: 17px;
}
.about-getquote-btn {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.contactus-images-banner .images {
  position: relative;
}
.contactus-images-banner .images .ten ,
.contactus-images-banner .images .nine ,
.contactus-images-banner .images .eight ,
.contactus-images-banner .images .seven ,
.contactus-images-banner .images .six ,
.contactus-images-banner .images .center-top ,
.contactus-images-banner .images .fourth ,
.contactus-images-banner .images .third ,
.contactus-images-banner .images .second ,
.contactus-images-banner .images .first {
    position: absolute;
    border-radius: 50%;
    /* overflow: hidden; */
    aspect-ratio: 1;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    z-index: 999;
}
.contactus-images-banner .images .nine ,
.contactus-images-banner .images .eight ,
.contactus-images-banner .images .center-top ,
.contactus-images-banner .images .third ,
.contactus-images-banner .images .first {
    filter: brightness(0.95) blur(1.5px); /* slight blur + darker look */
    width: 50px;
}
.contactus-images-banner .images .ten img ,
.contactus-images-banner .images .nine img ,
.contactus-images-banner .images .eight img ,
.contactus-images-banner .images .seven img ,
.contactus-images-banner .images .six img ,
.contactus-images-banner .images .center-top img ,
.contactus-images-banner .images .fourth img ,
.contactus-images-banner .images .third img ,
.contactus-images-banner .images .second img ,
.contactus-images-banner .images .first img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.contactus-images-banner .images .ten ,
.contactus-images-banner .images .seven ,
.contactus-images-banner .images .six ,
.contactus-images-banner .images .fourth ,
.contactus-images-banner .images .second {
    width: 85px;    
    transition: all ease .4s;
    cursor: pointer;
}
.contactus-images-banner .images .ten:hover img ,
.contactus-images-banner .images .seven:hover img ,
.contactus-images-banner .images .six:hover img {
    transform: scale(1.1);
    transition: all ease .4s;
    border: 4px dotted var(--white);
    border-radius: 50%;
}
.contactus-images-banner .images .fourth:hover img ,
.contactus-images-banner .images .second:hover img {
    transform: scale(1.1);
    transition: all ease .4s;
    border: 4px dotted var(--secondary);
    border-radius: 50%;
}


.contactus-images-banner .images .first {
  top: 0px;
  left: 100px;
}
.contactus-images-banner .images .second {
  top: -50px;
  left: 300px;
}
.contactus-images-banner .images .third {
  top: 80px;
  right: -20px;
}
.contactus-images-banner .images .fourth {
  top: -40px;
  right: 190px;
}
.contactus-images-banner .images .center-top {
  top: 15px;
  left: 700px;
}
.contactus-images-banner .images .six {
  top: 150px;
  left: 40px;
}
.contactus-images-banner .images .seven {
  top: 330px;
  left: 220px;
}
.contactus-images-banner .images .eight {
  top: 320px;
  left: 450px;
}
.contactus-images-banner .images .nine {
  top: 360px;
  right: 370px;
}
.contactus-images-banner .images .ten {
  top: 250px;
  right: 100px;
}
.final-cta--content {
    padding: 80px 0px;
}
.about--section .about-thumb--wrap {
    height: 500px;
    min-height: 100%;
}
.about--section .about-thumb--wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about--section.about-detail .about-thumb--wrap {
    height: 500px;
}
.about--section.about-detail .about-thumb--wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.about-qutation {
    position: relative;
    background: #eee;
    padding: 50px;
    border-radius: 10px;
}
.about-qutation .fa-quote-left {
    position: absolute;
    top: 20px;
}
.about-qutation .fa-quote-right {
    position: absolute;
    bottom: 20px;
    right: 50px;
}
.about-qutation p {
    text-align: center;
    line-height: 30px;
}

/* Certified Patner Css Start */
.cert-slider--section {
    --primary: #12743c;
    --secondary: #4aab3d;
    background: white;
    position: relative;
    overflow: hidden;
}

.cert-slider--section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 10% 50%, rgba(18, 116, 60, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 50%, rgba(74, 171, 61, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

/* Header */
.cert-slider--subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: var(--primary);
    position: relative;
    padding-left: 40px;
}

.cert-slider--subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background: var(--primary);
}

.cert-slider--title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* Slider */
.cert-slider--wrap {
    position: relative;
}

.cert-slider--wrap::before,
.cert-slider--wrap::after {
    content: '';
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.cert-slider--wrap::before {
    left: 0;
    background: linear-gradient(90deg, white 0%, transparent 100%);
}

.cert-slider--wrap::after {
    right: 0;
    background: linear-gradient(-90deg, white 0%, transparent 100%);
}

.cert-slider--track {
    animation: certScroll 25s linear infinite;
    width: max-content;
}

.cert-slider--track:hover {
    animation-play-state: paused;
}

/* Logo Item */
.cert-slider--item {
    padding: 0 30px;
}

.cert-slider--logo {
    width: 300px;
    height: 130px;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    transition: all 0.4s ease;
}

.cert-slider--logo:hover {
    background: white;
    border-color: var(--primary);
    box-shadow: 0 15px 40px rgba(18, 116, 60, 0.15);
}

.cert-slider--text {
    font-size: 1.75rem;
    font-weight: 800;
    color: #94a3b8;
    letter-spacing: 0.05em;
    transition: all 0.4s ease;
}

.cert-slider--logo:hover .cert-slider--text {
    color: var(--primary);
}

.cert-slider--img {
    max-width: 85%;
    max-height: 90%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.4s ease;
}

.cert-slider--logo:hover .cert-slider--img {
    filter: grayscale(0%);
    opacity: 1;
}

.solar-sense--image-wrap.solar-benefit-img {
    height: 650px;
}

/* Blog Card Start  */
.blog--card .content--wrap span {
    background: var(--secondary);
    padding: 5px 20px;
    color: white;
    border-radius: 20px;
    width: fit-content;
}
.contact--section .index-form {
    background: linear-gradient(45deg, rgb(10 115 59 / 95%) 28%, rgb(74 171 61 / 85%) 60%, rgb(74 171 61 / 94%) 100%), url(../images/contact/solar-penal.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.contact--section .contactus-page.index-form {
    background: var(--white);
}
/* Animation */

/* Contact Start  */
.quote--section {
    --primary: #12743c;
    --secondary: #4aab3d;
    background: linear-gradient(90deg, #f0fdf4 0%, #ffffff 50%, #f0fdf4 100%);
    position: relative;
}
.quote--section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(180deg, rgba(18, 116, 60, 0.03) 0%, transparent 30%),
        linear-gradient(0deg, rgba(18, 116, 60, 0.03) 0%, transparent 30%);
    pointer-events: none;
}
.quote--section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 30%, rgba(18, 116, 60, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(74, 171, 61, 0.03) 0%, transparent 50%);
    pointer-events: none;
}
.quote--subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: var(--primary);
    position: relative;
    padding-left: 40px;
}
.quote--subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background: var(--primary);
}
.quote--title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.quote--lead {
    font-size: 18px;
    line-height: 1.8;
    color: #475569;
}
.quote--sublead {
    font-size: 1rem;
    color: #64748b;
}
.quote--form-wrap {
    background: white;
    border-radius: 24px;
    padding: 50px 40px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    border: 1px solid #e2e8f0;
}
.quote--group {
    position: relative;
}
.quote--label {
    /* font-size: 0.9rem;
    font-weight: 600; */
    font-size: 18px;
    font-weight: 500;
    color: #0f172a;
    text-transform: capitalize;
}
.quote--input-wrap {
    position: relative;
}
.quote--input-icon {
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary);
    font-size: 1rem;
    opacity: 0.7;
    transition: all 0.3s ease;
}
.quote--input-icon.message {
    top: 18%;
}
.quote--input,
.quote--select,
.quote--textarea {
    height: 56px;
    padding: 12px 16px 12px 48px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 1rem;
    color: #0f172a;
    background: #f8fafc;
    transition: all 0.3s ease;
}
.quote--input:focus,
.quote--select:focus,
.quote--textarea:focus {
    outline: none;
    border-color: var(--primary);
    background: white;
    box-shadow: 0 0 0 4px rgba(18, 116, 60, 0.1);
}
.quote--input:focus + .quote--input-icon,
.quote--group:focus-within .quote--input-icon {
    opacity: 1;
    color: var(--primary);
}
.quote--input::placeholder,
.quote--textarea::placeholder {
    color: #94a3b8;
}
.quote--select {
    appearance: none;
    cursor: pointer;
    padding-right: 40px;
}
.quote--select-arrow {
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary);
    font-size: 0.875rem;
    pointer-events: none;
}
.quote--textarea {
    height: auto;
    min-height: 140px;
    padding-top: 16px;
    resize: vertical;
}
.quote--textarea ~ .quote--input-icon {
    top: 24px;
    transform: none;
}
.quote--submit {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: white;
    border: none;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(18, 116, 60, 0.3);
    transition: all 0.4s ease;
}
.quote--submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(18, 116, 60, 0.4);
}
.quote--submit-icon {
    transition: transform 0.3s ease;
}
.quote--submit:hover .quote--submit-icon {
    transform: translateX(4px);
}
.quote--submit-shine {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}
.quote--submit:hover .quote--submit-shine {
    transform: translateX(100%);
}
.quote--form-wrap.contactus-page {
    padding: 0px;
    border: none;
    box-shadow: none;
}
.quote-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.contacthome-information {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.icon-title-label {
    display: flex;
    align-items: center;
    gap: 30px;
    width: fit-content;
}
.icon-title-label .label-title {
    /* display: flex;
    flex-direction: column;
    gap: 5px; */
}
.icon-title-label .icon i {
    width: 70px;
    border-radius: 50%;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    background: var(--white);
    border: 1px solid var(--primary);
    color: var(--primary);
    box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all ease .4s;
}
.icon-title-label .label-title a {
    text-decoration: underline;
    color: white;
}
.icon-title-label .label-title a:hover {
    text-decoration: none;
}
.icon-title-label:hover .icon i {
    background: transparent;
    color: var(--white);
    border: 1px solid white;
}
.footer--section {
    background-color: var(--black);
}
.footer-img {
    height: 105px;
    width: 185px;
}
.footer-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Custom Css Two Start  */
.service--section.three .section-content--wrap.two .title {
    font-size: 60px;
}

/* Reduce spacing between service cards for 4-card layout */
/* .service--section.three .service--card.four.mb-30 {
    margin-bottom: 15px !important;
} */

/* Tech Cards Hover Effects */
.tech-card {
    transition: all 0.3s ease;
}

.tech-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Certification Badges Hover Effects */
.cert-badge {
    transition: all 0.3s ease;
}

.cert-badge:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.cert-badge:hover .cert-icon {
    transform: scale(1.1);
}

.cert-icon {
    transition: transform 0.3s ease;
}

/* Stat Cards Hover */
.stat-card {
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.12) !important;
}

/* Benefit Items Hover */
.benefit-item {
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 12px;
}

.benefit-item:hover {
    background: rgba(0, 212, 170, 0.05);
}

/* Value Items Hover */
.value-item {
    transition: all 0.3s ease;
}

.value-item:hover .value-icon {
    background: rgba(0, 212, 170, 0.25) !important;
    transform: scale(1.1);
}

.value-icon {
    transition: all 0.3s ease;
}

/* Text White Opacity Classes */
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-white-70 {
    color: rgba(255, 255, 255, 0.7) !important;
}

.why-mg-icon {
    width: 50px;
    height: 50px;
    background: rgba(0, 212, 170, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.common-heading-layout {
    font-size: 60px;
}
/* Custom CSS TWO End */

.cert-slider--section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 10% 50%, rgba(18, 116, 60, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 50%, rgba(74, 171, 61, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

/* Header */
.cert-slider--subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: var(--primary);
    position: relative;
    padding-left: 40px;
}

.cert-slider--subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background: var(--primary);
}

.cert-slider--title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* Slider */
.cert-slider--wrap {
    position: relative;
}

.cert-slider--wrap::before,
.cert-slider--wrap::after {
    content: '';
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.cert-slider--wrap::before {
    left: 0;
    background: linear-gradient(90deg, white 0%, transparent 100%);
}

.cert-slider--wrap::after {
    right: 0;
    background: linear-gradient(-90deg, white 0%, transparent 100%);
}

.cert-slider--track {
    animation: certScroll 25s linear infinite;
    width: max-content;
}

.cert-slider--track:hover {
    animation-play-state: paused;
}

/* Logo Item */
.cert-slider--item {
    padding: 0 30px;
}

.cert-slider--logo {
    width: 300px;
    height: 130px;
    /* background: #f8fafc; */
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    transition: all 0.4s ease;
}

.cert-slider--logo:hover {
    background: white;
    border-color: var(--primary);
    box-shadow: 0 15px 40px rgba(18, 116, 60, 0.15);
}

.cert-slider--text {
    font-size: 1.75rem;
    font-weight: 800;
    color: #94a3b8;
    letter-spacing: 0.05em;
    transition: all 0.4s ease;
}

.cert-slider--logo:hover .cert-slider--text {
    color: var(--primary);
}

.cert-slider--img {
    max-width: 85%;
    max-height: 90%;
    object-fit: contain;
    /* filter: grayscale(100%); */
    /* opacity: 0.6; */
    transition: all 0.4s ease;
}

.cert-slider--logo:hover .cert-slider--img {
    filter: grayscale(0%);
    opacity: 1;
}
.partners-alt--section {
    background: #ffffff;
    position: relative;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
}

/* Header */
.partners-alt--subtitle {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 15px;
}

.partners-alt--title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
    letter-spacing: -0.02em;
}

.partners-alt--text {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
}

/* Cards */
.partners-alt--card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.partners-alt--card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}

/* Number Badge */
.partners-alt--number {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 36px;
    height: 36px;
    /* background: #f8fafc; */
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748b;
    transition: all 0.3s ease;
}

.partners-alt--card:hover .partners-alt--number {
    background: #0f172a;
    border-color: #0f172a;
    color: #ffffff;
}

/* Logo Wrap */
.partners-alt--logo-wrap {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #f8fafc; */
    border-radius: 12px;
    padding: 20px;
}

.partners-alt--img {
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
    /* filter: grayscale(100%); */
    opacity: 0.8;
    transition: all 0.3s ease;
}

.partners-alt--card:hover .partners-alt--img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Divider */
.partners-alt--divider {
    width: 40px;
    height: 2px;
    background: #e2e8f0;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.partners-alt--card:hover .partners-alt--divider {
    width: 60px;
    background: #0f172a;
}

/* Description */
.partners-alt--desc {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 0;
    line-height: 1.5;
}
.SolutionCards .logo--wrap {
    width: 85px;
    /* width: 100px; */
}
.swiper.BlogCards .swiper-slide {
    text-align: start;
}
.footer-item--wrap {
    padding-bottom: 20px;
}
.swiper.SolutionCards .content--wrap .title {
    min-height: 60px;
}
.quote--form-wrap.contactus-page.index-form {
    padding: 30px 25px;
}
.quote--form-wrap.contactus-page {
    padding: 0px;
}

/* Error Pages Css  */
/* <!--- Error Pages Css Start---> */
.error__section {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* background-color: #12743c; */
}
.error-video {
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: -1;
}
.error-video::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(#12743ce6, #4aab3de6);
}
.error-main-div {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    border-radius: 10px;
    background: #ffffff14;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    padding: 0px 20px;
}
.oops-heading {
  font-size: 150px;
  font-weight: bold;
}
.oops-heading {
  height: 180px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.error-message span {
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--bs-clr-h-4);
  line-height: 1.076;
  font-size: 52px;
  margin-bottom: 0;
  color: white;
}
.error-para p {
  font-size: 24px;
  line-height: 1.555;
  font-weight: 400;
  color: white;
  margin-bottom: 0;
}

@media screen and (max-width: 510px) {
    .error-main-div {
        padding: 0px 6px;
    }
    .error-message span {
        font-size: 35px;
    }
    .oops-heading {
        height: 100px;
        font-size: 100px;
    }
    .error-para {
        width: 100%;
    }
    .error-para p {
        font-size: 20px;
        padding: 0px 15px;
    }
    .quote--form-wrap.contactus-page {
        padding: 0px;
    }
    .quote--form-wrap.contactus-page.index-form {
        padding: 25px 25px;
    }
    .contact-reachout {
        padding: 0px 20px 5px;
    }
    .icon-title-label {
        gap: 20px;
    }
    .footer--section.five .footer-menu--wrap {
        padding-bottom: 30px;
    }
    .swiper.BlogCards .swiper-slide {
        padding: 0px 0px 30px;
    }
    .counter--card.five {
        padding: 15px;
    }
    .swiper.CounterPoints {
        padding: 0px 0px 30px;
    }
    .user--info .fs--24 {
        /* font-size: 23px!important; */
        font-size: 21px!important;
    }
    .partners-alt--card {
        border: none;
    }
    .partners-alt--card:hover {
        box-shadow: none;
    }
    .partners-alt--card:hover .partners-alt--divider {
        width: 60px;
        background: none;
    }
    .partners-alt--card:hover .partners-alt--img {
        filter: none;
        opacity: 1;
    }
    .partners-alt--logo-wrap {
        height: auto;
        background: none;
        border-radius: 0px;
        padding: 0px;
    }
    .swiper.MobiletabReviews {
        padding: 0px 10px 40px;
    }
    .partners-alt--card {
        padding: 0px 35px 25px;
        background: none!important;
        border: none!important;
    }

    .SolutionCards .logo--wrap {
        width: 80px;
    }
    .swiper.SolutionCards {
        padding: 0px 30px 30px;
    }
    .swiper.PartnerLogos {
        padding: 0px 30px 20px;
    }
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--secondary)!important;
    }
    .swiper-pagination-bullet {
        background: var(--black)!important;
        opacity: 1!important;
    }
    .swiper.PartnerLogos .partner--thumb {
        height: 200px;
        width: auto;
    }
    .swiper.PartnerLogos .partner--thumb img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
    .contact--section.four .title {
        margin-bottom: 20px;
    }
    .icon-title-label .label-title .blog--title.fs--20 {
        font-size: 20px;
    }
    .contact-reachout .lable-link {
        padding-top: 10px;
    }
    .contact-reachout .icon i {
        width: 70px;
        font-size: 35px;
    }
    .about--section.contactus-page .section-content--wrap {
        margin-bottom: 0px;
    }
    .about-qutation .fs--18.fst-italic {
        font-size: 16px;
    }
    .about-qutation .fa-quote-right {
        right: 25px;
    }
    .about-qutation .fa-quote-left {
        left: 10px;
    }
    .about-qutation {
        padding: 30px;
    }
    .header-main-area.five .header-wrapper .header-menu-wrapper .logo-wrapper img {
        max-width: 170px;
    }
    .hero-section.five .hero-seciton-para-title .title {
        font-size: 30px;
        text-transform: initial !important;
        /* font-size: 35px; */
    }
    .partner--section.five .title,
    .fs--48,
    .faq--section.one .section-content--wrap .title,
    .common-heading-layout,
    .about--section.four .section-content--wrap .title {
        font-size: 30px;
    }
    .about--section.four .about-content--wrap .about--content .title {
        /* font-size: 23px; */
        font-size: 21px;
    }
    .about--content p,
    .about--section.contact-page .section-content--wrap p,
    .partner--section.five .section-content--wrap p,
    .wc-data--wrap .content--wrap h6 {
        /* font-size: 18px; */
        font-size: 16px;
    }
    .quote--label,
    .about--section.four .benefit-item .fs--16 {
        /* font-size: 16px; */
        font-size: 15px;
    }



    .footer--section.five .footer--bottom {
        text-align: center;
    }
    .footer--section .social-item--wrap .item i {
        width: 36px;
    }
    .footer-img {
        height: 105px;
        width: 170px;
    }
    .contact--section .btn--wrap .btn-style--four.light {
        font-size: 16px!important;
        padding: 12px 40px;
    }
    .quote--form-wrap {
        padding: 25px;
    }
    .contact--section.four .social-item--wrap .item {
        padding: 0px;
    }
    .icon-title-label .icon i {
        width: 60px;
        font-size: 25px;
    }
    .service--section.three .section-content--wrap.two .title {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .py-130 {
        padding: 30px 0px;
    }
    .custom--accordion .accordion-body {
        padding: 0 28px 28px 18px !important;
    }
    .faq--section.one .section-content--wrap,
    .why-choose--section.four {
        margin-bottom: 0px;
    }
    .partners-alt--logo-wrap {
        padding: 0px;
    }
    .why-choose--section.four .wc-content--wrap .wc--data i {
        height: 25px;
    }
    .fs--14 {
        font-size: 16px;
    }

    .fs--16 {
        font-size: 18px;
        /* font-size: 16px; */
    }

    .fs--18 {
        font-size: 18px;
        /* font-size: 16px; */
    }

    .fs--20 {
        /* font-size: 23px; */
        font-size: 21px;
    }

    .fs--22 {
        font-size: 22px;
    }

    .fs--24 {
        font-size: 25px;
    }

    .fs--26 {
        /* font-size: 23px; */
        font-size: 21px;
    }

    .fs--28 {
        font-size: 28px;
    }

    .fs--30 {
        font-size: 30px;
    }

    .fs--32 {
        font-size: 32px;
    }

    .fs--34 {
        font-size: 34px;
    }

    .fs--36 {
        font-size: 36px;
    }

    .fs--38 {
        font-size: 38px;
    }

    .fs--40 {
        font-size: 40px;
    }

    .fs--42 {
        font-size: 42px;
    }

    .fs--44 {
        font-size: 44px;
    }

    .fs--46 {
        font-size: 46px;
    }

    .fs--50 {
        font-size: 50px;
    }

    .fs--52 {
        font-size: 52px;
    }

    .fs--54 {
        font-size: 54px;
    }

    .fs--56 {
        font-size: 56px;
    }

    .fs--58 {
        font-size: 58px;
    }

    .fs--60 {
        font-size: 60px;
    }
    .py-70 {
        padding: 30px 0px;
    }
    .hero-section {
        height: 100%;
        padding: 160px 0 90px 0;
    }
    .hero-section .hero-banner {
        height: 100%;
    }
    .hero-section.five .hero-seciton-para-title .title {
        line-height: 42px;
    }
    .hero-seciton-para-title {
        margin-left: 0px;
        gap: 20px;
    }
    .header-wrapper .ham__menu {
        font-size: 28px;
    }
    .header.header--transparent .header-wrapper .ham__menu {
        color: white;
        font-size: 28px;
    }
    .final-cta--content {
        padding: 80px 40px;
    }
    .btn-style--three {
        /* padding: 10px; */
    }
    .about-getquote-btn {
        flex-direction: column;
        gap: 10px;
    }
    /* .about-getquote-btn a {
        width: 65%;
    } */
    .contactus-images-banner .images .ten {
        top: 345px;
        left: 25px;
        display: none;
    }
    .contactus-images-banner .images .nine {
        top: 325px;
        right: 20px;
        /* display: none; */
    }
    .contactus-images-banner .images .seven {
        top: 385px;
        left: 20px;
    }
    .contactus-images-banner .images .six, .contactus-images-banner .images .fourth, .contactus-images-banner .images .center-top {
        display: none;
    }
    .contactus-images-banner .images .third {
        top: 105px;
        right: -25px;
    }
    .contactus-images-banner .images .second {
        top: -40px;
        left: 250px;
    }
    .contactus-images-banner .images .first {
        top: 30px;
        left: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 820px) {
    .oops-heading {
        height: 130px;
        font-size: 150px;
    }
    .error-para {
        width: 100%;
    }
    .error-para p {
        font-size: 24px;
    }
    .error-message span {
        font-size: 50px;
    }
    .quote--form-wrap.contactus-page {
        padding: 0px;
    }
    .quote--form-wrap.contactus-page.index-form {
        padding: 25px 25px;
    }
    .contact-reachout .lable-link h5 {
        margin-bottom: 0px;
    }
    .icon-title-label .label-title a {
        font-size: 24px;
    }
    .split--text span {
        display: inline-block;
        min-width: 20px !important;
    }
    .hero-section.five .hero-seciton-para-title .title {
        /* font-size: 50px; */
        font-size: 35px;
        line-height: 55px;
        text-transform: initial !important;
    }
    .counter--card.five .number {
        font-size: 50px;
    }
    .contact--section.four .title,
    .fs--48,
    .faq--section.one .section-content--wrap .title,
    .testimonial--section.five .section-content--wrap .title,
    .common-heading-layout,
    .solutions--section.one .section--content h2,
    .about--section.five .section--content h2 {
        /* font-size: 40px; */
        font-size: 35px;
    }
    .blog--details h6,
    .blog--details .point,
    .icon-title-label .label-title a h4,
    .benefit-item h6,
    .counter--card.five .title {
        font-size: 25px;
    }
    .latest-blog--content a,
    .about--section.four .about-content--wrap .about--content .title,
    .solar-sense--subhead, .benefit--subhead, .contact-reachout .lable-link a h3, .apart--title, .approach--title,
    .sidebar-menu-list__item a span,
    .custom--accordion .accordion-button,
    .fs--24,
    .solution--card .title,
    .about--section.five .about-content--wrap .about--content .title,
    .hero-section.five .hero-seciton-para-title .hero-para {
        font-size: 22px;
    }
    .blog--details .blockquote--wrap blockquote,
    .quote--label {
        font-size: 20px;
    }
    .custom--accordion .accordion-body,
    .testimonial--card.five .description,
    .fs--16,
    .solution--card .description {
        /* font-size: 18px; */
        font-size: 16px;
    }
    .blog-sidebar--title.fs--24,
    .fs--26,
    .header-wrapper .ham__menu {
        font-size: 30px;
    }
    .post-content h3,
    .partner--section.five .title, .fs--48, .faq--section.one .section-content--wrap .title, .common-heading-layout, .about--section.four .section-content--wrap .title {
        /* font-size: 40px; */
        font-size: 35px;
    }
    .mb-60 {
        margin-bottom: 20px!important;
    }
    .blog--details .section--thumb {
        height: 300px;
    }
    .latest-blog--thumb {
        width: 160px;
    }
    .latest-blog--content {
        display: flex;
        flex-direction: column;
    }
    .contact-reachout .icon i {
        font-size: 35px;
        width: 65px;
    }
    .about--section.four .about-thumb--wrap {
        height: 300px;
    }
    .about-qutation {
        padding: 20px 25px;
    }
    .vision-thumb--wrap {
        display: none;
    }
    .contact-page {
        padding: 50px 0px;
    }
    .py-130,
    .py-70 {
        padding: 30px 0px;
    }
    .sidebar-menu-list__item a span {
        font-weight: 400;
    }
    .header.header--transparent .header-wrapper .ham__menu {
        color: white;
        font-size: 28px;
    }
    .offcanvas .logo-wrapper a {
        width: 190px;
    }
    .offcanvas .logo-wrapper a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .header .logo-wrapper a {
       height: 70px;
        width: 180px;
    }
    .footer-img {
        height: 130px;
        width: 210px;
    }
    .footer-item--wrap {
        padding-bottom: 15px;
    }
    .contacthome-information {
        margin-bottom: 45px !important;
    }
    .contact--section.four .social-item--wrap .item {
        padding: 0px;
    }
    .cta--section.two  {
        display: none;
    }
    .faq--section.one .section-content--wrap {
        margin-bottom: 0px;
    }
    .testimonial--card.five {
        padding: 25px 20px;
        width: auto;
    }
    .hero-section,
    .hero-section .hero-banner {
        height: 75vh;
    }
    .hero-seciton-para-title {
        margin-left: 0px;
    }
    .step--card {
        width: calc((100% / 1) - 10px);
    }
    .step--card .thumb--wrap {
        height: 180px;
    }
    .step--card .thumb--wrap img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    .step-card--wrap {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }
    .swiper.SolutionCards {
        padding: 0px 0px 40px;
    }
    .solutions--section .section-thumb--wrap {
        display: none;
    }
    .SolutionCards .logo--wrap {
        width: 65px;
    }
    .partners-alt--card {
        padding: 30px 20px;
        background: none!important;
        border: none!important;
    }

    .partners-alt--logo-wrap {
        height: 90px;
    }

    .partners-alt--number {
        width: 32px;
        height: 32px;
        font-size: 0.7rem;
    }

    .py-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .mb-60 {
        margin-bottom: 40px;
    }
    .cert-slider--logo {
        width: 180px;
        height: 110px;
        border-radius: 16px;
    }

    .cert-slider--text {
        font-size: 1.35rem;
    }

    .cert-slider--item {
        padding: 0 20px;
    }

    .cert-slider--wrap::before,
    .cert-slider--wrap::after {
        width: 80px;
    }
    .cert-slider--logo {
        width: 180px;
        height: 110px;
        border-radius: 16px;
    }

    .cert-slider--text {
        font-size: 1.35rem;
    }

    .cert-slider--item {
        padding: 0 20px;
    }

    .cert-slider--wrap::before,
    .cert-slider--wrap::after {
        width: 80px;
    }
    .contactus-images-banner .images .nine {
        top: 300px;
    }
    .contactus-images-banner .images .ten {
        top: 290px;
    }
    .contactus-images-banner .images .ten {
        top: 285px;
        left: 50px;
    }
    .contactus-images-banner .images .nine {
        top: 300px;
        right: 40px;
    }
    .contactus-images-banner .images .eight {
        top: 275px;
        left: 350px;
    }
    .contactus-images-banner .images .seven, .contactus-images-banner .images .six, .contactus-images-banner .images .fourth, .contactus-images-banner .images .center-top {
        display: none;
    }
    .contactus-images-banner .images .third {
        top: 38px;
        right: -25px;
    }
    .contactus-images-banner .images .second {
        top: -40px;
        left: 290px;
    }
    .contactus-images-banner .images .first {
        top: 30px;
        left: 10px;
    }

    .quote--section {
        padding: 60px 0;
    }

    .quote--title {
        font-size: 1.75rem;
    }

    .quote--lead {
        font-size: 1rem;
    }

    .quote--form-wrap {
        padding: 30px 20px;
    }

    .quote--input,
    .quote--select {
        height: 52px;
    }

    .quote--submit {
        width: 100%;
        justify-content: center;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .error-para p {
        font-size: 18px;
    }
    .error-message span {
        font-size: 45px;
    }
    .oops-heading {
        height: 100px;
        font-size: 100px;
    }
    .contactus-images-banner .images .six {
        left: -40px;
    }
    .partner--section.five .brand-logo--inner {
        left: 45%;
    }
    .contactus-images-banner .images .center-top,
    .contactus-images-banner .images .nine {
        display: none;
    }
    .contacthome-information .fs--20 {
        /* font-size: 18px; */
        font-size: 16px;
    }
    .common-heading-layout {
        font-size: 40px;
    }

    .quote--input, .quote--select, .quote--textarea {
        height: 45px;
        padding: 5px 16px 5px 48px;
    }
    .btn-style--four {
        padding: 10px 35px;
    }
    .quote--form-wrap {
        padding: 25px 30px;
    }
    .contact--section.four .social-item--wrap .item i {
        width: 50px;
        font-size: 22px;
    }
    .icon-title-label .icon i {
        width: 60px;
        font-size: 25px;
    }
    .footer-img {
        height: 80px;
        width: 140px;
    }
    .faq--section {
        margin-top: 20px;
    }
    .header--transparent .header-wrapper .link--roll {
        font-size: 12px;
        line-height: 30px;
    }
    .btn-style--three {
        /* padding: 5px 10px 5px 10px; */
        font-size: 15px !important;
    }
    .btn-style--three .btn--circle {
        width: 35px;
        height: 35px;
    }

    .about--section.contact-page .section-content--wrap p {
        font-size: 16px;
        line-height: 25px;
    }
    .contact--card.two {
        padding: 40px 44px;
    }
    .contact-reachout .lable-link h3 {
        font-size: 25px;
    }
    .contact-reachout .icon i {
        font-size: 35px;
        width: 75px;
    }
    .about-qutation {
        padding: 20px;
        line-height: 25px;
    }
    .contacthome-information .fs--20 {
        /* font-size: 18px; */
        font-size: 16px;
    }
    .common-heading-layout {
        font-size: 40px;
    }

    .quote--input, .quote--select, .quote--textarea {
        height: 45px;
        padding: 5px 16px 5px 48px;
    }
    .btn-style--four {
        padding: 10px 35px;
    }
    .quote--form-wrap {
        padding: 25px 30px;
    }
    .contact--section.four .social-item--wrap .item i {
        width: 50px;
        font-size: 22px;
    }
    .icon-title-label .icon i {
        width: 60px;
        font-size: 25px;
    }
    .footer-img {
        height: 80px;
        width: 140px;
    }
    .faq--section {
        margin-top: 20px;
    }
    .header--transparent .header-wrapper .link--roll {
        font-size: 12px;
        line-height: 30px;
    }
    .btn-style--three {
        /* padding: 5px 10px 5px 10px; */
        font-size: 15px !important;
    }
    .btn-style--three .btn--circle {
        width: 35px;
        height: 35px;
    }
    .about-qutation .fa-quote-right {
        right: 10px;
    }
    .about-qutation .fa-quote-left {
        left: 10px;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1550px) {
    .error-para p {
        font-size: 18px;
    }
    .error-message span {
        font-size: 45px;
    }
    .oops-heading {
        height: 100px;
        font-size: 100px;
    }
    .contactus-images-banner .images .center-top {
        left: 550px;
    }
    .partner--section.five .brand-logo--inner {
        left: 50%;
    }
    .contactus-images-banner .images .nine {
        top: 330px;
    }
    .about--section.contact-page .section-content--wrap p {
        font-size: 16px;
        line-height: 25px;
    }
    .contact--card.two {
        padding: 40px 44px;
    }
    .contact-reachout .lable-link h3 {
        font-size: 25px;
    }
    .contact-reachout .icon i {
        font-size: 35px;
        width: 75px;
    }
    .about-qutation {
        padding: 20px;
        line-height: 25px;
    }
    .contacthome-information .fs--20 {
        font-size: 20px;
        /* font-size: 16px; */
    }
    .common-heading-layout {
        font-size: 40px;
    }

    .quote--input, .quote--select, .quote--textarea {
        height: 45px;
        padding: 5px 16px 5px 48px;
    }
    .btn-style--four {
        padding: 10px 35px;
    }
    .quote--form-wrap {
        padding: 25px 30px;
    }
    .contact--section.four .social-item--wrap .item i {
        width: 50px;
        font-size: 22px;
    }
    .icon-title-label .icon i {
        width: 60px;
        font-size: 25px;
    }
    .footer-img {
        height: 80px;
        width: 140px;
    }
    .faq--section {
        margin-top: 20px;
    }
    .header--transparent .header-wrapper .link--roll {
        font-size: 14px;
        line-height: 30px;
    }
    .btn-style--three {
        /* padding: 5px 10px 5px 10px; */
        font-size: 15px !important;
    }
    .btn-style--three .btn--circle {
        width: 35px;
        height: 35px;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1900px) {
    .contactus-images-banner .images .second {
        top: -130px;
    }
    .contactus-images-banner .images .seven {
        top: 260px;
    }
    .contactus-images-banner .images .nine {
        top: 285px;
    }
}

@media (max-width: 991.98px) {
    .cert-slider--logo {
        width: 200px;
        height: 120px;
    }

    .cert-slider--text {
        font-size: 1.5rem;
    }

    .cert-slider--item {
        padding: 0 25px;
    }
    .partners-alt--logo-wrap {
        height: 100px;
    }

    .py-100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .cert-slider--item {
        padding: 0 25px;
    }
    .quote--section {
        padding: 80px 0;
    }
    .mb-80 {
        margin-bottom: 50px;
    }

    .quote--form-wrap {
        padding: 40px 30px;
    }
    .cert-slider--logo {
        width: 200px;
        height: 120px;
    }

    .cert-slider--text {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1900px) {
    .contactus-images-banner .images .second {
        top: -130px;
    }
    .contactus-images-banner .images .seven {
        top: 260px;
    }
    .contactus-images-banner .images .nine {
        top: 285px;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1900px) {
    .contactus-images-banner .images .second {
        top: -30px;
    }
    .contactus-images-banner .images .seven {
        top: 260px;
    }
    .contactus-images-banner .images .nine {
        top: 320px;
    }
}

@media only screen and (min-width: 1570px) {
    .hero-seciton-para-title {
        margin-top: 50px;
    }
}

@keyframes certScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Animation */
@keyframes certScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}



    .cert-slider--section {
        --primary: #12743c;
        --secondary: #4aab3d;
        background: white;
        position: relative;
        overflow: hidden;
    }

    .cert-slider--section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background:
            radial-gradient(circle at 10% 50%, rgba(18, 116, 60, 0.03) 0%, transparent 50%),
            radial-gradient(circle at 90% 50%, rgba(74, 171, 61, 0.03) 0%, transparent 50%);
        pointer-events: none;
    }

    /* Header */
    .cert-slider--subtitle {
        font-size: 0.875rem;
        font-weight: 600;
        letter-spacing: 0.15em;
        color: var(--primary);
        position: relative;
        padding-left: 40px;
    }

    .cert-slider--subtitle::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 2px;
        background: var(--primary);
    }

    .cert-slider--title {
        font-size: clamp(1.75rem, 3vw, 2.5rem);
        font-weight: 700;
        color: #0f172a;
        line-height: 1.2;
        letter-spacing: -0.02em;
    }

    /* Slider */
    .cert-slider--wrap {
        position: relative;
    }

    .cert-slider--wrap::before,
    .cert-slider--wrap::after {
        content: '';
        position: absolute;
        top: 0;
        width: 150px;
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }

    .cert-slider--wrap::before {
        left: 0;
        background: linear-gradient(90deg, white 0%, transparent 100%);
    }

    .cert-slider--wrap::after {
        right: 0;
        background: linear-gradient(-90deg, white 0%, transparent 100%);
    }

    .cert-slider--track {
        animation: certScroll 25s linear infinite;
        width: max-content;
    }

    .cert-slider--track:hover {
        animation-play-state: paused;
    }

    /* Logo Item */
    .cert-slider--item {
        padding: 0 30px;
    }

    .cert-slider--logo {
        width: 300px;
        height: 130px;
        /* background: #f8fafc; */
        border: 2px solid #e2e8f0;
        border-radius: 20px;
        transition: all 0.4s ease;
    }

    .cert-slider--logo:hover {
        background: white;
        border-color: var(--primary);
        box-shadow: 0 15px 40px rgba(18, 116, 60, 0.15);
    }

    .cert-slider--text {
        font-size: 1.75rem;
        font-weight: 800;
        color: #94a3b8;
        letter-spacing: 0.05em;
        transition: all 0.4s ease;
    }

    .cert-slider--logo:hover .cert-slider--text {
        color: var(--primary);
    }

    .cert-slider--img {
        max-width: 85%;
        max-height: 90%;
        object-fit: contain;
        /* filter: grayscale(100%); */
        /* opacity: 0.6; */
        transition: all 0.4s ease;
    }

    .cert-slider--logo:hover .cert-slider--img {
        filter: grayscale(0%);
        opacity: 1;
    }
    .partners-alt--section {
        background: #ffffff;
        position: relative;
        border-top: 1px solid #f1f5f9;
        border-bottom: 1px solid #f1f5f9;
    }

    /* Header */
    .partners-alt--subtitle {
        display: block;
        font-size: 0.8rem;
        font-weight: 600;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #94a3b8;
        margin-bottom: 15px;
    }

    .partners-alt--title {
        font-size: clamp(1.75rem, 3vw, 2.25rem);
        font-weight: 700;
        color: #0f172a;
        margin-bottom: 15px;
        letter-spacing: -0.02em;
    }

    .partners-alt--text {
        font-size: 1rem;
        color: #64748b;
        line-height: 1.6;
    }

    /* Cards */
    .partners-alt--card {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        text-align: center;
        position: relative;
        transition: all 0.3s ease;
    }

    .partners-alt--card:hover {
        border-color: #cbd5e1;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
        transform: translateY(-5px);
    }

    /* Number Badge */
    .partners-alt--number {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 36px;
        height: 36px;
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.75rem;
        font-weight: 700;
        color: #64748b;
        transition: all 0.3s ease;
    }

    .partners-alt--card:hover .partners-alt--number {
        background: #0f172a;
        border-color: #0f172a;
        color: #ffffff;
    }

    /* Logo Wrap */
    .partners-alt--logo-wrap {
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background: #f8fafc; */
        border-radius: 12px;
        padding: 20px;
    }

    .partners-alt--img {
        max-width: 85%;
        max-height: 85%;
        object-fit: contain;
        /* filter: grayscale(100%); */
        opacity: 0.8;
        transition: all 0.3s ease;
    }

    .partners-alt--card:hover .partners-alt--img {
        filter: grayscale(0%);
        opacity: 1;
    }

    /* Divider */
    .partners-alt--divider {
        width: 40px;
        height: 2px;
        background: #e2e8f0;
        margin: 0 auto 20px;
        transition: all 0.3s ease;
    }

    .partners-alt--card:hover .partners-alt--divider {
        width: 60px;
        background: #0f172a;
    }

    /* Description */
    .partners-alt--desc {
        font-size: 0.9rem;
        color: #64748b;
        margin-bottom: 0;
        line-height: 1.5;
    }

    /* Spacing */
    .mb-15 {
        margin-bottom: 15px;
    }

    .mb-60 {
        margin-bottom: 60px;
    }

    .py-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .new-style{
        background: #1D8F2C;
        color: white !important;
        padding: 4px 10px;
        border-radius: 6px;
        font-weight: 700;
        }
        /* ===== Banner Solar List ===== */

    /* Responsive */
    @media (max-width: 991.98px) {
        .py-100 {
            padding-top: 80px;
            padding-bottom: 80px;
        }
    }

    @media (max-width: 767.98px) {
        .partners-alt--number {
            width: 32px;
            height: 32px;
            font-size: 0.7rem;
        }

        .py-100 {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .mb-60 {
            margin-bottom: 40px;
        }
    }

    /* Animation */
    @keyframes certScroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }

    /* Spacing */
    .mb-15 {
        margin-bottom: 15px;
    }

    .mb-50 {
        margin-bottom: 50px;
    }

    .py-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    /* Responsive */
    @media (max-width: 991.98px) {
        .cert-slider--logo {
            width: 200px;
            height: 120px;
        }

        .cert-slider--text {
            font-size: 1.5rem;
        }

        .cert-slider--item {
            padding: 0 25px;
        }
    }

    @media (max-width: 767.98px) {
        .py-80 {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .mb-50 {
            margin-bottom: 40px;
        }

        .cert-slider--logo {
            width: 180px;
            height: 110px;
            border-radius: 16px;
        }

        .cert-slider--text {
            font-size: 1.35rem;
        }

        .cert-slider--item {
            padding: 0 20px;
        }

        .cert-slider--wrap::before,
        .cert-slider--wrap::after {
            width: 80px;
        }
    }
