:root {
    /* COLOR PALETTE */
    --main-color: #52b409;
    --secondary-color: #e4fb0c;
    --green1: rgb(234, 255, 203);
    --yellow1: #f7ffb0;
    --black1: #000;
    --black2: #282828;
    --gray: #606060;
    --gray1: #F4F4F4;
    --gray2: #E2E2E2;
    --white: #fff;
    --secondary-white: #f8f8f8;
    --button-hover-color: #fffdfd;
    --gradient1: linear-gradient(90deg, var(--Green, #52B409) 0%, #7FB954 51%, #9BD70B 100%);
    /* FONT-SIZES */
    --hero-title-big: 150px;
    --hero-title-med: 130px;
    --hero-title-sm: 120px;
    --hero-title-ssm: 100px;
    --h1-size: 94px;
    --h1-size1: 88px;
    --h1-size2: 70px;
    --h1-size3: 64px;
    --h2-size: 50px;
    --h2-size1: 60px;
    --h3-size1: 45px;
    --h3-size2: 40px;
    --h3-size3: 35px;
    --h3-size: 30px;
    --h4-size: 28px;
    --h5-size: 24px;
    --h5-size1: 22px;
    --h6-size: 20px;
    --h7-size: 18px;
    --h8-size: 16px;
    --power-rate: 72px;
    --subtitle: 17px;
    --p-size: 18px;
    --tablet-font-size: 15px;
    --secondary-text-size: 14px;
    /* FONT-FAMILY */
    --heading-font: "Roboto", sans-serif;
    --body-font: "Anek Telugu", sans-serif;
    /* SPACING */
    --space-xsm: 2px;
    --space-sm1: 4px;
    --space-sm: 8px;
    --space-midsm: 12px;
    --space-md: 16px;
    --space-midmd: 24px;
    --space-lg: 32px;
    --space-lg1: 48px;
    --space-midlg: 50px;
    --space-midxl: 56px;
    --space-xl: 64px;
    --space-xxl: 80px;
    --space-xxxl: 88px;
    --space-xxxxl: 96px;
    --space-5xl: 104px;
    --space-5xl1: 140px;
    --space-6xl: 160px;
    /* MARGIN */
    --margin-default: 40px;
    /* WIDTH */
    --standard-width: 1144px;
    /* SHADOW */
    --standard-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    --box-shadow1: 0 0 9.3px -4px rgba(0, 0, 0, 0.50);
    --box-shadow2: 0 7px 7px -4px #52b409;
    --box-shadow3: 0 0 11px -5.5px rgba(0, 0, 0, 0.50);
    --box-shadow4: 0 10px 25px rgba(0, 0, 0, 0.08);
    /* BORDER RADIUS */
    --border-radius1: 30px;
    --border-radius2: 50px;
    --border-radius3: 10px;
    --border-radius4: 5px;
    --border-radius5: 20px;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

body {
    font-family: var(--body-font);
    color: var(--black1);
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

main {
    width: 100%;
    padding: 0 var(--margin-default);
}

h1 {
    font-family: var(--heading-font);
    font-weight: 800;
    font-size: var(--h1-size);
    margin: 0;
    width: 800px;
    line-height: var(--h1-height);
}

h2 {
    font-family: var(--heading-font);
    font-weight: 800;
    font-size: var(--h2-size);
    margin: 0;
    width: 100%;
}

.mv-h2 {
    font-family: var(--heading-font);
    font-weight: 800;
    margin: 0;
    width: 100%;
    text-align: center;
}

h3 {
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: var(--h3-size);
    margin: 0;
    width: 100%;
}

h4 {
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: var(--h4-size);
    margin: 0;
    width: 100%;
}

h5 {
    font-family: var(--body-font);
    font-weight: 600;
    font-size: var(--h5-size);
    margin: 0;
    width: 100%;
}

h6 {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: var(--h6-size);
    margin: 0;
    width: 100%;
}

.percentage-text {
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: var(--h6-size);
    margin: 0;
    width: 100%;
}

.tarelcotext {
    font-family: var(--heading-font);
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.secondary-text {
    font-size: var(--secondary-text-size);
    line-height: var(--secondary-text-height);
    color: var(--black2);
}

.power-rate-font {
    font-family: var(--heading-font);
    font-weight: 800;
    font-size: var(--power-rate);
    margin: 0;
    width: 100%;
}

a {
    font-family: var(--heading-font);
    text-decoration: none;
    color: var(--black2);
    font-weight: 700;
    transition: color 0.25s ease;
}

    a:hover {
        color: var(--main-color);
    }

p {
    font-size: var(--p-size);
    line-height: var(--p-height);
    font-weight: 400;
    margin: var(--space-md) 0;
}

.mv-p {
    font-size: var(--p-size);
    line-height: var(--p-height);
    font-weight: 400;
    margin: var(--space-md) 0;
    text-align: center;
    justify-self: center;
}

.primary-button {
    font-family: var(--heading-font);
    font-size: var(--p-size);
    font-weight: 500;
    align-items: center;
    border-radius: var(--border-radius1);
    border: none;
    background-color: var(--black1);
    color: var(--white);
    padding: var(--space-sm) var(--space-md);
    margin: 0;
    transition: all 0.35s ease;
}

    .primary-button:hover {
        color: var(--black1);
        background-color: var(--white);
        cursor: pointer;
    }

.secondary-button {
    font-family: var(--heading-font);
    font-size: var(--p-size);
    font-weight: 500;
    align-items: center;
    border: none;
    color: var(--black1);
    background-color: transparent;
    transition: all 0.35s ease;
}


ul {
    padding: 0;
}

.two-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
}

    .two-column > .col-left {
        width: 50%;
        box-sizing: border-box;
        padding: 0 var(--spacing-md) 0 0;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }

    .two-column > .col-right {
        width: 50%;
        box-sizing: border-box;
        padding: 0 0 0 var(--spacing-md);
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }

.with-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .with-icon > img {
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        margin: 0;
        color: var(--white);
        transition: transform 0.25s ease;
    }

    .with-icon:hover > img {
        transform: translateX(5px);
    }

.with-icon1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .with-icon1 > img {
        display: block;
        width: 30px;
        height: 30px;
        padding: 0;
        margin: 0;
        color: var(--black2);
        transition: transform 0.25s ease;
    }

    .with-icon1:hover > img {
        transform: translateX(5px);
    }

/* NAVBAR SECTION */
.navbar-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;
    background-color: var(--white);
    box-shadow: var(--box-shadow1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*gap: 96px;*/
    padding: var(--space-midmd) var(--margin-default) var(--space-md);
    margin: 0 0 var(--space-lg);
    box-sizing: border-box;
    overflow: visible;
}

    .navbar-section ul {
        padding: 0;
    }

    .navbar-section .menu > li {
        position: relative;
    }

    .navbar-section .menu {
        display: flex;
        list-style: none;
        justify-content: center;
        align-items: center;
        gap: var(--space-lg);
        align-self: stretch;
    }

        .navbar-section .menu a {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
            color: var(--black1);
            font-size: var(--h6-size);
            font-weight: 500;
            transition: all 0.35s ease;
            cursor: pointer;
            text-align: center;
        }

            .navbar-section .menu a:hover {
                color: var(--main-color);
            }

    .navbar-section .logo-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .navbar-section img {
        width: 50px;
        height: 50px;
    }

    .navbar-section button.sign-in-button {
        display: flex;
        margin: 0;
        padding: var(--space-sm) var(--space-midmd);
        justify-content: center;
        align-items: center;
        border-radius: var(--border-radius2);
        font-family: var(--heading-font);
        font-size: var(--p-size);
        font-weight: 500;
        line-height: normal;
        background-color: var(--main-color);
        color: var(--white);
        border: none;
        transition: all 0.35s ease;
    }

        .navbar-section button.sign-in-button:hover {
            color: var(--black1);
            background-color: var(--secondary-color);
            cursor: pointer;
        }

.button-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--space-lg);
}

a.where-to-pay {
    display: flex;
    gap: var(--space-sm1);
    align-items: center;
    padding: 0;
    color: var(--black1);
    transition: all 0.35s ease;
}

.where-to-pay img.location {
    width: 25px;
    height: 25px;
    transition: filter 0.35s ease;
}

a.where-to-pay:hover {
    color: var(--main-color);
    cursor: pointer;
}

    a.where-to-pay:hover img.location {
        filter: brightness(0) saturate(100%) invert(48%) sepia(76%) saturate(548%) hue-rotate(60deg) brightness(95%) contrast(92%);
    }

.hamburger-button,
.mobileNav {
    display: none;
}

/* ANIMATED GRADIENT */
#gradient-canvas {
    width: 200%;
    height: 970px;
    transform: rotate(-13deg);
    position: absolute;
    top: -550px;
    left: -50%;
    z-index: -1;
    --gradient-color-1: #52B409;
    --gradient-color-2: #F6FFA0;
    --gradient-color-3: #C7FF9D;
    --gradient-color-4: #e4fb0c;
    filter: blur(30px);
}

/* HERO SECTION */
.hero-section {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 230px;
    margin-bottom: var(--space-xxl);
}

    .hero-section .col-left {
        position: relative;
    }

    .hero-section .hero-gradient {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        pointer-events: none;
    }

    .hero-section .white-gradient {
        width: 200%;
        background: var(--white);
        height: var(--space-xl);
        z-index: 120;
        position: absolute;
        bottom: -110px;
        filter: blur(10px);
    }

    .hero-section .hero-main-photo-container {
        align-items: flex-end;
    }

    .hero-section .section-container .col-left h1 {
        font-size: var(--hero-title-big);
        padding: var(--space-xl) 0 0 var(--margin-default);
        z-index: 4;
    }

    .hero-section .section-container .col-left .hero-sub {
        font-size: var(--h3-size2);
        padding: 0 var(--margin-default);
        width: 750px;
        z-index: 5;
    }

    .hero-section .section-container .col-left .hero-main-desc {
        width: 780px;
        padding: var(--space-md) 0 0 var(--margin-default);
        z-index: 6;
    }

    .hero-section .hero-main-photo-container .model {
        display: flex;
        width: 1300px;
        position: absolute;
        top: -115px;
        left: 700px;
        z-index: -1;
        transform: rotate(-5deg);
    }

    .hero-section .hero-main-photo-container .mobile-model {
        display: none;
        width: 1300px;
        position: absolute;
        top: -115px;
        left: 700px;
        z-index: -0;
    }

    .hero-section .section-container .col-left .button-container {
        display: flex;
        margin: 0;
        padding: var(--space-md) 0 0 var(--margin-default);
        width: 100%;
        gap: 24px;
        z-index: 7;
    }

.button-container .learn-more {
    font-family: var(--heading-font);
    font-size: var(--p-size);
    font-weight: 500;
    align-items: center;
    border-radius: var(--border-radius2);
    border: none;
    background-color: var(--black1);
    color: var(--white);
    padding: var(--space-sm) var(--space-md);
    margin: 0;
    transition: all 0.35s ease;
    justify-content: space-between;
    cursor: pointer;
}

.learn-more.with-icon.lm {
    color: var(--white);
}

.learn-more.with-icon img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.check-your-bill {
    cursor: pointer;
}

    .check-your-bill:hover {
        color: var(--black1)
    }

/* NEWS & EVENTS SECTION */

.news-events-section {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg1);
    min-height: 100vh;
    background-color: var(--white);
    padding: 200px var(--margin-default) var(--space-5xl);
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

    .news-events-section .header .bar {
        width: 217px;
        height: 3px;
        background-color: var(--main-color);
        border-radius: var(--border-radius1);
        margin: var(--space-midsm) 0 0 0;
        justify-self: center;
        z-index: 9;
    }

    .news-events-section .news-cardlist {
        margin-top: var(--space-midmd);
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        row-gap: var(--space-lg);
        column-gap: var(--space-lg);
    }

.news-wrapper .news-card {
    width: 350px;
    height: auto;
    display: flex;
    flex: 0 0 auto;
    padding: var(--space-sm);
    flex-direction: column;
    border-radius: var(--border-radius5);
    background-color: var(--white);
    box-shadow: var(--box-shadow3);
    transition: all 0.3s ease;
}

    .news-wrapper .news-card:hover {
        transform: translateY(-8px);
        box-shadow: var(--box-shadow2);
    }

.news-card .news-image {
    padding: var(--space-sm);
    position: relative;
}

    .news-card .news-image img {
        width: 100%;
        border-radius: var(--border-radius3);
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

    .news-card .news-image .news-tag {
        position: absolute;
        left: 25px;
        top: 10px;
        color: var(--main-color);
        border-radius: var(--border-radius1);
        font-family: var(--heading-font);
        font-size: 12px;
        font-weight: 500;
        padding: var(--space-sm1) var(--space-midsm);
        text-transform: uppercase;
        letter-spacing: 0.5px;
        background: var(--white);
        box-shadow: var(--standard-box-shadow);
    }

.news-card .news-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: var(--space-sm) var(--space-midsm) var(--space-midsm);
}

    .news-card .news-card-content .news-title {
        color: var(--black1);
        font-family: var(--heading-font);
        font-size: var(--h6-size);
        font-weight: 600;
        margin-bottom: 15px;
    }

    .news-card .news-card-content .news-desc {
        color: var(--gray);
        font-family: var(--body-font);
        font-size: var(--tablet-font-size);
        margin: 0 0 15px 0;
    }

    .news-card .news-card-content .news-card-footer {
        display: flex;
        align-items: center;
        padding-top: var(--space-sm1);
        margin-top: auto;
        justify-content: space-between;
        border-top: 2px solid rgb(241, 241, 241);
    }

.news-card .news-card-footer .news-date {
    display: flex;
    align-items: center;
}

    .news-card .news-card-footer .news-date p.date {
        color: var(--gray);
        font-family: var(--heading-font);
        font-size: var(--secondary-text-size);
        margin: 15px 0 15px 0;
        align-self: center;
    }

.news-card .news-card-footer .news-card-button {
    padding: var(--space-sm) var(--space-midsm);
    font-size: var(--secondary-text-size);
    color: var(--white);
    border-radius: var(--border-radius5);
    background: var(--gradient1);
    transition: all 0.3s ease;
}

    .news-card .news-card-footer .news-card-button:hover {
        transform: translateY(-3px);
        box-shadow: var(--box-shadow1);
    }

.news-events-section .news-cardlist::-webkit-scrollbar {
    display: none;
}

.news-events-section .button-container {
    margin-top: var(--space-md);
}

    .news-events-section .button-container a {
        font-weight: 500;
        color: var(--black1);
    }

        .news-events-section .button-container a:hover {
            color: var(--black1);
        }


/* POWER RATES SECTION*/
.power-rates-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: visible;
    background-color: var(--black2);
}

    .power-rates-section .section-container {
        width: 100%;
        max-width: 1240px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: var(--space-md);
        min-height: auto;
        padding: var(--space-xxl) var(--margin-default);
    }

        .power-rates-section .section-container .header {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: 0 0 var(--space-lg1) 0;
            position: relative;
        }

            .power-rates-section .section-container .header h2 {
                color: var(--white);
                justify-content: center;
                align-items: center;
                text-align: center;
                padding: 0 var(--space-xsm) 0;
                margin: 0;
                text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
                z-index: 8;
            }

            .power-rates-section .section-container .header .bar {
                text-align: center;
                width: 217px;
                height: 3px;
                background-color: var(--secondary-color);
                border-radius: var(--border-radius1);
                margin: var(--space-midsm) 0 0 0;
                justify-content: center;
                align-items: center;
                z-index: 9;
            }

        .power-rates-section .section-container > img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.15;
        }

        .power-rates-section .section-container .card-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: var(--space-midlg);
            position: relative;
            z-index: 10;
        }

            .power-rates-section .section-container .card-container .card {
                position: relative;
                display: inline-block;
            }

                .power-rates-section .section-container .card-container .card .pw-container {
                    width: 335px;
                    height: 309px;
                    display: block;
                }

    .power-rates-section .card-container .card .light-bolt {
        position: absolute;
        top: 50px;
        left: 32px;
        width: 30px;
        height: auto;
    }

    .power-rates-section .card-container .card h5 {
        width: auto;
        color: var(--white);
        text-align: left;
        position: absolute;
        padding: 0;
        margin: 0;
        top: 50px;
        left: 80px;
        transition: all 0.3s ease;
    }

    .power-rates-section .card-container .card h2 {
        width: auto;
        color: var(--white);
        font-size: var(--h2-size1);
        text-align: left;
        position: absolute;
        top: 100px;
        left: 32px;
    }

    .power-rates-section .card-container .card p {
        width: auto;
        color: var(--white);
        text-align: left;
        position: absolute;
        top: 110px;
        left: 260px;
    }

    .power-rates-section .card-container .card .current-month {
        width: auto;
        color: var(--secondary-color);
        text-align: left;
        position: absolute;
        padding: 0;
        margin: 0;
        top: 200px;
        left: 32px;
    }

    .power-rates-section .card-container .card .last-month {
        width: auto;
        color: var(--white);
        text-align: left;
        position: absolute;
        padding: 0;
        margin: 0;
        top: 237px;
        left: 32px;
    }

    .power-rates-section .card-container .card .rate-percentage {
        width: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: var(--space-xsm);
        position: absolute;
        top: 202px;
        left: 215px;
    }

        .power-rates-section .card-container .card .rate-percentage .percentage-text {
            width: auto;
            color: var(--white);
            font-size: var(--h8-size);
        }

    .power-rates-section .arrow-up {
        width: 22px;
        height: auto;
    }

    .power-rates-section .card-container .card .rate-last-month {
        width: auto;
        color: var(--white);
        text-align: left;
        position: absolute;
        padding: 0;
        margin: 0;
        top: 237px;
        left: 140px;
    }

    .power-rates-section .card-container .card .arrow-circle {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        background-color: var(--secondary-color);
        border-radius: 50%;
        position: absolute;
        top: 257px;
        left: 267px;
        transition: all 0.35s ease;
    }

        .power-rates-section .card-container .card .arrow-circle .arrow-outward {
            width: 25px;
            height: 25px;
        }

    .power-rates-section .section-container .view-rates {
        color: var(--black1);
        background-color: var(--secondary-color);
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: var(--space-sm) var(--space-md);
        border-radius: var(--border-radius2);
        cursor: pointer;
        text-align: center;
        margin-top: 2rem;
        overflow: visible;
        z-index: 130;
    }

