:root {
    --prime-color: #57B33E;
    --title-color: rgb(33, 116, 29);
    --secondary-color: #fff;
}

#top-bar,
#top-bar a {
    color: #fff;
}

#top-bar .top-bar-content .content:last-child,
#top-bar .top-bar-content .content:first-child {
    color: #000000;
}

.section-padding {
    padding-bottom: 50px;
    padding-top: 50px;
}

.section-padding-buttom {
    padding-bottom: 50px;
}

.section-padding-top {
    padding-top: 50px;
}

@media only screen and (max-width: 1399px) and (min-width:1025px) {

    .header-phone,
    #site-header #header-get-a-quote a {
        display: block !important;
    }

    #header-get-a-quote a {
        border: 1px;
        border-color: #57b33e;
        border-radius: 7px;
        padding: 24px 40px;
        border-style: solid;
        margin: 0 0 0 0;
        font-family: "Rubik", sans-serif;
        color: #1f242c;
        font-weight: 500;
        font-size: 15px;
    }
}

@media only screen and (max-width: 1399px) and (min-width:1025px) {
    .header-style-2.menu-has-search #site-header #main-nav {
        right: 230px !important;
        left: auto;
    }

    #site-header #header-get-a-quote {
        top: 25px;
    }
}

#header-banner {
    background-image: url(../img/header-baner.jpeg);
    background-repeat: no-repeat, repeat;
    background-size: cover;
    height: 10%;
}

.header-banner-inner-wrap {
    padding: 80px 0 40px 0;
}

/* breadcrumb starts*/
@media (max-width:425px) {
    .header-banner h1 {
        font-size: 55px;
    }
}

/* breadcrumb end */
/* about us starts*/
.about .counter-item-about-us .icon::before {
    content: '\e976';
}

.about h2 {
    font-size: 50px;
    line-height: 60px;
    color: var(--title-color);
    letter-spacing: -1.5px !important;
    font-family: "Teko", sans-serif;
}

@media (max-width:1024px) and (min-width:991px) {
    .about .themesflat-headings.about-us.style-2 .heading-shadown-text.style-2 {
        top: 14%;
        left: 1%;
        line-height: 150px;
    }
}

.about .row-experiences {
    background-image: url(../img/shortcode/experience/bg-experience.jpeg);
}

.row-experiences-content a:hover {
    color: #fff;
}

.row-experiences-content .zingbox-icon-check {
    color: var(--prime-color);
}

@media only screen and (min-width: 991px) {
    .about .row-experiences-content {
        top: 60px;
        width: 700px;
    }

    .about .row-experiences {
        padding: 0px 0 540px 28px !important;
    }
}

@media only screen and (max-width: 991px) {
    .about .row-experiences {
        padding: 0px 0 535px 28px !important;
    }
}

@media only screen and (max-width: 425px) {
    .about .row-experiences {
        padding: 0px 15px 655px 0 !important;
    }
}

@media only screen and (max-width: 375px) {
    .about .row-experiences {
        padding: 0px 15px 685px 0 !important;
    }
}

@media only screen and (max-width: 320px) {
    .about .row-experiences {
        padding: 0px 13px 742px 0px !important;
    }
}

@keyframes float {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(30px);
    }
}

.about .sustainability-commitment {
    background: rgba(225, 247, 225, 0.29);
    color: #000000;
    padding: 50px 20px;
}



.about .sustainability-commitment p {
    font-size: 1.9rem;
    color: #494949;
    margin-bottom: 20px;
    line-height: 1.7;
}

.about .sustainability-commitment ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about .sustainability-commitment ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 1.9rem;
    line-height: 1.5;
}

.about .sustainability-commitment ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #4ade80;
    font-weight: bold;
}

.about .sustainability-commitment img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .about .sustainability-commitment {
        padding: 60px 15px;
    }

    .about .sustainability-commitment h2 {
        font-size: 4rem;
    }
}

