/* Font size */
@media screen and (max-width: 768px) {
    h1,
    .h1 {
        font-size: 40px;
        line-height: 48px;
    }

    h2,
    .h2 {
        font-size: 32px !important;
        line-height: 40px !important;
    }

    h3,
    .h3 {
        font-size: 26px;
        line-height: 34px;
    }

    h4,
    .h4 {
        font-size: 22px;
        line-height: 30px;
    }

    h5,
    .h5 {
        font-size: 18px;
        line-height: 26px;
    }

    h6,
    .h6 {
        font-size: 16px;
        line-height: 24px;
    }

    p {
        font-size: 14px;
    }
}

/* Even smaller screens */
@media screen and (max-width: 480px) {
    h1,
    .h1 {
        font-size: 32px;
        line-height: 40px;
    }

    h2,
    .h2 {
        font-size: 28px !important;
        line-height: 36px !important;
    }
}


.site-logo {
    position: relative;
    max-width: 150px;
    top: unset!important;
    left: unset!important;
}

.header {
    position: relative;
}

.header-innner-wrap {
    margin-left: unset;
    margin-right: unset;
    gap: 39px;
}

.mobile-button {
    top: 50%;
    width: 30px;
    height: 30px;
}

.header-inner {
    margin-left: unset;
    margin-right: unset;
}

#header_main.is-fixed .header-inner .site-logo img {
    width: 90%;
}

#header_main.is-fixed .header-inner .site-logo {
    left: 20px!important;
}

#header_main.is-fixed .header-inner {
    background: var(--bg-main);
}

.menu-primary-menu > li a {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.footer-middel .footer-menu-list .title {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
}

.tf-btn-default {
    font-family: 'WPro', sans-serif;
}

@media (max-width: 1150px) {
    .header-innner-wrap {
        padding-top: 0;
    }
    .site-logo img {
        max-width: 80% !important;
    }
}

/* Hero Video Section Styles */
.tf-hero-video {
    position: relative;
    width: 100%;
    height: calc(100vh - var(--header-height, 100px)); /* Subtract header height */
    overflow: hidden;
}

.tf-hero-video .video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.tf-hero-video #youtube-player {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none; /* Prevents clicks on the video */
}

.tf-hero-video .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1; /* Ensure overlay is above the video */
}

.tf-hero-video .overlay-content {
    color: #fff;
    padding: 20px;
    max-width: 800px;
}

.tf-hero-video .overlay-content h1 {
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.tf-hero-video .overlay-content p {
    font-size: 1.5rem;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .tf-hero-video .overlay-content h1 {
        font-size: 2.5rem;
        line-height: 1;
    }
    
    .tf-hero-video .overlay-content p {
        font-size: 1.2rem;
    }
} /* /Hero video section */

/* Link-box */
.tf-link-box {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.tf-link-box::before {
    content: "";
    display: block;
    padding-top: 100%; /* This creates a 1:1 aspect ratio */
}
.tf-link-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear .3s;
    aspect-ratio: 1/1;
}

.tf-link-box .text {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #fff;
    text-tranWProorm: uppercase;
}

.tf-link-box .text span {
    font-size: 20px;
}

.tf-link-box .text h3 {
    color: #fff;
    font-weight: 700;
}

.tf-link-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.tf-link-box:hover img{
    tranWProorm: scale(1.1);
} 
.tf-link-box.box-16-9::before {
    content: "";
    display: block;
    padding-top: 62%; /* This creates a 16:9 aspect ratio */
}
.tf-link-box.align-center-text .text {
    top: 50%;
    tranWProorm: translateY(-50%);
    text-align: center;
    bottom: unset;
}/* /Link-box */


/* Blog section */

.tf-blogs .slider-testimonial-next {
    right: -40px
}

.tf-blogs .slider-testimonial-prev {
    left: -40px
}

.preload-container .middle {
    margin: -45px 0 0 -80px;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .footer-top .social-list .social-item a {
        font-size: 10px;
    }
    .wg-testimonial .testimonial-item .text {
        font-size: 14px;
        line-height: 1.5;
    }
    .tf-link-box .text span {
        font-size: 14px;
    }
}

.testimonial-item .text, .testimonial-item .name a {
    font-family: 'Mansory', sans-serif;
}

.footer-top .title-footer h2 a {
    font-family: 'WPro', sans-serif;
}

#menu-mobile li a {
    font-family: 'WPro', sans-serif;
}

body {
    color: #333;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #000
}

/* Menu page */
.menu-page {
 display: flex;
 gap: 10px;
 justify-content: center;   
 flex-wrap: wrap;
}

.menu-page .menu-item a {
    color: #fff;
    border: 1px solid #888888;
    padding: 6px 20px;   
    display: block;
}
.menu-page .menu-item a:hover,
.menu-page .menu-item.current-menu-item a {
    border-color: #fff;
}

