body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

a:hover {
    text-decoration: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

img {
    max-width: 100%;
}

.slider-banner {
    background: url(../img/blog.png);
    padding: 160px 0 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 80px;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider_about_text {
    position: relative;
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 1;
}

.slider_about .container {
    position: relative;
}

.slider_about_text h4 {
    color: #e5b73b;
    margin-bottom: 10px;
    /* display: flex; */
    font-size: 22px;
    margin-left: 60px;
    position: relative;
    text-align: left;
}

.slider_about_text h4:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 7px;
    background: #e5b73b;
    left: -60px;
    top: 10px;
    bottom: 0;
}

.slider_about_text h1 {
    color: #fff;
    width: 60%;
    line-height: 1.5;
    font-size: 42px;
    float: left;
    text-align: left;
}

.slider_about_text p span {
    color: #e5b73b;
    font-size: 38px;
    margin: 0;
}

.slider_about_text p b {
    color: #e5b73b;
}

.slider_about.slider_a-green-vision {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100vh;
    margin-bottom: 80px;
}

.videoembed {
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 87, 99, 0.45);
  z-index: 1;
}

.slider_about_pc:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: #000;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .slider_about_text p {
        font-size: 32px;
    }
}

@media screen and (max-width: 991px) {
    .slider_about_text h1 {
        width: 90%;
        font-size: 32px;
    }
}

@media screen and (max-width: 767px) {
    .slider_about_text p {
        width: 100%;
        font-size: 28px;
    }
}

@media screen and (min-width: 576px) {
    .slider_about_pc {
        display: block;
    }

    .slider_about_media {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .slider_about_text p {
        width: 100%;
        font-size: 24px;
    }

    .slider_about_text {
        left: 20px;
    }

    .slider_about_pc {
        display: none;
    }

    .slider_about_media {
        display: block;
    }

    .slider_about_text h1 {
        font-size: 24px;
    }
}

.blog_latest_success_story {
    padding: 0 0 80px;
}

.blog_latest_success_story_card {
    position: relative;
}

.card_box {
    background-color: #fff;
    border: 0;
    height: 100%;
    box-shadow: none;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.card_box:hover .card_img img {
    transform: scale(1);
}

.card_img {
    position: relative;
    width: 620px;
}

@media screen and (max-width: 1024px) {
    .card_img {
        width: 100%;
    }
}

.card_img img {
    /* border-radius: 60px 0 60px 0; */
    filter: none !important;
}

.card_body_text {
    padding: 20px 10px 10px 45px;
}

.card_body_text h1 {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    padding: 0;
    text-align: left;
    color: #000;
    text-transform: capitalize;
}

.card_body_text h1:before {
    background: #183a62;
    content: "";
    height: 1.2px;
    left: -50px;
    position: absolute;
    top: 12px;
    width: 35px;
}

.card_body_text p {
    -webkit-line-clamp: none;
    overflow: hidden;
    white-space: normal;
    text-align: justify;
}

.card_body_text a {
    border: 2px solid #00505c;
    color: #00505c;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 1rem;
    text-transform: capitalize;
    background-color: #fff;
}

.card_body_text a:hover {
    background: #00505c;
    color: #fff;
}

.card_body_text h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.sustainability .load_more {
    margin: auto;
    text-align: center;
    padding: 10px 20px;
    display: inline-block;
    background: #095763;
    color: #fff;
}

.songs-table .card_box,
.album-table .card_box,
.commercial-table .card_box,
.technology-table .card_box,
.gtcsk-table .card_box {
    display: none;
}

.songs-table .card_box.active,
.album-table .card_box.active,
.commercial-table .card_box.active,
.technology-table .card_box.active,
.gtcsk-table .card_box.active {
    display: table-row;
}

@media screen and (max-width: 991px) {

    .card_body_text h1,
    .card_body_text h2 {
        font-size: 16px;
    }

    .card_body_text p {
        font-size: 12px;
    }

    .card_body_text a {
        padding: 6px 20px;
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    .blog_latest_success_story {
        display: block;
    }

    .blog_latest_success_story_media {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .card_box {
        display: block;
    }

    .card_body_text {
        padding: 20px 10px 10px 0;
    }

    .blog_latest_success_story {
        display: none;
    }

    .blog_latest_success_story_media {
        display: block;
    }

    .card_img,
    .card_body_text {
        width: 100%;
        margin-bottom: 20px;
    }

    .blog_card_1 {
        display: flex;
        flex-direction: column-reverse;
    }

    .blog_card_2 {
        flex-direction: column;
    }

    .card_body_text h4 {
        font-size: 20px;
    }

    .card_body_text p {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .card_body_text p {
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        display: -webkit-box !important;
        overflow: hidden;
        white-space: normal;
    }
}

/* ------ projects-contact-us ----- */
.projects-contact-us {
    background: url(../img/bg-cta-contact.jpg);
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.projects-contact-us-text h3 {
    text-transform: capitalize;
    font-size: 36px;
    margin-bottom: 20px;
}

.projects-contact-us-text p {
    font-size: 16px;
    margin-bottom: 30px;
}

.projects-contact-us-text a {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 50px;
    border-radius: 50px;
}

.projects-contact-us-text a:hover {
    border: 2px solid #e5b73b;
    box-shadow: inset 0 0 5px 0 #e5b73b, 0 0 15px 2px #e8e61c;
    color: #fff;
}


/* -------- Teb -------- */
.sustainability {
    margin-bottom: 80px;
}

.sustainability #myTab {
    margin-bottom: 60px;
    border: none;
    justify-content: center;
}

.sustainability li.nav-item {
    margin-right: 40px;
}

/* .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none !important;
} */
.sustainability .nav-link:focus-visible,
.sustainability .nav-link:focus {
    outline: none;
}

.sustainability .nav-link {
    border-bottom: 3px solid #ffffff;
    color: #000 !important;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
}

.sustainability .nav-link.active {
    border: none;
    border-bottom: 3px solid #00505c;
    color: #095763 !important;
    font-weight: bold;
}

.nav-tabs .nav-item.show .nav-link:focus,
.nav-tabs .nav-item.show .nav-link:hover {
    border-color: #00505c;
    isolation: isolate;
    outline: none;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-color: #fff;
}

.sustainability-management-about {
    margin: 80px 0;
}

.sustainability-management-about h2 {
    margin-bottom: 40px;
    font-weight: 700;
}

.sustainability_management {
    position: relative;
}

.sustainability_management .sustainability_management_text {
    padding: 40px 40px 30px 45px;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2);
    border-radius: 0 0 8px 8px;
}

.sustainability_management_image {
    position: relative;
    filter: grayscale(0.8);
}

.sustainability_management:hover .sustainability_management_image {
    filter: grayscale(0);
}

.sustainability_management_image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 10%);
    z-index: 0;
}

.sustainability_management_text p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .sustainability li.nav-item {
        width: 100%;
        margin: auto;
    }

    .sustainability .nav-link {
        margin: auto;
    }

    .card_body_text:before {
        display: none;
    }
}

/* ----------------------------------------- */

/*Pagination CSS*/
#page_navigation,
#page_navigation {
    clear: both;
    margin: 20px 0;
    text-align: center;
}