/* GET NOTIFIED SECTION */
.get-notified-section {
    background-color: var(--yellow1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--space-xxl) 0;
    overflow: hidden;
}

    .get-notified-section .section-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 300px;
        max-width: 1200px;
    }

.phone-wrapper {
    position: relative;
    width: 190px;
    flex-shrink: 0;
    transform: translateX(130px);
}

    .phone-wrapper img.iphone {
        width: 100%;
        transform: rotate(-8deg);
        position: relative;
        z-index: 11;
    }

    .phone-wrapper .blue-message {
        position: absolute;
        top: 20px;
        right: -190px;
        width: 220px;
        z-index: 12;
    }

    .phone-wrapper .blue-message1 {
        position: absolute;
        bottom: 80px;
        left: -150px;
        width: 220px;
        z-index: 12;
    }

.text-button-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    max-width: 550px;
}

.text-wrapper p {
    margin: var(--space-midmd) 0;
}

.button-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    align-items: center;
}

.get-notified-section .button-wrapper .learn-more {
    font-family: var(--heading-font);
    font-size: var(--p-size);
    font-weight: 500;
    align-items: center;
    border-radius: var(--border-radius2);
    border: none;
    background-color: var(--black1);
    color: var(--white);
    padding: var(--space-sm) var(--space-md);
    margin: 0;
    transition: all 0.35s ease;
    justify-content: space-between;
}

