:root {
    --main-color: #46326F; 
    --white-color: #fff;
    --font-primary: "Lato", Sans-serif;
    --font-secondary: "Lato", Sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    line-height: 1.42857143;
    background-color: rgba(35, 35, 35, 0);
    margin: 0;
    font-family: var(--font-secondary);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: var(--white-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-position: center center;
}

.main-image {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -3;
}
.main-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    z-index: -2;
    object-fit: cover;;
}
.main-image:before {
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0.7;
    z-index: -1;
}
.container {
    width: 1170px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
.container-cta {
    width: 600px;
}
.journeys.not-login .form.form_register .field-group{
    margin-bottom: 0px !important;
}
@media (max-width: 1170px) {
    .container {
        width: 100% !important;
    }
}
header {
    background: #fff;
}
header .wrap-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px 20px 0px;
    gap:30px;
    overflow: visible;
}

header .wrap-header .logo h1 {
    margin: 0px;
}
header .wrap-header .logo img {
    width: auto;
    display: block;
}
.btn-logout {
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.btn-logout .icon-logout {
    content: url("data:image/svg+xml,%3Csvg width='22px' height='22px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12L13 12' stroke='%23323232' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 15L20.913 12.087V12.087C20.961 12.039 20.961 11.961 20.913 11.913V11.913L18 9' stroke='%23323232' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 5V4.5V4.5C16 3.67157 15.3284 3 14.5 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H14.5C15.3284 21 16 20.3284 16 19.5V19.5V19' stroke='%23323232' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.cta-section {
    text-align: center;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.cta-section h1 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.cta-section p {
    margin: 0px;
    margin-bottom: 20px;
    font-weight: bold;
}
.btn {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    fill: var(--white-color) !important;
    color: var(--white-color) !important;
    background-color: var(--main-color);
    padding: 15px 35px 15px 35px;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
    border-radius: 0.5rem;
    cursor: pointer;
    text-decoration: none;
}
.btn-start {
    border-radius: 5px;
}
.contents {
    background: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}
.contents-wrap {
    display: flex;
    gap: 70px;
    padding: 0px;
}
.contents-wrap .content-lists {
    width: 30%;
}
/* Core styles/functionality */

.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.journeys .tab__content {
    overflow-y: scroll;
}
.tab__content {
    /* max-height: 0; */
    display: none;
    overflow: hidden;
    transition: all 0.35s;
    margin-bottom: 10px;
}
.tab input:checked ~ .tab__content {
    /* max-height: 11rem; */
    display: block;
}
.accordion {
    overflow: hidden;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.content-lists {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}
.tab__label,
.tab__close {
    display: flex;
    color: var(--main-color);
    cursor: pointer;
    border-radius: 0.5rem;
}
.tab__label {
    justify-content: space-between;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.tab__label::after {
    content: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 1024 1024' class='icon' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M903.232 256l56.768 50.432L512 768 64 306.432 120.768 256 512 659.072z' fill='%46326F' /%3E%3C/svg%3E");
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}
.tab input:checked + .tab__label {
    color: white;
    background: var(--main-color);
}
.tab input:checked + .tab__label::after {
    transform: rotate(180deg);
    content: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 1024 1024' class='icon' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M903.232 256l56.768 50.432L512 768 64 306.432 120.768 256 512 659.072z' fill='%23fff' /%3E%3C/svg%3E");
}
.tab__content p {
    margin: 0;
    padding: 1rem;
}
.tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}
.tab__content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.tab__content ul li a{ 
    padding: 10px 20px;
    display: block;
    color: var(--main-color);
    padding-right: 45px;
}
.tab__content ul li a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    position: relative;
}

.tab__content ul li a.active {
    font-weight: bold;
}
.tab__content ul li a.completed::after {
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 16px;
    content: '';
    background-image: none;
    background-color: var(--main-color);
    border-radius: 100%;
    content: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 17 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;'%3E%3Cg id='Layer_1'%3E%3Cpath d='M4.975,10.155L7.571,12.36C7.571,12.36 8.012,12.801 8.551,12.017C9.09,11.233 12.568,5.158 12.568,5.158' style='fill-opacity:0;fill-rule:nonzero;stroke:white;stroke-width:1px;'/%3E%3C/g%3E%3C/svg%3E%0A");
    right: 20px;
    top: 16px;
}

.content-details {
    width: 70%;
}
.content_video {
    width: 100%;
    display: block;
}
.content_video img {
    width: 100%;         /* Lebar gambar akan mengisi 100% dari container */
    height: auto;        /* Tinggi akan menyesuaikan secara proporsional */
    max-height: 1080px;  /* Tinggi maksimal sesuai permintaan */
    max-width: 1920px;   /* Lebar maksimal untuk aspek ratio 16:9 */
    object-fit: contain; /* Gambar akan ditampilkan secara proporsional */
    display: block;      /* Menghilangkan spasi ekstra di bawah gambar */
    margin: 0 auto;      /* Membuat gambar berada di tengah */
}
.content_video video {
    width: 100%;
    border-radius: 16px;
}
.fit-aspect-ratio {
    position: relative;
    padding-bottom: 56.25%;
}
.content-details .btn {
    margin-top: 20px;
}

iframe {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    margin-bottom: 20px;
}

.fit-aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #000;
    border-radius: 16px;
}
.content_description {
    
}
.content_description p:last-child {
    margin-bottom: 0px !important;
}
.content_description .btn {
    margin-bottom: 20px !important;
}
.content_description,
.content_support  {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.content_support {
    margin-top: 50px;
    padding: 50px;
    border-top: 1px solid #ddd;
    text-align: center;
}
.image-avatar {
    width: 75px;
    height: 75px;
    border-radius: 100%;
}

.footer {
    background: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}
.footer .logo img {
    width: 150px;
}
.footer ul {
    list-style: none;
    display: flex;
    gap: 10px;
    font-size: 12px;
    justify-content: center;
    padding: 0px;
    margin: 0px;
}
.footer ul li {
    padding-left: 20px;
  padding-right: 20px;
}
.footer ul li  a {
    color: #000;
}
.footer ul li + li {
   border-left: 1px solid #ddd;
}

.right-column {
    display: flex;
    gap: 30px;
    align-items: center;

}
.right-column .form-search {
    width: 355px;
}
.right-column .form-search input {
    width: 100%;
    height: 55px;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    padding: 16px;
    padding-left: 42px;
}
.right-column .form-search  {
    position: relative;
}
.right-column .form-search  .btn-search  {
    position: absolute;
    left: 16px;
    top: 16px;
    padding: 0px;
    border: none;
    background: none !important;
    outline: none;
}
.right-column .form-search  .btn-search  .icon-search{
    content: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20L15.8033 15.8033M18 10.5C18 6.35786 14.6421 3 10.5 3C6.35786 3 3 6.35786 3 10.5C3 14.6421 6.35786 18 10.5 18C14.6421 18 18 14.6421 18 10.5Z' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.right-column img.member-avatar {
    width: 40px;
    max-width: 100%;
    height: 40px;
    border-radius: 30px 30px 30px 30px;
    width: 40px;
    max-width: 100%;
    height: 40px;
    border-radius: 30px 30px 30px 30px;
}
.btn-mark,
.btn-continue {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 15px 35px 15px 35px;
    border: 2px solid var(--main-color);
    border-radius: 0.5rem;
    color: var(--main-color);
    font-family: var(--font-primary);
    font-weight: bold;
    cursor: pointer;
}
.module {
    position: relative;
    margin-top: 50px;
}
.module .content_title {
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: bold;
    width: 71%;
}
.module .content_duration {
    font-size: 20px;
    color: #9C9C9C;
    display: block;
    width: 100%;
}

.content_video .image{
    width: 100%;
    margin-top: 20px;
}

.page-content {
    background: #f5f5f5;
    background-position: bottom right;
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 50px 0px 50px 0px;
    background-attachment: scroll;
    display: block;
    width: 100%;
    height: auto;

}

.wrap-form {
    max-width: 490px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.wrap-form h1, .wrap-form p {
    text-align: center;
    margin-top: 0px;
}
.wrap-form h1 {
    margin-bottom: 0px;
    font-size: 2em;
}

.form .field-group {
    margin-bottom: 0px !important;
}

.flex-group {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.remember-label {
    display: flex;
    gap: 10px;
    align-items: center;
}

.remember-label input {
    padding: 5px;
    height: 15px !important;
    width: 15px !important;
}

.dropdown-container {
    display: inline-block;
}

.dropdown-container .dropdown {
    position: relative;
}

.dropdown-container .dropdown summary.avatar {
    border-radius: 50px;
}
.dropdown-container .dropdown[open] summary {
    background: #ffffff10;
}
.dropdown-container .dropdown summary {
    list-style: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 6px;
}

.dropdown-container .dropdown.right ul {
    right: 0;
}
.dropdown-container .dropdown ul {
    padding: 0;
    margin: 0;
    box-shadow: 0 0 10px #00000030;
    min-width: max-content;
    position: absolute;
    top: 100%;
    border-radius: 10px;
    background-color: #fff;
    z-index: 2;
}

.dropdown-container .dropdown ul li:first-of-type {
    border-radius: 10px 10px 0 0;
}
.dropdown-container .dropdown ul li:first-of-type {
    border: none;
    background-color: #f2f2f2;
}
.dropdown-container .dropdown ul li {
    list-style-type: none;
    display: block;
}
.dropdown-container .dropdown ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 15px;
    text-decoration: none;
    line-height: 1;
    color: #333;
}

.not-login .logoutmenu {
    display: none !important;
}

.journeys .contents-wrap{
    position: relative;
    overflow: visible;
    align-items: flex-start;
}
.journeys .progress-text {
    font-size: 14px;
    font-weight: bold;
    background-color: white;
    padding: 5px 15px;
    border-radius: 8px;
    display: inline-block;
    transition: 3s ease-in-out;
    position: absolute;
    right: 10px;
    top: -51px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);

}

.journeys .progress-text span:last-child {
    color: #95a5a6;
}

.not-login.journeys .progress-text{
    display: none;
}

.journeys .loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.journeys .loading-overlay .loader {
    border: 8px solid rgba(255, 255, 255, 0.1); /* Light border */
    border-top: 8px solid #3498db; /* Color of the spinner */
    border-radius: 50%; /* Circular shape */
    width: 60px; /* Width of the spinner */
    height: 60px; /* Height of the spinner */
    animation: spin 1s linear infinite; /* Spin animation */
    position: relative; /* Positioning context */
    margin: auto; /* Center the loader */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Adjust for the actual height */
}

#support_button {
    text-decoration: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg); /* Start rotation */
    }
    100% {
        transform: rotate(360deg); /* End rotation */
    }
}