@media (max-width: 768px) {
    .about .sustainability-commitment .row {
        flex-direction: column-reverse;
    }

    .about .sustainability-commitment img {
        margin-bottom: 30px;
    }
}

.renewable-energy table {
    border-collapse: collapse;
    min-width: 900px;
}

.renewable-energy th,
.renewable-energy td {
    vertical-align: middle !important;
    text-align: center;
}

.renewable-energy th {
    background-color: #559b45;
    color: white;
}

.renewable-energy tr:nth-child(even) {
    background-color: #f8f9fa;
}

/* horizontal scroll for small screens */
.renewable-energy .table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* about-us end */
/* mission vision starts */
.mission .section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.mission .section.reverse {
    grid-template-areas: "content image";
}

.mission .section.reverse .content {
    grid-area: content;
}

.mission .section.reverse .image {
    grid-area: image;
}

.mission h2 {
    font-size: 50px;
    line-height: 60px;
    color: var(--title-color);
    letter-spacing: -1.5px !important;
    font-family: "Teko", sans-serif;
}

.mission .content p {
    font-size: 1.6rem;
    color: #555;
    margin-bottom: 25px;
    text-align: justify;
    line-height: 1.8;
}

.mission .image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.mission .image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mission .image:hover img {
    transform: scale(1.05);
}

.mission .core-values {
    border-radius: 20px;
}

.mission .core-values .subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #000000;
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.mission .values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.mission .value-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    position: relative;
    overflow: hidden;
}

.mission .value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4caf50, #8bc34a, #66bb6a);
    ;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

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

.mission .value-card:hover::before {
    transform: scaleX(1);
}

.mission .value-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #4caf50, #66bb6a);
    ;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    transition: transform 0.3s ease;
}

.mission .value-card:hover .value-icon {
    transform: scale(1.1) rotate(5deg);
}

.mission .value-card h3 {
    font-size: 1.8rem;
    color: #2e7d32;
    margin-bottom: 15px;
    font-weight: 600;
}

.mission .value-card p {
    color: #666;
    font-size: 1.6rem;
    line-height: 1.6;
}

.mission .value-card i {
    color: #ffffff;
}

@media (max-width: 768px) {
    .mission .section {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px 0px;
    }

    .mission h2 {
        font-size: 4rem;
    }

    .mission .core-values {
        padding: 50px 0px;
    }

    .mission .values-grid {
        grid-template-columns: 1fr;
    }
}

/* mission vision end */

/* contact-us starts */
label.error {
    display: block !important;
    margin-top: 4px;
    margin-left: 0 !important;
    color: #e74c3c;
    font-size: 13px;
}

.form-submit .infor {
    display: block;
}

.form-submit .infor input {
    width: 100%;
}

.form-control {
    font-size: 1.5rem;
}

.contact .section-header {
    font-size: 50px;
    line-height: 60px;
    color: var(--title-color);
    letter-spacing: -1.5px !important;
    font-family: "Teko", sans-serif;
}

.ask-question {
    padding-bottom: 0px;
}

.question-faq .active .question::after {
    color: #ffffff !important;
}

.question-faq .active .question {
    background-color: var(--prime-color);
}

/* contact-us end */

/* solar service starts */
.services .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.services .section-header h2 {
    font-size: 50px;
    line-height: 60px;
    color: var(--title-color);
    letter-spacing: -1.5px !important;
    font-family: "Teko", sans-serif;
}

.services img {
    border-radius: 10px;
}

.services .section-header p {
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}


.style-2 .item.acticle:hover .adm a,
.style-2 .item.acticle:hover .transport a,
.style-2 .item.acticle:hover p,
.style-2 .item.acticle:hover a {
    color: #000000;
}

.services h3 {
    color: #222;
    margin-bottom: 10px;
}

.services .overview-content h3 {
    color: var(--prime-color);
    margin-bottom: 30px;
    font-size: 30px;
}

.services p {
    color: #555;
    line-height: 1.6;
}