.get-notified-section .button-wrapper button:nth-of-type(2) > a:hover {
    color: var(--black2);
}

/* TARELCO II IN TERMS OF NUMBERS SECTION */
.tarelco-numbers-section {
    padding: var(--space-xxxl) var(--margin-default);
}

    .tarelco-numbers-section .section-container {
        justify-content: center !important;
        align-items: center;
        text-align: left;
    }

        .tarelco-numbers-section .section-container .numbers-header > h2 {
            background: var(--gradient1);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
            text-align: center;
            text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
            margin-bottom: var(--space-lg1);
        }

.tarelco-counter {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: var(--space-midxl);
    column-gap: var(--space-xxl);
}

.counter {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--space-md);
}


    .counter img {
        width: 60px;
    }

    .counter p {
        margin: 0;
    }


/* INVITATION TO BID SECTION */
.bidding-section {
    background-color: var(--green1);
    padding: var(--space-xl) 0;
}

    .bidding-section .section-container {
        padding: 0 var(--margin-default);
    }

    .bidding-section .header h2 {
        margin: 0 0 var(--space-md) 0;
    }

.bidding-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
    margin: 0 0 var(--space-midmd) 0;
}

.bid-list {
    display: flex;
    flex-direction: column;
    gap: var(--space-midmd);
}