@media only screen and (max-width: 600px) {
    header .wrap-header { 
        padding: 10px;
    }
    .right-column .form-search {
        width: calc(100% - 60px)
    }
    header .wrap-header .logo img {
        width: 120px;
    }
    .right-column .form-search input {
        height: 50px;
    }
    .contents-wrap {
        display: block;
        padding: 20px;
    }
    .content-details,
    .content-lists {
        width: 100% !important;
        margin-bottom: 50px;
    }
    .module .btn-mark {
        position: relative;
        right: initial;
        width: 100%;
        display: block;
        text-align: center;
    }
    .content_description p {
        font-size: 16px !important;
        line-height: 26px;
    }
    .cta-section h1 {
        font-size: 30px;
    }
    .module .content_title {
        font-size: 24px;
    }
    .contents {
        padding-top: 50px;
        /* margin-bottom: 50px; */
    }
}


/* IF NO LOGIN CSS */
.journeys.not-login .cta-section{
    display: none !important;
}

.journeys.not-login .right-column {
    display: none;
}

.journeys.not-login  .footer {
    background-color: #f5f5f5 !important;
}
.journeys.not-login .form .field-group {
    margin-bottom: 20px !important;
}

/* CALENDAR */
#calendar {
    margin-top: 30px;
}
.fc .fc-button-primary,
.fc-v-event {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color: #fff !important;
    font-weight: bold !important;
}
.fc-daygrid-event-dot {
    border-color: var(--main-color) !important;
}
#eventModal .modal-inner{
    text-align: left;
    padding: 50px;
    max-width: 600px;
    width: 100%;
    max-height: 90%;
    overflow-y: scroll;
}
#eventModal.modal h3 {
    margin: 0px !important;
}
#eventModal.modal p {
    margin: 0px !important;
}
#eventModal p.datetime {
    font-size: 14px;
    margin-top: 10px !important;
    margin-bottom: 10px !important; 
}
#eventModal .datetime img {
    width: 10px;
}
#eventModal #eventDescription {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 16px !important;
    max-height: 110px;
    overflow: hidden;
}
a#viewmore {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: black;
    font-weight: bold;
    text-decoration: none;
}
.calendar-dropdown {
    position: relative;
    display: inline-block;
}