.content-title {
    font-size: 30px;
    line-height: 45px;
}

/* Post content */
.wyswyg-content > * {
    margin-bottom: 1.5rem;
}
.wyswyg-content ul {
    padding-left: 20px;
    list-style: square;   
}

.wyswyg-content ul li {
    list-style: square;
    line-height: 1.5;
}

.wyswyg-content .imgPop {
    display: block;
    width: 100%;
    height: auto;;
}

.sharing  {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 30px;
    flex-wrap: wrap;
}

.sharing ul {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.sharing ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.sharing ul li a {
    width: max-content;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #888888;
    color: #888888;
}

.sharing ul li a:hover {
    background-color: #888888;
    color: #fff;
}

.sharing ul li a span {
    margin-right: 5px;
}

.line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--Border-2);
    margin: 30px 0;
}

.page-showrooms .project-item .thumb {
    padding-top: 100%;
}

.list-product-images {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.list-product-images .product-image {
    width: calc(50% - 5px);
}

@media screen and (max-width: 768px) {
    .list-product-images .product-image {
        width: 100%;
    }
}

.list-product-images .product-image .imgPop {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding-top: 100%;
    position: relative;
}

.list-product-images .product-image .imgPop img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    height: 100%;
    object-fit: cover;
}

/* Post sidebar */
.post-sidebar {
    position: relative;
}

.post-sidebar.sticky {
    position: fixed;
    top: 95px; /* Increased from 20px to account for fixed header height (75px) plus some spacing */
    width: inherit; /* Maintain the same width as the parent */
    max-width: inherit; /* Ensure it doesn't exceed parent width */
}
.post-sidebar .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 1rem;
    display: block;
}

@media screen and (max-width: 768px) {
    .post-sidebar {
        margin-top: 30px;
    }
}

.post-sidebar .wposts li {
    margin-bottom: 1rem;
}

.post-sidebar .wposts a {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.post-sidebar .wposts a img {
    width: 20%;
    height: auto;
    object-fit: cover;
}

.post-sidebar .wposts a .right {
    width: calc(100% - 20% - 10px);
    font-size: 13px;
    color: #fff;
}

.post-sidebar .wposts a .right .date{
    display: block;
    color: var(--color-text);
    margin-top: 5px;
}

/* Contact page */
.contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.contact-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/contact-bg.webp);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    z-index: -1;
}

.contact-wrapper .item {
    background: #fff;
    flex: 0 0 33.333%; /* Each item takes up 1/3 of the container width */
    max-width: 33.333%; /* Ensure items don't exceed 1/3 of the width */
    box-sizing: border-box;
    text-align: center;
    padding: 2rem;
}

.contact-wrapper .item.info {
    display: flex;
    align-items: center;
    padding: 2rem;
    background: transparent;
    justify-content: center;
}

.contact-wrapper .item.info .inner > * {
    display: block;
    margin-bottom: 1rem;
    color: #fff!important
}

.contact-wrapper .item.info .inner .hotline {
    display: block;
    color: #fff!important;
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
    font-family: 'WPro', sans-serif;
}

.contact-wrapper .item.online {
    border-left: 1px solid #888888;
}

.contact-wrapper .item.info .inner {
    text-align: center;
}

.contact-wrapper .item .title {
    color: var(--color-text);
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.contact-wrapper .item form input[type=text],
.contact-wrapper .item form input[type=email],
.contact-wrapper .item form input[type=tel],
.contact-wrapper .item form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #888888;
    border-radius: 5px;
    color: #888888;
}

.contact-wrapper .item form button {
    width: 100%;
    padding: 10px;
    border: 1px solid #888888;
    border-radius: 5px;
    color: #fff;
    background: #888888;
    font-size: 14px;
    line-height: 28px;
}

