:root {
    --tokio-green: #004D3A;
    --tokio-green-dark: #004D3A;
    --tokio-green-light: #006B52;
    --tokio-green-overlay: rgba(0, 87, 65, 0.9);
    --tokio-orange: #C7800B;
    --tokio-gray: #666;
    --tokio-light-gray: #f5f5f5;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

.top-bar {
    background-color: var(--tokio-green);
    color: white;
    font-size: 0.875rem;
    min-height: 70px;
}

.top-bar-greeting {
    color: white;
    font-weight: 500;
}

.top-bar-link {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
    font-size: 16px;
    font-style: normal;
    padding: 16px;
    font-weight: 500;
    line-height: normal;
    margin-right: 16px;
}

.top-bar-link:hover {
    color: white;
    opacity: 0.8;
}

.top-bar-icon {
    width: 20px;
    height: 20px;
}

.top-bar-divider {
    color: rgba(255, 255, 255, 0.5);
}

.btn-quero-contratar {
    background-color: white;
    color: var(--tokio-green);
    border: 2px solid var(--tokio-green-light);
    padding: 12px 16px;
    font-weight: 600;
    border-radius: 100px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s;
}

.btn-quero-contratar:hover {
    background-color: #f8f9fa;
    color: var(--tokio-green-dark);
    border-color: var(--tokio-green);
}

.main-header {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 15px 0;
}

.logo-img {
    height: 40px;
    width: auto;
}

.brand-text {
    color: #333;
    font-weight: 600;
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
}

.nav-link {
    font-family: 'Montserrat', sans-serif;
    color: #333 !important;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.16px;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s;
}

.nav-link:hover {
    color: var(--tokio-green) !important;
}

.nav-link.dropdown-toggle.show {
    color: var(--tokio-green) !important;
}

.nav-link.dropdown-toggle::after {
    transition: transform 0.3s ease;
    display: inline-block;
}

.nav-link.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.dropdown-menu {
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 8px;
    margin-top: 0.5rem;
    padding: 0.5rem 0;
}

.mega-menu {
    position: static !important;
}

.navbar .container {
    position: relative;
}

.mega-menu .dropdown-menu {
    padding: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 1rem;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    transform: none;
}

.mega-menu-header {
    background-color: white;
    padding: 0.75rem 1.5rem;
    border-bottom: none;
}

.mega-menu-tabs {
    display: flex;
    gap: 0.5rem;
}

.mega-menu-tab {
    background: #f5f5f5;
    border: none;
    color: #666;
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    font-size: 0.9375rem;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Montserrat', sans-serif;
    border-radius: 100px;
    margin-right: 0;
}

.mega-menu-tab.active {
    background-color: #005A37;
    color: white;
}

.mega-menu-body {
    background-color: white;
    padding: 10px 1.5rem 1.5rem;
}

.mega-menu-content-tab {
    display: none;
}

.mega-menu-content-tab.active {
    display: block;
}

.mega-menu-categories {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background-color: white;
    padding: 0;
    border-radius: 16px;
    overflow: visible;
    position: relative;
}

.mega-menu-category {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: white;
    border-radius: 30px 0 0 30px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9375rem;
    color: #333;
}

.mega-menu-category:hover {
    background-color: #f9f9f9;
}

.mega-menu-category.active {
    background-color: #f5f5f5;
    color: #005A37;
    border-radius: 30px 0 0 30px;
    padding: 1rem 1.25rem;
    position: relative;
    z-index: 2;
    margin-right: -0.5rem;
}

.mega-menu-category.active i:first-child {
    color: #005A37;
}

.mega-menu-category.active i:last-child {
    color: #005A37;
}

.mega-menu-category i:first-child {
    font-size: 1.25rem;
    color: #666;
}

.mega-menu-category i:last-child {
    margin-left: auto;
    font-size: 0.875rem;
}

.mega-menu-subcategories {
    display: none;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
    background-color: #f5f5f5;
    border-radius: 0 30px 30px 30px;
    margin-left: -0.5rem;
    margin-right: 1rem;
    position: relative;
    z-index: 1;
}

.mega-menu-subcategories.active {
    display: flex;
    min-height: 100%;
}

.mega-menu-subcategory {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: #f5f5f5;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9375rem;
    color: #333;
}

.mega-menu-subcategory:hover {
    color: #005A37;
}

.mega-menu-subcategory i {
    color: #005A37;
    font-size: 1rem;
}

.mega-menu-featured {
    background: white;
    border-radius: 30px;
    padding: 1.5rem;
}

.mega-menu-featured-title {
    font-size: 1rem;
    font-weight: 600;
    color: #005A37;
    margin-bottom: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.mega-menu-featured-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 1rem;
}

.mega-menu-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mega-menu-featured-heading {
    font-size: 1.125rem;
    font-weight: bold;
    color: #005A37;
    margin-bottom: 0.75rem;
    font-family: 'Montserrat', sans-serif;
}

.mega-menu-featured-text {
    font-size: 0.9375rem;
    color: #666;
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
}

.dropdown-item {
    padding: 0.5rem 1.25rem;
    font-size: 0.9375rem;
    color: #333;
    transition: all 0.3s;
}

.dropdown-item:hover {
    background-color: rgba(0, 87, 65, 0.1);
    color: var(--tokio-green);
}

.btn-search {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: all 0.3s;
}

.btn-search:hover {
    background-color: #e9ecef;
    color: var(--tokio-green);
}

.flag-icon {
    width: 24px;
    height: 16px;
}

.hero-section-new {
    position: relative;
    background-color: #F7F7F7;
    padding-bottom: 60px;
    padding-top: 50px;
    overflow: visible;
}

.banner-tabs {
    display: inline-flex;
    background: white;
    border-radius: 100px;
    padding: 0;
    position: relative;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
}

.banner-tab {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 10px 20px;
    border: none;
    background: transparent;
    border-radius: 0;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.16px; 
    color: #BDBDBD;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    white-space: nowrap;
}

.banner-tab:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: #E0E0E0;
}