.calendar-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.calendar-dropdown-btn {
    margin-top: 10px;
    background-color: var(--main-color);
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
}
.calendar-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.calendar-dropdown-content a:hover {
    background-color: #f1f1f1;
}

.show {
    display: block;
}
.fc-event {
    display: block;
}
.fc-event-title {
    display: flex;
    align-items: center;
}
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    font-size: 12px;
}

/* SPECIAL OFFER BANNER */
.special_offer__section {
    background-color: #fff;
    padding: 70px 0px;
    padding-top: 0px;
    color: #fff;
}
.special_offer__section .special_offer__container {
    padding: 50px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    background-size: cover;
    grid-gap: 50px;
    position: relative;
}

.special_offer__section .special_offer__container * {
    z-index: 1;
}

.special_offer__container::before{
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0.7;
    z-index: 0;
}
.special_offer__content_headline {
    font-size: 52px;
    font-weight: bold;
    line-height: 52px;
    margin: 0px;
}
.special_offer__content_message {
    font-size: 18px;
    font-weight: bold;
}
.special_offer__media__image img {
    width: 100%;
    border-radius: 10px;
    max-height: 270px;
    object-fit: contain;
}
.special_offer__media__video video {
    width: 100%;
}
#eventModal.modal{
    z-index: 10000;
}
@media only screen and (max-width: 767px) {
    .special_offer__section .special_offer__container {
        grid-template-columns: 1fr;
    }
    .special_offer__content_headline {
        font-size: 42px;
    }
    .journeys .progress-text {
        top: -30px !important;
    }
    .cta-section {
        padding-top: 50px;
        padding-bottom: 50px;
		padding-left: 15px;
		padding-right: 15px;
    }
	.footer {
		padding-left: 20px;
		padding-right: 20px;
	}
	.cta-section h1 {
		line-height: 40px !important;
	}
}