.contact-wrapper .contact-items {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.contact-wrapper .contact-items .fb {
    width: calc(50% - 5px);
    display: block;
    background-color: #1e73be;
    padding: 1rem;
    color: #fff;
}

.contact-wrapper .contact-items .fb span:first-child {
    display: block;
    height: auto;
    object-fit: cover;
    font-size: 30px;
    margin-bottom: 1rem;
    color: #fff;
}

.contact-wrapper .contact-items .fb span.name {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .contact-wrapper .item {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/* GC - Pre CSS */
.img-wrap {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding-top: 60%;
    position: relative;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    height: 100%;
    object-fit: cover;
}

body, #header_main.is-fixed .header-inner {
    background: #fff;
}

.menu-primary-menu > li a,
.header-innner-wrap .header-right .header-icon i {
    color: var(--bg-main);
}

.menu-primary-menu > li a::after {
    background-color: var(--Primary);
    height: 5px;
}

.site-logo {
    max-width: 250px;
}

.mobile-button::after, .mobile-button::before, .mobile-button span {
    background-color: var(--Primary);
}

.menu-primary-menu > li a {
    text-transform: unset;
    letter-spacing: unset;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .site-logo img {
        height: 60px!important;
        object-fit: contain;
        width: 100%!important;
        max-width: 100%!important;
    }

    #header_main.is-fixed.is-fixed.is-small .header-inner .header-innner-wrap {
        padding: 0 20px 0 60px;
    }
}
.preload-container {
    background: #fff;
}
.preload-container .middle {
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
}

/* About section */
.img {
    border-radius: 10px;
}

.text > * {
    margin-bottom: 20px;
}

section.about .row {
    align-items: center;
}

@media screen and (max-width: 768px) {
    section.about .row {
        flex-direction: column;
    }

    section.about .img {
        margin-bottom: 1rem;
    }
    
}

/* Overview section */
.overview .text .inner {
    background-color: rgba(248,249,250, 1);
    border-radius: 10px;
    padding: 20px;
}

.overview .text .inner  > * {
    margin-bottom: 1rem;
}

.overview .text .inner .title {
    font-weight: bold;
    font-size: 20px;
}

.overview .text .inner p span {
    font-weight: bold;
}

.gc-btn {
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    font-size: 18px;
    position: relative;
}

.gc-btn svg {
    position: absolute;
    right: 0;
    bottom: -15px;
    width: 30px;
    height: 30px;
    animation: rightmoveobject 3s infinite linear alternate;
}

@keyframes rightmoveobject {
    50% {
        right: 30px;
    }
}
  

.gc-btn:hover svg {
    color: var(--Primary);
}

.overview .gc-btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}

.overview .gc-btn .logo {
    display: inline-flex;
    background-image: url(../image/gc/gc-logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    height: 60px;
}

.overview .img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.overview .img-wrapper img {
    position: absolute;
    object-fit: cover;
}

.overview .img-1 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top: 0;
    right: 0;
    z-index: 2;
}

.overview .img-2 {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    .overview .img-wrap {
        min-height: 400px;
    }
    .overview .img-1 {
        width: 150px;
        height: 150px;
    }
    .overview .img-2 {
        width: 300px;
        height: 300px;
    }
    
}

/* Map */
.map .map-container {
    position: relative;
}

.map .map-container .box {
    display: block;
    width: max-content;
    position: absolute;
}

.map .map-container .box.boxl1 {
    top: 25%;
    left: 19%;
}

.map .map-container .box.boxl2 {
    top: 50%;
    right: 9%;
}

.map .map-container .box .logos {
    margin-top: -50px;
    display: flex;
    gap: 10px;
}

.map .map-container .box .logos img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #fff;
    padding: 10px;
}

.map .map-container .box.boxl2 .logos {
    justify-content: flex-end;
    margin-right: 65px;
}

.map .map-container .box.boxl1 .logos {
    margin-left: 65px;
}

.map .map-container .box .logos span {
    display: none;
    color: #f7b05b;
    font-size: 30px;
    animation: rotate 5s linear infinite;
}

.map .map-container .flag {
    max-width: 200px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    animation: rightmoveobject 2s infinite linear alternate;
}

.map .map-container .map-note {
    position: absolute;
    top: 20%;
    right: 0;
}

.map .map-container .map-note ul li {
    list-style: circle;
    line-height: 1.5;
    font-style: italic;
}

.map .gc-btn {
    margin: 20px auto;
    display: block;
    max-width: 50%;
}

/* Responsive cho màn hình rất nhỏ (dưới 480px) */
@media (max-width: 768px) {
    .map-container .box svg {
        display: none;
    }
    .map .map-container .box .logos span {
        display: block;
    }

    .map .map-container .box .logos {
        align-items: center;
    }

    .map .map-container .box .logos img {
        width: 40px;
        height: 40px;
    }

    .map .map-container .box .logos {
        margin: 0!important;
    }

    .map .map-container .flag {
        max-width: 80px;
        top: 20px;
    }

    .map .map-container .map-note {
        position: relative;
        padding-left: 20px;
        font-size: 14px;
    }

    .map .gc-btn {
        max-width: 100%;
    }

}

