body{
    background:#ffffff;
    color:#111;
}   .intro{
    background:#ffffff;
}

.intro h2{
    color:#111;
}

.intro h2 span{
    color:#00d9a5;
}

.intro p{
    color:#666;
}

.projects-section{
    background:#ffffff;
}

.projects-top h2{
    color:#111;
}

.projects-top h2 span{
    color:#00d9a5;
}
.promise-section{
    background:#ffffff;
}

.promise-left h2{
    color:#111;
}

.promise-left p{
    color:#666;
}
.numbers-section{
    background:#ffffff;
}
.card{
    background:#fff;
    border:1px solid #00d9a5;
}

.card h3{
    color:#111;
}

.card p{
    color:#666;
}                                                                                                                   
.intro{
    padding:120px 8%;
    background:#fff;
}

.intro-wrap{
    max-width:900px;
}

.intro-title{
    font-size:4rem;
    line-height:1.1;
    margin-bottom:30px;
    overflow:hidden;
}

.intro-title span{
    display:block;
    color:#22c55e;
}

.intro-text{
    font-size:1.1rem;
    line-height:1.8;
    max-width:700px;
    overflow:hidden;
}
.intro-title span{
    display:block;
}
.intro-title span{
    display:block;
    color: inherit;
}
.intro{
    background: #0f5132; /* तुझ्या theme चा green */
    padding: 120px 8%;
}

.intro h2{
    color: #fff;
}

.intro h2 span{
    color: #7fffd4; /* accent green */
}

.intro p{
    color: rgba(255,255,255,0.8);
}





.main-circle{
    width:350px;
    height:350px;
    border-radius:50%;
    overflow:hidden;
    margin:auto;
}

.main-circle img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.main-circle{
width:420px;
height:420px;
border-radius:50%;
overflow:hidden;
margin:auto;
}

.main-circle img{
width:100%;
height:100%;
object-fit:cover;
transition:.5s;
display:block;
}

.intro{
    background:#0f5132;
    padding:120px 3%;
}
.intro{
    background:#0f5132;
    padding:120px 0;
}

.intro-wrap{
    padding-left:30px;
}
.intro-wrap{
    margin-left:0;
    max-width:1200px;
}


/* ==========================
   ENERGY SLIDER
========================== */

.energy-slider{
    background:#ffffff;
    padding:120px 5%;
    text-align:center;
}

.energy-heading{
    font-size:70px;
    line-height:1.1;
    color:#111;
    max-width:900px;
    margin:0 auto 80px;
}

/* CIRCLE */

.main-circle{
    width:420px;
    height:420px;
    border-radius:50%;
    overflow:hidden;
    margin:auto;

    border:8px solid #00d9a5;
}

.main-circle img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* SIDE IMAGES */

.side-img{
    border:4px solid #00d9a5;
}

/* CONTENT */

.content-box{
    margin-top:60px;
}

.content-box h3{
    color:#111;
    font-size:42px;
    margin-bottom:20px;
}

.content-box p{
    color:#666;
    font-size:18px;
    line-height:1.8;
    max-width:700px;
    margin:auto auto 40px;
}

/* BUTTONS */

.controls{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
}

.nav-btn{
    width:60px;
    height:60px;

    border:none;

    border-radius:50%;

    background:#00d9a5;

    color:#084f43;

    font-size:22px;

    cursor:pointer;
}

.learn-btn{
    background:#084f43;

    color:#fff;

    text-decoration:none;

    padding:16px 30px;

    border-radius:50px;

    font-weight:600;
}

.side-img{
    width:180px;
    height:180px;

    border-radius:50%;
    overflow:hidden;

    opacity:.45;

    border:4px solid #00d9a5;
}

.side-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.energy-slider{
    background:#fff;
    padding:120px 5%;
    text-align:center;
}

.energy-heading{
    font-size:70px;
    color:#111;
    max-width:900px;
    margin:0 auto 80px;
    line-height:1.1;
}

.circle-slider{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:35px;
    margin-bottom:60px;
}

/* SIDE IMAGES */

.side-img{
    width:170px;
    height:170px;

    border-radius:50%;
    overflow:hidden;

    border:4px solid #00d9a5;

    opacity:.45;

    transition:.4s;
}

.side-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* CENTER IMAGE */

.main-circle{
    width:420px;
    height:420px;

    border-radius:50%;
    overflow:hidden;

    border:8px solid #00d9a5;

    box-shadow:
    0 0 30px rgba(0,217,165,.35);
}

.main-circle img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* CONTENT */

.content-box h3{
    font-size:48px;
    color:#111;
    margin-bottom:20px;
}

.content-box p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
    margin-bottom:40px;
}

/* BUTTONS */

.controls{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
}

