:root {
    --contactsolution-bg: var(--lightblueshade);
    --contactsolution-card-edge: #d9e6f5;
    --contactsolution-shadow: 0 1px 2px rgba(2, 56, 111, 0.06), 0 8px 24px rgba(2, 56, 111, 0.08);
    --contactsolution-accent-soft: #e4ebfd;
}

/* a.suspagecta::after, button.suspagecta::after { content: url('../../images/energy/suspagectaarrow.svg'); font-family: 'Font Awesome 5 Free'; position: absolute; top: 30%; right: 0.6vw; filter: brightness(0) invert(1); transition: 0.5s all ease; } .hmcase-studies.withoutimagecs #slidesHolder .slide .slidetopflex span.slide-number, .hmcase-studies.withoutimagecs #slidesHolder .slide .slidetopflex h3.slide-title, .hmcase-studies.withoutimagecs #slidesHolder .slide .slide-content>h5, .hmcase-studies.withoutimagecs #slidesHolder .slide .slide-content .approach-list li { color: #ffffff; } */
/* .sustopinsightheading-text h2.sussectionheading { color: #1c2539; margin: 1.406vw 0 1.953vw; line-height: 3.5vh; } */
/* .pagecontactform .form-group button.susformsubmitbtn::after { content: url(../../images/energy/suspagectaarrow.svg); font-family: 'Font Awesome 5 Free'; position: absolute; top: 30%; right: 0.6vw; filter: brightness(0) invert(1); transition: 0.5s all ease; } */
.enlandingpage-section>.herobanner {
    background: url('../../images/energy-growth/herobanner.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.enlandingpage-hero-flex {
    width: 100%;
    padding: 11.719vw 0 5.938vw 1.953vw;
}

.enlandingpagetextcol {
    width: 100%;
}

.newenlandingpage-hero-flex h1.practicebadge {
    font-size: 2.5vw;
    line-height: 6.457vh;
    padding: 0.781vw 1.938vw;
    width: auto;
    font-weight: 700;
}

.enlandingpagetextcol h1.smallpagetitle {
    font-size: 3.281vw;
    margin: 1.953vw 0 1.094vw;
    line-height: 9.3vh;
}

.newenlandingpage-hero-flex .enlandingpagetextcol p.smallpagetitle {
    font-size: 2.344vw;
    font-family: var(--sorafont);
    font-weight: 800;
    color: #fff;
    margin: 1.953vw 0 1.094vw;
}

.newenlandingpage-hero-flex .enlandingpagetextcol p.smallpagetitle>span {
    display: block;
}

.enlandingpagetextcol p.susheropara {
    font-size: 1.25vw;
    line-height: 3.757vh;
    max-width: 75vw;
    padding: 0 0 3.954vw 0;
    margin: 0;
}

.enhm-about {
    padding: 7.187vw 0 0;
    position: relative;
}

.enedgesector {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
}

.enedgesector-left {
    width: 41%;
    position: relative;
}

.enedge-img {
    position: relative;
    display: block;
    margin: 1vw 0 0;
}

.enedge-img img {
    width: 100%;
    height: 45.68vw;
    object-fit: fill;
    border-radius: 2.6vw;
}

.enedge-text {
    position: absolute;
    top: 7.5%;
    right: 6%;
    background: #02386F;
    border-radius: 25px;
    border: 8px solid #fff;
    z-index: 1;
    width: 23vw;
    text-align: center;
    padding: 1vw 1vw 2vw;
}

.enedge-text .firsttopcounter h4.text-bold {
    font-weight: 800;
    font-size: 6.3vw;
    font-family: var(--sorafont);
    color: #fff;
    margin: 0;
}

.enedge-text .firsttopcounter .engtitle {
    font-size: 1.6vw;
    font-family: var(--sorafont);
    font-weight: 400;
    margin: 0.234vw 0 0;
    line-height: 3.607vh;
    color: #fff;
    text-align: left;
}

.enedgesector-left::before {
    position: absolute;
    content: '';
    top: 4.688vw;
    width: 40%;
    height: 100%;
    left: 1vw;
    background: url('../../images/automotive/about-bg.webp');
    background-repeat: no-repeat;
    background-size: contain;
}

.enedgesector-right {
    width: 59%;
    padding-left: 4vw;
    /* padding-right: 0.6vw; */
    position: relative;
}

.enedgesector-right::after {
    position: absolute;
    content: '';
    top: 8vw;
    width: 100%;
    height: 80%;
    left: 38vw;
    background: url('../../images/automotive/intersect.webp');
    background-repeat: no-repeat;
    background-size: contain;
}

.enedgesector-right h2 {
    font-weight: 700;
    font-size: 3.5vw;
    font-family: var(--sorafont);
    line-height: 1.3;
    color: #1C2539;
    text-transform: capitalize !important;
    margin-top: 0;
}

.enedgesector-right p {
    margin: 0;
    font-size: 1.2vw;
    font-family: var(--sorafont);
    font-weight: 400;
    color: #5D666F;
    line-height: 3.7vh;
    /* padding: 0 4.375vw 0 0 */
}

.enedgeright-li {
    display: flex;
    align-items: flex-start;
    margin: 1.4vw 0;
}

.enlileft {
    background: #AD0119;
    border-radius: 15px;
    width: 3.6vw;
    height: 3.6vw;
    margin-right: 1.5vw;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
}

.enlileft span {
    font-family: var(--sorafont);
    font-size: 1.5vw;
    font-weight: 700;
    color: #fff;
}

.enliright h5 {
    font-family: var(--sorafont);
    font-size: 1.28vw;
    font-weight: 700;
    color: #1C2539;
    margin-bottom: 0.3vw;
    margin-top: 0.5vw;
}

.enliright p {
    margin: 0;
    font-size: 1.2vw;
    font-family: var(--sorafont);
    font-weight: 400;
    color: #5D666F;
    line-height: 3.7vh;
    /* padding: 0 4.375vw 0 0 */
}

.enhmcount1 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.328vw;
    padding: 2vw 0vw;
}

.enhmcount {
    width: 60%;
    position: relative;
    left: 11.7vw;
    bottom: -10px;
}

.enaboutcount {
    display: flex;
    align-items: center;
    border-right: 1px solid #5B6D844D;
    padding: 0vw 2vw;
}

.enaboutcount:last-child {
    border-right: 0px solid #5B6D844D;
}

.enaboutcount1 {
    width: 50%;
}

.enaboutcount1 h4.text-bold {
    font-weight: 700;
    font-size: 3.8vw;
    font-family: var(--sorafont);
    color: #081427;
    margin: 0;
}

.enaboutcount2 p {
    font-size: 1.5vw;
    font-family: var(--sorafont);
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
    color: #5D666F;
}

.enaboutcount2 {
    padding-left: 3vw;
}

.enlandinginsights-sectionlive .insightsheader-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.arancatabblockdesktop-wrapper.enlandingvertabs .arancatabblockdesktop-tabs>.arancatabblockdesktop-tab {
    font-weight: 400;
    color: #1C2539;
    line-height: 4.208vh;
}

.arancatabblockdesktop-wrapper.enlandingvertabs .arancatabblockdesktop-tabs>.arancatabblockdesktop-tab.active {
    color: #fff;
    background: linear-gradient(to left, #02386F, #AD0119);
    box-shadow: 0 4px 30px 0 #aab9d74d;
}

.arancatabblockdesktop-wrapper.enlandingvertabs .arancatabblockdesktop-tabs>.arancatabblockdesktop-tab.active::after {
    color: #fff;
}

.arancatabblockdesktop-wrapper.enlandingvertabs .arancatabblockdesktop-content {
    padding-left: 4.297vw;
}

.arancatabblockdesktop-wrapper.enlandingvertabs.newenlandingvertabs .arancatabblockdesktop-content {
    padding-right: 0;
}

.arancatabblockdesktop-wrapper.enlandingvertabs.newenlandingvertabs .arancatabblockdesktop-content p.suspagepara {
    text-align: justify;
}

.arancatabblockdesktop-wrapper.enlandingvertabs .arancatabblockdesktop-content h3 {
    font-size: 1.719vw;
    line-height: 6.012vh;
    margin: 0 0 1.797vw;
}

.arancatabblockdesktop-wrapper.enlandingvertabs .arancatabblockdesktop-content h4 {
    font-size: 1.406vw;
}

.arancatabblockdesktop-wrapper.enlandingvertabs .arancatabblockdesktop-content ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.172vw;
}

.enlandingwork-wrapper {
    width: 100%;
    padding: 7.813vw 0 0;
}

.enlandingwork-wrapper .sussectionheadingwrap.arancapracticeheadingwrap p.suspagepara {
    padding: 0 19.531vw;
}

.enlandingworktabs-wrapper {
    width: 100%;
    margin: 3.125vw 0 0;
}

.enlandingwork-tabs {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.563vw;
    margin: 0 0 3.359vw;
}

.enlandingworkmobile-tabs {
    display: none;
}