.banner-tab.active {
    color: #DA9B0B;
}

.banner-tab.active .banner-tab-icon {
    filter: brightness(0) saturate(100%) invert(66%) sepia(95%) saturate(2000%) hue-rotate(0deg) brightness(1) contrast(1);
}

.banner-tab:not(.active) .banner-tab-icon {
    filter: brightness(0) saturate(100%) invert(74%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0.75) contrast(1);
}

.banner-tab-icon {
    width: 20px;
    height: 20px;
}

.banner-container {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 14px;
}

.banner-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 30px;
    overflow: hidden;
}

.banner-background .container {
    position: relative;
    height: 100%;
}

.banner-image {
    width: 100%;
    height: 650px;
    object-fit: cover;
    padding-left: 0;
    border-radius: 30px;
}

.banner-content-wrapper {
    position: relative;
    z-index: 1;
    padding-top: 0rem;
}

.banner-gradient-container {
    background: linear-gradient(to right, #006551, transparent);
    min-height: 650px;
    padding: 3rem 0 4rem 4rem;
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.banner-text-content {
    color: white;
    position: relative;
    z-index: 1;
    max-width: 90%;
}

.banner-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.75px;
}

@media (min-width: 992px) {
    .banner-title {
        font-size: 3.6rem;
    }
}

.banner-description {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.btn-banner-cta {
    font-family: 'Montserrat', sans-serif;
    border: 2px solid white;
    color: white;
    background: transparent;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s;
    font-size: 18px;
    font-weight: 400;
}

.btn-banner-cta:hover {
    background: white;
    color: var(--tokio-green);
}

.banner-carousel-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-right: 0;
    margin-top: 175px;
}

.banner-content-wrapper .row .col-lg-5 {
    overflow: hidden;
    padding-right: 0;
}

.banner-carousel {
    position: relative;
    max-width: 526px;
    overflow: visible;
    padding-top: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}

.banner-carousel-items-container {
    display: flex;
    transition: transform 0.5s ease;
    overflow: visible;
    max-width: 100%;
}

.banner-carousel-item {
    min-width: 200px;
    max-width: 200px;
    flex-shrink: 0;
    margin-right: 16px;
}

.banner-carousel-item:not(.active) .banner-insurance-card {
    width: 147px;
    height: 147px;
    padding: 36px 35px;
    margin: auto;
    margin-top: 53px;
    opacity: 0.5;
}

.banner-insurance-card {
    background: white;
    border-radius: 20px;
    padding: 51px 49.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 200px;
    height: 200px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s;
    overflow: visible;
}

.insurance-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #C7800B;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.16px;
    text-align: center;
    z-index: 10;
    max-width: calc(100% - 2rem);
    box-sizing: border-box;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
}

