: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: 125px;
    --hero-title-xsm: 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;
}


/* MAKING TARELCO 2 WEBSITE RESPONSIVE - CUSTOM BREAK POINTS*/
/* ==================== DESKTOP SIZE ==================== */

@media only screen and (max-width: 1600px) {

    /* HERO SECTION */
    .hero-section .hero-main-photo-container .model {
        width: 1300px;
        left: 550px;
    }

    /* NEWS SECTION */
    .news-events-section .news-cardlist {
        grid-template-columns: repeat(3, 1fr);
        row-gap: var(--space-lg);
        column-gap: var(--space-lg);
    }
}

@media only screen and (max-width: 1546px) {

    /* HERO SECTION */
    .hero-section .hero-main-photo-container .model {
        width: 1300px;
        top: -115px;
        left: 550px;
    }

    .hero-section .section-container .col-left h1 {
        font-size: var(--hero-title-med);
    }

    .hero-section .white-gradient {
        top: 520px;
    }
}

@media only screen and (max-width: 1360px) {

    /* ABOUT PAGE */
    .bod-wrapper,
    .management-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (max-width: 1339px) {

    /* HERO SECTION */
    .hero-section .hero-main-photo-container .model {
        width: 1300px;
        top: -115px;
        left: 480px;
    }

    .hero-section .section-container .col-left h1 {
        font-size: var(--hero-title-sm);
    }

    .hero-section .section-container .col-left .hero-sub {
        font-size: var(--h3-size3);
    }

    .hero-section .section-container .col-left .hero-main-desc {
        width: 650px;
    }

    .hero-section .white-gradient {
        top: 510px;
    }

    /* NEWS SECTION */
    .news-events-section .news-cardlist {
        grid-template-columns: repeat(3, 1fr);
        row-gap: var(--space-lg1);
        column-gap: var(--space-lg1);
    }

    .news-wrapper .news-card {
        width: 330px;
    }
}

@media only screen and (max-width: 1288px) {

    /* HERO SECTION */
    .hero-section .hero-main-photo-container .model {
        width: 1200px;
        left: 420px;
    }

    .hero-section .section-container .col-left h1 {
        font-size: var(--hero-title-xsm);
    }

    .hero-section .section-container .col-left .hero-main-desc {
        width: 640px;
    }

    .hero-section .white-gradient {
        top: 500px;
    }

    /* NEWS SECTION */
    .news-events-section .news-cardlist {
        grid-template-columns: repeat(3, 1fr);
        row-gap: var(--space-lg);
        column-gap: var(--space-lg);
    }
}


@media only screen and (max-width: 1240px) {

    /* POWER RATES SECTION */
    .power-rates-section .section-container {
        min-height: 170vh;
    }

    /* NEWS EVENTS SECTION */

}

@media only screen and (max-width: 1238px) {
    .hero-section .white-gradient {
        top: 490px;
    }
}

@media only screen and (max-width: 1236px) {

    /* HERO SECTION */
    .hero-section .hero-main-photo-container .model {
        left: 350px;
    }

    .hero-section .section-container .col-left h1 {
        font-size: var(--hero-title-ssm);
    }

    .hero-section .section-container .col-left .hero-sub {
        font-size: var(--h4-size);
    }

    .hero-section .section-container .col-left .hero-main-desc {
        width: 550px;
    }

    .hero-section .white-gradient {
        top: 500px;
    }
}

@media only screen and (max-width: 1198px) {

    /* NAVBAR SECTION */
    .navbar-section .menu a,
    .navbar-section .button-wrapper {
        display: none;
    }

    .hamburger-button {
        width: 50px;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .hamburger-button .bar1,
    .hamburger-button .bar2,
    .hamburger-button .bar3 {
        width: 30px;
        height: 3px;
        background-color: var(--black1);
        margin: 2px 0;
        transition: all 0.3s ease;
    }

    /* MOBILE NAV SLIDER, ANIMATION STYLES */
    .mobileNav {
        width: 250px;
        height: 100vh;
        background-color: var(--white);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: var(--space-xxxl);
        align-items: left;
        text-align: left;
        position: fixed;
        z-index: 140;
        top: 0;
        right: 0;
        transform: translateX(100%);
        padding: var(--space-lg) var(--space-md);
        transition: transform 0.3s;
        box-shadow: var(--box-shadow3);
    }

    .mobileNav a {
        text-decoration: none;
        color: var(--black1);
        font-size: var(--h6-size);
        margin: var(--space-md) var(--space-md);
        justify-content: center;
        align-items: center;
    }

    .mobileNav a:hover {
        color: var(--main-color);
    }

    .mobileNav .mobile-sign-wrapper {
        display: flex;
        flex-direction: row;
        gap: var(--space-midmd);
        margin-top: var(--space-lg);
        margin-left: var(--space-midsm);
    }

    .mobileNav .mobile-sign-wrapper a {
        font-size: var(--secondary-text-size);
    }

    .mobileNav .mobile-sign-wrapper button {
        padding: var(--space-midsm) var(--space-md);
        border: none;
        border-radius: var(--border-radius1);
        background-color: var(--black1);
        color: var(--white);
        transition: all 0.3s ease;
    }

    .mobileNav .mobile-sign-wrapper button:hover {
        color: var(--white);
        background-color: var(--main-color);
        cursor: pointer;
    }

    .openDrawer {
        transform: translateX(0);
    }

    .animateBar1 {
        animation: flipBar1 0.5s;
        animation-fill-mode: forwards;
    }

    .animateBar2 {
        animation: fadeBar2 0.5s;
        animation-fill-mode: forwards;
    }

    .animateBar3 {
        animation: flipBar3 0.5s;
        animation-fill-mode: forwards;
    }

    @keyframes flipBar1 {
        from {
            transform: rotate(0);
        }

        to {
            transform: rotate(40deg) translate(2px, 5px);
        }
    }

    @keyframes fadeBar2 {
        from {
            transform: scaleX(1);
            opacity: 1;
        }

        to {
            transform: scaleX(0);
            opacity: 0;
        }
    }

    @keyframes flipBar3 {
        from {
            transform: rotate(0);
        }

        to {
            transform: rotate(-40deg) translate(4px, -8px);
        }
    }

    /* HERO SECTION */
    .hero-section {
        margin-top: 180px;
    }

    /* POWER RATES SECTION */
    .power-rates-section .section-container {
        min-height: auto;
    }

    /* NEWS EVENTS SECTION */
    .news-wrapper .news-card {
        width: 300px;
    }

    /* ABOUT PAGE */
    .bod-wrapper,
    .management-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    /* SERVICES PAGE */
    /* CHECK YOUR BILL SECTION */
    .check-your-bill-section .section-container {
        gap: var(--space-md);
    }

    .invoice img {
        right: 40%;
    }
}

@media only screen and (max-width: 1098px) {

    /* NEWS EVENTS SECTION */
    .news-wrapper .news-card {
        width: 280px;
    }

    /* POWER RATES SECTION */
    .power-rates-section .section-container .card-container {
        gap: var(--space-md);
    }

    /* GET NOTIFIED SECTION */
    .get-notified-section .section-container {
        gap: 200px;
    }

    /* FOOTER SECTION */
    .footer-section .row-2 {
        gap: var(--space-xl);
    }

    .tarelco-footer {
        width: 420px;
    }

    .footer-desc .subtitle {
        width: 420px;
    }

    .other-logos {
        display: flex;
        flex-direction: row;
        gap: var(--space-midmd);
    }

    .other-logos img {
        width: 40px;
        height: 40px;
    }

    .other-logos .fb-logo {
        width: 45px;
        height: auto;
    }

    .other-logos .ngcp-logo {
        width: auto;
        height: 35px;
        align-self: center;
    }

    /* SERVICES PAGE */
    /* CHECK YOUR BILL SECTION */
    .invoice img {
        width: 400px;
        right: 42%;
    }
}

@media only screen and (max-width: 1030px) {

    /* HERO SECTION */
    .hero-section .hero-main-photo-container .model {
        width: 1200px;
        left: 300px;
    }

    .hero-section .section-container .col-left h1 {
        font-size: var(--h1-size);
    }

    .hero-section .section-container .col-left .hero-sub {
        font-size: var(--h4-size);
    }

    .hero-section .section-container .col-left .hero-main-desc {
        width: 530px;
    }

    .hero-section .white-gradient {
        top: 490px;
    }

    /* TARELCO 2 IN TERMS OF NUMBERS */
    .counter {
        flex-direction: column;
        text-align: center;
    }

    /* SERVICES PAGE */
    /* CHECK YOUR BILL SECTION */
    .invoice img {
        width: 400px;
        top: 87%;
        right: 38%;
    }
}

@media only screen and (max-width: 1024px) {
    .generation-rates {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1000px) {

    /* NEWS & EVENTS PAGE */
    .news-layout {
        flex-direction: column;
        gap: var(--space-md);
        grid-template-columns: none;
    }

    .news-article-container {
        border-right: none;
        padding-right: 0;
    }

    .news-article {
        margin-bottom: var(--space-lg);
    }

    /* SERVICES PAGE */
    /* CHECK YOUR BILL SECTION */
    .check-your-bill-section .section-container {
        flex-direction: column;
        justify-self: center;
    }

    .cyb-header {
        justify-self: center;
    }

    .cyb-header h2,
    .cyb-header p {
        text-align: center;
        justify-self: center;
    }

    .calculator {
        width: 90%;
    }

    .invoice,
    .invoice img {
        display: none;
    }
}

@media only screen and (max-width: 968px) {

    /* HERO SECTION */
    .hero-section .hero-main-photo-container .model {
        width: 1100px;
        top: -80px;
        left: 280px;
    }

    .hero-section .section-container .col-left h1 {
        font-size: var(--h1-size1);
    }

    .hero-section .section-container .col-left .hero-sub {
        font-size: var(--h5-size);
    }

    .hero-section .section-container .col-left .hero-main-desc {
        width: 500px;
    }

    .hero-section .white-gradient {
        top: 480px;
    }

    /* NEWS EVENTS SECTION */
    .news-wrapper .news-card {
        width: 250px;
    }

    /* GET NOTIFIED SECTION */
    .get-notified-section .section-container {
        gap: 200px;
        max-width: 800px;
    }

    .get-notified-section .text-wrapper {
        max-width: 500px;
    }

    .get-notified-section .text-wrapper p {
        font-size: var(--subtitle);
    }

    .get-notified-section .phone-wrapper img.iphone {
        width: 150px;
    }

    .get-notified-section .phone-wrapper .blue-message {
        width: 190px;
        right: -120px;
        top: -20px;
    }

    .get-notified-section .phone-wrapper .blue-message1 {
        width: 200px;
    }

    /* TARELCO 2 IN TERMS OF NUMBERS */
    .counter {
        flex-direction: column;
        text-align: center;
    }

    /* FOOTER SECTION */
    .tarelco-footer {
        width: 330px;
    }

    .footer-section .row-2 {
        gap: var(--space-xxxl);
    }

    .footer-desc .subtitle:nth-of-type(1) {
        width: 330px;
    }

    .footer-desc p:nth-of-type(3) {
        margin: var(--space-5xl1) 0 0 0;
    }

    .other-logos>img {
        width: 35px;
        height: 35px;
    }

    .other-logos>img:nth-of-type(5) {
        height: 33px;
    }

    /* ABOUT PAGE */
    .about-body {
        flex-direction: column;
        gap: var(--space-lg);
    }

    .about-img {
        width: 60%;
    }

    .about-body .about-desc {
        width: 600px;
        text-align: center;
    }

    .about-body:nth-of-type(2),
    .about-body:nth-of-type(4) {
        flex-direction: column;
    }

    .about-counter {
        gap: var(--space-lg);
    }

    .about-counter-main {
        padding: var(--space-midmd) var(--space-lg);
        text-align: center;
    }

    .about-counter-info {
        width: 100px;
    }

    .about-counter-desc p {
        width: 500px;
    }

    .mission-vision-section .section-container {
        gap: var(--space-lg);
    }

    .mission-title h2,
    .vision-title h2 {
        font-size: var(--h3-size1);
    }

    .mission p,
    .vision p {
        font-size: var(--h8-size);
    }

    .letter,
    .slider {
        font-size: 80px;
    }
}

@media only screen and (max-width: 906px) {

    /* HERO SECTION */
    .hero-section .hero-main-photo-container .model {
        width: 1100px;
        top: -80px;
        left: 280px;
    }

    .hero-section .section-container .col-left h1 {
        font-size: 87px;
    }

    .hero-section .section-container .col-left .hero-sub {
        font-size: var(--h5-size);
    }

    .hero-section .section-container .col-left .hero-main-desc {
        width: 500px;
    }

    .hero-section .white-gradient {
        top: 480px;
    }


    /* NEWS EVENTS SECTION */


    /* GET NOTIFIED SECTION */
    .get-notified-section .phone-wrapper .blue-message1 {
        left: -130px;
    }

    /* FOOTER SECTION */
    .other-logos>img {
        width: 33px;
        height: 33px;
    }

    .other-logos>img:nth-of-type(5) {
        height: 33px;
    }
}

@media only screen and (max-width: 878px) {

    /* HERO SECTION */
    .hero-section .hero-main-photo-container .model {
        width: 1000px;
        top: -25px;
        left: 250px;
    }

    .hero-section .section-container .col-left h1 {
        font-size: 84px;
    }

    .hero-section .section-container .col-left .hero-sub {
        font-size: var(--h5-size);
    }

    .hero-section .section-container .col-left .hero-main-desc {
        width: 500px;
    }

    /* NEWS EVENTS SECTION */
    .news-events-section {
        padding: var(--space-5xl1) var(--margin-default) var(--space-5xl);
    }

    .news-wrapper .news-card {
        width: 200px;
    }

    .news-card .news-card-content .news-desc {
        display: none;
    }

    .news-events-section .news-card-footer {
        flex-direction: column;
    }

    /* GET NOTIFIED SECTION */
    .get-notified-section .phone-wrapper img.iphone {
        width: 150px;
    }

    .get-notified-section .phone-wrapper .blue-message {
        width: 180px;
        right: -110px;
        top: -1px;
    }

    .get-notified-section .phone-wrapper .blue-message1 {
        width: 190px;
        left: -120px;
    }

    /* TARELCO 2 NUMBERS SECTION */


    /* FOOTER SECTION */
    .other-logos {
        gap: var(--space-md);
    }

    /* ABOUT PAGE */
    .about-counter {
        gap: var(--space-midmd);
    }

    .about-counter-main {
        padding: var(--space-midmd) var(--space-lg);
    }

    .about-counter-info {
        width: 100px;
    }

    .about-counter-desc p {
        width: 470px;
    }

    .mission-vision-section .section-container {
        gap: var(--space-lg);
    }

    .mission-title h2,
    .vision-title h2 {
        font-size: var(--h3-size1);
    }

    .mission p,
    .vision p {
        font-size: var(--h8-size);
    }

    .letter,
    .slider {
        font-size: 80px;
    }
}

/* ==================== TABLET SIZE ==================== */
@media only screen and (max-width: 768px) {

    /* MOBILE NAV BAR */
    .mobileNav a {
        font-size: var(--subtitle);
    }

    /* HERO SECTION */
    .hero-section .hero-main-photo-container .model {
        width: 900px;
        left: 230px;
    }

    .hero-section .section-container .col-left .hero-main-desc {
        font-size: var(--tablet-font-size);
        width: 430px;
    }

    .hero-section .button-container .learn-more {
        font-size: var(--tablet-font-size);
    }

    .hero-section .button-container .check-your-bill {
        font-size: var(--tablet-font-size);
    }

    .hero-section .white-gradient {
        top: 440px;
    }

    /* NEWS SECTION */
    .news-events-section {
        padding: var(--space-xxl) var(--margin-default);
    }

    .news-events-section .header h2 {
        font-size: var(--h3-size2);
    }

    .news-events-section .news-cardlist {
        row-gap: var(--space-midmd);
        column-gap: var(--space-midmd);
    }

    .news-card .news-card-content .news-title {
        font-size: var(--h7-size);
    }

    .news-wrapper .news-card {
        width: 200px;
    }

    .news-article h2 {
        font-size: var(--h3-size1);
    }

    .news-article .article-date,
    .news-article .article-content {
        font-size: var(--subtitle);
    }

    /* POWER RATES SECTION */
    .power-rates-section .header h2 {
        font-size: var(--h3-size2);
    }

    .power-rates-section .section-container .card-container {
        gap: var(--space-lg);
    }

    .power-rates-section .section-container .card-container .card .pw-container {
        width: 300px;
        height: auto;
    }

    .power-rates-section .card-container .card .light-bolt {
        position: absolute;
        top: 35px;
        left: 30px;
        width: 30px;
    }

    .power-rates-section .card-container .card h5 {
        top: 35px;
        left: 75px;
        font-size: var(--h5-size1) !important;
    }

    .power-rates-section .card-container .card h2 {
        font-size: var(--h3-size2);
        top: 95px;
        left: 30px;
    }

    .power-rates-section .card-container .card p {
        font-size: var(--h6-size);
        top: 95px;
        left: 215px;
    }

    .power-rates-section .card-container .card .current-month {
        font-size: var(--h5-size);
        top: 173px;
        left: 30px;
    }

    .power-rates-section .card-container .card .last-month {
        font-size: var(--h6-size);
        top: 210px;
        left: 30px;
    }

    .power-rates-section .card-container .card .rate-last-month {
        top: 210px;
        left: 147px;
        font-size: var(--h6-size);
    }

    .power-rates-section .card-container .card .rate-percentage {
        top: 177px;
        left: 200px;
    }

    .power-rates-section .card-container .card .rate-percentage .arrow-up {
        width: 20px;
        height: auto;
    }

    .power-rates-section .card-container .card .rate-percentage .percentage-text {
        font-size: var(--h8-size);
    }

    .power-rates-section .card-container .card .rate-percentage .percentage-text {
        color: var(--white);
    }

    .power-rates-section .card-container .card .arrow-circle {
        width: 35px;
        height: 35px;
        top: 230px;
        left: 238px;
    }

    .power-rates-section .card-container .card .arrow-circle .arrow-outward {
        position: absolute;
        top: 7.2px;
        left: 6px;
        width: 22px;
        height: auto;
    }

    .power-rates-section .section-container .view-rates {
        font-size: var(--tablet-font-size);
    }

    /* GET NOTIFIED SECTION */
    .get-notified-section .section-container {
        gap: var(--space-xl);
        max-width: 700px;
        flex-direction: column;
    }

    .get-notified-section .text-button-wrapper {
        justify-content: center;
        align-items: center;
    }

    .get-notified-section .text-wrapper h2 {
        font-size: var(--h3-size2);
        text-align: center;
    }

    .get-notified-section .text-wrapper p {
        font-size: var(--tablet-font-size);
        text-align: center;
    }

    .get-notified-section .phone-wrapper img.iphone {
        width: 150px;
        top: 25px;
        left: -120px;
    }

    .get-notified-section .phone-wrapper .blue-message {
        width: 180px;
        right: 5px;
        top: 25px;
    }

    .get-notified-section .phone-wrapper .blue-message1 {
        width: 180px;
        left: -250px;
        top: 180px;
    }

    .get-notified-section .button-wrapper button.primary-button,
    .get-notified-section .button-wrapper button.secondary-button {
        font-size: var(--tablet-font-size);
    }

    /* TARELCO 2 IN NUMBERS */
    .tarelco-numbers-section .numbers-header h2 {
        font-size: var(--h3-size2);
    }

    .tarelco-counter {
        grid-template-columns: repeat(3, 1fr);
        row-gap: var(--space-midxl);
        column-gap: var(--space-xl);
    }

    .counter {
        width: 150px;
        flex-direction: column;
        text-align: center;
        gap: var(--space-midsm);
    }

    .counter .counter-info h2 {
        font-size: var(--h3-size1);
    }

    .counter .counter-info p {
        font-size: var(--tablet-font-size);
    }

    .counter img {
        width: 35px;
    }

    /* BIDDING SECTION */
    .bidding-section .header h2 {
        font-size: var(--h3-size2);
    }

    .bidding-section .bidding h3 {
        font-size: var(--h5-size);
    }

    /* FOOTER SECTION */
    .footer-section .section-container {
        gap: var(--space-lg1);
    }

    .footer-section .row-1 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* flex-direction: column; */
        align-items: flex-start;
        justify-content: center;
        text-align: center;
        gap: var(--space-lg);
    }

    .tarelco-footer {
        justify-content: center;
        width: 90%;
    }

    .footer-section .row-2 .footer-desc .subtitle {
        width: auto !important;
        max-width: 90%;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }

    .footer-section .row-2 .col:first-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-section .row-2 .col:first-child .footer-desc {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .footer-section .row-2 .col:first-child .footer-desc .subtitle {
        text-align: center;
    }

    .footer-desc .subtitle:nth-of-type(1) {
        width: 620px;
    }

    .footer-desc p:nth-of-type(3) {
        margin: var(--space-5xl1) 0 0 0;
    }

    .other-logos {
        gap: var(--space-midmd);
        align-items: center;
    }

    .other-logos>img {
        width: 50px;
        height: 50px;
    }

    .other-logos>img:nth-of-type(5) {
        height: 40px;
    }

    .footer-section .row-2 {
        flex-direction: column;
        gap: 0 !important;
        justify-content: center;
    }

    .footer-section .row-2 .dpo-dps {
        align-self: center;
    }

    .footer-section .row-3 {
        flex-direction: column;
        gap: 0;
        align-self: center;
    }

    .footer-divider {
        display: none;
    }

    .row-1 .col a {
        font-size: var(--tablet-font-size);
    }

    .footer-section .row-2 .dpo-dps {
        align-self: center;
    }

    /* ABOUT PAGE */
    .about-header h3 {
        font-size: var(--h6-size);
    }

    .about-header h2 {
        font-size: var(--h3-size2);
    }

    .about-content {
        gap: var(--space-xl);
    }

    .about-body .about-desc {
        width: 450px;
    }

    .about-body .about-desc h4 {
        font-size: var(--h5-size);
    }

    .about-body .about-desc p {
        font-size: var(--subtitle);
    }

    .about-counter {
        flex-direction: column;
        gap: var(--space-lg);
    }

    .about-counter-main {
        padding: var(--space-md) var(--space-lg);
        text-align: center;
        gap: var(--space-midsm);
    }

    .about-counter-main img {
        width: 60px;
    }

    .about-counter-info {
        width: 100px;
    }

    .about-counter-info h2 {
        font-size: var(--h3-size1);
    }

    .about-counter-info h6 {
        font-size: var(--h8-size);
    }

    .about-counter-desc p {
        width: 500px;
        text-align: center;
        font-size: var(--subtitle);
    }

    .about-text-only h2 {
        font-size: var(--h3-size);
    }

    .about-text-only h3 {
        font-size: var(--h5-size);
    }

    .mission-vision-section .section-container {
        flex-direction: column;
        gap: var(--space-xxxxl);
    }

    .mission-vision-section .divider {
        display: none;
    }

    .mv-title h2 {
        font-size: var(--h3-size2) !important;
    }

    .mission about-counter-desc p,
    .vision about-counter-desc p {
        font-size: var(--subtitle);
    }

    .corpo-values-section .about-header h3 {
        font-size: var(--h6-size);
    }

    .letter,
    .slider {
        font-size: var(--h2-size1);
    }

    .bod-wrapper,
    .management-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .partners-section {
        padding: var(--space-xl) var(--margin-default) var(--space-midmd);
    }

    .partners-section .partners-card>img {
        width: 80px;
    }

    .partners-card img[src*="assets/NGCP_Logo.png"] {
        width: 130px;
    }

    /* SERVICES PAGE */
    .services-section .services-header h2 {
        font-size: var(--h3-size2);
    }

    .tabs label {
        font-size: var(--h8-size);
    }

    .article h5 {
        font-size: var(--h6-size);
    }

    .article li,
    .article b,
    .article p {
        font-size: var(--h7-size);
    }

    .disco-table {
        width: 550px;
    }

    .disco-table th,
    .disco-table td {
        font-size: var(--h7-size);
    }

    .services-tab-section .tab-content h3 {
        font-size: var(--h3-size);
    }

    /* NEWS PAGE */
    .news-header-section .news-page-header h3 {
        font-size: var(--h6-size);
    }

    .news-header-section .news-page-header h2 {
        font-size: var(--h3-size2);
    }

    /* CHECK YOUR BILL SECTION */
    .check-your-bill-section .section-container {
        flex-direction: column;
        justify-self: center;
    }

    .cyb-header {
        justify-self: center;
    }

    .cyb-header h2 {
        font-size: var(--h3-size2);
    }

    .cyb-header p {
        font-size: var(--subtitle);
    }

    .cyb-header h2,
    .cyb-header p {
        text-align: center;
        justify-self: center;
    }

    .calculator {
        width: 90%;
    }

    .invoice,
    .invoice img {
        display: none;
    }

    /* CONTACT US PAGE */
    .contact-us-section .office {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        padding-bottom: var(--space-lg1);
        gap: var(--space-md);
    }

    .contact-us-section .office-info {
        display: flex;
        flex-direction: column;
        gap: var(--space-md);
    }

    .contact-us-section .office-info h5 {
        font-size: var(--h6-size);
    }

    .contact-us-section .office-info p {
        font-size: var(--h7-size);
    }

    .contact-us-section img {
        width: 100%;
        height: auto;
        margin: var(--space-md) 0;
        object-fit: cover;
        border-radius: var(--border-radius3);
    }

    .contact-us-section .contact-us-wrapper {
        gap: var(--space-lg1);
    }

    .contact-us-header-section .news-page-header h3 {
        font-size: var(--h6-size);
    }

    .contact-us-header-section .news-page-header h2 {
        font-size: var(--h3-size2);
    }

    /* DATA PRIVACY NOTICE PAGE */
    .data-privacy-notice {
        padding: 0 var(--space-midmd);
    }

    .data-privacy-notice p,
    .data-privacy-notice li {
        font-size: var(--subtitle);
    }

    .dpn-header .services-header h3 {
        font-size: var(--h6-size);
    }

    /* DATA PRIVACY POLICY PAGE */
    .dpp-header .services-header h3 {
        font-size: var(--h6-size);
    }

    /* NPC CERT PAGE */
    .npc-header .services-header h3 {
        font-size: var(--h6-size);
    }

    /* GEN & POWER RATES PAGE */
    .power-rates-2 h2 {
        font-size: var(--h3-size2);
    }
}

@media only screen and (max-width: 722px) {

    /* HERO SECTION */

    /* NEWS EVENTS SECTION */
    .news-wrapper .news-card {
        width: 180px;
    }

    /* POWER RATES SECTION */


    /* GET NOTIFIED SECTION */
    .get-notified-section .section-container {
        gap: var(--space-xl);
        max-width: 670px;
    }

    .get-notified-section .text-button-wrapper {
        justify-content: center;
        align-items: center;
    }

    .get-notified-section .text-wrapper p {
        font-size: var(--tablet-font-size);
        text-align: center;
    }

    /* TARELCO 2 IN TERMS OF NUMBERS SECTION */


    /* BIDDING SECTION */

    /* FOOTER SECTION */
    .footer-section .section-container {
        gap: var(--space-midlg);
    }

    .tarelco-footer img {
        width: 50px;
        height: 50px;
    }

    .tarelco-footer {
        width: 580px;
    }

    .tarelco-footer p.tarelcotext {
        font-size: var(--h6-size);
    }

    .footer-desc p:nth-of-type(3) {
        margin-top: 200px;
    }

    /* SERVICES PAGE */
    .disco-table {
        width: 500px;
    }
}

@media only screen and (max-width: 660px) {

    /* HERO SECTION */
    .hero-section .white-gradient {
        display: none;
    }

    .hero-section .hero-main-photo-container .model {
        display: none;
    }


    /* NEWS EVENTS SECTION */
    .news-events-section {
        padding: var(--space-xxl) var(--margin-default) var(--space-5xl);
    }

    .news-events-section .news-cardlist {
        grid-template-columns: repeat(2, 1fr);
        row-gap: var(--space-lg);
        column-gap: var(--space-lg);
    }

    .news-wrapper .news-card {
        width: 220px;
    }

    /* POWER RATES SECTION */
    .power-rates-section .section-container .card-container {
        gap: var(--space-md);
    }

    /* TARELCO NUMBERS SECTION */
    .tarelco-numbers-section .numbers-header h2 {
        font-size: var(--h3-size2);
    }

    .tarelco-counter {
        grid-template-columns: repeat(3, 1fr);
        row-gap: var(--space-midlg);
        column-gap: var(--space-midlg);
    }

    /* FOOTER SECTION */
    .tarelco-footer {
        width: 570px;
    }

    .footer-desc .subtitle:nth-of-type(1) {
        width: 570px;
    }

    /* SERVICES PAGE */
    .disco-table {
        width: 450px;
    }
}

@media only screen and (max-width: 618px) {

    /* NAVBAR SECTION */


    /* HERO SECTION */


    /* NEWS EVENTS SECTION */


    /* TARELCO NUMBERS SECTION */

    /* FOOTER SECTION */
    .tarelco-footer {
        width: 530px;
    }

    .footer-desc .subtitle:nth-of-type(1) {
        width: 530px;
    }
}

@media (max-width: 610px) {
    .navbar-section img {
        width: 40px;
        height: 40px;
    }

    .tarelcotext {
        /* width: 100px; */
        font-size: var(--subtitle);
    }
}

@media (max-width: 600px) {
    .generation-rates {
        min-width: 100%;
        border: 0;
    }

    .generation-rates thead {
        display: none;
    }

    .generation-rates tr {
        display: block;
        margin-bottom: var(--space-md);
        border: 1px solid #ddd;
        border-radius: var(--space-sm);
        padding: var(--space-md);
        background-color: var(--white);
    }

    .generation-rates tbody th {
        display: block;
        text-align: center;
        font-weight: bold;
        background-color: var(--green1);
        margin-bottom: var(--space-sm);
    }

    .generation-rates td {
        display: flex;
        justify-content: space-between;
        padding: var(--space-sm) 0;
        border: 0;
    }

    .generation-rates td::before {
        content: attr(data-label);
        font-weight: 600;
        color: var(--black1);
    }
}

@media only screen and (max-width: 584px) {

    /* HERO SECTION */

    /* NEWS EVENTS SECTION */


    /* POWER RATES SECTION */
    .power-rates-section {
        margin-top: -10px;
    }

    /* TARELCO 2 IN TERMS OF NUMBERS */
    .tarelco-counter {
        grid-template-columns: repeat(2, 1fr);
        column-gap: var(--space-5xl);
    }

    .counter {
        width: 180px;
    }

    /* FOOTER SECTION */
    .tarelco-footer {
        width: 500px;
    }

    .footer-desc .subtitle:nth-of-type(1) {
        width: 500px;
    }
}

@media only screen and (max-width: 570px) {

    /* NAVBAR SECTION */

    /* HERO SECTION */
    .hero-section .section-container .col-left .button-container {
        width: 350px;
    }

    /* NEWS EVENTS SECTION */
    .news-events-section .header h2 {
        font-size: var(--h3-size2);
    }

    .news-wrapper .news-card {
        width: 200px;
    }

    .news-card .news-card-content .news-title {
        font-size: var(--h7-size);
    }

    /* POWER RATES SECTION */
    .power-rates-section .header h2 {
        font-size: var(--h3-size2);
    }

    .power-rates-section .card-container .card h2 {
        font-size: var(--h3-size2);
        top: 95px;
        left: 30px;
    }

    /* GET NOTIFIED SECTION */
    .get-notified-section .text-wrapper h2 {
        font-size: var(--h3-size2);
    }

    /* INVITATION TO BID */
    .bidding-section .header h2 {
        font-size: var(--h3-size2);
    }

    .bidding h3 {
        font-size: var(--h7-size) !important;
    }

    .bidding.with-icon1 h2 {
        font-size: var(--h3-size3);
        width: 30px;
    }

    .bidding.with-icon1 img {
        width: 25px;
        height: auto;
    }

    /* ABOUT PAGE */
    .about-header h2 {
        font-size: var(--h3-size2);
    }

    .about-body .about-desc p {
        width: 380px;
        font-size: var(--tablet-font-size);
        justify-self: center !important;
    }

    .about-counter {
        flex-direction: column;
        gap: var(--space-lg);
    }

    .about-counter-main {
        flex-direction: column;
        gap: var(--space-xsm);
        padding: var(--space-md) var(--space-lg1);
    }

    .about-img {
        position: relative;
        width: 80%;
        height: 300px;
        overflow: hidden;
        border-radius: var(--border-radius5);
    }

    .about-counter-info {
        width: 100px;
    }

    .about-counter img {
        width: 50px;
    }

    .about-counter-info h2 {
        font-size: var(--h3-size2);
    }

    .about-counter-info h6 {
        width: 150px;
        font-size: var(--h8-size)
    }

    .about-counter-desc p {
        width: 400px;
        font-size: var(--tablet-font-size);
        text-align: center;
    }

    .bod-wrapper,
    .management-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .mission-title h2,
    .vision-title h2 {
        font-size: var(--h3-size2);
    }

    .mission about-counter-desc p,
    .vision about-counter-desc p {
        width: 400px;
        font-size: var(--tablet-font-size);
        justify-self: center;
    }

    .corpo-values-section {
        display: none;
    }

    .mp-card {
        width: 170px;
        height: 220px;
    }

    .mp-card .mp-photo img {
        width: 150px;
        height: 150px;
    }

    .mp-card .mp-name h5 {
        font-size: 12.5px;
    }

    .mp-card .district h6 {
        font-size: 13px;
    }

    .position h6 {
        width: 160px;
        font-size: 12px;
    }

    .general-manager .mp-card {
        height: 230px;
    }

    .general-manager .mp-card h5 {
        width: 180px;
    }
}

/* ==================== MOBILE SIZE ==================== */
@media only screen and (max-width: 430px) {

    /* NAVBAR SECTION */
    .navbar-section {
        gap: var(--space-md);
    }

    .navbar-section .tarelcotext {
        width: 90px;
        font-size: var(--subtitle);
    }

    /* MOBILE NAV BAR */
    .mobileNav a {
        font-size: var(--h8-size);
    }

    /* HERO SECTION */
    .hero-section {
        margin-top: 330px;
    }

    .hero-section .section-container .col-left h1 {
        font-size: var(--h2-size1);
    }

    .hero-section .section-container .col-left .hero-sub {
        width: 320px;
        font-size: var(--subtitle);
    }

    .hero-section .section-container .col-left .hero-main-desc {
        font-size: var(--secondary-text-size);
        width: 330px;
        padding: var(--space-md) 0 0 var(--margin-default);
        z-index: 6;
    }

    .button-container button.learn-more.with-icon {
        font-size: var(--secondary-text-size);
    }

    .button-container button.check-your-bill.secondary-button.with-icon {
        font-size: var(--secondary-text-size);
    }

    .button-container .with-icon>img {
        width: 17px;
    }

    .hero-section .white-gradient {
        /* top: 280px;
        z-index: 3; */
        display: none;
    }

    .hero-section .hero-main-photo-container .mobile-model {
        position: absolute;
        display: flex;
        width: 750px;
        top: -300px;
        left: -125px;
        opacity: 40%;
        z-index: 0;
    }

    #gradient-canvas {
        transform: rotate(0deg);
        top: -320px;
        /* top: -100px; */
        left: -50%;
    }


    /* NEWS EVENTS SECTION */
    .news-events-section {
        padding: var(--space-midmd) var(--margin-default) var(--space-xl);
        gap: var(--space-lg);
    }

    .news-events-section .news-cardlist {
        grid-template-columns: repeat(1, 1fr);
        row-gap: var(--space-lg);
    }

    .news-events-section .news-card:nth-of-type(4),
    .news-events-section .news-card:nth-of-type(5),
    .news-events-section .news-card:nth-of-type(6) {
        display: none;
    }

    .news-events-section .header h2 {
        font-size: var(--h3-size);
        text-align: center;
    }

    .news-events-section .header .bar {
        /* justify-self: center;
        width: 150px; */
        display: none;
    }

    .news-wrapper .news-card {
        width: 250px;
    }

    .news-card .news-card-content .news-title {
        font-size: var(--h8-size);
    }

    /* POWER RATES SECTION */
    .power-rates-section .header h2 {
        font-size: var(--h3-size);
    }

    .power-rates-section .section-container .header .bar {
        width: 150px;
    }

    .power-rates-section .section-container .header {
        margin: 0 0 var(--space-lg) 0;
    }

    .power-rates-section .section-container .view-rates {
        font-size: var(--secondary-text-size);
    }

    .power-rates-section .section-container .view-rates>img {
        width: 17px;
    }

    .power-rates-section .section-container .card-container {
        gap: var(--space-lg);
    }

    .power-rates-section .section-container .card-container .card .pw-container {
        width: 250px;
        height: auto;
    }

    .power-rates-section .card-container .card .light-bolt {
        position: absolute;
        top: 30px;
        left: 25px;
        width: 25px;
    }

    .power-rates-section .card-container .card h5 {
        top: 30px;
        left: 65px;
        font-size: var(--h6-size) !important;
    }

    .power-rates-section .card-container .card h2 {
        font-size: var(--h3-size3);
        top: 82px;
        left: 25px;
    }

    .power-rates-section .card-container .card p {
        font-size: var(--h7-size);
        top: 80px;
        left: 160px;
    }

    .power-rates-section .card-container .card .current-month {
        font-size: var(--h6-size);
        top: 150px;
        left: 25px;
    }

    .power-rates-section .card-container .card .last-month {
        font-size: var(--h8-size);
        top: 182px;
        left: 25px;
    }

    .power-rates-section .card-container .card .rate-last-month {
        top: 182px;
        left: 117px;
        font-size: var(--h8-size);
    }

    .power-rates-section .card-container .card .rate-percentage {
        top: 150px;
        left: 130px;
        display: none;
    }

    .power-rates-section .card-container .card .rate-percentage .arrow-up {
        width: 20px;
        height: auto;
    }

    .power-rates-section .card-container .card .rate-percentage .percentage-text {
        font-size: var(--h8-size);
    }

    .power-rates-section .card-container .card .rate-percentage .percentage-text {
        color: var(--white);
    }

    .power-rates-section .card-container .card .arrow-circle {
        width: 33px;
        height: 33px;
        top: 193px;
        left: 200px;
    }

    .power-rates-section .card-container .card .arrow-circle .arrow-outward {
        position: absolute;
        top: 7.2px;
        left: 6px;
        width: 22px;
        height: auto;
    }

    /* GET NOTIFIED SECTION */
    .get-notified-section {
        padding: var(--space-lg1) 0;
    }

    .get-notified-section .text-wrapper h2 {
        font-size: var(--h3-size);
    }

    .get-notified-section .text-wrapper p {
        width: 280px;
        font-size: var(--secondary-text-size);
        margin-bottom: var(--space-lg);
    }

    .get-notified-section .phone-wrapper img.iphone {
        width: 100px;
        top: 20px;
        left: -93px;
    }

    .get-notified-section .phone-wrapper .blue-message {
        width: 130px;
        right: 75px;
        top: 15px;
    }

    .get-notified-section .phone-wrapper .blue-message1 {
        width: 130px;
        left: -185px;
        top: 130px;
    }

    .get-notified-section .section-container {
        gap: var(--space-xl);
        max-width: 380px;
    }

    .get-notified-section .button-wrapper button.primary-button,
    .get-notified-section .button-wrapper button.secondary-button {
        font-size: var(--secondary-text-size);
    }

    .get-notified-section .button-wrapper button.primary-button>img,
    .get-notified-section .button-wrapper button.secondary-button>img {
        width: 17px;
    }

    /* TARELCO 2 IN TERMS OF NUMBERS SECTION */
    .tarelco-numbers-section .numbers-header h2 {
        font-size: var(--h3-size);
    }

    .tarelco-numbers-section .tarelco-counter {
        grid-template-columns: repeat(2, 1fr);
        row-gap: var(--space-lg1);
        column-gap: var(--space-xsm);
    }

    .counter {
        flex-direction: column;
        text-align: center;
        gap: var(--space-sm);
    }

    .counter-info {
        display: flex;
        flex-direction: column;
        gap: var(--space-sm);
    }

    .counter-info h2,
    .counter-info p {
        margin: 0;
    }

    .counter .counter-info p {
        font-size: var(--secondary-text-size);
    }

    .counter-info h2.num {
        font-size: var(--h3-size3);
    }

    .counter p {
        width: 150px;
    }

    .counter img {
        width: 40px;
    }

    /* INVITATION TO BID */
    .bidding-section .header h2 {
        font-size: var(--h3-size);
    }

    .bidding-section .bidding h3 {
        font-size: var(--h8-size) !important;
    }

    /* FOOTER SECTION */
    .footer-section .section-container {
        display: flex;
        flex-direction: column;
        gap: var(--space-lg);
    }

    .footer-section .row-2 {
        gap: var(--space-lg);
    }

    .tarelco-footer {
        width: 320px;
    }

    .tarelco-footer img {
        width: 40px;
        height: 40px;
    }

    .tarelco-footer p.tarelcotext {
        font-size: var(--h7-size);
        /* width: 95px; */
    }

    .other-logos {
        gap: var(--space-midsm);
        justify-content: center;
    }

    .other-logos img {
        width: 30px;
        height: 30px;
    }

    .other-logos .ngcp-logo {
        height: 25px;
    }

    .other-logos .fb-logo {
        width: 37px;
    }

    .footer-desc p.subtitle {
        width: 320px !important;
        font-size: var(--tablet-font-size);
    }

    .footer-desc p:nth-of-type(3) {
        margin-top: 250px;
    }

    .footer-section .dpo-dps>a img {
        width: 100px;
    }

    .row-1 .col a {
        font-size: var(--tablet-font-size);
    }

    .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 {
        font-size: var(--h7-size);
        /* width: 150px; */
    }

    .row-1 .col a {
        font-size: var(--secondary-text-size);
    }

    .row-2 .col:first-child {
        display: none;
    }

    .row-2 .col:nth-child(2) {
        display: block;
        width: 350px;
    }

    .footer-section .row-3 .subtitle {
        font-size: var(--secondary-text-size);
    }

    /* ABOUT PAGE */
    .bod-wrapper,
    .management-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .about-content {
        gap: var(--space-lg1);
    }

    .about-header h3 {
        font-size: var(--h7-size);
    }

    .about-header h2 {
        font-size: var(--h3-size);
    }

    .partners-section .about-header h3 {
        font-size: var(--h7-size);
    }

    .about-body .about-desc p {
        width: 300px;
        margin: 0 auto;
    }

    .about-text-only h3 {
        font-size: var(--h6-size);
    }

    .about-text-only {
        display: flex;
        flex-direction: column;
        gap: var(--space-sm1);
    }

    .about-text-only h2 {
        font-size: var(--h4-size);
    }

    .about-counter {
        flex-direction: column;
        gap: var(--space-lg);
    }

    .about-counter-main {
        flex-direction: column;
        gap: var(--space-xsm);
        padding: var(--space-md) var(--space-lg1);
    }

    .about-img {
        position: relative;
        width: 80%;
        height: 300px;
        overflow: hidden;
        border-radius: var(--border-radius5);
    }

    .about-counter-info {
        width: 100px;
    }

    .about-counter img {
        width: 40px;
    }

    .about-counter-info h2 {
        font-size: var(--h3-size2);
    }

    .about-counter-info h6 {
        width: 150px;
        font-size: var(--h8-size)
    }

    .about-body .about-desc h4 {
        font-size: var(--h5-size);
    }

    .about-counter-desc p {
        width: 280px;
        font-size: var(--tablet-font-size);
        text-align: center;
    }

    .mission,
    .vision {
        text-align: center;
    }

    .mission-vision-section {
        padding: var(--space-lg) var(--margin-default);
    }

    .mv-title h2 {
        font-size: var(--h3-size) !important;
        text-align: center;
    }

    .mission p,
    .vision p {
        width: 320px;
        font-size: var(--tablet-font-size);
        justify-self: center;
        text-align: center;
    }


    .corpo-values-section {
        display: none;
    }

    .mp-card {
        width: 170px;
        height: 220px;
    }

    .mp-card .mp-photo img {
        width: 150px;
        height: 150px;
    }

    .mp-card .mp-name h5 {
        font-size: 12.5px;
    }

    .mp-card .district h6 {
        font-size: 13px;
    }

    .position h6 {
        width: 160px;
        font-size: 12px;
    }

    .general-manager .mp-card {
        height: 230px;
    }

    .general-manager .mp-card h5 {
        width: 180px;
    }

    .partners-section {
        padding: var(--space-lg1) var(--margin-default) var(--space-midsm);
    }

    .partners-section .partners-card>img {
        width: 65px;
    }

    .partners-card img[src*="assets/NGCP_Logo.png"] {
        width: 120px;
    }

    /* SERVICES PAGE */
    .services-section .services-header h2 {
        font-size: var(--h3-size);
    }

    .services-tab-section .tab-content-info {
        flex-direction: column;
    }

    .services-tab-section {
        padding: var(--space-lg) var(--space-md);
    }

    .photo-left,
    .photo-right {
        float: none;
        width: 100%;
        margin: 0 0 var(--space-md) 0;
    }

    .services-tab-section .tab-content img {
        width: 100%;
        max-width: 100%;
        margin-top: var(--space-md);
    }

    .tabs {
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .tabs::-webkit-scrollbar {
        display: none;
    }

    .tabs label {
        flex: 0 0 auto;
        padding: 0 var(--space-md);
        font-size: var(--secondary-text-size);
    }

    .tabs input:checked+label {
        color: var(--main-color);
    }

    .tabs::after {
        display: none;
    }

    .services-tab-section .tab-content h3 {
        font-size: var(--h5-size);
    }

    .article h5 {
        font-size: var(--h7-size);
    }

    .article h4 {
        font-size: var(--h6-size);
        font-weight: 600;
    }

    .article li,
    .article b,
    .article p {
        font-size: var(--tablet-font-size);
    }

    .disco-table {
        width: 200px;
    }

    .disco-table th,
    .disco-table td {
        font-size: var(--secondary-text-size);
    }

    /* CHECK YOUR BILL SECTION */
    .check-your-bill-section .section-container {
        gap: var(--space-lg);
    }

    .cyb-header {
        justify-self: center;
    }

    .cyb-header h2 {
        font-size: var(--h3-size);
    }

    .cyb-header p {
        font-size: var(--tablet-font-size);
    }

    .cyb-header h2,
    .cyb-header p {
        text-align: center;
        justify-self: center;
    }

    .calculator {
        width: 87%;
    }

    .invoice,
    .invoice img {
        display: none;
    }


    /* NEWS PAGE  */
    .news-page-section {
        padding: var(--space-lg) var(--margin-default);
    }

    .news-page-section .section-container {
        padding: var(--space-lg1) 0;
    }

    .news-header-section .news-page-header h2 {
        font-size: var(--h3-size);
    }

    .news-header-section .news-page-header h3 {
        font-size: var(--h7-size);
    }

    .news-article h2 {
        font-size: var(--h3-size);
        width: 100%;
    }

    .news-article .article-date,
    .news-article .article-content {
        font-size: var(--tablet-font-size);
        width: 95%;
    }

    .article-image {
        width: 95%;
    }

    .other-news-card {
        width: 320px;
    }

    /* CONTACT US SECTION */
    .contact-us-section {
        padding: var(--space-lg) var(--margin-default);
    }

    .contact-us-section .section-container {
        padding: var(--space-lg) var(--space-md);
    }

    .contact-us-section .contact-us-wrapper {
        gap: var(--space-lg);
    }

    .contact-us-section .office {
        padding-bottom: var(--space-md);
    }

    .contact-us-section .office-info h3 {
        font-size: var(--h4-size);
    }

    .contact-us-section .office-info p {
        font-size: var(--tablet-font-size);
    }

    /* DATA PRIVACY NOTICE PAGE */
    .data-privacy-notice {
        margin: var(--space-lg1) var(--margin-default);
        padding: 0 var(--space-sm);
    }

    .data-privacy-notice p,
    .data-privacy-notice li {
        font-size: var(--tablet-font-size);
    }

    /* DATA PRIVACY NOTICE PAGE */
    .data-privacy-notice {
        padding: 0 var(--space-midmd);
        margin: var(--space-midmd) var(--space-lg);
    }

    .data-privacy-notice p,
    .data-privacy-notice li {
        font-size: var(--tablet-font-size);
    }

    .dpn-header .services-header h3 {
        font-size: var(--h7-size);
    }

    /* DATA PRIVACY POLICY PAGE */
    .dpp-header .services-header h3 {
        font-size: var(--h7-size);
    }

    /* NPC CERT PAGE */
    .npc-header .services-header h3 {
        font-size: var(--h7-size);
    }

    .npc-header .services-header h2 {
        width: 370px;
        justify-self: center;
    }

    /* GEN & POWER RATES PAGE */
    .power-rates-2 h2 {
        font-size: var(--h3-size);
    }

    .table-wrapper {
        padding: var(--space-lg) var(--margin-default);
    }
}

@media only screen and (max-width: 425px) {

    /* WHERE TO PAY PAGE */
    .locator-container {
        flex-direction: column;
        height: auto;
        margin: var(--space-lg1) var(--margin-default);
        padding: var(--space-sm);
    }

    /* SIDEBAR */
    .sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    /* SEARCH */
    .search-box {
        flex-direction: column;
    }

    .search-box input {
        width: 94%;
    }

    .search-box button {
        width: 100%;
        justify-self: center;
    }

    /* FILTER BUTTONS */
    .filters {
        justify-content: center;
    }

    .filters button {
        flex: 1 1 45%;
        /* wrap into 2 columns */
        text-align: center;
    }

    /* AGENT LIST */
    .agent-list {
        max-height: 300px;
        overflow-y: auto;
    }

    /* MAP */
    #map {
        width: 100%;
        height: 300px;
        border-radius: var(--border-radius1);
        margin-top: var(--space-md);
    }
}

@media only screen and (max-width: 390px) {

    .navbar-section {
        gap: 0;
    }

    /* HERO SECTION */
    .hero-section .section-container .col-left h1 {
        font-size: var(--h2-size);
    }

    .hero-section .section-container .col-left .hero-sub {
        font-size: var(--h8-size);
    }

    .hero-section .section-container .col-left .hero-main-desc {
        width: 290px;
    }

    .hero-section .section-container .col-left .hero-sub {
        font-size: var(--secondary-text-size);
    }

    .hero-section .section-container .col-left .button-container {
        gap: var(--space-md);
    }

    /* NEWS PAGE  */
    .news-article h2 {
        font-size: var(--h3-size);
        width: 100%;
    }

    .article-image {
        width: 100%;
    }

    .other-news-card {
        width: 280px;
    }
}

@media only screen and (max-width: 376px) {

    /* HERO SECTION */

    /* TARELCO 2 IN TERMS OF NUMBERS */
    .counter img {
        width: 35px;
    }

    /* FOOTER SECTION */
    .footer-section .row-3 .subtitle {
        font-size: var(--secondary-text-size);
    }

    /* ABOUT PAGE */
    .about-body .about-desc p {
        width: 250px;
        margin-top: 0;
        font-size: var(--secondary-text-size);
    }

    .about-text-only h2 {
        font-size: var(--h5-size);
    }

    .about-counter-desc p {
        width: 220px;
        font-size: var(--secondary-text-size);
        text-align: center;
    }

    .mission-vision-section {
        padding: var(--space-lg) var(--margin-default) var(--space-midxl);
    }

    .mission p,
    .vision p {
        width: 280px;
        font-size: var(--secondary-text-size);
    }

    /* NEWS PAGE  */
    .other-news-card {
        width: 270px;
    }
}