#page_navigation a,
#page_navigation .active {
    padding: 15px 20px;
    border: 1px solid #00505c;
    margin: 2px;
    color: black;
    text-decoration: none;
    line-height: 1;
    font-size: 16px;
}

#page_navigation .active {
    background: #095763;
    color: #fff;
}

.active_page {
    background: #00505c;
    color: white !important;
}

#pagination-container ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}

#pagination-container ul li span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #000;
    border: 1px solid #dee2e6;
}

#page_navigation ul li {
    display: inline-block;
}

.blog_load_more {
    text-align: center;
    margin-top: 40px;
}

.blog_card_1,
.blog_card_2 {
    /* margin-bottom: 40px; */
}

/* ------ back-to-top ------*/
button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 32px !important;
    bottom: 96px !important;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
    outline: 0 !important;
}

button.back-to-top::before,
button.back-to-top::after {
    content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #095763;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
    border-radius: 20px;
    visibility: hidden;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
    visibility: visible;
}

button.back-to-top::after {
    border-bottom-color: #fff;
    position: relative;
    top: -24px;
}

button.back-to-top.show {
    display: block;
    background: #fff;
    color: #00ab6c;
    font-size: 25px;
    right: 25px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    visibility: visible;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top.show:active {
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

.sustainability #page_navigation ul {
    padding: 0;
}



/* Blog Cards Container */
.blog-card-container {
    display: none;
    margin-bottom: 60px;
}

.blog-card-container.active {
    display: block;
}

/* Blog Card Base Styles */
.blog-card-container .blog-card {
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card-container .blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* Image Section */
.blog-card-container .blog-card-image {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.blog-card-container .blog-featured-image {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: transform 0.5s ease;
}

.blog-card-container .blog-card:hover .blog-featured-image {
    transform: scale(1.03);
}

.blog-card-container .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 100%);
}

/* Content Section */
.blog-card-container .blog-card-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-container .blog-meta {
    display: flex;
    margin-bottom: 15px;
    font-size: 0.85rem;
    color: #6c757d;
    justify-content: space-between;
}

.blog-card-container .blog-date {
    display: flex;
    align-items: center;
}

.blog-card-container .blog-category {
    background: rgba(9, 87, 99, 0.1);
    color: #095763;
    padding: 4px 10px;
    border-radius: 50px;
    font-weight: 600;
}

.blog-card-container .blog-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: #212529;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-container .blog-excerpt {
    color: #495057;
    line-height: 1.6;
    flex-grow: 1;
}

.blog-card-container .blog-read-more {
    display: inline-flex;
    align-items: center;
    color: #095763;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-top: auto;
}