.bidding {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid var(--black2);
    padding: 0 0 var(--space-md) 0;
}

    .bidding.with-icon1 h2 {
        background: var(--gradient1);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        text-align: left;
        flex-shrink: 0;
        width: 40px;
        margin: 0;
        padding: 0;
        transition: all 0.3s ease;
    }

    .bidding.with-icon1:hover h2 {
        background: none;
        -webkit-text-fill-color: var(--black1);
        color: var(--black1);
    }

    .bidding h3 {
        margin: 0 0 0 var(--space-midsm);
        color: var(--black1);
        font-size: var(--h3-size);
        font-weight: 600;
    }

    .bidding.with-icon1 a:hover {
        color: var(--black1);
        cursor: pointer;
    }

/* FOOTER SECTION */
.footer-section {
    background-color: var(--gray1);
    padding: var(--space-midxl) 0 var(--space-lg1);
}

    .footer-section .section-container {
        padding: 0 var(--margin-default) 0;
        display: flex;
        flex-direction: column;
        gap: var(--space-lg);
    }

    .footer-section .row-1 {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        align-items: start;
    }

    .footer-section .row-2 {
        display: flex;
        flex-direction: row;
        gap: var(--space-xxxxl);
        justify-content: space-between;
        align-items: center;
    }

    .footer-section .row-3 {
        display: flex;
        flex-direction: row;
        gap: var(--space-md);
        justify-content: center;
        align-items: center;
        color: var(--gray);
    }

        .footer-section .row-3 .footer-divider {
            width: 1px;
            height: 15px;
            background-color: #bcbcbc;
        }

        .footer-section .row-3 .subtitle {
            font-size: var(--tablet-font-size);
            margin: 0;
        }

    .footer-section .dpo-dps > a img {
        width: 140px;
        height: auto;
    }