.insurance-icon {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    color: var(--tokio-green);
    display: flex;
    align-items: center;
    justify-content: center;
}

.insurance-icon-svg {
    width: 48px;
    height: 48px;
}

.insurance-icon-svg path {
    stroke: var(--tokio-green);
}

.insurance-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.banner-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 2rem;
}

.carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s;
}

.carousel-dot.active {
    background: white;
    width: 30px;
    border-radius: 8px;
}

.section-title {
    font-size: 2rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 1rem;
}

.section-title-new {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
}

.section-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.12px;
    color: #666;
    margin-bottom: 1.5rem;
}

.section-description-new {
    font-size: 1.125rem;
    color: #666;
}

.btn-primary-custom {
    background-color: var(--tokio-green);
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s;
}

.btn-primary-custom:hover {
    background-color: var(--tokio-green-dark);
    color: white;
}

.services-section {
    background-color: #F7F7F7;
    padding: 0 0;
}

.services-carousel-wrapper {
    position: relative;
}

.services-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.services-carousel-items-container {
    display: flex;
    transition: transform 0.5s ease;
}

.services-carousel-item {
    min-width: 100%;
    flex-shrink: 0;
    display: none;
}

.services-carousel-item.active {
    display: block;
}

.services-images-wrapper {
    position: relative;
    width: 100%;
    height: 550px;
}

.service-image-blur {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 400px;
    background: url('https://via.placeholder.com/200x400') center/cover;
    filter: blur(5px);
    opacity: 0.7;
    border-radius: 12px;
    transition: opacity 0.5s ease, transform 0.5s ease, width 0.5s ease, height 0.5s ease;
}

.service-image-blur-2 {
    background: url('https://via.placeholder.com/200x400') center/cover;
}

.services-carousel-item.active .service-image-blur {
    width: 200px;
    height: 400px;
}

.services-carousel-item:not(.active) .service-image-blur {
    opacity: 0.3;
    transform: scale(0.9);
    width: 147px;
    height: 294px;
}

.service-image-main {
    position: absolute;
    right: 0;
    top: 50px;
    width: 300px;
    height: 400px;
    transition: opacity 0.5s ease, transform 0.5s ease, width 0.5s ease, height 0.5s ease;
}

.service-image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.service-image-main-2 {
    background: url('https://via.placeholder.com/300x400') center/cover;
}

.services-carousel-item.active .service-image-main {
    width: 300px;
    height: 400px;
}

.services-carousel-item:not(.active) .service-image-main {
    opacity: 0.3;
    transform: scale(0.9);
    width: 220px;
    height: 294px;
}

.services-carousel-dots {
    display: flex;
    gap: 8px;
    margin-bottom: 1rem;
}

.service-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: all 0.3s;
}

.service-dot.active {
    background: var(--tokio-green);
    width: 30px;
    border-radius: 8px;
}

.services-content-wrapper {
    position: relative;
    min-height: 100px;
}

.services-content-item {
    display: none;
}

.services-content-item.active {
    display: block;
}

.immediate-action-section {
    background-color: #f5f5f5;
    padding: 60px 0 120px 0;
}

.immediate-action-section .section-title {
    margin-bottom: 3rem;
}

.action-left-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.action-card-bia {
    background: white;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
}