.blog-card-container .blog-read-more svg {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.blog-card-container .blog-read-more:hover {
    color: #095763;
}

.blog-card-container .blog-read-more:hover svg {
    transform: translateX(3px);
}

/* No Blogs Message */
.blog-card-container .no-blogs-message {
    text-align: center;
    padding: 60px 20px;
    background: #f8fafc;
    border-radius: 12px;
    max-width: 600px;
    margin: 0 auto;
}

.blog-card-container .no-blogs-message svg {
    width: 48px;
    height: 48px;
    color: #6c757d;
    margin-bottom: 20px;
}

.blog-card-container .no-blogs-message p {
    font-size: 1.1rem;
    color: #495057;
    margin: 0;
}

/* Alternate Layout */
.blog-card-container .blog-card-reverse {
    flex-direction: column-reverse;
}

/* Responsive Design */
@media (min-width: 992px) {
    .blog-card-container .blog-card {
        flex-direction: row;
        height: 400px;
    }

    .blog-card-container .blog-card-image {
        height: auto;
        flex: 0 0 50%;
    }

    .blog-card-container .blog-card-content {
        flex: 0 0 50%;
        padding: 40px;
    }

    .blog-card-container .blog-card-reverse {
        flex-direction: row-reverse;
    }
}

@media (max-width: 768px) {
    .blog-card-container .blog-card-image {
        height: 250px;
    }

    .blog-card-container .blog-card-content {
        padding: 25px;
    }

    .blog-card-container .blog-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 576px) {
    .blog-card-container .blog-card-image {
        height: 200px;
    }

    .blog-card-container .blog-card-content {
        padding: 20px;
    }

    .blog-card-container .blog-meta {
        flex-direction: column;
        gap: 8px;
    }
}

/* Fullscreen Hero Section */
.fullscreen-hero {
    position: relative;
    height: 100vh;
    min-height: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fullscreen-hero .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.desktop-bg,
.fullscreen-hero .mobile-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fullscreen-hero .mobile-bg {
    display: none;
}

.fullscreen-hero .bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fullscreen-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.fullscreen-hero .hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 0 2rem;
}

.fullscreen-hero .hero-text {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.fullscreen-hero .hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e5b73b;
}

.fullscreen-hero .highlight {
    color: #fff;
    /* Teal accent color */
}

.fullscreen-hero .hero-subtitle {
    font-size: 1.3rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 2.5rem;
    font-weight: 300;
    color: #fff;
}

.fullscreen-hero .scroll-button {
    display: inline-flex;
    align-items: center;
    padding: 0.9rem 1.5rem;
    background: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 50px;
    font-size: 0.83rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.fullscreen-hero .scroll-button:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

.fullscreen-hero .arrow-icon {
    width: 20px;
    height: 20px;
    margin-left: 0.5rem;
    stroke: white;
    stroke-width: 2;
    fill: none;
}

/* Scroll Indicator */
.fullscreen-hero .scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    z-index: 3;
    cursor: pointer;
}

.fullscreen-hero .mouse {
    width: 30px;
    height: 50px;
    border: 2px solid white;
    border-radius: 15px;
    margin-bottom: 0.5rem;
    position: relative;
}

.fullscreen-hero .wheel {
    width: 4px;
    height: 10px;
    background: white;
    border-radius: 2px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll-wheel 2s infinite;
}

@keyframes scroll-wheel {
    0% {
        top: 10px;
        opacity: 1;
    }

    50% {
        top: 20px;
        opacity: 0.5;
    }

    100% {
        top: 10px;
        opacity: 1;
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .fullscreen-hero .hero-title {
        font-size: 3.5rem;
    }

    .fullscreen-hero .hero-subtitle {
        font-size: 1.3rem;
    }

    #pagingBox {
        padding: 50px;
    }
}

@media (max-width: 992px) {
    .fullscreen-hero .hero-title {
        font-size: 3rem;
    }

    .fullscreen-hero .hero-subtitle {
        font-size: 1.2rem;
        max-width: 600px;
    }

    #pagingBox {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .fullscreen-hero .desktop-bg {
        display: none;
    }

    .fullscreen-hero .mobile-bg {
        display: block;
    }

    .fullscreen-hero .hero-title {
        font-size: 2.5rem;
    }

    .fullscreen-hero .hero-subtitle {
        font-size: 1.1rem;
    }

    .fullscreen-hero .scroll-button {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }

    #pagingBox {
        padding: 40px;
    }
}

@media (max-width: 576px) {
    .fullscreen-hero .hero-title {
        font-size: 2rem;
    }

    .fullscreen-hero .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .fullscreen-hero .hero-content {
        padding: 0 1.5rem;
    }

    .fullscreen-hero .scroll-indicator {
        bottom: 1rem;
    }

    .fullscreen-hero .scroll-indicator span {
        font-size: 0.8rem;
    }

    #pagingBox {
        padding: 15px;
    }
}

#blog-hero {
    padding: 80px 0 0;
}