
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}
h1,h2,h3,h4,h5,h6,p{
    font-family: var(--heading-font) !important;
}

.about-banner{
    background:url(../img/banner/banner-about-page.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-banner-content{
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    font-family: var(--heading-font);
}

.about-banner-content span{
    font-size: 20px;
    font-weight: 600;
}
.about-text{
    color: #42251e;
}
.section-space{
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: var(--heading-font);
}
.vision-content {
    background: url(../img/vission/vision-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 157%; */
    padding: 158px;
    text-align: center !important;
}
.mission-content{
    background: url(../img/vission/vision-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 157%; */
    padding: 144px; 
}
.vision-bg{
    background-color: #fbebd3;
}
.vision-pos{
    position: relative;
}
.vision-absolute{
        position: absolute;
       top: -320px;
    left: -131px;
}
.mission-pos{
    position: relative;
}
.mission-absolute{
         position: absolute;
       top: -322px;
    right: -131px;
}
.value-flex{
    display: flex;
    flex-direction: column !important;

}
.quality-flex{
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    
}
.quality-flex p{
    margin-top: 11px !important;
    font-size: 19px !important;
}
.vision-mission-text{
    text-align: center;
}
.content{
    text-align: center;
}
.approach-text{
    margin-top: 60px;
    text-align: center;
}

.service-card-height{
    height: 300px !important;
}
.service-banner{
    background:url(../img/banner/banner-services-page.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-banner-content{
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    font-family: var(--heading-font);
}

.service-banner-content span{
    font-size: 20px;
    font-weight: 600;
}
.product-banner{
    background:url(../img/banner/banner-product-page.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.product-banner-content{
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    font-family: var(--heading-font);
}
.contact-banner{
    background:url(../img/banner/contact-page-banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-banner-content{
    color: #fff !important;
    padding-top: 100px;
    padding-bottom: 100px;
    font-family: var(--heading-font);
}
.contact-banner-content h1{
    color: #fff !important;
    font-size: 40px !important;
}
.why-choose-us__two-content-service .service span{
    color: #000 !important;
    font-size: 20px !important;
    font-family: var(--heading-font);
    font-weight: 500;
}
.why-choose-us__two-content p {
    margin-bottom: 0px !important;
}
.technology-solution__one{
    padding-bottom: 30px !important;
}
.product-banner-content span{
    font-size: 20px;
    font-weight: 600;
}
#blog-buttons{
    color: #fff !important;
}
#blog-buttons:hover{
    color: #42251e !important;
}
#blog-buttons-two:hover{
    color: #fff !important;
}
.fa{
    color: #fff !important;
}
.footer__two-widget-solution{
    color: #cccccc !important;
}
.footer__two-widget-solution a:hover{
    color: #e20e28 !important;
}
.footer__two-widget-about-location-item-info a{
    color: #cccccc !important;
}
.footer__two-widget-about-location-item-info a:hover{
    color: #e20e28 !important;
}
.copyright__one-left a:hover{
    color: #e20e28 !important;
}
.icon-space i{
    padding: 5px 20px !important;
}
.approach-bg{
    background: #fbebd3;
}
.color-num-span span{
    color: #42251e !important;
}
.services-text{
    text-align: center;
}
.services-text h2{
    margin-bottom: 50px;
}
.service-padding{
    padding-bottom: 80px;
}
.digitalization-space{
   padding-bottom: 50px;
  padding-top: 50px;
}
.service-list-bg{
    background: #fbebd3;
    padding-bottom: 50px;
    padding-top: 50px;
}
.fa-whatsapp{
    color: #fff !important;
}
.we-are-flex{
    display: flex !important;
    flex-direction: row !important;
    gap: 47px !important;
}
.card-arrow-wrapper{
    z-index: 0 !important;
}
.vision-bg {
    background: #fbebd3;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.infographic-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 50px;
    gap: 173px;
}

.diamond-card-wrapper {
    position: relative;
    padding: 20px;
}

.diamond-card {
    width: 340px;
    height: 340px;
    background: #fff;
    transform: rotate(45deg);
    border-radius: 20px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
   
    border: 1px solid rgba(0,0,0,0.02);
}

.diamond-card:hover {
    
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.diamond-content {
    transform: rotate(-45deg);
    text-align: center;
    width: 100%;
    padding: 20px;
}

.diamond-content img {
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 20px;
}

.diamond-content h4 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.diamond-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    max-width: 280px;
    margin: 0 auto;
}

.vision-diamond h4 { color: #42251e; }
.mission-diamond h4 { color:#42251e; }

.diamond-accent {
    position: absolute;
    width: 80px;
    height: 8px;
    border-radius: 10px;
    top: 50%;
}

.vision-accent {
    background: #00bcd4;
    left: -10px;
    transform: rotate(-45deg);
    top: 12%;
}

.mission-accent {
    background: #9c27b0;
    right: -10px;
    transform: rotate(45deg);
    top: 12%;
}
.vision-icon{
    position: absolute;
        top: -343px;
    left: 145px;

}
.mission-icon{
    position: absolute;
        top: -381px;
    right: 139px;
}
.mean-container .mean-nav ul li a{
    color: #fff !important;
}

.subscribe__one {
 margin-left: 20px !important;
}
.diamond-card::before {
    content: '';
    position: absolute;
    inset: -15px;
    border: 2px dotted #e20e28;
    border-radius: 25px;
    z-index: -1;
}
.btn-one:hover{
        background-color: var(--primary-color-1) !important;
    color: var(--text-white) !important;
}
.btn-two {
    background: var(--primary-color-1);
    color: var(--text-white) !important;
    text-transform: none;
}
.btn-two:hover {
    background-color: transparent;
    color: var(--text-heading-color) !important;
}
.work-process__two-title h2 {
    text-transform: none;
    margin-bottom: 24px !important;
}
.service span{
    margin-left: 10px !important;
}
.card-height{
    height: 304px !important;
}
.img-shine-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}

.img-shine-wrapper img {
    width: 100%;
    display: block;
}

.img-shine-wrapper::before {
    position: absolute;
    top: 0;
    left: -125%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
    animation: shine-loop 3s infinite;
}

@keyframes shine-loop {
    0% {
        left: -125%;
    }
    30% {
        left: 125%;
    }
    100% {
        left: 125%;
    }
}

@media (max-width: 991px) {
    .infographic-container {
        flex-direction: column;
        gap: 80px;
    }
    .diamond-connector {
        display: none;
    }
    .diamond-card {
        width: 320px;
        height: 320px;
    }
    .diamond-content p {
        max-width: 260px;
    }
}

@media (max-width: 575px) {
    .diamond-card {
        width: 290px;
        height: 290px;
    }
    .diamond-content img {
        width: 40px !important;
        height: 40px !important;
        margin-bottom: 10px;
    }
    .diamond-content h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .diamond-content p {
        font-size: 12px;
        max-width: 230px;
    }
    .diamond-accent {
        width: 60px;
        height: 6px;
    }
}
@media (max-width: 991px) {
    .vision-content, .mission-content {
        padding: 50px 30px;
    }
}

@media (max-width: 767px) {
    .vision-content, .mission-content {
        padding: 40px 20px;
    }
    .vision-mission-text {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px){
    .we-are-flex{
        display: flex;
        flex-direction: column-reverse !important;
    }
    .vision-absolute img{
        display: none;
    }
    .mission-absolute{
        display: none;
    }
    .vision-icon {
    position: absolute;
    top: -308px;
    left: 115px;
}
    .infographic-container {
        flex-direction: column;
        gap: 98px;
        padding-top: 30px;
    }
    .quality-para{
        margin-bottom: 20px !important;
    }
    .diamond-content p {
        font-size: 17px !important;
    }
    .mission-icon {
    position: absolute;
    top: -322px;
    right: 116px;
}
.btn-two {
    background: var(--primary-color-1);
    color: var(--text-white) !important;
    text-transform: none;
    margin-bottom: 40px;
}
.service-flex{
    display: flex;
    flex-direction: column-reverse !important;
}
.about-banner{
    background:url(../img/banner/banner-about-page.png);
    background-position:start;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-banner{
    background:url(../img/banner/banner-services-page.png);
    background-position: start;
    background-size: cover;
    background-repeat: no-repeat;
    
}
.product-banner{
    background:url(../img/banner/banner-product-page.png);
    background-position: start;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-banner{
    background:url(../img/banner/contact-page-banner.png);
    background-position: start;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-banner-content {
    text-align: center;
}
.service-banner-content{
    text-align: center;
}
.product-banner-content{
    text-align: center;
}
.contact-banner-content{
    text-align: center;
}
.card-height {
    height: 100% !important;
    margin-bottom: 20px !important;
}

}
@media(min-width:768px) and (max-width: 991px){
    .we-are-flex{
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    .vision-absolute img{
        display: none;
    }
    .mission-absolute img{
        display: none;
    }
    .vision-icon {
    position: absolute;
    top: -343px;
    left: 129px;
}
    .infographic-container {
        flex-direction:row;
        gap: 0px;
    }
    .mission-icon {
    position: absolute;
    top: -359px;
    right: 116px;
}
   .diamond-card {
    width: 100% ;
    height: 320px;
   }
.vision-bg h2{
    margin-bottom: 20px;
}
.why-choose-us__two-image-wrapper{
    text-align: center;
}
.contact-banner-content {
    color: #fff !important;
    padding-top: 52px;
    padding-bottom: 50px;
    font-family: var(--heading-font);
}
.contact-banner{
        background-size: contain;
}
.header__area-menubar-right-box-btn{
    display: none;
}
.card-height{
    height: 267px !important;
    margin-bottom: 20px !important;
}
.btn-two {
        background: var(--primary-color-1);
        color: var(--text-white) !important;
        text-transform: none;
        margin-bottom: 40px;
    }
    .energy-service{
        
        text-align: center;
    }
    .energy-services{
        margin-top: 20px;
    }
    .services-flex{
        display: flex;
        flex-direction: column-reverse;
    }

}