/* Initiatives */
.init-item {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.init-item h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.init-item h3 a {
    color: #111;
}

.init-item .thumb {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding-top: 60%;
    position: relative;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.init-item .thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    height: 100%;
    object-fit: cover;
}

.init-item span {
    line-height: 1.5;
}

/* Footer form */
.gf-form > * {
    margin-bottom: 20px!important;
}

.gf-form .gc-btn:hover {
    background-color: #fff;
}

@media (max-width: 768px) {
    .gf-form > .row > .col {
        flex: 100%;
    }
    
    .gf-form .col:not(:last-child) {
        margin-bottom: 20px;
    }

    .gf-form .gc-btn {
        width: 100%;
    }
}

footer {
    background: url(../image/gc/gc-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-top .social-list .social-item a,
.footer-top .social-list .social-item::before,
.footer-top .title-footer h2 a {
    color: #fff!important;
}

.tf-hero-video .overlay-content h1 {
    color: #fff;
}

/* Mobile Nav */
.mobile-nav-wrap .inner-mobile-nav {
    background-color: #fff;
}

.mobile-nav-wrap .inner-mobile-nav a {
    color: #000;
}

#header_main {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #fff;
}

/* Page - Initiatives */
section.initiatives-page h2 {
    display: flex;
    align-items: center;
    gap: 30px;
}
section.initiatives-page h2 span {
    font-size: 16px;
    line-height: 1;
}

.initiatives-page .flag {
    max-width: 200px;
    margin-left: auto;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.init-item-other-title {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.init-item-other .text {
    text-align: center;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .initiatives-page .flag {
       display: none;
    }

    section.initiatives-page h2 {
        font-size: 25px!important;
        gap: 10px;
    }

    section.initiatives-page h2 span {
        font-size: 11px;
    }

    .init-item-other-title {
        margin-bottom: 10px;
    }
    .init-item-other {
        margin-bottom: 30px;
    }
}

/* Blog item */
.blog-item {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.blog-item h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.blog-item h3 a {
    color: #000;
}

.blog-item .date {
    font-size: 13px;
    color: #888888;
    display: block;
    margin-bottom: 1rem;
}

/* Post content */
.single .gc-btn {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.gc-post-title {
    font-size: 28px;
    line-height: 40px;
    margin: 20px 0;
}

.single .post-meta {
    display: flex;
    gap: 20px;
    align-items: center;
}

.single .featured-img {
    margin: 20px auto;
}

.share-btn .btn {
    font-size: 13px;
    border: 1px solid #888888;
    color: #888888;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

@media (max-width: 768px) {
    .share-btn .right {
       margin-top: 10px;
    }
}

.wyswyg h2 {
    font-size: 25px!important;
}

.wyswyg h3 {
    font-size: 20px!important;
}

.wyswyg > * {
    margin-bottom: 1rem;
}

/* Contact Page */
.main-content.contact-page {
    background-color: rgba(248,249,250, 1);
}

.contact-wrapper {
    z-index: 2;
}

.contact-wrapper::before {
    filter: none;
    background-image: url(../image/gc/gc-bg.webp);
}

.contact-wrapper .item.online {
    border-color: var(--Border-2);
}

/* Team */
.teamBg .img-wrap {
    padding-top: 56.25%;
}

.teamContent h2 {
    margin: 30px 0;
}

.teamContent p {
    margin-bottom: 20px;
}

/* Changelog */
.changelog-item {
    margin-bottom: 30px;
    background-color: #f5f6f7;
    padding: 20px;
    border-radius: 10px;
}

.changelog-item > * {
    font-size: 80% !important;
}

/* Brands */
.brand-style-2 {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.brand-style-2 li {
    flex-basis: 20%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.brand-style-2 li a {
    display: block;
}

.brand-style-2 li a img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 80%;
    opacity: .8;
    transition: .3s;
    max-height: 150px;
    object-fit: contain;
}

.brand-style-2 li a:hover img {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .brand-style-2 li {
        flex-basis: 33.3333%;
    }
}

/* Single */
.single .wyswyg p img {
    margin: 30px auto;
    display: block;
} 
.single .wyswyg figure {
    position: relative;
    overflow: hidden;
    margin: 30px auto;
    padding-top: 56.25%;
    width: auto!important;
    max-width: 80%;
}

.single .wyswyg figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single .wyswyg figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

@media (max-width: 768px) {
    .single .wyswyg figure {
        width: 100%;
        max-width: 100%;
    }
}

/* Initiative Popup Styles */
.initiative-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 30px;
}

.initiative-popup {
    background-color: #fff;
    max-width: 800px;
    width: 100%;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    margin: auto;
}

.initiative-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 1;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.initiative-popup-close .icon-close {
    font-size: 20px;
    color: #333;
}

.initiative-popup-content {
    padding: 30px;
}

.initiative-popup-content .featured-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 4px;
}

.initiative-popup-content .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.initiative-popup-content h2 {
    margin-bottom: 15px;
    color: #333;
    font-size: 28px;
}

.initiative-popup-content .description {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.6;
}

.initiative-popup-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.initiative-popup-loading .spinner {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: #099034;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.init-item {
    cursor: pointer;
    transition: all 0.3s ease;
}

.init-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}