.rayzon-booth,
.event-countdown,
.visit-booth,
.booth-event,
.certificates,
.team,
.event-maps,
.qr {
    margin-bottom: 100px;
}

/* banner */
.banner {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .overlay {
    background: rgba(0, 0, 0, 0.35);
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Countdown styles */
.countdown-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 55px;
}

.countdown-item {
    text-align: center;
    color: #fff;
}

.countdown-item span {
    display: block;
}

.countdown-item #days,
.countdown-item #hours,
.countdown-item #minutes,
.countdown-item #seconds {
    font-size: 4rem;
    font-weight: bold;
}

.countdown-item .label {
    font-size: 0.9rem;
    margin-top: 5px;
}

.divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
    height: 162px;
}

.contact-side .item {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .contact-side .item {
        display: block !important;
        text-align: start !important;
    }
}

@media (max-width: 768px) {
    .countdown-bar {
        gap: 15px;
        padding: 15px 20px;
    }

    .countdown-item span:first-child {
        font-size: 28px !important;
    }

    .label {
        font-size: 13px;
    }

    .divider {
        height: 80px;
    }

    .contact-side .item {
        display: block !important;
        text-align: start !important;
    }
}

@media (max-width: 576px) {
    .countdown-bar {
        flex-direction: row;
        gap: 10px;
        padding: 12px;
    }

    .event_text h2 {
        font-size: 34px !important;
        text-align: center !important;
    }

    .countdown-item {
        min-width: 60px;
    }

    .countdown-item span:first-child {
        font-size: 22px !important;
    }

    .label {
        font-size: 12px;
    }

    .divider {
        display: 20px;
    }

    .contact-side .item {
        display: block;
        text-align: start;
    }
}

/* About */
.event-countdown {
    margin-top: -118px;
}

.event-countdown .countdown {
    padding: 40px 0;
    background: #095763;
    border-bottom: none;
    justify-content: center;
}

.event_text h2 {
    font-family: "Allura" !important;
    font-size: 58px;
    color: #fff;
    text-transform: capitalize;
}

.contact-side {
    background: #09576324;
    height: 100%;
    width: 100%;
    padding: 40px 0px;
    border-top: 8px double #fff;
}

.item-icon svg {
    width: 50px;
    height: 50px;
    fill: #095763;
}

.item-text p {
    margin: 0 0 8px;
    font-weight: 600;
    color: #095763;
}

.item-text a {
    text-decoration: none;
}

.item .bottom-footer_socials ul {
    padding: 0;
}

.item .bottom-footer_socials ul li a svg {
    fill: #095763;
}

.item .bottom-footer_socials ul li a {
    margin: 15px;
}

@media screen and (max-width: 991px) {
    .item .bottom-footer_socials ul li a {
        margin: 10px;
    }
}

@media screen and (max-width: 767px) {
    .event-countdown {
        margin-bottom: 50px;
    }

    .item-icon,
    .item-text {
        text-align: center;
        margin-bottom: 20px;
    }
}

/* rayzon-booth */
.rayzon-booth img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Visit */
.services-title {
    color: #888;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1rem;
    text-transform: uppercase;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 14px 0;
    border-radius: 0px !important;
}

.accordion-button {
    background: none !important;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    box-shadow: none !important;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-button::after {
    display: none;
}

.service-text {
    font-weight: 400;
}

.service-number {
    font-weight: 400;
    color: #757575;
    font-size: 1.4rem;
    width: 64px;
    display: inline-block;
}

.accordion-body {
    font-size: 0.95rem;
    color: #555;
    padding-left: 70px;
    padding-right: 20px;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.toggle-icon {
    font-size: 1.4rem;
    transition: transform 0.2s ease;
    color: #000;
}

.accordion-button.collapsed .toggle-icon {
    content: '\eb99';
}

.accordion-button[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
}

.accordion-button[aria-expanded="true"] .toggle-icon::before {
    content: "\ea13";
    font-family: "remixicon";
}

.accordion-button[aria-expanded="false"] .toggle-icon::before {
    content: "\f1af";
    font-family: "remixicon";
}

.accordion-button:not(.collapsed) {
    color: black;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgb(229 183 59) !important;
}

.event-maps-box iframe {
    height: 376px;
    width: 100%;
}

.product-certificates-logo img {
    width: 100%;
    background-position: center;
    background-size: cover;
}

.our-team-img img {
    height: 100px;
}

/* Date */
.info-card {
    overflow: hidden;
    margin-bottom: 30px;
}

.address-section {
    background-color: #095763;
    color: #fff;
    padding: 25px;
}

.address-section h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.address-section p {
    margin-bottom: 0;
    font-size: 1.1rem;
}

.date-section {
    background-color: #09576324;
    padding: 25px;
    border-top: 8px double #fff;
}

.date-section h2 {
    color: #095763;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.date-section b {
    font-weight: 700;
}

/* team */
.team-section {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 100px;
}

.section-title {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 50px;
    font-weight: 700;
}

.slider-title {
    font-size: 1.8em;
    color: #555;
    margin: 60px 0 40px 0;
    font-weight: 600;
}

/* --- MDs Section Styling --- */
.md-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 50px;
}

.team-member {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease-in-out;
}

.team-member:hover {
    transform: translateY(-5px);
}

.md-card {
    flex-basis: 300px;
    min-width: 378px;
}

.member-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 1px solid #095763;
    padding: 5px;
}

.md-card .member-image {
    width: 145px;
    height: 145px;
}

.member-name {
    font-size: 1.5em;
    color: #333;
    margin: 5px 0;
}

.member-designation {
    font-size: 1em;
    color: #a5a5a5;
    font-weight: 600;
}

/* --- Swiper Slider Styling --- */
.team-slider {
    padding: 25px 0px !important;
}

.slider-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.slider-card .member-image {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    padding: 5px;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #095763 !important;
    color: white !important;
    height: 30px;
    width: 30px;
    top: 8% !important;
}

.swiper-button-prev {
    right: 0 !important;
    left: 88% !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 12px;
}

@media (max-width: 768px) {
    .md-container {
        flex-direction: column;
        gap: 30px;
    }

    .md-card {
        max-width: 100%;
        margin: 0 auto;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .team-section {
        margin-bottom: 10px !important;
    }
}

/* qr */

.instruction h5 {
    text-decoration: underline;
    margin-bottom: 10px;
}

.instruction p {
    font-size: 12px;
}

.swiper-button-next, .swiper-button-prev {
    height: 40px !important;
    background: #095763;
    width: 40px !important;
    border-radius: 12px !important;
}
.swiper-button-next, .swiper-button-prev {
    background-color: #095763 !important;
    color: white !important;
    height: 30px;
    width: 30px;
    top: 8% !important;
}
.swiper-button-prev {
    right: 0 !important;
    left: 88% !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 15px !important;
    color: #fff !important;
}