.nav-btn{
    width:60px;
    height:60px;

    border:none;
    border-radius:50%;

    background:#00d9a5;

    color:#084f43;

    font-size:24px;
    cursor:pointer;
}

.learn-btn{
    background:#084f43;

    color:#fff;

    text-decoration:none;

    padding:16px 30px;

    border-radius:50px;

    font-weight:600;
}

/* MOBILE */

@media(max-width:991px){

    .circle-slider{
        flex-wrap:wrap;
        gap:20px;
    }

    .main-circle{
        width:300px;
        height:300px;
    }

    .side-img{
        width:110px;
        height:110px;
    }

    .energy-heading{
        font-size:45px;
    }

}


.wind-art{
    position:absolute;

    right:-120px;
    top:50%;

    transform:translateY(-50%);

    width:500px;
    height:500px;

    opacity:.08;
}

.hub{
    position:absolute;

    width:40px;
    height:40px;

    border-radius:50%;

    background:#00d9a5;

    top:50%;
    left:50%;

    transform:translate(-50%,-50%);
}

.blade{
    position:absolute;

    width:220px;
    height:14px;

    background:#00d9a5;

    border-radius:20px;

    top:50%;
    left:50%;

    transform-origin:left center;

    animation:spin 12s linear infinite;
}

.blade-1{
    transform:rotate(0deg);
}

.blade-2{
    transform:rotate(120deg);
}

.blade-3{
    transform:rotate(240deg);
}

@keyframes spin{

    from{
        rotate:0deg;
    }

    to{
        rotate:360deg;
    }

}

.intro{
    background:#ffffff;
    padding:120px 5%;
    position:relative;
    overflow:hidden;
}


.intro{
    background:#ffffff;
    padding:120px 5%;
}

.intro-title{
    font-size:120px;
    line-height:.95;
    font-weight:500;

    color:#00F5C8;   /* image सारखा color */
}

.intro-title span{
    color:#00F5C8;
}

.intro-text{
    margin-top:40px;

    font-size:22px;
    line-height:1.8;

    color:#084f43;
}

.intro-title,
.intro-title span{
    color:#00F5C8;
}

/* ==========================
   EXPERTISE SECTION
========================== */

.expertise-section{
    background:#ffffff;
    padding:120px 0;
}

.section-title h2{
    color:#084f43;
}

.section-title h2 span{
    color:#00F5C8;
}

.expertise-card{
    background:#0C5C50;
    border-radius:30px;
    overflow:hidden;
}

/* =========================
   NAVBAR
========================= */

.navbar{
    position:fixed;
    top:0;
    left:0;
    width:100%;

    height:95px;

    padding:0 70px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    background:#0C5C50;

    z-index:9999;

    border-bottom:1px solid rgba(255,255,255,.08);
}

/* LOGO */

.logo img{
    height:52px;
    display:block;
}

/* MENU */

.nav-menu{
    display:flex;
    align-items:center;
    gap:45px;
}

.nav-menu a{
    color:#ffffff;
    text-decoration:none;

    font-size:16px;
    font-weight:500;

    transition:.3s;
}

.nav-menu a:hover{
    color:#00F5C8;
}

/* RIGHT */

.nav-right{
    display:flex;
    align-items:center;
    gap:25px;
}

.language{
    color:#ffffff;
    text-decoration:none;
    font-size:16px;
    font-weight:500;
}

/* BUTTON */

.cta-btn{
    background:#00F5C8;

    color:#0C5C50;

    text-decoration:none;

    padding:15px 28px;

    border-radius:50px;

    font-size:15px;
    font-weight:600;

    transition:.3s;
}

.cta-btn:hover{
    transform:translateY(-2px);
}

/* PAGE GAP */

body{
    padding-top:95px;
}

/* ==================================
   NEW INTRO SECTION
================================== */

.solora-intro-new{
    background:#ffffff;
    padding:120px 6%;
}

.solora-intro-container{
    max-width:1500px;
    margin:0 auto;
}

.solora-intro-heading{
    font-size:120px;
    line-height:0.92;
    font-weight:400;
    letter-spacing:-5px;
    color:#111111;
    margin-bottom:45px;
}

.solora-intro-heading span{
    display:block;
    color:#084f43;
    font-weight:300;
}

.solora-intro-description{
    max-width:1300px;
    font-size:22px;
    line-height:1.8;
    color:#555555;
}

/* Tablet */

@media(max-width:1200px){

    .solora-intro-heading{
        font-size:80px;
    }

}

/* Mobile */

@media(max-width:768px){

    .solora-intro-new{
        padding:80px 25px;
    }

    .solora-intro-heading{
        font-size:52px;
        letter-spacing:-2px;
    }

    .solora-intro-description{
        font-size:18px;
    }

}