body {
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif !important;
    word-spacing: normal;
}

.heroImg {
    width: 100%;
    height: 32rem !important;
    position: relative;
}

.HeroSuperBrands {
    position: absolute;
    bottom: 3rem;
    left: 1.8rem;
    width: 26rem;
    height: fit-content;
    overflow: hidden;
}

.heroBrandImg {
    width: fit-content;
    height: 5.6rem;
}

.heroBrandtxt {
    padding-left: 1.5rem;
}

.heroBrandtxt p {
    color: white;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}

/* sticky button */
.sticky_buttonDiv {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    width: fit-content;
    height: fit-content;
}

.sticky_button {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    width: 11rem;
    padding: 14px 22px;
    cursor: pointer;
    visibility: visible;
}

.sticky_button p {
    color: #282f79;
}

.envelop {
    width: 1.2rem;
    fill: #282f79;
}

.fxBtn {
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 22px;
    cursor: pointer;
    gap: 0.5rem;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}

.fxBtn .envelop,
.fxBtn p {
    fill: white;
    color: white;
}

.sticky_buttonDiv:hover .fxBtn {
    background-color: #282f79;
    height: 100%;
    visibility: visible;
    transition: all 0.2s ease-in-out;
}

/* .sticky_buttonDiv:hover .sticky_button{
    background-color: #282f79;
    height: 100%;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
} */

/* .................... */
.slick-slider-container {
    padding: 1.3rem 0.5rem;
    background-color: rgb(221 235 241);
}

.slick-slider img {
    width: 6rem;
    height: 5rem;
    border: 1px solid white;
    margin: auto;
    /* border-radius: 5px; */
}

/* ...... */
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: rgb(30, 115, 190) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.corporate {
    background-color: rgb(19, 30, 57);
}

.cF-col {
    padding: 65px 65px !important;
}

.corporate p {
    text-align: justify;
    color: white;
    font: normal 15px / 27px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
}

.corporate h1 {
    color: white !important;
    /* font-size: 84px; */
    line-height: 85px;
    margin-bottom: 1.5rem;
    font-weight: 100 !important;
    font: normal 700 "Montserrat", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
}

.cS-imgDiv {
    position: relative;
    /* background-image: url('/frontend/assets/Energy-Center.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    width: 100%;
    height: 100%;
    scale: 1.5;
    /* background-clip: border-box; */
}

#scrollingImage {
    position: relative;
    transition: transform 0.2s ease-out;
}

/* section product */
.SEcProduct {
    /* background-color: #2c2d6b; */
    background-color: #121212;
    height: fit-content;
    width: 100%;
    border-top-left-radius: 100% 50px;
    border-top-right-radius: 100% 50px;
    border-bottom-left-radius: 100% 50px;
    border-bottom-right-radius: 100% 50px;
    position: relative;
    overflow: hidden;
    margin-top: -2rem;
}

.Product-fancy-title {
    color: white !important;
}

.Product-fancy-title h1 {
    font-size: 0px !important;
    line-height: 85px !important;
    font-weight: 100 !important;
    margin: 7rem auto 0 auto;
    width: fit-content;
}

.sectormain {
    padding: 1.5rem 1rem 1.5rem 1rem;
    gap: 1rem;
    margin-top: 3rem;
}

.sectorCrad {
    width: 14rem;
    height: 13rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
}

.s_image {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s_image img {
    width: 6.5rem;
    height: 6.5rem;
    margin: auto;
    transition: all 0.3s ease;
}

.sectorCrad:hover .s_image img {
    transform: scale(1.2);
    transition: all 0.3s ease;
}

.sectorTxt {
    margin-top: 1rem;
    width: 100%;
    height: 50%;
    text-align: center;
    /* margin-left: 3rem; */
    display: flex;
    justify-content: center;
}

.sectorTxt p {
    width: fit-content;
    text-align: center;
    color: white;
}

/* ..carousel.. */
section.section {
    background: transparent;
    padding: 0 4rem;
}

.slideshow {
    gap: 1rem;
    /* box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3); */
}

.slide img {
    width: 100%;
    height: 30rem !important;
}

.imgmSlide {
    width: 95%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.ctitle {
    color: white !important;
    font-size: 75px;
    line-height: 85px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 4rem;
}

.news-C {
    width: 100%;
    background-color: rgb(19, 30, 57);
    height: fit-content;
    padding: 6rem 0 8rem 0;
}

.overBack {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12rem;
    background: linear-gradient(
        to bottom,
        rgba(0, 125, 197, 0) 0%,
        rgba(0, 125, 197, 0.9) 64%,
        #007dc5 83%,
        #007dc5 100%
    );
}

.divDate {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: white;
    width: 7rem;
    height: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    width: 100%;
    border: 2px solid #ccc;
    padding: 1em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

/* Add hover effect */
.card:hover {
    background-color: #ffa500;
    /* Orange background color on hover */
    box-shadow: 0 8px 16px FFA500(0, 0, 0, 0.2);
    /* Increased shadow on hover */
    transform: translateY(-5px);
    /* Slight lift effect */
}

.about-section {
    color: #7b858a;
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 4rem;
}

@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .contact-page {
        padding: 20px;
        margin-top: 6rem;
    }

    .contact-form {
        display: flex;
        flex-direction: column;
    }

    .contact-form .form-control {
        margin-bottom: 15px;
    }

    .career-image img {
        max-width: 100%;
        height: 70%;
        margin-top: 7rem;
    }

    .contact-image img {
        max-width: 100%;
        height: 70%;
        margin-top: 5rem;
    }

    .subtitle {
        font-size: 2rem;
        color: black;
        margin-bottom: 5%;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
        text-align: justify;
        color: black;
    }

    dl,
    ol,
    ul {
        margin-top: 0;
        margin-bottom: 1rem;
        text-align: justify;
        color: black;
    }
}

.elementor-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.Frstslider .slideDiv {
    /* width: 124px!important; */
}

.pageHeader-sec {
    height: 26rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(7, 84, 177);
    background: linear-gradient(
        266deg,
        rgba(7, 84, 177, 1) 0%,
        rgba(0, 125, 197, 1) 100%
    );
}

.contactInf {
    width: 100%;
    height: fit-content;
}