.enlandingwork-tabs>.enlandingwork-tab {
    width: 100%;
    padding: 2.344vw 1.563vw;
    border-radius: 3.203vw;
    box-shadow: 0 4px 30px 0 rgb(170 185 215 / 30%);
    position: relative;
    background: linear-gradient(to left, #fff 0%, #fff 6%, #fff 100%);
    text-align: center;
    cursor: pointer;
    transition: 0.5s all ease;
    z-index: 1;
}

.enlandingwork-tabs>.enlandingwork-tab.active::before,
.enlandingwork-tabs>.enlandingwork-tab:hover::before {
    content: '';
    position: absolute;
    bottom: -1.641vw;
    left: 50%;
    transform: translateX(-50%);
    width: 1.719vw;
    height: 1.719vw;
    background: linear-gradient(to left, #005097 0%, #004E92 6%, #042745 100%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    z-index: -1;
    transition: 0.5s all ease;
}

.enlandingwork-tabs>.enlandingwork-tab.active,
.enlandingwork-tabs>.enlandingwork-tab:hover {
    background: linear-gradient(to left, #005097 0%, #004E92 6%, #042745 100%);
    transition: 0.5s all ease;
}

.enlandingwork-tab .enlandingwork-tabimg {
    width: 5.078vw;
    height: 5.078vw;
    border-radius: 100%;
    background: linear-gradient(to left, #005097 0%, #004E92 6%, #042745 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.953vw;
    transition: 0.5s all ease;
}

.enlandingwork-tab .enlandingwork-tabimg>img {
    width: 3.516vw;
    height: auto;
    transition: 0.5s all ease;
}

.enlandingwork-tab h3 {
    font-size: 1.406vw;
    line-height: 3.306vh;
    color: #1C2539;
    font-family: var(--sorafont);
    font-weight: 400;
    margin: 0;
    text-align: center;
    transition: 0.5s all ease;
}

.enlandingwork-tabs>.enlandingwork-tab.active .enlandingwork-tabimg,
.enlandingwork-tabs>.enlandingwork-tab:hover .enlandingwork-tabimg {
    background: linear-gradient(to top, #D1DFF8, #F4F8FF);
    transition: 0.5s all ease;
}

.enlandingwork-tabs>.enlandingwork-tab.active .enlandingwork-tabimg>img,
.enlandingwork-tabs>.enlandingwork-tab:hover .enlandingwork-tabimg>img {
    filter: invert(1);
    transition: 0.5s all ease;
}

.enlandingwork-tabs>.enlandingwork-tab.active h3,
.enlandingwork-tabs>.enlandingwork-tab:hover h3 {
    color: #fff;
    transition: 0.5s all ease;
}

.enlandingwork-content-wrapper {
    width: 100%;
}

.enlandingwork-tab-content {
    width: 100%;
    background: #F6F8FC;
    border-radius: 1.094vw;
    padding: 1.953vw;
    margin: 0 auto;
}

.enlandingwork-tab-content>p {
    font-size: 1.25vw;
    line-height: 3.908vh;
    font-family: var(--sorafont);
    font-weight: 400;
    color: #5B6D84;
    margin: 0;
    text-align: center;
}

.enlandingwedo-wrapper {
    width: 100%;
    padding: 8.828vw 0 4.453vw;
}

.enlandingwedo-grid {
    width: 100%;
    margin: 2.344vw 0 0;
    padding: 5.469vw 0 0;
    border-top: 1px solid #AAB9D74D;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.enlandingwedo-grid>.enlandingwedo-item {
    width: 100%;
    padding: 0 1.172vw;
    border-right: 1px solid #AAB9D74D;
}

.enlandingwedo-grid>.enlandingwedo-item:last-child {
    border: 0;
}

.enlandingwedo-grid>.enlandingwedo-item span.wedonum {
    width: 3.906vw;
    height: 3.906vw;
    border-radius: 1.406vw;
    background: #AD0119;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.719vw;
    font-family: var(--sorafont);
    font-weight: 700;
}

.enlandingwedo-grid>.enlandingwedo-item h3 {
    font-size: 1.719vw;
    line-height: 5.11vh;
    font-family: var(--sorafont);
    font-weight: 700;
    color: #1C2539;
    margin: 1.953vw 0 0.781vw;
}

.enlandingwedo-grid>.enlandingwedo-item p {
    font-size: 1.25vw;
    line-height: 4.208vh;
    font-family: var(--sorafont);
    font-weight: 400;
    color: #5B6D84;
    margin: 0;
}

.deriskinggreenhydrogen-itemsgrid.enlanding-itemsgrid>.deriskinggreenhydrogen-item>h3 {
    min-height: 4.063vw;
}

.feature-grid.enlanding-itemsgrid {
    margin: 3.516vw 0 0;
}

.feature-grid.enlanding-itemsgrid>.feature-card {
    background: #F2F5FB;
    padding: 3.125vw 1.953vw 2.813vw;
    transition: 0.1s all ease;
}

.feature-grid.enlanding-itemsgrid>.feature-card h3 {
    font-size: 1.719vw;
    line-height: 5.11vh;
    font-family: var(--sorafont);
    font-weight: 700;
    color: #1C2539;
    margin: 0 0 2.334vw;
    transition: 0.1s all ease;
}

.feature-grid.enlanding-itemsgrid>.feature-card>p {
    font-size: 1.25vw;
    line-height: 4.208vh;
    font-family: var(--sorafont);
    font-weight: 400;
    color: #5B6D84;
    margin: 0;
    transition: 0.1s all ease;
}

.feature-grid.enlanding-itemsgrid>.feature-card::after {
    background: #fff;
}

.feature-grid.enlanding-itemsgrid>.feature-card:hover {
    background: #063468;
    transition: 0.1s all ease;
}

.feature-grid.enlanding-itemsgrid>.feature-card:hover>h3,
.feature-grid.enlanding-itemsgrid>.feature-card:hover>p {
    color: #fff;
    transition: 0.1s all ease;
}

.enlandinghowwedo-section {
    width: 100%;
    padding: 3.906vw 0 0;
}

.enlandinghowwedo-wrapper {
    width: 100%;
    border-radius: 1.953vw;
    padding: 3.906vw 2.344vw;
    background: linear-gradient(to top, #D1DFF8, #F4F8FF);
}

.enlandhowwedoheadflex {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.enlandhowwedohead {
    width: 30%;
}

.enlandhowwedohead .sectionbadge {
    margin: 0 0 1.563vw;
}

.enlandhowwedopara {
    width: 70%;
    padding: 0 0 0 85px;
}

.enlandhowwedopara p.suspagepara {
    color: #1C2539;
}

.enlandinghowwedo-grid {
    width: 100%;
    margin: 4.219vw 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.734vw;
}

.enlandinghowwedo-grid>.enlandinghowwedo-item {
    width: 100%;
    border-radius: 1.563vw;
    background: #fff;
    overflow: hidden;
}

.enlandinghowwedo-grid>.enlandinghowwedo-item h3 {
    font-size: 1.563vw;
    line-height: 4.459vh;
    font-family: var(--sorafont);
    font-weight: 700;
    color: #fff;
    min-height: 7.032vw;
    margin: 0 0;
    padding: 3.125vw 2.734vw 2.266vw;
    background: #02386F;
}

.enlandinghowwedo-item>.enlandinghowwedo-itemin {
    width: 100%;
    padding: 3.125vw 2.734vw;
}

.enlandinghowwedo-grid>.enlandinghowwedo-item h4 {
    font-size: 1.563vw;
    line-height: 4.459vh;
    font-family: var(--sorafont);
    font-weight: 700;
    color: #1C2539;
    min-height: 4.688vw;
    margin: 0 0 0.781vw;
}

.enlandinghowwedo-grid>.enlandinghowwedo-item p {
    font-size: 1.25vw;
    line-height: 3.908vh;
    font-family: var(--sorafont);
    font-weight: 400;
    color: #1C2539;
    margin: 0;
}

.enlandingourreach-wrapper {
    width: 100%;
    padding: 9.609vw 0;
}

.enlandingourreach-wrapper .sussectionheadingwrap.arancapracticeheadingwrap>p.suspagepara {
    padding: 0 12.016vw;
}

.enlandingwhotrustusclients-wrap {
    width: 88.516vw;
    border-radius: 1.953vw;
    background: #fff;
    margin: 7.734vw auto 2.188vw;
    box-shadow: 0 4px 30px 0 #AAB9D74d;
    padding: 1.563vw 31.5px;
}

.enlandingwhotrustusclients-wrap>p {
    font-size: 1.25vw;
    line-height: 3.006vh;
    font-family: var(--sorafont);
    font-weight: 600;
    color: #02386F;
    margin: 0 0 2.031vw;
    text-align: center;
}

.enlandingindnps-grid {
    width: 88.516vw;
    margin: 4.5vw auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.656vw;
}

.enlandingindnps-grid>.enlandingindnps-npscharts {
    width: 100%;
    border-radius: 1.953vw;
    padding: 0.781vw 1.563vw;
    background: #fff;
    box-shadow: 0 4px 30px 0 #AAB9D74d;
}

.enlandingindnps-grid>.enlandingindnps-ratedtext {
    width: 100%;
    border-radius: 1.953vw;
    padding: 0.781vw 1.563vw;
    background: linear-gradient(to left, #005097 0%, #004E92 6%, #042745 100%);
}

.enlandingindnps-grid h4 {
    font-size: 1.25vw;
    line-height: 3.006vh;
    font-family: var(--sorafont);
    font-weight: 700;
    margin: 0;
    padding: 1.563vw 0;
    color: #1C2539;
    border-bottom: 1px solid #AAB9D74d;
}

.enlandingindnps-npscharts>.chartimg {
    width: 100%;
    padding: 2.5vw 1.25vw 1.25vw;
    margin: 1.563vw 0 0;
}

.enlandingindnps-npscharts>.chartimg>img {
    width: 100%;
    height: auto;
}

.enlandingindnps-ratedtext>ul {
    margin: 1.563vw 0 0;
    list-style: none;
    padding: 0;
}

.enlandingindnps-ratedtext>ul>li {
    font-size: 1.25vw;
    line-height: 5.11vh;
    font-family: var(--sorafont);
    font-weight: 400;
    color: #fff;
    padding: 0 0 0 3.438vw;
    margin: 0 0 1.563vw;
    position: relative;
}

.enlandingindnps-ratedtext>ul>li::before {
    content: '';
    width: 1.641vw;
    height: 1.641vw;
    border-radius: 100%;
    background: #AD0119;
    position: absolute;
    left: 0.313vw;
    top: 0.469vw;
}

.enlandingindnps-ratedtext>ul>li::after {
    content: '';
    width: 0.781vw;
    height: 0.469vw;
    border-left: 2px solid #042b4c;
    border-bottom: 2px solid #042b4c;
    transform: rotate(-45deg);
    position: absolute;
    left: 0.703vw;
    top: 0.977vw;
}

.enlandingindnps-ratedtext h4 {
    color: #fff;
}

.enlandingtestimonials-wrapper {
    width: 100%;
    padding: 9.609vw 0 1.563vw;
}

.enlandingtestimonials-wrapper h2.sussectionheading {
    padding: 0 19vw;
}

.insightsflexwrap.whiteinsightsflexwrap>.insightclick {
    border: 1px solid #AAB9D74d;
    color: #1C2539;
    transition: 0.5s all ease-in-out;
}

@media screen and (min-width: 1100px) {
    body.enlandingpagewoutanimation .enlandingpagetextcol h1.smallpagetitle {
        line-height: 10.521vh;
    }

    body.enlandingpagewoutanimation .newenlandingpage-hero-flex .enlandingpagetextcol p.smallpagetitle {
        line-height: 7.521vh;
    }

    body.enlandingpagewoutanimation .enlandingpage-hero-flex {
        width: 100%;
        padding: 12.318vw 0 5.73vw 1.953vw;
    }

    body.enlandingpagewoutanimation .enlandingpage-hero-flex.newenlandingpage-hero-flex {
        padding: 13.41vw 0 5.73vw 1.953vw;
    }

    body.enlandingpagewoutanimation h2.sussectionheading {
        line-height: 8.567vh !important;
    }

    body.enlandingpagewoutanimation .sustainability-casestudies-wrapper #slidesHolder .slide {
        height: 44.6vw;
    }

    .enlandingwork-tab-content {
        min-height: 7.969vw;
    }
}

@media screen and (max-width:1100px) {
    .enlandingpage-hero-flex {
        padding: 92px 0 50.75px 15px
    }

    .enlandingpage-hero-flex.newenlandingpage-hero-flex {
        padding: 147px 0 65px 15px;
    }

    .newenlandingpage-hero-flex span.practicebadge,
    .newenlandingpage-hero-flex h1.practicebadge {
        font-size: 28px;
        line-height: 38px;
        padding: 10px 25px;
    }

    .newenlandingpage-hero-flex .enlandingpagetextcol p.smallpagetitle {
        font-size: 32px;
        line-height: 50px;
        margin: 25px 0 15px;
    }

    .enlandingpagetextcol h1.smallpagetitle {
        font-size: 45px;
        margin: 25px 0 15px;
        line-height: 40px;
    }

    .enlandingpagetextcol p.susheropara {
        font-size: 16px;
        line-height: 26px;
        max-width: 90%;
    }

    .arancatabblockdesktop-wrapper.enlandingvertabs .arancatabblockdesktop-tabs {
        width: 40%;
    }

    .arancatabblockdesktop-wrapper.enlandingvertabs .arancatabblockdesktop-content-wrapper {
        width: 60%;
    }

    .arancatabblockdesktop-wrapper.enlandingvertabs .arancatabblockdesktop-content {
        padding-left: 40px;
    }

    .arancatabblockdesktop-wrapper.enlandingvertabs .arancatabblockdesktop-content h4 {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 15px;
    }

    .enlandingwork-wrapper {
        padding: 75px 0 0;
    }

    .enlandingwork-wrapper .sussectionheadingwrap.arancapracticeheadingwrap p.suspagepara {
        padding: 0;
    }

    .enlandingworktabs-wrapper {
        width: 100%;
        margin: 35px 0 0;
    }

    .enlandingwork-tabs>.enlandingwork-tab {
        width: 100%;
        padding: 25px 15px;
        border-radius: 30px;
    }

    .enlandingwork-tab .enlandingwork-tabimg {
        width: 55px;
        height: 55px;
        margin: 0 auto 15px;
    }

    .enlandingwork-tab .enlandingwork-tabimg>img {
        width: 35px;
    }

    .enlandingwork-tab h3 {
        font-size: 15px;
        line-height: 25px;
    }

    .enlandingwork-tabs {
        grid-template-columns: repeat(6, 1fr);
        gap: 20px;
        margin: 0 0 35px;
    }

    .enlandingwork-tab-content {
        width: 100%;
        border-radius: 15px;
        padding: 20px;
    }

    .enlandingwork-tab-content>p {
        font-size: 16px;
        line-height: 26px;
    }

    .enlandingwedo-wrapper {
        width: 100%;
        padding: 75px 0;
    }

    .feature-grid.enlanding-itemsgrid {
        margin: 40px 0 0;
        gap: 20px
    }

    .feature-grid.enlanding-itemsgrid>.feature-card {
        background: #F2F5FB;
        padding: 35px 15px;
    }

    .feature-grid.enlanding-itemsgrid>.feature-card h3 {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 20px;
    }

    .feature-grid.enlanding-itemsgrid>.feature-card>p {
        font-size: 16px;
        line-height: 26px;
    }

    .enlandinghowwedo-wrapper {
        width: 100%;
        border-radius: 30px;
        padding: 40px 30px;
    }

    .enlandinghowwedo-grid {
        width: 100%;
        margin: 35px 0 0;
        gap: 30px;
    }

    .enlandinghowwedo-grid>.enlandinghowwedo-item h3 {
        font-size: 20px;
        line-height: 30px;
        padding: 30px 25px;
    }

    .enlandinghowwedo-item>.enlandinghowwedo-itemin {
        width: 100%;
        padding: 35px 25px;
    }

    .enlandinghowwedo-grid>.enlandinghowwedo-item h4 {
        font-size: 20px;
        line-height: 30px;
        min-height: 60px;
        margin: 0 0 10px;
    }

    .enlandinghowwedo-grid>.enlandinghowwedo-item p {
        font-size: 16px;
        line-height: 26px;
    }

    .enlandingourreach-wrapper {
        width: 100%;
        padding: 75px 0;
    }

    .enlandingindnps-grid {
        width: 100%;
        margin: 35px auto 0;
        gap: 25px;
    }

    .enlandingindnps-grid>.enlandingindnps-npscharts,
    .enlandingindnps-grid>.enlandingindnps-ratedtext {
        width: 100%;
        border-radius: 25px;
        padding: 10px 20px;
    }

    .enlandingindnps-grid h4 {
        font-size: 16px;
        line-height: 26px;
        padding: 20px 0;
    }

    .enlandingindnps-npscharts>.chartimg {
        width: 100%;
        padding: 20px 15px 15px;
        margin: 20px 0 0;
    }

    .enlandingindnps-ratedtext>ul {
        margin: 20px 0 0;
    }

    .enlandingindnps-ratedtext>ul>li {
        font-size: 16px;
        line-height: 26px;
        padding: 0 0 0 40px;
        margin: 0 0 20px;
        position: relative;
    }

    .enlandingindnps-ratedtext>ul>li::before {
        width: 18px;
        height: 18px;
        left: 5px;
        top: 4px;
    }

    .enlandingindnps-ratedtext>ul>li::after {
        content: '';
        width: 10px;
        height: 6px;
        left: 9px;
        top: 9px;
    }

    .arancatabblockdesktop-wrapper.enlandingvertabs .arancatabblockdesktop-content ul {
        gap: 15px;
    }

    .enlandhowwedohead .sectionbadge {
        margin: 0 0 20px;
    }

    .middlepagecta button.suspagecta,
    .arancatabblockdesktop-wrapper.enlandingvertabs.newenlandingvertabs .arancatabblockdesktop-content button.suspagecta {
        width: 300px;
    }

    .middlepagecta button.suspagecta>span,
    .arancatabblockdesktop-wrapper.enlandingvertabs.newenlandingvertabs .arancatabblockdesktop-content button.suspagecta>span {
        width: 280px;
    }

    body.enlandingpagewoutanimation .hmcase-studies.withoutimagecs .preview {
        background: linear-gradient(180deg, #F4F8FF 0%, #D1DFF8 100%);
        height: 30vw;
        flex: unset;
    }

    body.enlandingpagewoutanimation .hmcase-studies.withoutimagecs .preview h3.p-title {
        top: 45px;
        margin: 0;
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width:991px) and (min-width:768px) {
    .enlandingpage-hero-flex {
        padding: 60px 0 32px 15px;
    }

    .enlandingpage-hero-flex.newenlandingpage-hero-flex {
        padding: 70px 0 55px 15px;
    }

    .newenlandingpage-hero-flex .enlandingpagetextcol p.smallpagetitle>span {
        display: inline;
    }

    .enlandingpagetextcol p.susheropara {
        font-size: 16px;
        line-height: 26px;
        max-width: 100%;
    }

    .enlandingpagetextcol h1.smallpagetitle,
    .newenlandingpage-hero-flex .enlandingpagetextcol p.smallpagetitle {
        font-size: 36px;
        margin: 21px 0 15px;
        line-height: 55px;
    }

    .arancatabblockdesktop-wrapper.enlandingvertabs .arancatabblockdesktop-tabs>.arancatabblockdesktop-tab {
        line-height: 26px;
    }

    .feature-grid.enlanding-itemsgrid {
        margin: 40px 0 0;
        grid-column-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 55px;
    }

    .feature-grid.enlanding-itemsgrid>.feature-card {
        background: #F2F5FB;
        padding: 35px 25px 45px;
    }

    .enlandhowwedohead {
        width: 40%
    }

    .enlandhowwedopara {
        width: 60%;
        padding: 0 0 0 35px;
    }
}

@media screen and (max-width:767px) {
    .enlandingpage-hero-flex {
        padding: 50px 5px 30px;
    }

    .enlandingpage-hero-flex.newenlandingpage-hero-flex {
        padding: 55px 5px 45px;
    }

    .enlandingpagetextcol h1.smallpagetitle {
        font-size: 36px;
        margin: 20px 0 15px;
        line-height: 46px;
        text-align: left;
    }

    .newenlandingpage-hero-flex h1.practicebadge {
        font-size: 22px;
        line-height: 30px;
        padding: 8px 20px;
    }

    .newenlandingpage-hero-flex .enlandingpagetextcol p.smallpagetitle {
        font-size: 28px;
        line-height: 40px;
        margin: 20px 0 15px;
    }

    .enlandingpagetextcol h1.smallpagetitle>span,
    .newenlandingpage-hero-flex .enlandingpagetextcol p.smallpagetitle>span {
        display: inline;
    }

    .arancatabblockdesktop-wrapper.enlandingvertabs.newenlandingvertabs .arancatabblockdesktop-content p.suspagepara {
        text-align: left;
    }

    .enlandingpagetextcol p.susheropara {
        width: 100%;
        max-width: 100%;
    }

    .arancatabblockdesktop-wrapper.enlandingvertabs .arancatabblockdesktop-content-wrapper {
        width: 100%;
    }

    .arancatabblockdesktop-wrapper.enlandingvertabs .arancatabblockdesktop-mobile-tab {
        display: block;
        width: 100%;
        background: linear-gradient(to bottom, #F4F8FF, #D1DFF8);
        border-radius: 30px;
        font-size: 18px;
        margin: 0 0 15px;
        padding: 15px 45px 15px 20px;
        line-height: 28px;
        font-family: var(--sorafont);
        font-weight: 600;
        color: #1C2539;
        cursor: pointer;
        position: relative;
        transition: 0.5s all ease;
    }

    .arancatabblockdesktop-wrapper.enlandingvertabs .arancatabblockdesktop-mobile-tab::after {
        content: '\f107';
        font-family: fontAwesome;
        position: absolute;
        top: 30px;
        right: 15px;
        font-size: 30px;
        color: #000;
        transition: 0.5s all ease;
    }

    .arancatabblockdesktop-wrapper.enlandingvertabs .arancatabblockdesktop-mobile-tab.active {
        background: linear-gradient(to left, #02386F, #AD0119);
        color: #fff;
        transition: 0.5s all ease;
    }

    .arancatabblockdesktop-wrapper.enlandingvertabs .arancatabblockdesktop-mobile-tab.active::after {
        transform: rotate(-180deg);
        color: #fff;
        transition: 0.5s all ease;
    }

    .arancatabblockdesktop-wrapper.enlandingvertabs .arancatabblockdesktop-content {
        width: 100%;
        padding: 0 15px 45px;
    }

    .arancatabblockdesktop-content h3,
    .arancatabblockdesktop-wrapper.enlandingvertabs .arancatabblockdesktop-content h3 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 20px;
    }

    .enlandingwork-wrapper {
        padding: 65px 0 0;
    }

    .enlandingwork-tabs {
        grid-template-columns: repeat(6, 1fr);
        gap: 0;
        margin: 0 0 20px;
        width: 100%;
        padding: 20px 10px;
        box-shadow: 0 4px 30px 0 #aab9d745;
        border-radius: 20px;
        border: 1px solid #AAB9D74d;
        display: none;
    }

    .enlandingwork-tabs>.enlandingwork-tab {
        width: 100%;
        padding: 0;
        border-radius: 20px 0 0 20px;
        box-shadow: none;
        background: transparent !important;
    }

    .enlandingwork-tab .enlandingwork-tabimg {
        width: 40px;
        height: 40px;
        margin: 0 auto;
    }

    .enlandingwork-tab h3 {
        font-size: 14px;
        line-height: 23px;
        display: none;
    }

    .enlandingwork-tab .enlandingwork-tabimg>img {
        width: 25px;
    }

    .enlandingworkmobile-tabs {
        display: flex;
        width: 100%;
        border-radius: 30px;
        width: 100%;
        padding: 15px 45px 15px 20px;
        box-shadow: 0 4px 30px 0 #aab9d74d;
        position: relative;
        background: linear-gradient(to left, #fff 0%, #fff 6%, #fff 100%);
        text-align: center;
        cursor: pointer;
        transition: 0.5s all ease;
        z-index: 1;
        align-items: center;
        justify-content: flex-start;
        margin: 0 0 15px;
    }

    .enlandingworkmobile-tabs::after {
        content: '\f107';
        font-family: fontAwesome;
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 30px;
        color: #000;
        transition: 0.5s all ease;
    }

    .enlandingwork-tab-content {
        margin: 0 0 20px;
    }

    .enlandingworkmob-tabimg {
        width: 45px;
        height: 45px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(to left, #005097 0%, #004E92 6%, #042745 100%);
        transition: 0.5s all ease;
    }

    .enlandingworkmob-tabimg>img {
        width: 25px;
        transition: 0.5s all ease;
    }

    .enlandingworkmobile-tabs>h3 {
        font-size: 18px;
        line-height: 28px;
        font-family: var(--sorafont);
        font-weight: 600;
        margin: 0;
        padding: 0 0 0 15px;
        color: #1C2539;
        transition: 0.5s all ease;
    }

    .enlandingworkmobile-tabs.active {
        background: linear-gradient(to left, #005097 0%, #004E92 6%, #042745 100%);
        transition: 0.5s all ease;
    }

    .enlandingworkmobile-tabs.active .enlandingworkmob-tabimg {
        background: linear-gradient(to top, #D1DFF8, #F4F8FF);
        transition: 0.5s all ease;
    }

    .enlandingworkmobile-tabs.active>h3 {
        color: #fff;
        transition: 0.5s all ease;
    }

    .enlandingworkmobile-tabs.active .enlandingworkmob-tabimg>img {
        filter: invert(1);
        transition: 0.5s all ease;
    }

    .enlandingworkmobile-tabs.active::after {
        transform: rotate(-180deg);
        color: #fff;
        transition: 0.5s all ease;
    }

    .enlandingwork-tab-content>p {
        text-align: left;
    }

    .feature-grid.enlanding-itemsgrid {
        margin: 40px 0 0;
        gap: 40px;
        grid-template-columns: repeat(1, 1fr);
    }

    .feature-grid.enlanding-itemsgrid>.feature-card {
        background: #F2F5FB;
        padding: 30px 30px 50px;
    }

    .feature-grid.enlanding-itemsgrid>.feature-card .bottom-indicator {
        padding: 0;
    }

    .feature-grid.enlanding-itemsgrid>.feature-card .bottom-indicator .dot,
    .feature-grid.enlanding-itemsgrid>.feature-card .bottom-indicator .line {
        display: none !important;
    }

    .feature-grid.enlanding-itemsgrid>.feature-card:hover {
        transform: none;
    }

    .feature-grid.enlanding-itemsgrid>.feature-card:hover .bottom-indicator {
        bottom: 0 !important;
    }

    .feature-grid.enlanding-itemsgrid>.feature-card .bottom-indicator .num {
        display: block;
        margin-top: 0;
        font-size: 16px;
        font-weight: 400;
        color: #003F4E;
        transition: 0.35s ease;
        line-height: 25px;
    }

    .enlandinghowwedo-wrapper {
        padding: 40px 20px;
    }

    .enlandhowwedohead {
        width: 100%;
        text-align: center;
    }

    .enlandhowwedopara {
        width: 100%;
        padding: 0;
        margin: 20px 0 0;
    }

    .enlandhowwedopara p.suspagepara {
        text-align: center;
        margin: 0;
    }

    .enlandinghowwedo-grid {
        display: block !important;
    }

    .enlandinghowwedo-item.slick-slide {
        margin: 0 10px;
        border-radius: 30px;
        overflow: hidden;
        background: #fff;
    }

    .enlandinghowwedo-item.slick-slide h3 {
        font-size: 20px;
        line-height: 30px;
        width: 100%;
        padding: 20px 15px;
        text-align: center;
        background: #02386F;
        margin: 0;
        font-family: var(--sorafont);
        font-weight: 700;
        color: #fff;
    }

    .enlandinghowwedo-item>.enlandinghowwedo-itemin {
        padding: 30px 15px;
        background: #fff;
    }

    .enlandinghowwedo-itemin h4 {
        font-size: 18px;
        line-height: 28px;
        color: #1C2539;
        font-family: var(--sorafont);
        font-weight: 700;
        margin: 0 0 15px;
        text-align: center;
    }

    .enlandinghowwedo-itemin p {
        font-size: 16px;
        line-height: 26px;
        color: #1C2539;
        font-family: var(--sorafont);
        font-weight: 400;
        margin: 0;
        text-align: center;
    }

    .enlandinghowwedo-grid ul.slick-dots {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin: 35px 0 15px;
    }

    .enlandinghowwedo-grid ul.slick-dots>li {
        width: 12px;
        height: 12px;
        border: 1px solid #d1dff8;
        border-radius: 100%;
        margin: 0 4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .enlandinghowwedo-grid ul.slick-dots>li button {
        font-size: 0;
        width: 6px;
        height: 6px;
        background: #02386F;
        border-radius: 100%;
        border: 0;
    }

    .enlandinghowwedo-grid ul.slick-dots>li.slick-active {
        border-color: #02386F;
    }

    .enlandinghowwedo-grid ul.slick-dots>li.slick-active button {
        background: #d1dff8;
    }

    .enlandingourreach-wrapper {
        width: 100%;
        padding: 55px 0;
    }

    .enlandingourreach-wrapper .sussectionheadingwrap.arancapracticeheadingwrap>p.suspagepara {
        padding: 0;
    }

    .enlandingindnps-grid {
        gap: 25px;
        grid-template-columns: repeat(1, 1fr);
    }

    .enlandingtestimonials-wrapper {
        padding: 55px 0 15px;
    }
}

@media screen and (max-width: 450px) {
    .enlandinghowwedo-item.slick-slide {
        min-height: 465px;
    }
}

@media (max-width:991px) {
    .enedgesector {
        flex-direction: column;
    }

    .enedgesector-left,
    .enedgesector-right {
        width: 100%;
    }

    .enedgesector-right {
        padding: 40px 0 0;
    }

    .enedge-img {
        margin-top: 40px;
    }

    .enedgesector-right h2 {
        font-size: 42px;
    }

    .enedgesector-right p {
        font-size: 16px;
        line-height: 28px;
        padding-right: 0;
    }

    .enedgeright-li {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        margin: 25px 0;
    }

    .enlileft {
        width: 60px;
        height: 60px;
        min-width: 60px;
        border-radius: 12px;
    }

    .enlileft span {
        font-size: 22px;
    }

    .enliright {
        flex: 1;
    }

    .enliright h5 {
        font-size: 22px;
        margin: 0 0 8px;
    }

    .enliright p {
        font-size: 16px;
        line-height: 28px;
        padding: 0;
    }
}

@media (max-width:767px) {
    .enhm-about {
        padding: 60px 0;
    }

    .enedgesector {
        flex-direction: column;
    }

    .enedgesector-left,
    .enedgesector-right {
        width: 100%;
    }

    .enedge-img {
        margin-top: 25px;
    }

    .enedgesector-right {
        padding: 30px 0 0;
    }

    .enedgesector-right h2 {
        font-size: 32px;
        line-height: 1.3;
    }

    .enedgesector-right p {
        font-size: 15px;
        line-height: 26px;
        padding: 0;
    }

    .enedgeright-li {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        margin: 25px 0;
    }

    .enlileft {
        width: 50px;
        height: 50px;
        min-width: 50px;
        border-radius: 10px;
    }

    .enlileft span {
        font-size: 18px;
    }

    .enliright {
        flex: 1;
    }

    .enliright h5 {
        font-size: 20px;
        margin: 0 0 6px;
    }

    .enliright p {
        font-size: 15px;
        line-height: 24px;
        padding: 0;
    }
}

.en-solution-section {
    padding: 3.25vw 0;
    background: linear-gradient(180deg, #EEF4FF 0%, #EAF2FD 40%, #E3ECFA 100%);
    border-radius: 2.34375vw;
    overflow: hidden;
    margin: 0 1.5625vw;
}

.en-container {
    max-width: 100vw;
    width: 100%;
    margin: auto;
    padding: 0 1.5625vw;
}

.en-heading {
    text-align: center;
    margin-bottom: 2.34375vw;
}

.en-sub-title {
    display: inline-flex;
    align-items: center;
    gap: 0.9375vw;
    color: #C41230;
    font-size: 1.171875vw;
    font-weight: 700;
}

.en-sub-title span {
    width: 2.34375vw;
    height: 0.15625vw;
    background: #C41230;
}

.en-heading h2 {
    font-size: 4.0625vw;
    font-weight: 700;
    color: #14213D;
    margin: 1.40625vw 0;
}

.en-heading p {
    max-width: 66.40625vw;
    margin: auto;
    color: #6B7280;
    line-height: 1.8;
}

.en-top-tabs {
    display: flex;
    max-width: 56.25vw;
    margin: 0 auto 1.6875vw;
    background: #0C4C93;
    border-radius: 3.90625vw;
    padding: 0.46875vw;
    gap: 0.46875vw;
    font-family: var(--sorafont);
}

.en-top-tab {
    flex: 1;
    height: 4.53125vw;
    background: transparent;
    color: #fff;
    border: none;
    border-radius: 3.90625vw;
    font-size: 1.40625vw;
    font-weight: 400;
    cursor: pointer;
    transition: .35s;
    font-family: var(--sorafont);
}

.en-top-tab.active {
    background: #fff;
    color: #0C4C93;
    font-family: var(--sorafont);
    font-weight: 800;
    box-shadow: 0 0.78125vw 1.953125vw rgba(0, 0, 0, .08);
}

.en-content-wrapper {
    display: flex;
    gap: 3.906vw;
    font-family: var(--sorafont);
}

.en-left-menu {
    width: 35.156vw;
    display: none;
    flex-direction: column;
    gap: 1.25vw;
}

.en-left-menu.active-menu {
    display: flex;
}

.en-left-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 4.84375vw;
    padding: 0 1.71875vw;
    border: none;
    border-radius: 3.90625vw;
    background: #fff;
    color: #1F2937;
    font-size: 1.171875vw;
    font-weight: 600;
    cursor: pointer;
    transition: .35s;
    box-shadow: 0 0.625vw 1.5625vw rgba(0, 0, 0, .08);
}

.en-left-tab:hover {
    transform: translateX(0.3125vw);
}

.en-left-tab.active {
    background: linear-gradient(90deg, #B90028, #0C4C93);
    color: #fff;
}

.en-left-tab img {
    width: 1.40625vw;
    height: 1.40625vw;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    flex-shrink: 0;
}

.en-left-tab.active img {
    opacity: 1;
    visibility: visible;
}

.en-right-content {
    flex: 1;
}

.en-content-box {
    display: none;
    animation: enFade .4s ease;
}

.en-content-box.active {
    display: block;
}

.en-desc {
    font-size: 1.25vw;
}

@keyframes enFade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.en-content-box h3 {
    font-size: 2.34375vw;
    color: #14213D;
    margin-bottom: 1.40625vw;
}

.en-small-title {
    font-size: 1.40625vw;
    color: #6B7280;
    margin-bottom: 1.40625vw;
}

.en-content-box p {
    color: #6B7280;
    line-height: 1.9;
    margin-bottom: 1.40625vw;
}

.en-content-box ul {
    list-style: none;
    padding: 0;
    margin-top: 1.953125vw;
}

.en-content-box ul li {
    margin-bottom: 2.34375vw;
    display: flex;
    font-size: 1.35vw;
    font-weight: 600;
    align-items: center;
    gap: 0.78125vw;
}

.en-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 1.09375vw;
    margin-top: 2.734375vw;
    padding: 1.171875vw 2.1875vw;
    border: 0.15625vw solid #C41230;
    border-radius: 3.125vw;
    text-decoration: none;
    color: #1F2937;
    font-weight: 600;
    transition: .35s;
}

.en-cta-btn i {
    width: 2.65625vw;
    height: 2.65625vw;
    border-radius: 50%;
    background: #C41230;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.015625vw;
}

.en-cta-btn:hover {
    background: #C41230;
    color: #fff;
}

.en-cta-btn:hover i {
    background: #fff;
    color: #C41230;
}

.energy-insights-section {
    width: 100%;
    padding: 0 0 7.391vw;
}

.energy-insights-wrapper {
    width: 100%;
    padding: 3.906vw 1.563vw;
    border-radius: 1.953vw;
    background: linear-gradient(#F4F8FF 0%, #D1DFF8 100%);
}

.energyinsightheading-flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.energyinsightheading-flex .energyinsightheading-text {
    width: 100%;
    padding: 0;
    text-align: center;
}

.energyinsightheading-flex .energyinsightheading-filter {
    width: calc(100% - 41.641vw);
    padding: 0 0 0 3.672vw;
}

.energyinsightheading-text .sectionbadge {
    color: #AD0119;
}

.energyinsightheading-text .sectionbadge>span {
    border-color: #AD0119;
}

@media (max-width:1200px) {
    .en-container {
        max-width: 89.0625vw;
    }

    .en-content-wrapper {
        gap: 3.125vw;
    }

    .en-left-menu {
        width: 23.4375vw;
    }

    .en-heading h2 {
        font-size: 3.4375vw;
    }

    .en-content-box h3 {
        font-size: 2.5vw;
    }
}

@media (max-width: 992px) {
    .en-solution-section {
        padding: 5.46875vw 0;
        border-radius: 1.5625vw;
    }

    .en-heading {
        margin-bottom: 3.515625vw;
    }

    .en-heading h2 {
        font-size: 2.96875vw;
    }

    .en-heading p {
        font-size: 1.25vw;
    }

    .en-top-tabs {
        max-width: 100%;
        margin-bottom: 3.125vw;
    }

    .en-content-wrapper {
        flex-direction: column;
        gap: 2.734375vw;
    }

    .en-left-menu {
        width: 100%;
    }

    .en-right-content {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .en-container {
        padding: 0 1.171875vw;
    }

    .en-solution-section {
        padding: 4.6875vw 0;
    }

    .en-heading {
        margin-bottom: 2.734375vw;
    }

    .en-heading h2 {
        font-size: 2.34375vw;
        line-height: 1.3;
    }

    .en-heading p {
        font-size: 2.171vw;
    }

    .en-top-tabs {
        flex-direction: column;
        border-radius: 1.40625vw;
        padding: 0.625vw;
        gap: 0.625vw;
        margin-bottom: 2.34375vw;
    }

    .en-top-tab {
        width: 100%;
        height: 4.0625vw;
        border-radius: 1.09375vw;
        font-size: 2.171875vw;
        padding: 10px;
    }

    .en-left-menu {
        gap: 0.9375vw;
    }

    .en-left-tab {
        min-height: 4.53125vw;
        border-radius: 1.25vw;
        padding: 1.09375vw 1.40625vw;
        font-size: 1.09375vw;
    }

    .en-left-tab span {
        width: 90%;
        font-size: 12px;
    }

    .en-content-box h3 {
        font-size: 2.34375vw;
    }

    .en-small-title {
        font-size: 1.25vw;
    }

    .en-content-box p {
        line-height: 1.8;
    }

    .en-content-box ul li {
        font-size: 1.71875vw;
        align-items: flex-start;
    }

    .en-cta-btn {
        padding: 1.09375vw 1.875vw;
        font-size: 1.171875vw;
    }

    .en-desc {
        font-size: 14px;
    }
}

@media (max-width:576px) {
    .en-solution-section {
        padding: 3.90625vw 0;
        border-radius: 1.171875vw;
    }

    .en-container {
        padding: 0 1.171875vw;
    }

    .en-heading {
        margin-bottom: 1.953125vw;
    }

    .en-sub-title {
        font-size: 1.015625vw;
        gap: 0.625vw;
    }

    .en-sub-title span {
        width: 1.5625vw;
    }

    .en-heading h2 {
        font-size: 1.875vw;
        line-height: 1.35;
    }

    .en-heading p {
        font-size: 1.09375vw;
        line-height: 1.8;
    }

    /* .en-top-tab { height: 3.90625vw; font-size: 1.09375vw; padding: 0 1.171875vw; } */
    .en-left-tab {
        min-height: 4.21875vw;
        padding: 0.9375vw 1.25vw;
        border-radius: 1.09375vw;
        font-size: 1.015625vw;
    }

    .en-left-tab span {
        width: 88%;
    }

    .en-left-tab i {
        font-size: 0.9375vw;
    }

    .en-content-box h3 {
        font-size: 1.875vw;
    }

    .en-small-title {
        font-size: 1.171875vw;
    }

    .en-content-box p {
        font-size: 3.09375vw;
    }

    .en-content-box ul {
        margin-top: 3.40625vw;
        margin-bottom: 3.90625vw;
    }

    .en-content-box ul li {
        font-size: 1.09375vw;
        gap: 0.625vw;
        margin-bottom: 0.9375vw;
    }

    .en-cta-btn {
        width: 100%;
        justify-content: center;
        padding: 1.09375vw 1.40625vw;
        font-size: 1.09375vw;
    }
}

@media (max-width:420px) {
    .en-heading h2 {
        font-size: 4.641vw;
    }

    .en-heading p {
        font-size: 13px;
    }

    .en-top-tab {
        font-size: 13px;
        height: 48px;
    }

    .en-left-tab {
        font-size: 12px;
        padding: 12px 14px;
    }

    .en-content-box h3 {
        font-size: 1.719vw;
    }

    .en-content-box p {
        font-size: 3.016vw;
    }

    .en-content-box ul li {
        font-size: 13px;
    }

    .en-cta-btn {
        font-size: 13px;
        padding: 12px 1.172vw;
    }
}

@media (max-width:360px) {
    .en-heading h2 {
        font-size: 19px;
    }

    .en-sub-title {
        font-size: 12px;
    }

    .en-top-tab {
        font-size: 12px;
    }

    .en-left-tab {
        font-size: 11px;
        min-height: 50px;
    }

    .en-content-box h3 {
        font-size: 20px;
    }

    .en-small-title {
        font-size: 14px;
    }

    .en-content-box p {
        font-size: 4.019vw;
    }

    .en-content-box ul li {
        font-size: 12px;
    }
}

.hmcase-studies.withoutimagecs.drak-case-studies #slidesHolder .slide {
    background: linear-gradient(to left, #005097 0%, #004E92 6%, #042745 100%);
}

.hmcase-studies.withoutimagecs.drak-case-studies #slidesHolder .slide .slide-content h3,
.hmcase-studies.withoutimagecs.drak-case-studies #slidesHolder .slide .slide-content h5,
.hmcase-studies.withoutimagecs.drak-case-studies #slidesHolder .slide .slide-content li,
.hmcase-studies.withoutimagecs.drak-case-studies #slidesHolder .slide .slide-content p,
.hmcase-studies.withoutimagecs.drak-case-studies #slidesHolder .slide .slidetopflex span.slide-number {
    color: #fff;
}

.hmcase-studies.withoutimagecs .preview {
    background: linear-gradient(180deg, #F4F8FF 0%, #D1DFF8 100%);
}

.hmcase-studies .preview-row.gacasepreview-row .preview .num,
.hmcase-studies.withoutimagecs .preview h3.p-title {
    color: #1C2539;
    font-family: var(--sorafont);
}

.hmcase-studies.withoutimagecs .preview h3.p-title {
    top: 3.2vw
}

.en-tab-description {
    text-align: justify;
    max-width: 71.667vw;
    margin: 3.391vw auto 3.172vw;
}

.en-tab-desc-text {
    display: none;
}

.en-tab-desc-text.active {
    display: block;
    font-size: 1.25vw;
    line-height: 3.908vh;
    font-family: var(--sorafont);
    font-weight: 400;
    color: #5B6D84;
    margin: 0 0 1.172vw;
}

@media screen and (max-width:1100px) {
    .en-tab-description {
        max-width: 90%;
        margin: 5px auto 5px;
    }

    .en-tab-desc-text.active {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 1.172vw;
    }
}

@media screen and (max-width:991px) {
    .en-tab-description {
        max-width: 100%;
        padding: 0 1.172vw;
    }

    .en-tab-desc-text.active {
        line-height: 24px;
        margin: 0 0 12px;
    }
}

@media screen and (max-width:767px) {
    .en-tab-description {
        max-width: 100%;
        padding: 0 10px;
        margin: 15px auto 20px;
    }

    .en-tab-desc-text.active {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 15px;
        text-align: left;
    }
}

@media screen and (max-width:420px) {
    .en-tab-desc-text.active {
        font-size: 13px;
        line-height: 21px;
    }
}

@media (max-width: 1024px) {
    .enhmcount {
        width: 90%;
        left: 0;
        bottom: 0;
        margin: 0 auto;
    }

    .enhmcount1 {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .enaboutcount {
        border-right: none;
        border-bottom: 1px solid #5B6D844D;
        padding: 20px;
        justify-content: center;
    }

    .enaboutcount:nth-child(2) {
        border-bottom: 1px solid #5B6D844D;
    }

    .enaboutcount:last-child {
        grid-column: 1 / -1;
        border-bottom: none;
    }

    .enaboutcount1 h4.text-bold {
        font-size: 52px;
    }

    .enaboutcount2 p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .enhmcount {
        width: 100%;
        left: 0;
        bottom: 0;
        margin: 0 auto;
        padding: 0 20px;
    }

    .enhmcount1 {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 20px 0;
    }

    .enaboutcount {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-right: none;
        border-bottom: 1px solid #5B6D844D;
        padding: 20px 0;
    }

    .enaboutcount:last-child {
        border-bottom: none;
    }

    .enaboutcount1,
    .enaboutcount2 {
        width: 100%;
    }

    .enaboutcount2 {
        padding-left: 0;
        margin-top: 10px;
    }

    .enaboutcount1 h4.text-bold {
        font-size: 42px;
        line-height: 1;
    }

    .enaboutcount2 p {
        font-size: 16px;
        line-height: 1.6;
        max-width: 260px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .enhmcount {
        padding: 0 15px;
    }

    .enhmcount1 {
        gap: 20px;
    }

    .enaboutcount {
        padding: 18px 0;
    }

    .enaboutcount1 h4.text-bold {
        font-size: 36px;
    }

    .enaboutcount2 p {
        font-size: 15px;
    }
}

.energy-expertise {
    --maroon: #9c1d2e;
    --maroon-dark: #7e1624;
    --check-red: #c0293a;
    --ink: #101828;
    --muted: #5c6474;
    --border: #dbe0ea;
    --bg: #eef2fb;
    --card-bg: #ffffff;
    --card-body-bg: #e9edf5;
    --badge-navy: #0e3a5f;
    font-family: 'Sora', sans-serif;
    background: var(--bg);
    color: var(--ink);
}

.energy-expertise * {
    box-sizing: border-box;
}

.energy-expertise .wrap {
    max-width: 92.188vw;
    margin: 3.906vw auto;
    padding: 1.75vw 1.875vw 2vw;
}

/* ---------- Header panel ---------- */
.energy-expertise .header-panel {
    border-radius: 0.469vw;
    padding: 2.5vw 2.5vw 2.031vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.875vw;
    background: var(--bg);
    position: relative;
}

.energy-expertise .header-left {
    flex: 1 1 25vw;
}

.energy-expertise .eyebrow {
    display: flex;
    align-items: center;
    gap: 0.625vw;
    color: var(--maroon);
    font-weight: 700;
    font-size: 1.016vw;
    letter-spacing: 0.08em;
    margin-bottom: 1.094vw;
}

.energy-expertise .eyebrow::before {
    content: "";
    width: 1.71875vw;
    /* 22px */
    height: 0.234375vw;
    /* 3px */
    background: var(--maroon);
    display: inline-block;
}

.energy-expertise h2 {
    font-size: 3.3vw;
    /* 35px */
    line-height: 1.15;
    margin: 0;
    font-family: var(--sorafont);
    font-weight: 700;
    color: #1C2539;
    margin-top: 0.78125vw;
    /* 10px */
}

.energy-expertise .header-right {
    flex: 1 1 32.8125vw;
    /* 420px */
    display: flex;
    flex-direction: column;
    gap: 1.40625vw;
    /* 18px */
}

.energy-expertise .header-desc {
    color: #5B6D84;
    font-size: 1.25vw;
    /* 16px */
    line-height: 1.55;
    margin: 0;
}

/* ---------- Tabs ---------- */
.energy-expertise .tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9375vw;
    /* 12px */
}

.energy-expertise .tab-btn {
    display: flex;
    align-items: center;
    gap: 0.625vw;
    /* 8px */
    padding: 0.9375vw 1.5625vw;
    /* 12px 20px */
    border-radius: 0.625vw;
    /* 8px */
    border: 0.117188vw solid var(--border);
    /* 1.5px */
    background: #fff;
    font-weight: 700;
    font-size: 1.09375vw;
    /* 14px */
    color: var(--ink);
    cursor: pointer;
    transition: all .2s ease;
    position: relative;
}

.energy-expertise .tab-btn .icon {
    width: 1.40625vw;
    /* 18px */
    height: 1.40625vw;
    /* 18px */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.energy-expertise .tab-btn .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%);
    /* forces icon to solid black */
    transition: filter .2s ease;
}

.energy-expertise .tab-btn:hover .icon img,
.energy-expertise .tab-btn.active .icon img {
    filter: brightness(0) invert(1);
    /* turns it solid white */
}

.energy-expertise .tab-btn:hover {
    border-color: var(--maroon);
}

.energy-expertise .tab-btn.active {
    background: linear-gradient(180deg, #AD0119 0%, #910014 100%);
    border-color: var(--maroon);
    color: #fff;
}

.energy-expertise .tab-btn.active::after {
    content: "";
    position: absolute;
    bottom: -0.625vw;
    /* -8px */
    left: 50%;
    transform: translateX(-50%);
    border-width: 0.546875vw 0.546875vw 0 0.546875vw;
    /* 7px 7px 0 7px */
    border-style: solid;
    border-color: var(--maroon) transparent transparent transparent;
}

/* ---------- Slider ---------- */
.energy-expertise .energy-slider-section {
    margin-top: 0.6125vw;
    /* 36px */
}

.energy-expertise .energy-slider-viewport {
    overflow: hidden;
    position: relative;
}

.energy-expertise .energy-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 3.125vw;
    /* 40px */
    height: 3.125vw;
    /* 40px */
    border-radius: 50%;
    border: 0.117188vw solid var(--border);
    /* 1.5px */
    background: #fff;
    color: var(--ink);
    font-size: 1.40625vw;
    /* 18px */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0.15625vw 0.625vw rgba(16, 24, 40, .12);
    /* 0 2px 8px */
    transition: background .2s, color .2s, border-color .2s;
}

.energy-expertise .energy-slider-arrow:hover {
    background: var(--maroon);
    border-color: var(--maroon);
    color: #fff;
}

.energy-expertise .energy-slider-arrow.prev {
    left: -1.40625vw;
    /* -18px */
}

.energy-expertise .energy-slider-arrow.next {
    right: -1.40625vw;
    /* -18px */
}

.energy-expertise .energy-slider-track {
    display: flex;
    transition: transform .45s cubic-bezier(.4, 0, .2, 1);
}

.energy-expertise .energy-slide {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875vw;
    /* 24px */
    padding: 0.3125vw 0.3125vw 0.3125vw;
    /* 4px 4px 4px */
}

.energy-expertise .energy-card {
    border-radius: 0.625vw;
    /* 8px */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: var(--card-body-bg);
}

.energy-expertise .energy-card-img {
    height: 20.3125vw;
    /* 260px */
    position: relative;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.energy-expertise .energy-card-img .tag {
    position: absolute;
    top: 1.09375vw;
    /* 14px */
    left: 1.09375vw;
    /* 14px */
    background: rgba(0, 0, 0, .55);
    color: #fff;
    font-size: 0.9375vw;
    /* 12px */
    font-weight: 600;
    padding: 0.390625vw 0.9375vw;
    /* 5px 12px */
    border-radius: 1.09375vw;
    /* 14px */
}

.energy-expertise .energy-card-img .badge {
    position: absolute;
    top: 1.09375vw;
    /* 14px */
    right: 1.09375vw;
    /* 14px */
    width: 4.0625vw;
    /* 52px */
    height: 4.0625vw;
    /* 52px */
    border-radius: 0.9375vw;
    /* 12px */
    background: var(--badge-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.3125vw 0.78125vw rgba(0, 0, 0, .25);
    /* 0 4px 10px */
}

.energy-expertise .energy-card-img .badge svg {
    width: 2.03125vw;
    /* 26px */
    height: 2.03125vw;
    /* 26px */
    stroke: #fff;
}

.energy-expertise .energy-card-body {
    background: var(--card-body-bg);
    padding: 1.875vw 1.71875vw 2.34375vw;
    /* 24px 22px 30px */
    display: flex;
    flex-direction: column;
    flex: 1;
}

.energy-expertise .energy-card-body h4 {
    margin: 0 0 0.938vw;
    font-size: 1.562vw;
    line-height: 4.509vh;
    font-family: var(--sorafont);
    font-weight: 700;
    color: #1C2539;
}

.energy-expertise .energy-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.09375vw;
    /* 14px */
}

/* .enhm-about .sectionbadge { margin-left: 46.7vw; } */
.energy-expertise .energy-checklist li {
    display: flex;
    text-align: left;
    font-family: var(--sorafont);
    font-weight: 400;
    color: #5D666F;
    text-transform: capitalize;
    font-size: 1.2vw;
}

.energy-expertise .energy-checklist .check-icon {
    width: 1.5625vw;
    /* 20px */
    height: 1.5625vw;
    /* 20px */
    flex-shrink: 0;
    object-fit: contain;
    margin-top: 0.234375vw;
    /* 3px */
    padding-right: 0.390625vw;
    /* 5px */
}

.energy-expertise .energy-dots {
    display: flex;
    justify-content: center;
    gap: 0.78125vw;
    /* 10px */
    margin-top: 2.1875vw;
    /* 28px */
}

.energy-expertise .energy-dot {
    width: 0.703125vw;
    /* 9px */
    height: 0.703125vw;
    /* 9px */
    border-radius: 50%;
    background: #c2c9d6;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
}

.energy-expertise .energy-dot.active {
    background: transparent;
}

.energy-expertise .energy-dot.active::before {
    content: "";
    position: absolute;
    inset: -0.3125vw;
    /* -4px */
    border: 0.117188vw solid var(--maroon);
    /* 1.5px */
    border-radius: 50%;
}

.energy-expertise .energy-dot.active::after {
    content: "";
    position: absolute;
    inset: 0.117188vw;
    /* 1.5px */
    background: var(--maroon);
    border-radius: 50%;
}

.energy-expertise .energy-explore-wrap {
    display: flex;
    justify-content: center;
    margin-top: 2.8125vw;
    /* 36px */
}

.energy-expertise .energy-explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.78125vw;
    /* 10px */
    background: #fff;
    border: 0.117188vw solid var(--maroon);
    /* 1.5px */
    color: var(--ink);
    font-weight: 700;
    font-size: 1.171875vw;
    /* 15px */
    padding: 1.09375vw 2.1875vw;
    /* 14px 28px */
    border-radius: 2.34375vw;
    /* 30px */
    cursor: pointer;
    transition: background .2s, color .2s;
}

.energy-expertise .energy-explore-btn .arrow {
    width: 2.03125vw;
    /* 26px */
    height: 2.03125vw;
    /* 26px */
    border-radius: 50%;
    background: var(--maroon);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.09375vw;
    /* 14px */
    transition: transform .2s;
}

.energy-expertise .energy-explore-btn:hover .arrow {
    transform: translateX(0.234375vw);
    /* 3px */
}

.en-intro {
    display: none;
    margin-bottom: 3.125vw;
    /* 40px */
}

.en-intro.active {
    display: block;
}

.en-content-box {
    display: none;
}

.en-content-box.active {
    display: block;
}

.en-left-menu {
    display: none;
}

.en-left-menu.active-menu {
    display: flex;
    /* or block if your menu is vertical */
}

/* ============================ ENERGY EXPERTISE - RESPONSIVE ============================ NOTE: the old standalone "@media (max-width:900px)" rules that used to sit up near the .energy-slider-arrow / .energy-slide declarations have been removed from here — they were being silently overridden by the max-width:991px block below anyway (same specificity, later in source order = 991px always won for 768–900px widths). Their intent is folded into the 991px block instead, so there's exactly one rule per property per breakpoint. ============================ */
/* Desktop / large tablet */
@media screen and (max-width:1100px) {
    .energy-expertise .wrap {
        max-width: 100%;
        margin: 3.125vw auto;
        padding: 3.125vw 1.5625vw 3.90625vw;
    }

    .energy-expertise .header-panel {
        padding: 1.953125vw 1.5625vw 1.5625vw;
        gap: 1.5625vw;
    }

    .energy-expertise .header-left {
        flex: 1 1 100%;
        text-align: center;
    }

    .energy-expertise .eyebrow {
        justify-content: center;
        gap: 0.625vw;
        font-size: 1.09375vw;
        margin-bottom: 1.09375vw;
    }

    .energy-expertise .eyebrow::before {
        width: 1.71875vw;
        height: 0.234375vw;
    }

    .energy-expertise h2 {
        font-size: 2.5vw;
        margin-top: 0.78125vw;
        text-align: center;
    }

    .energy-expertise .header-right {
        flex: 1 1 100%;
        gap: 1.40625vw;
        align-items: center;
    }

    .energy-expertise .header-desc {
        font-size: 1.25vw;
        text-align: center;
    }

    .energy-expertise .tabs {
        justify-content: center;
        gap: 0.78125vw;
    }

    .energy-expertise .tab-btn {
        gap: 0.625vw;
        padding: 0.9375vw 1.5625vw;
        border-radius: 0.625vw;
        /* font-size: 1.09375vw; */
        font-size: 1.3937vw;
    }

    .energy-expertise .tab-btn .icon {
        width: 1.40625vw;
        height: 1.40625vw;
    }

    .energy-expertise .energy-slider-section {
        margin-top: 2.34375vw;
    }

    .energy-expertise .energy-slide {
        gap: 1.5625vw;
    }

    .energy-expertise .energy-card-img {
        height: 17.1875vw;
    }

    .energy-expertise .energy-card-body {
        padding: 1.71875vw 1.5625vw 2.03125vw;
    }

    .energy-expertise .energy-card-body h4 {
        /* font-size: 1.40625vw; */
        font-size: 1.90625vw;
        text-align: center;
    }

    .energy-expertise .energy-checklist li {
        font-size: 1.171875vw;
        justify-content: center;
        text-align: center;
    }

    .energy-expertise .energy-dots {
        gap: 0.78125vw;
        margin-top: 2.03125vw;
    }

    .energy-expertise .energy-explore-wrap {
        margin-top: 2.34375vw;
    }

    .energy-expertise .energy-explore-btn {
        font-size: 1.171875vw;
        padding: 1.015625vw 2.03125vw;
    }
}

/* Tablet */
@media screen and (max-width:991px) {
    .energy-expertise .header-panel {
        flex-direction: column;
        text-align: center;
    }

    .energy-expertise h2 {
        font-size: 2.1875vw;
        /* 28px */
    }

    .energy-expertise .header-desc {
        font-size: 2.171875vw;
        /* 15px */
    }

    .energy-expertise .energy-slider-arrow {
        display: none;
        /* folded in from the old max-width:900px rule */
    }

    .energy-expertise .energy-slide {
        grid-template-columns: repeat(2, 1fr);
    }

    .energy-expertise .energy-card-img {
        height: 250px;
        /* 200px */
    }

    .energy-expertise .energy-checklist li {
        font-size: 13px;
        /* font-size: 1.171875vw; */
        /* font-size: 1.971875vw; */
        /* 15px */
    }

    .energy-expertise .energy-checklist .check-icon {
        width: 2.35vw;
        height: 2.35vw;
    }

    /* .enedge-img img { width: 530px; height: 480px; } */
    .enedge-img img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        border-radius: 2.6vw;
        object-position: 50% 90%;
    }
}

/* Mobile */
@media screen and (max-width:767px) {
    .energy-expertise .wrap {
        margin: 2.34375vw auto;
        padding: 2.34375vw 1.171875vw 3.125vw;
    }

    .energy-expertise .header-panel {
        padding: 1.5625vw 1.171875vw 1.171875vw;
        text-align: center;
        align-items: center;
    }

    .energy-expertise .eyebrow {
        justify-content: center;
        /* font-size: 1.09375vw; */
        font-size: 14px;
    }

    .energy-expertise h2 {
        font-size: 2.03125vw;
        line-height: 1.3;
        text-align: center;
    }

    .energy-expertise .header-desc {
        font-size: 1.25vw;
        text-align: center;
        line-height: 1.6;
    }

    .energy-expertise .tabs {
        justify-content: center;
        gap: 0.78125vw;
    }

    .energy-expertise .tab-btn {
        font-size: 1.171875vw;
        padding: 0.9375vw 1.40625vw;
        justify-content: center;
    }

    .energy-expertise .energy-slide {
        grid-template-columns: 1fr;
        /* gap: 1.5625vw; */
        gap: 15px;
        padding: 0.3125vw;
    }

    .energy-expertise .energy-card {
        text-align: center;
    }

    .energy-expertise .energy-card-img {
        height: 17.1875vw;
    }

    .energy-expertise .energy-card-img .tag {
        font-size: 1.015625vw;
        padding: 0.46875vw 1.09375vw;
    }

    .energy-expertise .energy-card-img .badge {
        width: 3.75vw;
        height: 3.75vw;
    }

    .energy-expertise .energy-card-body {
        /* padding: 1.875vw 1.5625vw 2.1875vw; */
        padding: 22px 18px 22px;
        align-items: center;
    }

    .energy-expertise .energy-card-body h4 {
        font-size: 1.484375vw;
        text-align: center;
    }

    .energy-expertise .energy-checklist {
        align-items: center;
        gap: 1.09375vw;
    }

    .energy-expertise .energy-checklist li {
        font-size: 13px;
        text-align: center;
        justify-content: center;
    }

    .energy-expertise .energy-checklist .check-icon {
        width: 3.375vw;
        /* 24px */
        height: 3.375vw;
        /* 24px */
        margin-top: 1.15625vw;
    }

    .energy-expertise .energy-dots {
        gap: 0.78125vw;
        margin-top: 1.953125vw;
    }

    .energy-expertise .energy-explore-wrap {
        margin-top: 2.1875vw;
        justify-content: center;
    }

    .energy-expertise .energy-explore-btn {
        font-size: 1.171875vw;
        padding: 1.09375vw 2.03125vw;
    }

    .en-intro {
        margin-bottom: 2.34375vw;
        text-align: center;
    }

    .enedge-img img {
        height: 50%;
    }
}

/* Small Mobile */
@media screen and (max-width:420px) {
    .energy-expertise h2 {
        font-size: 5.71875vw;
        /* 22px */
    }

    .energy-expertise .header-desc {
        font-size: 4.171875vw;
        /* 15px */
    }

    .energy-expertise .tab-btn {
        font-size: 3.09375vw;
        /* 14px */
        padding: 0.78125vw 1.25vw;
        /* 10px 16px */
    }

    .energy-expertise .energy-card-img {
        height: 250px;
        /* 190px */
    }

    .energy-expertise .energy-card-body h4 {
        font-size: 4.40625vw;
        /* 18px */
    }

    .energy-expertise .energy-checklist li {
        /* font-size: 4.171875vw; */
        font-size: 13px;
        /* 15px */
    }

    .energy-expertise .tab-btn .icon {
        width: 3.40625vw;
        height: 3.40625vw;
    }

    .energy-expertise .energy-explore-btn {
        font-size: 3.09375vw;
        /* 14px */
        padding: 0.9375vw 1.71875vw;
        /* 12px 22px */
        width: 100%;
        justify-content: center;
    }

    .enedge-img img {
        height: 20%;
    }
}

/*------------energy page End--------------*/
/*------------  Contact Page  ----------------*/
.contactpage-section>.herobanner {
    background: url('../../images/contact/contact.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 38.828vw;
    display: flex;
    align-items: center;
}

.contactpage-section .enlandingpage-hero-flex {
    width: 100%;
    padding: 0;
}

.contactpage-section .contactlandingpagetextcol {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

h1.contactpracticebadge {
    line-height: 3.457vh;
    font-family: var(--sorafont);
    font-weight: 600;
    color: #fff;
    padding: 0.547vw 0.625vw;
    text-align: center;
    display: inline-block;
    border-radius: 7.031vw;
    margin: 0;
}

.contactpage-section .contactlandingpagetextcol h1.contactpracticebadge {
    margin: 0 auto 1.25vw;
}

.contactpage-section .contactlandingpagetextcol h2.smallpagetitle {
    max-width: 27.34vw;
    margin-left: auto;
    margin-right: auto;
}

.contactpage-section .contactlandingpagetextcol p.susheropara {
    max-width: 55.75vw;
    margin: 10px auto;
    padding: 0;
}

@media screen and (max-width:1100px) {
    .contactpage-section>.herobanner {
        height: 32.813vw;
    }

    .contactpage-section .contactlandingpagetextcol h2.smallpagetitle {
        max-width: 25vw;
    }

    .contactpage-section .contactlandingpagetextcol p.susheropara {
        max-width: 46.875vw;
        padding: 0 0 1.953vw;
    }
}

@media screen and (max-width:767px) {
    .contactpage-section>.herobanner {
        height: 26.563vw;
    }

    .contactpage-section .contactlandingpagetextcol h2.smallpagetitle {
        max-width: 20.313vw;
    }

    .contactpage-section .contactlandingpagetextcol p.susheropara {
        max-width: 100%;
        padding: 0 1.172vw 1.563vw;
    }
}

.arancacontactus-section {
    width: 100%;
    position: relative;
    padding: 0 0 7.813vw;
}

.arancacontactus-card {
    max-width: 63.25vw;
    margin: -7.5vw auto 0;
    background: linear-gradient(180deg, #F4F8FF 0%, #D1DFF8 100%);
    border-radius: 1.563vw;
    box-shadow: 0 1.563vw 3.516vw rgba(19, 40, 79, .14);
    padding: 3.125vw 3.5vw 3.813vw;
    position: relative;
    z-index: 2;
}

.arancacontactus-card h2 {
    text-align: center;
    font-size: 2.631vw;
    line-height: 1.3;
    font-weight: 700;
    font-family: var(--sorafont);
    color: #1C2539;
    margin: 0 0 0.625vw;
}

.arancacontactus-card p.arancacontactus-sub {
    text-align: center;
    color: #5B6D84;
    font-family: var(--sorafont);
    font-size: 1.055vw;
    font-weight: 400;
    margin: 0 0 2.188vw;
}

.arancacontactus-form {
    display: flex;
    flex-direction: column;
    gap: 1.25vw;
}

.arancacontactus-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25vw;
}

.arancacontactus-row.arancacontactus-two {
    grid-template-columns: repeat(2, 1fr);
}

.arancacontactus-field {
    display: flex;
    flex-direction: column;
    gap: 0.625vw;
}

.arancacontactus-field label {
    font-size: 0.977vw;
    font-family: var(--sorafont);
    font-weight: 600;
    color: #5B6D84
}

.arancacontactus-field label .req {
    color: #AD0119;
}

.arancacontactus-field input,
.arancacontactus-field select {
    font-family: var(--sorafont);
    font-size: 0.955vw;
    color: #1C2539;
    background: var(--white);
    border: 1px solid #DCE4F0;
    border-radius: 10.781vw;
    padding: 0.938vw 1.094vw;
    outline: none;
    width: 100%;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.arancacontactus-field textarea {
    font-family: var(--sorafont);
    font-size: 0.955vw;
    color: #1C2539;
    background: var(--white);
    border: 1px solid #DCE4F0;
    border-radius: 0.781vw;
    padding: 0.938vw 1.094vw;
    outline: none;
    width: 100%;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.arancacontactus-field input::placeholder,
.arancacontactus-field textarea::placeholder {
    color: #9AA7BB;
}

.arancacontactus-field input:focus,
.arancacontactus-field select:focus,
.arancacontactus-field textarea:focus {
    border-color: #AD0119;
    box-shadow: 0 0 0 0.234vw rgba(173, 1, 25, .08);
}

.arancacontactus-field select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%235B6D84' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 1.094vw center;
    padding-right: 2.656vw;
    cursor: pointer;
}

.arancacontactus-field textarea {
    resize: vertical;
    min-height: 8.594vw;
    line-height: 1.5;
}

.arancacontactus-ctawrap {
    display: flex;
    justify-content: center;
    margin-top: 0.781vw;
}

.arancacontactus-ctawrap button.suspagecta {
    width: auto;
    padding: 0.156vw;
}

.arancacontactus-ctawrap button.suspagecta>span {
    width: auto;
    padding: 1.094vw 3.5vw 1.094vw 2.109vw;
}

.arancasolutions-section {
    width: 100%;
}

.arancasolutions-headwrap {
    text-align: center;
    max-width: 60vw;
    margin: 0 auto 3.125vw;
}

.arancasolutions-headwrap .sectionbadge {
    justify-content: center;
    margin: 0 0 1.406vw;
}

.arancasolutions-headwrap h2 {
    text-align: center;
    font-size: 2.031vw;
    line-height: 1.3;
    font-weight: 700;
    font-family: var(--sorafont);
    color: #1C2539;
    margin: 0 0 0.625vw;
}

/* .arancasolutions-headwrap p.suspagepara {} */
.arancasolutions-grid {
    max-width: 72.5vw;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.563vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875vw;
}

.arancasolutions-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 12.5vw;
    padding: 1.875vw 1.719vw;
    border-radius: 1.25vw;
    background: linear-gradient(260deg, #0E58A4 0%, #063E7A 45%, #041B33 100%);
    text-decoration: none !important;
    outline: none !important;
    transition: 0.35s all ease;
}

.arancasolutions-card:hover {
    transform: translateY(-0.313vw);
    box-shadow: 0 1.25vw 2.5vw rgba(4, 27, 51, .25);
    transition: 0.35s all ease;
}

.arancasolutions-card h3 {
    font-size: 1.25vw;
    line-height: 1.4;
    font-family: var(--sorafont);
    font-weight: 800;
    color: var(--white);
    margin: 0 0 1.406vw;
}

.arancasolutions-card .arancasolutions-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .25);
    margin: 0 0 1.406vw;
}

.arancasolutions-card .arancasolutions-readmore {
    display: inline-flex;
    align-items: center;
    gap: 0.547vw;
    font-size: 1.016vw;
    font-family: var(--sorafont);
    font-weight: 600;
    color: var(--white);
    transition: 0.35s all ease;
}

.arancasolutions-card .arancasolutions-readmore svg {
    width: 0.938vw;
    height: 0.938vw;
    transition: 0.35s all ease;
}

.arancasolutions-card:hover .arancasolutions-readmore svg {
    transform: translateX(0.313vw);
}

@media screen and (max-width:1100px) {
    .arancacontactus-section {
        padding: 0 0 5.859vw;
    }

    .arancacontactus-card {
        border-radius: 1.563vw;
    }

    .arancacontactus-card h2 {
        font-size: 2.875vw;
    }

    .arancacontactus-card p.arancacontactus-sub {
        font-size: 2.094vw;
        margin: 1.53vw 0 1.53vw;
    }

    .arancacontactus-form {
        gap: 1.172vw;
    }

    .arancacontactus-row {
        gap: 1.172vw;
    }

    .arancacontactus-field label {
        font-size: 1.316vw;
    }

    .arancacontactus-field input,
    .arancacontactus-field select,
    .arancacontactus-field textarea {
        font-size: 1.094vw;
        padding: 0.859vw 1.016vw;
        border-radius: 0.781vw;
    }

    .arancacontactus-ctawrap button.suspagecta>span {
        padding: 1.094vw 3.516vw 1.094vw 1.953vw;
    }

    .arancasolutions-section {
        padding: 55px 0;
    }

    .arancasolutions-headwrap {
        max-width: 90%;
        margin: 0 auto 30px;
    }

    .arancasolutions-headwrap .sectionbadge {
        margin: 0 0 15px;
    }

    /* .arancasolutions-headwrap p.suspagepara {} */
    .arancasolutions-grid {
        gap: 20px;
        padding: 0 15px;
    }

    .arancasolutions-card {
        min-height: 150px;
        padding: 22px 20px;
        border-radius: 16px;
    }

    .arancasolutions-card h3 {
        font-size: 16px;
        margin: 0 0 16px;
    }
}

@media screen and (max-width:991px) {

    /* .arancacontactus-card {} */
    .arancasolutions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:767px) {
    .arancacontactus-card {
        border-radius: 1.406vw;
    }

    .arancacontactus-row,
    .arancacontactus-row.arancacontactus-two {
        grid-template-columns: 1fr;
    }

    .arancacontactus-card h2 {
        font-size: 2.563vw;
    }

    .arancasolutions-section {
        padding: 45px 0;
    }

    .arancasolutions-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 15px;
    }

    .arancasolutions-headwrap h2.contactsectionheading {
        font-size: 28px;
        line-height: 40px;
    }

    .arancasolutions-card {
        min-height: auto;
        padding: 20px 18px;
    }

    .arancacontactus-form {
        padding: 0 10px;
    }

    .arancacontactus-field label {
        font-size: 1.916vw;
    }
}

@media screen and (max-width:420px) {
    .arancacontactus-card {
        padding: 1.875vw 1.172vw 1.563vw;
    }

    .arancacontactus-card h2 {
        font-size: 1.406vw;
    }
}

@media screen and (max-width:1100px) {
    .contactpage-section>.herobanner {
        height: 32.813vw;
    }

    .contactpage-section .contactlandingpagetextcol h2.smallpagetitle {
        max-width: 25vw;
    }

    .contactpage-section .contactlandingpagetextcol p.susheropara {
        max-width: 46.875vw;
        padding: 0 0 1.953vw;
    }
}

@media screen and (max-width:767px) {
    .contactpage-section>.herobanner {
        height: 58.563vw;
    }

    .contactpage-section .contactlandingpagetextcol h2.smallpagetitle {
        max-width: 20.313vw;
    }

    .contactpage-section .contactlandingpagetextcol p.susheropara {
        max-width: 100%;
        padding: 0 1.172vw 1.563vw;
    }
}

.contactsolution-section {
    margin: 0;
    padding: 0px 24px;
    background: var(--faq-bg);
    font-family: var(--sorafont);
}

.contactsolution-wrap {
    max-width: 1080px;
    margin: 0 auto;
}

.contactsolution-wrap h1 {
    text-align: center;
    color: var(--lightblueshade);
    font-family: var(--sorafont);
    font-size: 28px;
    margin: 0 0 40px;
}

.contactsolution-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 24px;
}

.contactsolution-item {
    background: var(--lightblueshade);
    border: 1px solid var(--faq-card-edge);
    border-radius: 16px;
    box-shadow: var(--faq-shadow);
    overflow: hidden;
    align-self: start;
}

.contactsolution-item-header {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    cursor: pointer;
    user-select: none;
}

.contactsolution-num {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--white);
    color: var(--blueshade);
    font-family: var(--sorafont);
    font-weight: 700;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactsolution-question {
    flex: 1 1 auto;
    color: var(--blueshade);
    font-family: var(--sorafont);
    font-weight: 700;
    font-size: 17px;
}

.contactsolution-toggle {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s ease, background .2s ease;
}

.contactsolution-toggle svg {
    width: 18px;
    height: 18px;
    stroke: var(--blueshade);
    stroke-width: 2.8;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .25s ease;
}

.contactsolution-item.open .contactsolution-toggle {
    transform: rotate(180deg);
}

.contactsolution-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.contactsolution-answer-inner {
    padding: 0 24px 22px 76px;
    color: #4b5670;
    font-family: var(--sorafont);
    font-size: 15px;
    line-height: 1.6;
}

.contactsolution-answer-text {
    margin: 0 0 10px;
}

.contactsolution-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--sorafont);
    font-weight: 600;
    font-size: 14px;
    color: var(--blueshade);
    text-decoration: none;
    cursor: pointer;
}

.contactsolution-read-more svg {
    width: 14px;
    height: 14px;
    stroke: var(--blueshade);
    stroke-width: 2.4;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s ease;
}

.contactsolution-read-more:hover {
    background: var(--gradientcolor);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.contactsolution-read-more:hover svg {
    stroke: var(--redshade);
    transform: translateX(3px);
}

@media (max-width:820px) {
    .contactsolution-grid {
        grid-template-columns: 1fr;
    }
}