.tarelco-footer {
    width: 550px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--space-sm);
    padding: 0 0 var(--space-md) 0;
    border-bottom: 2px solid var(--gray2);
}

    .tarelco-footer img {
        width: 60px;
        height: 60px;
    }

    .tarelco-footer p.tarelcotext {
        font-size: var(--h5-size);
        margin: 0;
    }

.other-logos {
    display: flex;
    flex-direction: row;
    gap: var(--space-midmd);
    align-self: center;
    align-items: center;
}

    .other-logos img {
        width: 45px;
        height: 45px;
    }

    .other-logos .fb-logo {
        width: 50px;
        height: auto;
    }

    .other-logos .ngcp-logo {
        width: auto;
        height: 35px;
        align-self: center;
    }

.footer-desc .subtitle {
    width: 580px;
    font-size: var(--subtitle);
}

.footer-section .subtitle:nth-of-type(2),
.footer-section .subtitle:nth-of-type(3) {
    color: var(--gray);
}

.footer-desc p:nth-of-type(1) {
    margin: var(--space-midmd) 0;
}

.footer-desc p:nth-of-type(3) {
    margin: var(--space-xxxl) 0 0 0;
}

.row-1 .col:nth-of-type(1),
.row-1 .col:nth-of-type(2),
.row-1 .col:nth-of-type(3),
.row-1 .col:nth-of-type(4) {
    display: flex;
    flex-direction: column;
}

    .row-1 .col:nth-of-type(1) p.tarelcotext,
    .row-1 .col:nth-of-type(2) p.tarelcotext,
    .row-1 .col:nth-of-type(3) p.tarelcotext,
    .row-1 .col:nth-of-type(4) p.tarelcotext {
        color: var(--main-color);
        margin-bottom: var(--space-md);
    }

.row-1 .col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.row-1 .col:nth-of-type(1) li,
.row-1 .col:nth-of-type(2) li,
.row-1 .col:nth-of-type(3) li,
.row-1 .col:nth-of-type(4) li {
    margin-bottom: var(--space-sm1);
}

.row-1 .col a {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: var(--subtitle);
    text-decoration: none;
    color: var(--black1);
}

    .row-1 .col a:hover {
        color: var(--main-color);
    }