.services .overview-grid,
.services .types-container,
.services .process-steps {
    display: grid;
    gap: 30px;
}

.services .overview-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.services .types-container {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.services .process-steps {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    text-align: center;
}

.services .type-card,
.services .step {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: .3s;
    border: #2e7d32 2px solid;
}

.services .type-card:hover,
.services .step:hover {
    transform: translateY(-5px);
}

.services .type-icon,
.services .feature-icon,
.services .step-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
    color: #fff;
    background: var(--prime-color);
}

.services .step-number {
    background: var(--prime-color);
    font-weight: bold;
}

@media only screen and (max-width: 425px) {
    .service.style-2 .themesflat-headings.style-2 .heading-shadown-text {
        top: 9%;
        left: 17%;
    }
}

@media only screen and (max-width: 375px) {
    .service.style-2 .themesflat-headings.style-2 .heading-shadown-text {
        top: 9%;
        left: 11%;
    }
}

@media only screen and (max-width: 320px) {
    .service.style-2 .themesflat-headings.style-2 .heading-shadown-text {
        top: 9%;
        left: 2%;
    }
}

/* ===== CTA Section ===== */
.services .cta-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: var(--prime-color);
    color: white;
    text-align: center;
    padding: 50px;
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.solar-power .cta-section {
    background: url(../img/shortcode/service/solar-fitting.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.wind-farm .cta-section {
    background: url(../img/shortcode/service/wind-farm.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.construction-service .cta-section {
    background: url(../img/shortcode/service/ashapura-consturction.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.plant-growth .cta-section {
    background: url(../img/shortcode/service/plant-pramoter.jpeg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.services .transparent-card {
    background: rgba(255, 255, 255, 0.0);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px;
    color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);

}

.services .cta-section h3 {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #484d49;
}

.services .cta-section p {
    color: #292929;
    font-size: 20px;
    font-style: bold;
    font-weight: 500;
}

.services .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.services .btn-primary,
.services .btn-secondary {
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: .3s;
}

.services .btn-primary {
    background: var(--prime-color);
    color: #fff;
}

.services .btn-primary:hover {
    background: #3d893b;
}

.services .btn-secondary {
    border: 2px solid var(--prime-color);
    color: var(--prime-color);
}

.services .btn-secondary:hover {
    background: var(--prime-color);
    color: #fff;
}

/* ===== Responsive ===== */
@media(max-width:768px) {
    .services .overview-grid {
        grid-template-columns: 1fr;
    }

    .services .style-2 .owl-theme .owl-nav {
        display: none;
    }
}

@media(min-width:1024px) {
    .services .style-2 .owl-theme .owl-nav {
        left: -156% !important;
    }
}

.services .process-flow {
    position: relative;
    max-width: 800px;
    margin: 40px auto;
    padding-left: 44px;
    border-left: 3px solid #6cf675;
}

.services .process-flow__step {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.services .process-flow__number {
    position: absolute;
    left: -65px;
    background-color: var(--prime-color);
    color: #fff;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}

.services .process-flow__step:hover .process-flow__number {
    background-color: #4ade80;
}

.services .process-flow__content {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    flex: 1;
    transition: transform 0.3s, box-shadow 0.3s;
}

.services .process-flow__step:hover .process-flow__content {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.services .process-flow__title {
    margin: 0 0 10px;
    font-size: 2.25rem;
    color: var(--prime-color);
}

.services .process-flow__text {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.6;
    color: #333;
}

@media (max-width:768px) {
    .services .process-flow__number {
        left: -60px;
    }
}

/* solar power service end */
/* image gallery start*/

.gallery .gallery-image {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 10px;
}

.gallery .gallery-image img {
    height: 250px;
    width: 350px;
    transform: scale(1.0);
    transition: transform 0.4s ease;
    border-radius: 10px;
}

.gallery .img-box {
    box-sizing: content-box;
    margin: 10px;
    height: 250px;
    width: 350px;
    overflow: hidden;
    display: inline-block;
    color: white;
    position: relative;
    background-color: white;
}

.gallery .caption {
    position: absolute;
    bottom: 5px;
    left: 20px;
    opacity: 0.0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.gallery .transparent-box {
    height: 250px;
    width: 350px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
}

.gallery .img-box:hover img {
    transform: scale(1.1);
}

.gallery .img-box:hover .transparent-box {
    background-color: rgba(0, 0, 0, 0.5);
}

.gallery .img-box:hover .caption {
    transform: translateY(-20px);
    opacity: 1.0;
}

.gallery .img-box:hover {
    cursor: pointer;
}

.gallery .caption>p:nth-child(2) {
    font-size: 0.8em;
}

.gallery-title {
    font-size: 22px;
}

.gallery-sub-title {
    font-size: 15px !important;
}

.gallery .opacity-low {
    opacity: 2;
}

/* image gallery end */
/* sustanablity starts */

.sustainability .csr-card.education {
    background: url(../img/shortcode/sustanability/edhucation-scholarships.jpg);
}

.sustainability .csr-card.health {
    background: url(../img/shortcode/sustanability/helth-care.jpeg);
}

.sustainability .csr-card.clean-water {
    background: url(../img/shortcode/sustanability/clean-water.jpg);
}

.sustainability .csr-card.plant-tree {
    background: url(../img/shortcode/sustanability/tree-plantetion.jpg);
}

.sustainability .csr-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    transition: background 0.3s ease;
}

.sustainability .csr-card:hover .csr-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}

.sustainability h5 {
    font-size: 48px;
    padding-bottom: 10px;
}

.sustainability .csr-card p {
    color: #dedede;
}

.sustainability .overview-content {
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/* sustanablity end */
/* privacy policy and terms and condition start */
.term-condition .section-header h2,
.privacy-policy .section-header h2 {
    font-size: 50px;
    line-height: 60px;
    color: var(--title-color);
    letter-spacing: -1.5px !important;
    font-family: "Teko", sans-serif;
}

.term-condition .section-header p,
.privacy-policy .section-header p {
    font-size: 16px;
    color: #555;
}

.policy-points ul,
.terms-points ul {
    max-width: 890px;
    margin: 0 auto;
    padding: 0 20px;
}

.policy-points li,
.terms-points li {
    background: #fff;
    margin: 10px 0;
    padding: 14px 18px;
    font-size: 16px;
    line-height: 1.6;
    list-style-type: disc;
    list-style-position: inside;
    text-align: justify;
}

/* privacy policy and terms and condition end */
/* safety plicy starts*/
.section:nth-child(even) {
    background: white;
}

.section-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.section:nth-child(even) .section-content {
    flex-direction: row-reverse;
}

.section-text {
    flex: 1;
}

.section-text h2 {
    font-size: 50px;
    line-height: 60px;
    color: var(--title-color);
    letter-spacing: -1.5px !important;
    font-family: "Teko", sans-serif;
}

.section-text p {
    font-size: 1.7rem;
    color: #666;
    margin-bottom: 25px;
    text-align: justify;
}

.section-text .features-list {
    list-style: none;
    margin-top: 25px;
}

.section-text .features-list li {
    color: #555;
    position: relative;
    padding-left: 30px;
    font-size: 1.5rem;
}

.section-text .features-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #4caf50;
    font-weight: bold;
    font-size: 1.1rem;
}

.section-image {
    flex: 1;
}

.section-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.section-image:hover img {
    transform: scale(1.02);
}


/* RESPONSIVE */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }

    .section-content,
    .section:nth-child(even) .section-content {
        flex-direction: column;
        gap: 10px;
    }

    .section-text h2 {
        font-size: 4rem;
        text-align: center;
    }

    .section-image img {
        height: 300px;
    }
}

/* safety plicy end*/
/* services starts */
.all-services p {
    padding-right: 30px;
}

.all-services img {
    width: 100%;
    height: 270px;
}

.box-service:hover .service-inner-img .img-overlay {
    height: 56.5%;
    background-color: var(--prime-color);
}

@media (min-width:769px) and (max-width:1024px) {
    .box-service:hover .service-inner-img .img-overlay {
        height: 53.5%;
        background-color: var(--prime-color);
    }
}

@media (min-width:425px) and (max-width:768px) {
    .box-service:hover .service-inner-img .img-overlay {
        height: 46.5%;
        background-color: var(--prime-color);
    }
}

@media (min-width:376px) and (max-width:425px) {
    .box-service:hover .service-inner-img .img-overlay {
        height: 48.5%;
        background-color: var(--prime-color);
    }
}

@media (min-width:320px) and (max-width:375px) {
    .box-service:hover .service-inner-img .img-overlay {
        height: 46.5%;
        background-color: var(--prime-color);
    }
}

/* services end */
/* blog pages starts */
.blog .themesflat-pagination {
    padding-top: 0px !important;
    padding-bottom: px;
}

.blog .cover-all {
    padding-top: 0px;
}

.blog .blog-card__content {
    background-color: #dce7dc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 20px;
}

.blog .blog-card__image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-card__content h3 {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
}

.blog .blog-card__meta {
    padding-bottom: 10px;
}

/* blog pages end */
/* blog category pages start */
.blog-category .active-cate {
    background: var(--prime-color);
}

.blog-category .widget.widget_category ul li:hover {
    background-color: var(--prime-color);
}

.blog-category .widget.widget_category ul li:hover a {
    color: #222222;
}

/* blog category pages end */
/* index page starts */
.video-banner {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.video-banner__video,
.video-banner__fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.video-banner__fallback {
    display: none;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.hero-content h1 {
    font-size: 6rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.video-banner-discription {
    color: #d7d7d7 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.typed-text {
    background: linear-gradient(90deg, var(--prime-color), var(--prime-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 4rem;
    }

    .hero-content p {
        font-size: 1rem;
    }
}

embed,
iframe,
object,
video {
    margin-bottom: 0px;
}

.index .owl-carousel .item.acticle .date-articles:hover {
    color: var(--prime-color);
}

.index .hero-section {
    background: #f5fff5;
    padding: 20px 0px 50px 0px;
    text-align: left;
}

.index .hero-section img {
    border-radius: 10px;
}

.index .hero-section .container {
    max-width: 1100px;
    margin: 0 auto;
}

.index .hero-content p {
    font-size: 1.7rem;
    color: #555;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto 25px;
}

.index .hero-content .btn {
    display: inline-block;
    padding: 12px 26px;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 5px;
    background: #13760f;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s ease;
    border: none;
}

.index .hero-content .btn:hover {
    background: #5f9d57;
}

@media (max-width: 768px) {
    .index .hero-content h2 {
        font-size: 4.8rem;
    }

    .index .hero-content p {
        font-size: 1.5rem;
    }
}

.index h2 {
    font-size: 50px;
    line-height: 60px;
    color: var(--title-color);
    letter-spacing: -1.5px !important;
    font-family: "Teko", sans-serif;
}

.index .all-services-home .service-inner-text p {
    padding-right: 30px;
    margin-bottom: 0px !important;
}

.index .all-services-home img {
    width: 100%;
    height: 180px;
}

.box-service .service-inner-text {
    left: 5.5%;
}

@media (min-width:1024px) {

    .index .all-services-home img,
    .all-services img {
        height: 320px;
    }
}

@media (min-width:1024px) {
    .all-services-home {
        padding-bottom: 50px;
    }
}

@media (min-width:767px) and (max-width:768px) {
    .service-item {
        height: fit-content !important;
    }
}

.all-services .service-item {
    height: fit-content !important;
}

.index .all-services-home .box-service:hover .service-inner-img .img-overlay {
    height: 58.5%;
    background-color: #2e7f1a;
}

@media (min-width:769px) and (max-width:1024px) {
    .index .all-services-home .box-service:hover .service-inner-img .img-overlay {
        height: 53.5%;
        background-color: #2e7f1a;
    }
}

@media (max-width:768px) {
    .index .all-services-home .box-service:hover .service-inner-img .img-overlay {
        height: 41.5%;
        background-color: #2e7f1a;
    }
}

.owl-theme .owl-dots .owl-dot {
    padding-top: 30px !important;
}

.index .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.index .main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    margin-bottom: 50px;
}

.index .image-section {
    position: relative;
}

.index .image-section img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.index .features-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.index .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.index .feature-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(34, 197, 94, 0.3);
}

.index .feature-icon i {
    font-size: 26px;
    color: white;
}

.index .feature-content h4 {
    font-size: 2rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 8px;
}

.index .feature-content p {
    color: #64748b;
    line-height: 1.7;
    font-size: 1.5rem;
}

@media (max-width: 968px) {
    .index .main-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .index .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .index .image-section img {
        height: 400px;
    }
}

@media (max-width: 768px) {

    .index .features-section h3,
    .index .bottom-features h3 {
        font-size: 1.8rem;
    }

    .index .features-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
}

@media (max-width: 480px) {

    .index .section-header h2 {
        font-size: 2rem;
    }

    .index .image-section img {
        height: 300px;
    }
}

.index .fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.7s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.index .feature-item:nth-child(1) {
    animation-delay: 0.1s;
}

.index .feature-item:nth-child(2) {
    animation-delay: 0.2s;
}

.index .feature-item:nth-child(3) {
    animation-delay: 0.3s;
}

.index .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.index .projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.index .project-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    height: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.index .project-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.index .project-item:hover .project-image {
    transform: scale(1.1);
}

.index .project-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
    transition: background 0.3s ease;
}

.index .project-item:hover .project-overlay {
    background: linear-gradient(180deg, rgba(34, 197, 94, 0.3) 0%, rgba(0, 0, 0, 0.9) 100%);
}


.index .project-title {
    font-size: 1.9rem;
    font-weight: 600;
    color: white;
    margin-bottom: 8px;
}

.index .project-description {
    font-size: 1.5rem;
    color: #e2e8f0;
    line-height: 1.5;
}

.index .view-all-container {
    text-align: center;
}

.index .view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 40px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(34, 197, 94, 0.3);
    transition: all 0.3s ease;
}

.index .view-all-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(34, 197, 94, 0.4);
    color: white;
}

.index .view-all-btn i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.index .view-all-btn:hover i {
    transform: translateX(5px);
}

@media (max-width: 968px) {
    .index .projects-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .index .project-item {
        height: 280px;
    }
}

@media (max-width: 768px) {

    .index .projects-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .index .project-item {
        height: 250px;
    }
}

@media only screen and (max-width: 768px) {
    .index .service {
        padding: 0px 0 128px 0 !important;
    }
}

@media only screen and (max-width: 426px) {
    .index .service {
        padding: 0px 0 0px 0 !important;
    }
}

@media (max-width: 480px) {


    .index .section-header h2 {
        font-size: 4.8rem;
    }

    .index .section-header {
        margin-bottom: 40px;
    }

    .index .project-item {
        height: 220px;
    }

    .index .view-all-btn {
        padding: 12px 30px;
        font-size: 1rem;
    }
}

.fade-up {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 0.8s ease forwards;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.index .project-item:nth-child(1) {
    animation-delay: 0.1s;
}

.index .project-item:nth-child(2) {
    animation-delay: 0.2s;
}

.index .project-item:nth-child(3) {
    animation-delay: 0.3s;
}

.index .project-item:nth-child(4) {
    animation-delay: 0.4s;
}

.index .project-item:nth-child(5) {
    animation-delay: 0.5s;
}

.index .project-item:nth-child(6) {
    animation-delay: 0.6s;
}

.index .cta-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: var(--prime-color);
    color: white;
    text-align: center;
    padding: 50px;
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.index .cta-section {
    background: url(../img/shortcode/service/construction-services.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.transparent-card {
    background: rgba(255, 255, 255, 0.0);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px;
    color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);

}

.cta-section h3 {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #484d49;
}

.cta-section p {
    color: #292929;
    font-size: 20px;
    font-style: bold;
    font-weight: 500;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.btn-primary,
.btn-secondary {
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: .3s;
}

.btn-primary {
    background: var(--prime-color);
    color: #fff;
    border: #13760f;
}

.btn-primary:hover {
    background: #3d893b;
}

.btn-secondary {
    border: 2px solid var(--prime-color);
    color: var(--prime-color);
}

.btn-secondary:hover {
    background: var(--prime-color);
    color: #fff;
}

.index .owl-theme .owl-nav {
    display: none;
}

.index .service {
    background-size: cover;
    padding: 0 0 241px 0;
}

@media (max-width:991px) and (min-width:768px) {
    .service-tile-responsive {
        margin-bottom: 40px;
    }
}

.index .item.acticle .img .img-overlay {
    height: 45%;
}

/* index page end  */
/* enwuiry model */
body.modal-open {
    overflow: hidden !important;

}

.modal-body {
    border-radius: 10px;
}

.enquiry .fa-refresh:before,
.enquiry .fa-sync:before {
    content: "\f021";
    padding-left: 20px;
}

.modal {
    z-index: 20000 !important;
}

.modal-backdrop {
    z-index: 19999 !important;
}

.enquiry .modal-content {
    border-radius: 12px;
    border: none;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.enquiry .model-head {
    background: var(--prime-color);
    color: #fff;
    padding: 15px;
    border-radius: 12px 12px 0 0;
}

.enquiry .model-head .modal-title {
    font-weight: 600;
    font-size: 18px;
}

.enquiry #model-close {
    color: #fff;
    opacity: 0.9;
    transition: 0.3s;
}

.enquiry #model-close:hover {
    opacity: 1;
    color: #f8f9fa;
}

.enquiry .form-body {
    padding: 20px;
    background: #fff;
}

.enquiry .e-form-label {
    font-weight: 500;
    color: #1a8719;
    font-size: 14px;
}

.enquiry .form-control {
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
}

.enquiry .form-control:focus {
    border-color: #198754;
    box-shadow: 0 0 6px rgba(25, 135, 84, 0.3);
}

.enquiry button:hover,
.enquiry input[type="button"]:hover,
.enquiry input[type="reset"]:hover,
.enquiry input[type="submit"]:hover,
.enquiry button:focus,
.enquiry input[type="button"]:focus,
.enquiry input[type="reset"]:focus,
.enquiry input[type="submit"]:focus {
    outline: 0;
    background-color: var(--prime-color);
}

.enquiry .captcha-img {
    border: 1px solid #ddd;
    border-radius: 6px;
    height: 40px;
}

.enquiry .enquiry-btn {
    background: var(--prime-color) !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 10px 10px;
    transition: 0.3s;
    border-color: var(--prime-color);
}

.enquiry .enquiry-btn:hover {
    background: #146c43 !important;
}

.enquiry .form-control {
    height: 40px !important;
    padding: 6px 10px;
    font-size: 14px;
}

.enquiry .form-control textarea,
.enquiry textarea.form-control {
    min-height: 80px;
    resize: vertical;
}

.enquiry button,
.enquiry input[type="button"] {
    background-color: #146c43;
}

.enquiry #model-close:hover {
    opacity: 1;
    color: #000000;
}

.enquiry .model-size {
    max-width: 600px;
    max-height: fit-content;
}

.enquiry .modal-content {
    max-height: 85vh;
}

/* enquiry model end */

/* theme color changes */
.topbar-style-1 #top-bar {
    background-color: var(--prime-color);
}

#main-nav ul li .active::after,
#main-nav ul li .active,
#main-nav>ul>li>a:hover {
    color: var(--prime-color) !important;
}

#header-get-a-quote a:hover,
.counter-item .inner .heading::after,
.box-service:hover .icon,
.owl-carousel .item.acticle .date-articles,
#footer.style-2 .footer-socials .active,
#footer.style-2 .footer-socials a:hover,
.about-us-content-left ul li a::before,
.about-us-content-right ul li a::before,
.write-a-message .socical-icon li:hover,
#scroll-top:before {
    background-color: var(--prime-color) !important;
}

.zingbox-icon-clock:before,
.zingbox-icon-diamond:before,
.zingbox-icon-book:before,
.zingbox-icon-author:before,
.service-inner-text .icon,
.contact-list i,
.box-service .service-read-more,
#bottom .bottom-bar-content a:hover,
#main-nav .sub-menu li a:hover,
.themesflat-headings .get-in-touch:hover,
.themesflat-headings .get-in-touch,
.blog-card__title a:hover,
#footer.style-2 a:hover,
.blog-card__meta a:hover,
.blog-standar-end a:hover {
    color: var(--prime-color) !important;
}

.box-service:hover .icon,
.owl-carousel .item.acticle .date-articles,
#header-get-a-quote a:hover,
.blog-category .active-cate a,
.widget.widget_category ul li a:hover,
.widget.widget_category ul li a::after,
.widget.widget_category ul li:hover,
#footer.style-2 .footer-socials a:hover,
.modal-title {
    color: #fff !important;
}

.themesflat-pagination ul li .page-numbers.current {
    background-color: #579b38;
    color: #fff;
    border-color: #000000;
}

.themesflat-pagination ul li .page-numbers:hover,
.themesflat-pagination ul li .page-numbers.current {
    background-color: #579b38;
    color: #fff;
    border-color: #000000;
}

.write-a-message .socical-icon li:hover {
    background-color: #57b33c;
}

.form-control-captcha {
    padding: 0.5rem 0.75rem;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.header-style-2.menu-has-search #site-header #main-nav {
    right: 220px !important;
}

@media (max-width:1024px) and (min-width:1000px) {
    .header-style-2.menu-has-search #site-header #main-nav {
        right: 0px !important;
    }

    #top-bar a {
        font-size: 12px !important;
    }
}

/* compny slider starts */
.logo-section {
    width: 100%;
    background: white;
    padding: 50px 0 0;
}

.logo-section-title {
    text-align: center;
    margin-bottom: 50px;
}

.logo-section-title h2 {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.logo-section-title p {
    font-size: 1.1rem;
    color: #666;
}

.logo-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: white;
}

/* Gradient overlays for smooth edges */
.logo-slider::before,
.logo-slider::after {
    content: '';
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.logo-slider::before {
    left: 0;
    background: linear-gradient(to right, white, transparent);
}

.logo-slider::after {
    right: 0;
    background: linear-gradient(to left, white, transparent);
}

.logo-track {
    display: flex;
    animation: scroll 30s linear infinite;
    width: fit-content;
}

/* Pause animation on hover for better UX */
.logo-slider:hover .logo-track {
    animation-play-state: paused;
}

.logo-item {
    flex-shrink: 0;
    width: 200px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0 30px;
    transition: transform 0.3s ease;
}

.logo-item:hover {
    transform: scale(1.1);
}

.logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(0%);
    transition: all 0.3s ease;
}

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

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .logo-section-title h2 {
        font-size: 2rem;
    }

    .logo-item {
        width: 150px;
        height: 100px;
        margin: 0 20px;
    }

    .logo-slider::before,
    .logo-slider::after {
        width: 50px;
    }
}

@media (max-width: 480px) {
    .logo-section-title h2 {
        font-size: 1.5rem;
    }

    .logo-item {
        width: 120px;
        height: 80px;
        margin: 0 15px;
    }
}

/* compny slider end */