.action-card-bia-image {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.action-card-bia-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.play-button-overlay:hover {
    background: white;
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button-overlay i {
    font-size: 2rem;
    color: var(--tokio-green);
    margin-left: 5px;
}

.action-card-cliente {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.action-card-cliente-icon {
    width: 48px;
    height: 48px;
    background-color: var(--tokio-green-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.action-card-cliente-icon i {
    font-size: 1.5rem;
    color: var(--tokio-green);
}

.action-card-cliente-content {
    flex: 1;
}

.action-card-cliente-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--tokio-green);
    margin-bottom: 5px;
}

.action-card-cliente-text {
    color: #666;
    font-size: 0.9375rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
}

.action-right-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.action-card-small {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 1.5rem;
    transition: transform 0.3s, box-shadow 0.3s;
}

.action-card-small:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.action-card-icon {
    margin-bottom: 20px;
}

.action-card-icon i {
    font-size: 2rem;
    color: var(--tokio-green);
}

.action-card-content-small {
    flex: 1;
}

.action-card-title-small {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--tokio-green);
    margin-bottom: 20px;
}


.action-card-text-small {
    color: #666;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
}

.products-section {
    background-color: #EDEDED;
    padding: 60px 0;
    border-radius: 50px 50px 0 0;
}

.products-section-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    color: #666;
    margin-top: 0.75rem;
    margin-bottom: 0;
    line-height: 1.6;
    max-width: 600px;
}

.product-card {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.product-card-image {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, var(--tokio-green) 0%, rgba(0, 77, 58, 0.8) 50%, transparent 100%);
    padding: 2rem 1.5rem 1.5rem;
}

.product-card-title {
    color: white;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    width: 44%;
    line-height: 1.5;
}

.trust-section {
    background-color: #F7F7F7;
    padding: 60px 0;
}  

.trust-carousel-wrapper {
    position: relative;
    padding-bottom: 1.5rem;
    overflow: visible;
}

.trust-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 1rem;
}

.trust-carousel-items-container {
    display: flex;
    transition: transform 0.5s ease;
    padding-bottom: 1rem;
}

.trust-carousel-item {
    min-width: 33.333%;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
}

.trust-carousel-item:last-child {
    padding-right: 0;
}

.trust-card {
    background: white;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
}

.trust-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.trust-card-image {
    height: 500px;
    overflow: hidden;
    flex: 1;
    border-radius: 30px 30px 0 0;
}

.trust-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trust-card-date {
    display: block;
    padding: 1rem 1.25rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9375rem;
    color: #666;
    text-align: left;
}

.trust-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 1.5rem;
}

.trust-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.trust-dot.active {
    background: var(--tokio-green);
    border-color: var(--tokio-green);
    width: 30px;
    border-radius: 8px;
}

.benefits-section {
    background-color: #F7F7F7;
    padding: 60px 0;
}

.benefits-carousel-wrapper {
    position: relative;
}

.benefits-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.benefits-carousel-items-container {
    display: flex;
    transition: transform 0.5s ease;
}

.benefits-carousel-item {
    min-width: 100%;
    flex-shrink: 0;
    display: none;
}

.benefits-carousel-item.active {
    display: block;
}

.benefits-banner {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.benefits-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.benefits-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 1.5rem;
}

.benefit-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s;
}

.benefit-dot.active {
    background: var(--tokio-green);
    border-color: var(--tokio-green);
    width: 30px;
    border-radius: 8px;
}

.news-section {
    background-color: #f5f5f5;
}

.news-carousel-wrapper {
    position: relative;
    padding-bottom: 1.5rem;
    overflow: visible;
}

.news-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 1rem;
}

.news-carousel-items-container {
    display: flex;
    transition: transform 0.5s ease;
    padding-bottom: 1rem;
    gap: 1.5rem;
}

.news-carousel-item {
    width: calc((100% - 3rem) / 3);
    min-width: calc((100% - 3rem) / 3);
    flex-shrink: 0;
    padding-bottom: 1rem;
}

.news-carousel-item:last-child {
    padding-right: 0;
}