.journeys.not-login .special_offer__section{
    display: none !important;
}

.module h1:not(:has(+ .content_duration)) {
    margin-bottom: 40px;
}


details summary::-webkit-details-marker {
display:none !important;
}

.dynamic-banner {
    position: relative;
    width: 100%;
    /* Fixed aspect ratio container using padding-top trick */
    padding-top: 0; /* Remove existing padding */
    padding-bottom: 0; /* Remove existing padding */
    height: 0;
    padding-bottom: 56.25%; /* 1080/1920 = 0.5625 or 56.25% for 16:9 aspect ratio */
    overflow: hidden;
    margin-bottom: 20px;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.dynamic-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 51%); /* Overlay opacity */
    z-index: 1;
}

/* Content wrapper to position everything properly */
.dynamic-banner .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
    padding: 40px 20px; /* Add horizontal padding */
}

/* Add text shadow to all text elements */
.dynamic-banner h2,
.dynamic-banner .company-name,
.dynamic-banner .presenter-text,
.dynamic-banner .contact-info {
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.dynamic-banner .logo {
    max-width: 100%;
    max-height: 40px;
    object-fit: contain;
}

.dynamic-banner .company-name {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 600;
}

.dynamic-banner .section-title {
    font-size: 62px;
    font-weight: bold;
    margin-top: 50px !important;
    max-width: 95%;
    line-height:62px;
    margin-bottom: 10px !important;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.7); /* Stronger shadow for main heading */
}

.dynamic-banner .presenter-text {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.dynamic-banner .portal-name {
    color: var(--main-color); /* Purple color similar to your mockup */
    font-weight: 600;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6); /* Custom shadow for portal name */
}

.dynamic-banner .btn-action {
    background-color: var(--main-color); /* Purple button */
    color: white;
    border: none;
    padding: 15px 35px 15px 35px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    margin-top: 0px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); /* Add shadow to button */
}

.dynamic-banner .btn-action:hover {
    background-color: var(--main-color);
    transform: translateY(-2px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.4); /* Enhanced shadow on hover */
}

.dynamic-banner .contact-info {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: 0px;
    position: absolute;
    bottom: 40px;
}

.dynamic-banner .contact-info a {
    color: var(--main-color);
    text-decoration: none;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7); /* Shadow for links */
}

/* Responsive adjustments */
@media (max-width: 992px) {
    /* At tablet size, reduce the height while maintaining the same aspect ratio */
    .dynamic-banner {
        padding-bottom: 56.25%; /* Keep 16:9 aspect ratio */
    }
    
    .dynamic-banner .section-title {
        font-size: 36px;
        line-height: 44px;
        max-width: 90%;
    }
    
    .dynamic-banner .logo {
        max-width: 160px;
        margin-bottom: 20px;
    }
    
    .dynamic-banner .presenter-text {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .dynamic-banner .section-title {
        font-size: 32px;
        line-height: 40px;
        max-width: 95%;
    }
    
    .dynamic-banner .logo {
        max-width: 150px;
        margin-bottom: 15px;
    }
    
    .dynamic-banner .presenter-text {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    /* For mobile, change to fixed height instead of aspect ratio */
    .dynamic-banner {
        height: auto;
        padding-bottom: 0;
    }
    
    .dynamic-banner .banner-content {
        position: relative;
        padding: 40px 15px;
    }
    
    .dynamic-banner .section-title {
        font-size: 26px;
        line-height: 32px;
    }
    
    .dynamic-banner .btn-action {
        padding: 10px 25px;
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .dynamic-banner .presenter-text {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .dynamic-banner .contact-info {
        font-size: 12px;
    }
}