.news-card {
    background: white;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.news-card-image {
    height: 220px;
    overflow: hidden;
    border-radius: 30px;
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card-content {
    padding: 1.5rem 0 0 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-card-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--tokio-green);
    margin-bottom: 0.75rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
}

.news-card-description {
    color: #232A2A;
    font-size: 18px;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    flex: 1;
}

.news-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;

}

.news-card-reading-time {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    background: #f0f0f0;
    color: #000;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 100px;
}

.news-card-link {
    color: var(--tokio-green);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.news-card-link:hover {
    color: var(--tokio-green-dark);
}

.news-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 1.5rem;
}

.news-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: all 0.3s;
}

.news-dot.active {
    background: var(--tokio-green);
    width: 30px;
    border-radius: 8px;
}

.footer {
    background-color: var(--tokio-green);
    color: white;
    padding: 0;
    position: relative;
}

.footer-banner {
    padding: 2rem 0;
}

.footer-banner .container {
    padding: 0;
    border-radius: 30px;
    margin: 0 auto;
    overflow: hidden;
}

.footer-banner-content {
    display: flex;
    align-items: center;
    border-radius: 30px;
    overflow: hidden;
}

.footer-banner-left {
    background-color: #1B786D;
    padding: 2rem 2.5rem;
    flex: 1;
    min-height: 150px;
}

.footer-banner-right {
    background-color: #005A37;
    padding: 2rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}

.footer-banner-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.footer-banner-text {
    font-size: 1.125rem;
    color: white;
    margin: 0.5rem 0 0 0;
    font-family: 'Montserrat', sans-serif;
}

.footer-banner-link {
    color: white;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    transition: opacity 0.3s;
}

.footer-banner-link:hover {
    color: white;
    opacity: 0.8;
}

.footer-content {
    padding: 3rem 0 2rem;
}

.footer-title {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: var(--tokio-green-light);
    font-family: 'Montserrat', sans-serif;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9375rem;
    transition: color 0.3s;
    font-family: 'Montserrat', sans-serif;
}

.footer-links a:hover {
    color: white;
}

.footer-logo {
    text-align: center;
}

.footer-logo-img {
    height: 60px;
    width: auto;
    margin-bottom: 1rem;
    filter: brightness(0) invert(1);
}

.footer-tagline {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.footer-apps {
    padding: 1.5rem 0;
}

.footer-app-text {
    font-size: 1rem;
    color: white;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
}

.app-badges {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.app-badge {
    display: inline-block;
}

.app-badge img {
    height: 50px;
    width: auto;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 1.5rem 0;
}

.footer-social {
    padding: 1.5rem 0;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.social-link-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    text-decoration: none;
    font-size: 0.9375rem;
    transition: opacity 0.3s;
    font-family: 'Montserrat', sans-serif;
}

.social-link-item:hover {
    color: white;
    opacity: 0.8;
}

.social-link-item i {
    font-size: 1.25rem;
}

.social-separator {
    display: none;
}

.footer-bottom {
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    position: relative;
}

.footer-bottom-left {
    flex: 1;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    font-family: 'Montserrat', sans-serif;
}

.footer-privacy-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.875rem;
    font-family: 'Montserrat', sans-serif;
    transition: color 0.3s;
}

.footer-privacy-link:hover {
    color: white;
}

.btn-scroll-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background-color: var(--tokio-green);
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.btn-scroll-top.visible {
    opacity: 1;
    visibility: visible;
}

.btn-scroll-top:hover {
    background-color: var(--tokio-green-dark);
    transform: translateY(-3px);
}

.btn-scroll-top i {
    font-size: 1.5rem;
}

@media (max-width: 991.98px) {
    .banner-gradient-container {
        min-height: auto;
        padding: 2rem 1.5rem;
    }
    
    .banner-image {
        height: 400px;
        padding-left: 0;
    }
    
    .banner-title {
        font-size: 2rem;
    }
    
    .banner-description {
        font-size: 1.125rem;
    }
    
    .mega-menu .dropdown-menu {
        width: 100%;
        max-width: 100%;
        left: 0 !important;
        right: 0 !important;
    }
}
