/* custom css starts here */

/* Please make a note for all members: if you are adding CSS, please add a comment explaining what it is for. */

.bg-3-transparent {
    background-color: #F7F8F3 !important;
}

.text-justify {
    text-align: justify;
}

/* banner */

.f-save-the-date-banner>.fModuleContent>.fGalleryImages>.fGalleryItem>.ItemfinnerGallery>.fGalleryText {
    /* background-color: #2c4c37cc; */
    /* background-color: #b1dfc1b5; */

    text-align: center;
    position: absolute;
    inset: 0;
    z-index: 1;
    align-content: center;

}

.f-save-the-date-banner>.fModuleContent>.fGalleryImages>.fGalleryItem>.ItemfinnerGallery>.fGalleryText::after {
    content: "";
    width: 400px;
    height: 400px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background-color: color-mix(in oklab, var(--brand-color-theme-3) 25%, transparent);
    filter: blur(70px);
}

.f-save-the-date-banner>.fModuleContent>.fGalleryImages>.fGalleryItem>.ItemfinnerGallery>.fGalleryText::before {
    content: "";
    width: 400px;
    height: 400px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-color: color-mix(in oklab, var(--brand-color-theme-2) 25%, transparent);
    background-color: #b1dfc1b5;
    filter: blur(70px);
}

.f-save-the-date-banner>.fModuleContent>.fGalleryImages>.fGalleryItem>.ItemfinnerGallery>.fGalleryImage img {
    min-height: 1250px;
    object-fit: cover;
}

/* .f-save-the-date-banner>.fModuleContent>.fGalleryImages>.fGalleryItem>.ItemfinnerGallery>.fGalleryText>.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 10%;
    padding-bottom: 1rem;
    position: relative;
}

.f-save-the-date-banner>.fModuleContent>.fGalleryImages>.fGalleryItem>.ItemfinnerGallery>.fGalleryText>.container::after {
  content: "";
    position: absolute;
    left: 50%;
    top: 1rem;
    transform: translateX(-50%);
    background-image: url("https://storage.unitedwebnetwork.com/files/1418/fc7291b967ab435c39bf3fd309592102.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 160px;
    height: 160px;
    
} */
.f-save-the-date-banner>.fModuleContent>.fGalleryImages>.fGalleryItem>.ItemfinnerGallery>.fGalleryText>.container {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 240px;
    /* Reserve space for larger logo */
    /* padding-bottom: 1rem; */
    position: relative;
    box-sizing: border-box;
}

.f-save-the-date-banner>.fModuleContent>.fGalleryImages>.fGalleryItem>.ItemfinnerGallery>.fGalleryText>.container::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    width: 260px;
    height: 260px;
    background: url("https://storage.unitedwebnetwork.com/files/1418/b88c27f9d57fdeed9eaad80fbdafb906.png") center/contain no-repeat;
}

.f-save-the-date-banner span.tag {
    background-color: rgb(255 255 255);
    padding: 5px 1rem;
    border-radius: 500px;
    font-size: .85rem;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 600;
    color: var(--brand-color-theme-1);
    text-transform: uppercase;
    border: 1px solid var(--brand-color-theme-3);
}

.f-save-the-date-banner .fGalleryText h3 {
    font-size: clamp(2rem, 5vw, 64px);
    color: var(--brand-color-theme-1);
    font-weight: 800;
    line-height: 1.1em;
}

.f-save-the-date-banner .fGalleryText h3>span {
    display: block;
    color: var(--brand-color-theme-3);
}

.f-save-the-date-banner .fGalleryText>.container>.inner-item>p {
    font-size: 1.2rem;
    width: 800px;
    margin: 1rem auto;
    max-width: 100%;
    color: rgb(34 11 11 / 80%);
}

.f-save-the-date-banner .fGalleryText p>a.fButton {
    font-size: 1rem;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.f-save-the-date-banner .fGalleryText h3>span>span {
    color: var(--brand-color-theme-2);
}

/* countdown */
.f-countdown-timer {
    text-align: center;
}

.f-countdown-timer .fModuleTitle h3 {
    margin-bottom: 0;
    font-size: 1rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--brand-color-theme-1);
}

.f-countdown-timer .row {
    justify-content: center;
}

.f-countdown-timer .row .col-count {
    padding: 12px;
    width: fit-content;

}

.f-countdown-timer .row .col-count h4 {
    font-size: 2rem;
    font-weight: 800;
    min-width: 150px;
    min-height: 100px;
    position: relative;
    border: 1px solid color-mix(in oklab, white 20%, transparent);
    border-radius: 10px;
    align-content: center;
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
    margin: 0 0 10px 0;
    /* background-color: color-mix(in oklab, white 10%, transparent); */
    background-color: var(--brand-color-theme-2);
    z-index: 1;
}

.f-countdown-timer .row .col-count h4::after {
    content: "";
    width: 100%;
    /* border-bottom: 1px solid color-mix(in oklab, white 10%, transparent); */
    background-color: color-mix(in oklab, white 10%, transparent);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.f-countdown-timer .row .col-count p {
    margin: 0;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .4px;
    font-weight: 600;
}

/* all logos banner */

/* .f-all-logos-banner {
    border-top: 1px solid #dededeac;
    padding-top: 1rem !important;
}

.f-all-logos-banner .fModuleContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.f-all-logos-banner .fGalleryContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.f-all-logos-banner .fGalleryContainer h4 {
    font-size: .9rem;
    text-transform: uppercase;
    margin: 0;
    
    color: var(--brand-color-theme-1);
    font-weight: 800;
}


.f-all-logos-banner .fGalleryImages {
    display: grid;
    grid-template-columns: 80px 80px 80px;
    gap: 12px;
}

.f-all-logos-banner .fGalleryItem {
   
    align-content: center;
    padding: 5px !important;
    text-align: center;
    border-radius: 5px;
}

.f-all-logos-banner .fGalleryItem .fGalleryImage img {
    max-height: 55.9px;
    object-fit: contain;
} */
.f-all-logos-banner {
    border-top: 1px solid var(--brand-color-theme-1);
    padding: 30px 0 !important;
    margin-top: 40px;
}

.f-all-logos-banner .fModuleContent {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.f-all-logos-banner .fGalleryContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.f-all-logos-banner .fGalleryContainer h4 {
    font-size: .9rem;
    text-transform: uppercase;
    margin: 0;

    color: var(--brand-color-theme-1);
    font-weight: 800;
}

.f-all-logos-banner .fGalleryImages {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.f-all-logos-banner .fGalleryItem {
    width: 220px;


    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.f-all-logos-banner .fGalleryItem img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}

/* hero section banner */

.f-banner-home {
    background-color: var(--brand-color-theme-1);
    padding: 7rem 0 3rem 0 !important;
}

.f-banner-home::after {
    background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.6) 1px, transparent 0px);
    background-size: 28px 28px;
    opacity: .1;
    position: absolute;
    inset: 0;
    content: "";
}

.f-banner-home::before {
    content: "";
    position: absolute;
    inset: -300px;
    opacity: .1;

    background-image: repeating-linear-gradient(to bottom,
            rgba(255, 255, 255, .3) 0,
            rgba(255, 255, 255, .3) 1px,
            transparent 1px,
            transparent 120px);

    transform: rotate(-60deg);

    -webkit-mask-image: linear-gradient(to right,
            transparent,
            black 0%,
            black 100%,
            transparent);
    mask-image: linear-gradient(to right,
            transparent,
            black 0%,
            black 100%,
            transparent);
}

.f-banner-home>.f-module-content {
    position: relative;
    z-index: 9;
    height: 100%;
}

.f-banner-home>.f-module-content::after {
    content: "";
    position: absolute;
    left: -1rem;
    width: 300px;
    height: 300px;
    z-index: -1;
    filter: blur(250px);
    border-radius: 500px;
    top: -100px;
    background-color: #f0d457ea;
}

.f-banner-home .ItemfinnerGallery {
    height: 100%;
    display: flex;
    flex-wrap: wrap;

}

.f-banner-home .ItemfinnerGallery a.fGalleryImage {
    align-content: center;
    order: 2;
    position: relative;
}

.f-banner-home a.fGalleryImage::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    filter: blur(64px);
    border-radius: 20px;
    background-color: #f0d4573d;
}

.f-banner-home .ItemfinnerGallery a.fGalleryImage img {
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.f-banner-home .ItemfinnerGallery a.fGalleryImage #DelegatesBanner {

    color: var(--brand-color-theme-3);
    width: fit-content;
    position: absolute;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid color-mix(in oklab, white 80%, transparent);
    background-color: rgba(255, 255, 255, 0.751);
    left: -1rem;
    top: -1rem;
    font-size: 1.8rem;
    min-width: 150px;
    font-weight: 800;
    text-align: center;
}

.f-banner-home .ItemfinnerGallery a.fGalleryImage #DelegatesBanner span {
    display: block;
    color: var(--brand-color-theme-1);
    font-size: 1.2rem;
    font-weight: 600;
}

.f-banner-home .ItemfinnerGallery a.fGalleryImage #fThemeBanner {
    background-color: var(--brand-color-theme-1);
    color: white;
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    padding: 12px;
    border-radius: 10px;
}

.f-banner-home .ItemfinnerGallery a.fGalleryImage #fThemeBanner span.theme {
    display: block;
    color: var(--brand-color-theme-4);
    font-size: 1.1rem;
}

.f-banner-home .ItemfinnerGallery .fGalleryText {
    align-content: center;
    padding: 2rem 12px;
}

.f-banner-home .ItemfinnerGallery .fGalleryImage {
    padding: 12px 12px;
}

.fCountDownBanner {
    padding: 12px;
    border: 1px solid color-mix(in oklab, white 10%, transparent);
    background-color: color-mix(in oklab, white 10%, transparent);
    border-radius: 10px;
    margin-bottom: 1rem;
    width: fit-content;
}

.fCountDownBanner .fModuleTitle h3 {
    font-size: .9rem;
    text-transform: uppercase;
    color: var(--brand-color-theme-2);
    font-weight: normal;
    letter-spacing: 1px;
    margin: 10px 0 0px 0;
}

.fCountDownBanner .fModuleContent>.row {
    margin-right: calc(-.5 * 1rem);
    margin-left: calc(-.5 * 1rem);
}

.fCountDownBanner .fModuleContent>.row>div {
    padding: 7px;
    width: fit-content;
}

.fCountDownBanner .fModuleContent>.row>div>div {
    width: fit-content;
    background-color: color-mix(in oklab, #0e2118 10%, transparent);
    border: 1px solid color-mix(in oklab, #fff 10%, transparent);
    min-width: 70px;
    min-height: 70px;
    align-content: center;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
}

.fCountDownBanner .fModuleContent>.row>div>div h4 {
    margin: 0;
    color: white;
    font-weight: 800;
    font-size: 1.2rem;
}

.fCountDownBanner .fModuleContent>.row>div p.fCountText {
    margin: 7px 0 0px 0;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .65rem;
    margin: 5px 0 0 0;
    color: white;
}

.f-banner-home .fGalleryText .text-side span.tag {
    background-color: color-mix(in oklab, white 20%, transparent);
    color: white;
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px 1rem;
    border-radius: 50px;
    border: 1px solid color-mix(in oklab, var(--brand-color-theme-2) 30%, transparent);
}

.f-banner-home .fGalleryText .text-side>h3 {
    color: white;
    font-size: clamp(2rem, 4.2vw, 75px);
    font-weight: 800;

}

.f-banner-home .fGalleryText .text-side h3>span {
    display: block;
}

.f-banner-home .fGalleryText .text-side p.theme {
    color: color-mix(in oklab, white 80%, transparent);
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.f-banner-home .fGalleryText .text-side .banner-button {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 2rem;
}

/* about */

.f-about-us .f-media-image {
    position: relative;
}

.f-about-us .f-media-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    filter: blur(64px);
    border-radius: 20px;
    background-color: #f0d4573d;
}

.f-about-us .f-media-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.f-about-us .f-media-text ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.f-about-us .f-media-text ul li {
    margin: 0;
    list-style: none;
    width: calc(50% - 12px);
    background-color: white;
    border: 1px solid #dedede;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    padding: 7px;
    position: relative;
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    font-weight: 600;
}

.f-about-us .f-media-text ul li::before {
    content: "\f058";
    height: 20px;
    color: var(--brand-color-theme-2);
    font-family: "FontAwesome";
}

/* welcome message */
.f-welcome-message .f-media-text {
    border-bottom: 1px solid var(--brand-color-theme-3);
    margin-bottom: 1rem;
    padding: 0;
    border-radius: 15px;
}

.f-welcome-message .f-media-image {

    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    gap: 12px;
    border: 1px solid color-mix(in oklab, var(--brand-color-theme-2) 80%, transparent);
    width: fit-content;
    padding: 12px;
    border-radius: 15px;
    min-width: 300px;
    width: 400px;
    max-width: 100%;
}


.f-welcome-message .f-media-image img {
    border-radius: 10px;
}

.f-welcome-message .f-media-image .f-name-and-text h5 {
    color: var(--brand-color-theme-1);
    font-weight: 800;
    text-transform: uppercase;
}

.f-welcome-message .f-media-image .f-name-and-text h5 span {
    display: block;
    text-transform: capitalize;
    color: var(--brand-color-theme-3);
    font-weight: 600;
    letter-spacing: 1px;
}

.welcome-message-tag {
    color: var(--brand-color-theme-2);
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    font-size: 1.2rem;
}

/* highlights */

.f-highlights .fGalleryItem,
.f-important-dates .col-12 {
    padding: 12px !important;
}

.f-highlights .fGalleryItem .fGalleryImage {
    display: none;
}

.f-highlights .fGalleryItem .ItemfinnerGallery,
.f-important-dates .col-12 .item {
    height: 100%;
    background-color: #F7F8F3;
    padding: 1rem;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid color-mix(in oklab, var(--brand-color-theme-1) 10%, transparent);
    transition: all .4s;

    &:hover {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        transform: translateY(-7px);
    }
}

.f-highlights .fGalleryItem .ItemfinnerGallery>span.gallery-number {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    align-content: center;
    border-radius: 10px;
}

.f-highlights .fGalleryItem:nth-child(3n+1) .gallery-number {
    background: #EEF4D7;
}

.f-highlights .fGalleryItem:nth-child(3n+2) .gallery-number {
    background: #FDE8D2;
}

.f-highlights .fGalleryItem:nth-child(3n) .gallery-number {
    background: #FAF2CC;
}

.f-highlights .fGalleryItem .ItemfinnerGallery h3,
.f-important-dates .col-12 .item h5 {
    font-size: 1.2rem;
    color: var(--brand-color-theme-1);
    margin: 1rem 0 0rem 0;
    font-weight: 800;
}

/* event numbers */

.f-event-numbers {
    background-color: #0e2118;
}

.f-event-numbers>.container {
    position: relative;
    z-index: 9;
}

.f-event-numbers>.container::before {
    content: "";
    position: absolute;
    right: -1rem;
    width: 200px;
    height: 200px;
    z-index: -1;
    filter: blur(250px);
    border-radius: 500px;
    top: -100px;
    background-color: #f0d457ea;
}

.f-event-numbers>.container::after {
    content: "";
    position: absolute;
    left: -1rem;
    width: 200px;
    height: 200px;
    z-index: -1;
    filter: blur(250px);
    border-radius: 500px;
    bottom: -100px;
    background-color: #f0d457ea;
}

.f-event-numbers::before {
    content: "";
    position: absolute;
    inset: -300px;
    opacity: .1;
    background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, .3) 1px, transparent 1px, transparent 120px);
    transform: rotate(-60deg);
    -webkit-mask-image: linear-gradient(to right, transparent, black 0%, black 100%, transparent);
    mask-image: linear-gradient(to right, transparent, black 0%, black 100%, transparent);
}

.f-event-numbers::after {
    background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.6) 1px, transparent 0px);
    background-size: 28px 28px;
    opacity: .1;
    position: absolute;
    inset: 0;
    content: "";
}

.f-event-numbers .col-6 {
    padding: 12px;
}

.f-event-numbers .col-6 .item {
    padding: 1rem;
    background-color: color-mix(in oklab, white 10%, transparent);
    border-radius: 20px;
    border: 1px solid color-mix(in oklab, #fff 10%, transparent);
    text-align: center;
}

.f-event-numbers .col-6 .item .text {
    color: var(--brand-color-theme-4);
}

.f-event-numbers .col-6 .item h5 {
    color: white;
    font-size: clamp(2rem, 4vw, 64px);
    font-weight: 800;
}

.f-event-numbers .col-6 .item h5 span {
    display: inline-block;
    margin-left: 5px
}

/* important dates */

.f-important-dates .col-12 .item p {
    margin-top: 10px;
}

.f-important-dates .col-12 .item p.btn-important {
    margin-bottom: 0;
}

.f-important-dates .col-12 .item span.tag {
    color: var(--brand-color-theme-3);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 600;
    display: block;
    align-content: center;
}

.f-important-dates .col-12 .item span.tag>span {
    display: inline-block;
    background-color: #FEEEDE;
    font-size: .9rem;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-right: 5px;
    text-align: center;
    align-content: center;
}

/* committee members */

.f-committee-members .f-list-item {
    padding: 12px;
}

.f-committee-members .f-list-item-container {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid color-mix(in oklab, var(--brand-color-theme-1) 10%, transparent);
    transition: all .4s;
    height: 100%;
    background-color: white;
    overflow: hidden;

    &:hover {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        transform: translateY(-7px);
    }
}

.f-committee-members .f-list-item-container .f-list-item-teaser-image img {
    aspect-ratio: 1/.8;
    object-fit: cover;
    object-position: top center;
}

.f-committee-members .f-list-item-container .f-list-item-content-text {
    padding: 12px;
    display: flex;
    flex-direction: column;
}

.f-committee-members .f-list-item-container .f-list-item-content-text .f-list-item-subtitle {
    color: var(--brand-color-theme-3);
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-size: .9rem;
    margin-top: 7px;
}


.f-committee-members .f-list-item-container .f-list-item-content-text .f-list-item-title {
    color: var(--brand-color-theme-1);
    font-weight: 700;
    font-size: 1.2rem;
}

.f-committee-members .f-list-item-container .f-list-item-content-text .f-list-item-fields .f-list-item-field .f-item-node-title {
    display: none;
}

/* all logos */

.f-all-logos .fGalleryItem {
    padding: 12px !important;
}

.f-all-logos .fGalleryItem .ItemfinnerGallery {
    border: 1px solid #dedede;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    background-color: #F7F8F3;
}

.f-all-logos .fGalleryItem .ItemfinnerGallery img {
    object-fit: contain;
    height: 100px;
}

/* #fFooter  */

#fFooter {
    background-color: var(--brand-color-theme-1);
    padding-top: 1.7rem;
}

#fFooter .fModuleTitle h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

#fFooter .fModuleTitle h3>span {
    color: var(--brand-color-theme-4);
}

#fFooter .f-media-image img {
    max-height: 100px;
    width: auto;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
}

#fFooter p {
    color: color-mix(in oklab, white 70%, transparent);
    font-size: .9rem;
}

#fFooter .region-footer>.row>.fModule {
    padding: 12px;
}

div.social-media {
    display: grid;
    grid-template-columns: 40px 40px 40px 40px;
    gap: 10px;
}

div.social-media>a {
    display: inline-block;
    height: 40px;
    border-radius: 500px;
    border: 1px solid color-mix(in oklab, white 70%, transparent);
    text-align: center;
    align-content: center;
    color: color-mix(in oklab, white 70%, transparent);
    font-size: .9rem;

    &:hover {
        background-color: white;
        color: var(--brand-color-theme-1);
    }
}

.f-quick-links ul>li,
.f-contact-footer ul>li {
    margin-bottom: 10px !important;
    font-size: .9rem;
    color: color-mix(in oklab, white 70%, transparent);
}

.f-quick-links ul>li>a,
.f-contact-footer ul>li>span>a {
    color: color-mix(in oklab, white 70%, transparent);

    &:hover {
        color: var(--brand-color-theme-4);
    }
}

.f-contact-footer ul>li>span.icon {
    color: var(--brand-color-theme-4);
    font-weight: 600;
}

.f-join-now .fModuleContent h3 {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--brand-color-theme-3);
}

.f-copyright {
    padding: 10px 0;
    font-size: .8rem;
    color: color-mix(in oklab, white 70%, transparent);
    margin-top: 1rem;
}

.f-copyright .col-auto:last-child {
    display: flex;
    align-items: center;
    gap: 5px;
}

.f-copyright .col-auto>a {
    color: var(--brand-color-theme-4);
    position: relative;
    text-decoration: underline;
    text-decoration-color: color-mix(in oklab, white 70%, transparent);
}

.f-copyright .col-auto>a::after {
    content: "|";
    position: relative;
    color: white;
    margin-left: 5px;
}

.f-copyright .col-auto>a:last-child::after {
    content: none;
}

#fFooter .region-footer>.row {
    justify-content: space-between;
}





/* About Css Starts Here */
.f-event-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 60px;

}

.f-event-values .value-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.f-event-values .value-item::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 3px solid var(--brand-color-theme-3);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    flex-shrink: 0;
    background: #fff;
    box-shadow: inset 0 0 0 4px #fff;
    position: relative;
}

.f-event-values .value-item::after {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--brand-color-theme-3);
    border-radius: 50%;
    position: absolute;
    margin-left: 6px;
}

.f-event-values .value-item {
    position: relative;
    padding-left: 0;
    transition: all .3s ease;
}

.f-event-values .value-item span {
    font-size: 1rem;
    font-weight: 600;
    color: var(--brand-color-theme-1);
    transition: .3s;
}

.f-aboutus h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--brand-color-theme-1);
    margin-bottom: 40px;
    text-align: center;
}

.f-aboutus .f-module-title .fModuleTitle {
    text-align: center;
}

/* Tablet */
@media (max-width: 991px) {
    .f-event-values {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .f-event-values .value-item span {
        font-size: 20px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .f-event-values {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .f-event-values .value-item span {
        font-size: 18px;
    }
}

/* About Css End Here */
/* Key Dates Start Here */

.keydates {
    width: 100%;
}

.keydates h2 {
    font-size: 1.7rem;
    font-weight: 700;
    color: #2e3081;

    text-align: center;
}

/* 3 CARD LAYOUT */
.date-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* CARD STYLE */
.date-card {
    background: #f7f8f3;
    padding: 20px;
    border-radius: 15px;

    text-align: center;
    transition: 0.3s ease;
    border-left: 5px solid var(--brand-color-theme-1);
    border-bottom: 5px solid var(--brand-color-theme-2);
}

.date-card:hover {
    transform: translateY(-5px);
}

/* BADGE */
.badge {
    display: inline-block;
    background: var(--brand-color-theme-3);
    color: #fff;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;

}

/* TEXT */
.date-card h4 {


    color: #666;
    font-weight: 500;
}

.date-card p {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}


/* Key Dates End Here */
/* Registration Table design Starts Here */

.dcontainer {

    margin: 0 auto;
}

.table-heading {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: var(--brand-color-theme-1);
    margin-bottom: 40px;
}

.table-responsive {
    overflow-x: auto;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    background: #fff;
}

.registration-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

.registration-table thead tr {
    background: linear-gradient(135deg,
            var(--brand-color-theme-1),
            var(--brand-color-theme-2));
}

.registration-table th {
    padding: 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.registration-table th:first-child {
    text-align: left;
}

.registration-table td {
    padding: 18px 22px;
    border-bottom: 1px solid #ececec;
    font-size: 16px;
}

.registration-table tbody tr:nth-child(even) {
    background: #fafafa;
}

.registration-table tbody tr:hover {
    background: rgba(0, 0, 0, .03);
}

.registration-table .label {
    font-weight: 600;
    color: var(--brand-color-theme-1);
}

.registration-table .price {
    text-align: center;
    font-weight: 700;
    color: var(--brand-color-theme-1);
}

.registration-table tbody tr:last-child td {
    border-bottom: none;
}



.f-contentlist {
    background: #f7f8f3;
    border-radius: 20px;
    padding: 10px 0px 20px 0px;
    border-left: 6px solid var(--brand-color-theme-1);

}

.f-contentlist .include-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--brand-color-theme-1);
    margin-bottom: 40px;
    text-align: center;
}

.f-aboutus .btn-important {
    text-align: center;
    margin-top: 40px;
}

.f-contentlist .include-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.f-contentlist .include-list li {
    position: relative;
    padding: 5px 0 5px 42px;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--brand-color-theme-1);
    transition: all 0.3s ease;
}



.f-contentlist .include-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 5px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--brand-color-theme-3);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* Tablet */
@media (max-width: 991px) {
    .f-contentlist {
        padding: 30px;
    }

    .f-contentlist .include-title {
        font-size: 28px;
    }

    .f-contentlist .include-list li {
        font-size: 17px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .f-contentlist {
        padding: 25px 20px;
    }

    .f-contentlist .include-title {
        font-size: 24px;
    }

    .f-contentlist .include-list li {
        font-size: 16px;
        line-height: 1.6;
        margin: 0;
    }

    .f-contentlist .include-list li::before {
        width: 22px;
        height: 22px;
        font-size: 12px;
    }
}

/* Registration Table design Ends Here */
/* Accomodation Section Design Starts Here */

.f-accomodation .fGalleryItem {
    padding: 12px;
}

.f-accomodation h4 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--brand-color-theme-1);
    letter-spacing: normal;
    text-align: center;
    text-transform: capitalize;
}


.f-accomodation .fGalleryImages {
    list-style: none;
    margin: 0;
    padding: 0;
}

.f-accomodation .fGalleryItem {
    /* background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden; */
    padding: 15px !important;
    margin-bottom: 20px;
    background: transparent;
    border: none;

}

.f-accomodation .ItemfinnerGallery {
    /* display: flex;
    align-items: center;
    gap: 35px;
    padding: 20px; */
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 20px;
    background: #f7f8f3;
    border: 1px solid #e5e5e5;
    border-radius: 12px;

    height: 100%;
}



.f-accomodation .fGalleryImage {
    width: 280px;
    flex-shrink: 0;
    display: block;
}

.f-accomodation .fGalleryImage img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}



.f-accomodation .fGalleryText {
    flex: 1;
}

.f-accomodation .hotel-info h2 {
    margin: 0 0 15px;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--brand-color-theme-3);
}

.f-accomodation .hotel-info p {
    margin: 0 0 10px;
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
}

.f-accomodation .info-label {
    font-weight: 600;
    color: var(--brand-color-theme-1);
    font-size: 1rem;
}

.f-accomodation .hotel-info a:not(.fButton) {
    color: var(--brand-color-theme-1);
    text-decoration: none;
}

.f-accomodation .hotel-info a:not(.fButton):hover {
    text-decoration: underline;
}




/* Accomodation Section Design ENds Here */
/* Abstract Page design Starts Here */



.f-importnantdate h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--brand-color-theme-1);

    text-align: center;
    text-transform: capitalize;
}

.f-importnantdate .date-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.f-importnantdate .date-card {
    flex: 1;
    min-width: 300px;
    max-width: 420px;
    background: #fff;
    border: 1px solid #dbe6f3;
    border-radius: 10px;
    padding: 30px 25px;
    text-align: center;
    transition: .35s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.f-importnantdate .date-card:hover {
    transform: translateY(-8px);
    border-color: var(--brand-color-theme-1);
    box-shadow: 0 18px 35px rgba(0, 0, 0, .12);
}

.f-importnantdate .date-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.f-importnantdate .date-title i {
    font-size: 30px;
    color: var(--brand-color-theme-1);
}

.f-importnantdate .date-title span {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--brand-color-theme-1);
    text-transform: uppercase;
}

.f-importnantdate .date-card p {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    color: var(--brand-color-theme-3);
    text-transform: uppercase;
    line-height: 1.6;
}

/* Tablet */

@media (max-width:991px) {

    .f-importnantdate .date-card {
        min-width: 45%;
    }

    .f-importnantdate .date-title span {
        font-size: 1.5rem;
    }

}

/* Mobile */

@media (max-width:767px) {


    .f-importnantdate h2 {
        font-size: 1.8rem;
    }

    .f-importnantdate .date-grid {
        gap: 20px;
    }

    .f-importnantdate .date-card {
        min-width: 100%;
        padding: 25px 20px;
    }

    .f-importnantdate .date-title {
        flex-direction: column;
        gap: 10px;
    }

    .f-importnantdate .date-title span {
        font-size: 1.35rem;
    }

    .f-importnantdate .date-card p {
        font-size: .95rem;
    }

}

/*=========================
      Guidelines
==========================*/

.f-guideline {
    background: #f7f8f3;
    padding: 20px;
}

.f-guideline h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--brand-color-theme-1);
    text-align: center;

}

.f-guideline h3 {
    font-size: 1.2rem;
    color: var(--brand-color-theme-1);
    margin: 40px 0 25px;
    font-weight: 600;
}

.f-guideline .guideline-list {
    margin: 0 0 35px;
    padding-left: 25px;
}

.f-guideline .guideline-list li {
    margin-bottom: 16px;
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

.f-guideline .table-responsive {
    overflow-x: auto;
}

.f-guideline .guideline-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #ddd;
}

.f-guideline .guideline-table thead tr {
    background: linear-gradient(135deg, var(--brand-color-theme-1), var(--brand-color-theme-2));
}

.f-guideline .guideline-table thead th {

    color: #fff;
    text-align: left;
    padding: 18px;
    font-size: 1rem;
}

.f-guideline .guideline-table td {
    border: 1px solid #ddd;
    padding: 18px;
    vertical-align: top;
    line-height: 1.8;
    color: #333;
}

.f-guideline .guideline-table td strong {
    color: var(--brand-color-theme-3);
}

.f-guideline .guideline-table ul {
    margin: 12px 0 0;
    padding-left: 20px;
}

.f-guideline .guideline-table ul li {
    margin-bottom: 10px;
}

.f-guideline .guideline-table tbody tr:last-child td {
    background: #fafafa;
}



/* Abstract Page design ends Here */
/* Contact  Us Design Start Here */
.f-contact .contact-details {
    background: #fff;
    border-radius: 20px;
    padding: 40px;

    height: 100%;
    border: 1px solid #00000029;
}

.f-contact .contact-header {
    text-align: center;
    margin-bottom: 35px;
}

.f-contact .contact-header img {
    width: 170px;
    margin-bottom: 18px;
}

.f-contact .contact-header h3 {
    color: var(--brand-color-theme-1);
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.f-contact .contact-header p {
    color: #666;
    line-height: 1.8;
    max-width: 500px;
    margin: auto;
}

.f-contact .contact-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 35px;
}

.f-contact .contact-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    padding: 25px 20px;
    text-align: center;
    transition: .35s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
}

.f-contact .contact-card:hover {
    transform: translateY(-8px);
    border-color: var(--brand-color-theme-3);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .12);
}

.f-contact .contact-card .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-color-theme-1), var(--brand-color-theme-2));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
}

.f-contact .contact-card h4 {
    color: var(--brand-color-theme-3);
    margin-bottom: 8px;
    font-size: 1.15rem;
    font-weight: 700;
}

.f-contact .contact-card p a {
    margin: 0;
    color: #555;
    line-height: 1.6;
    font-size: .95rem;
    font-weight: 600;
}





/* Contact Us Design End Here */
/* Travel guide design start here */

.f-mcard h3 {
    font-size: 2.3rem;
    color: var(--brand-color-theme-1);
    font-weight: 700;
    text-align: center;
}

.f-mcard .ItemfinnerGallery {
    margin: 20px;
}

.f-visa .visa-header {
    text-align: center;

}

.f-visa h2 {
    font-size: 2.3rem;
    color: var(--brand-color-theme-1);
    font-weight: 700;
    margin-bottom: 15px;
}

.f-visa .visa-header p {
    color: #666;
    font-size: 1rem;
    margin-bottom: 20px;
}

.f-visa h3 {
    color: var(--brand-color-theme-3);
    font-size: 1.8rem;
    font-weight: 600;
}



.f-visa .visa-note {
    margin-top: 30px;
    background: rgba(255, 165, 0, .08);
    border-left: 5px solid var(--brand-color-theme-3);
    padding: 18px 22px;
    border-radius: 10px;
    color: #444;
    line-height: 1.8;
}




.f-visa .visa-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.f-visa .visa-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
}

.f-visa .visa-table thead th {
    background: var(--brand-color-theme-1);
    color: #fff;
    text-align: center;
    padding: 18px;
    font-size: 1.2rem;
    letter-spacing: .5px;
    white-space: nowrap;
}

.f-visa .visa-table td {
    padding: 18px;
    border: 1px solid #edf0f4;
    color: #333;
    font-size: 1rem;
    transition: .3s;
    white-space: nowrap;
}

.f-visa .visa-table tbody tr:nth-child(even) {
    background: #fafbfc;
}

.f-visa .visa-table tbody tr:hover {
    background: #f4f8fd;
}

.f-visa .visa-table td:hover {
    background: rgba(0, 87, 183, .06);
    color: var(--brand-color-theme-1);
    font-weight: 600;
}





.travel-documents ol {
    margin: 0;
    padding: 0;
    font-size: 18px;
}


.yellow-fever-section h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #123d6c;
    margin-bottom: 30px;
}

.official-btn {
    text-align: center;
    margin-top: 40px;
}

.official-link {
    display: inline-block;
    padding: 14px 40px;
    background: #f7b500;
    color: #1b1b1b;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: .3s;
}

.official-link:hover {
    background: #e2a200;
}

.youtube-video {
    position: relative;

    width: 100%;
    margin: auto;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .2);
}

.youtube-video img {
    width: 100%;
    display: block;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 64px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: .3s;
}

.play-btn svg {
    width: 100%;
    height: 100%;
}

.youtube-video:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.08);
}


/*=========================================
    Sarawak Guide Cards
=========================================*/

.f-sarawaikguide {
    background: #f8fafc;
    padding: 60px 0;
}

.f-sarawaikguide .fGalleryImages {
    row-gap: 30px;
}

.f-sarawaikguide .fGalleryItem {
    display: flex;
}

.f-sarawaikguide .ItemfinnerGallery {
    width: 100%;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .35s ease;
    margin: 12px;
}

.f-sarawaikguide .ItemfinnerGallery:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
}

.f-sarawaikguide .fGalleryImage {
    display: block;
    overflow: hidden;
    height: 220px;
}

.f-sarawaikguide .fGalleryImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease;
}

.f-sarawaikguide .ItemfinnerGallery:hover .fGalleryImage img {
    transform: scale(1.08);
}

.f-sarawaikguide .fGalleryText {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px;
}

.f-sarawaikguide .hotel-info {
    flex: 1;
}

.f-sarawaikguide .hotel-info h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--brand-color-theme-1);
    line-height: 1.3;
    margin-bottom: 12px;
}

.f-sarawaikguide .hotel-info p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 18px;
}

.f-sarawaikguide .btn-para {
    margin: 0;
    margin-top: auto;
}

.f-sarawaikguide .smallfButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    background: var(--brand-color-theme-3);
    color: #fff !important;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.f-sarawaikguide .smallfButton:hover {
    background: var(--brand-color-theme-1);
    color: #fff !important;
}

.f-sarawaikguide .smallfButton span {
    color: inherit;
}



/* Travel guide design end here */

/* Tour Section Design Start Here */
.f-aboutsawark {
    text-align: center;
}

.f-aboutsawark h3 {
    font-size: 2.3rem;
    color: var(--brand-color-theme-1);
    font-weight: 700;
    margin-bottom: 15px;
}


.f-tour {

    background: #f8fafc;
}

.f-tour .fGalleryImages {
    list-style: none;
    padding: 0;
    margin: 0;
}

.f-tour .fGalleryItem {
    margin-bottom: 45px;
}

.f-tour .ItemfinnerGallery {
    display: flex;
    align-items: center;
    gap: 45px;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: .35s ease;
    margin: 30px 0;
}




.f-tour .fGalleryImage {
    flex: 0 0 36%;
    max-width: 36%;
    overflow: hidden;
    border-radius: 18px;
}

.f-tour .fGalleryImage img {
    width: 100%;

    object-fit: cover;
    display: block;
    transition: .5s;
}




.f-tour .fGalleryText {
    flex: 1;
}

.f-tour .fGalleryText h4 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--brand-color-theme-1);
    margin-bottom: 25px;
}

.f-tour .fGalleryText h4 b {
    font-weight: 700;
}


.f-tour .row {
    margin-bottom: 20px;
}

.f-tour .col-duration {
    margin-bottom: 12px;
}

.f-tour .col-duration div {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #555;
}

.f-tour .col-duration i {
    color: var(--brand-color-theme-3);
    width: 18px;
    text-align: center;
}


.f-tour .fGalleryText p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 25px;
    font-size: 15px;
}



.f-tour .btn-para {
    margin: 0;
}

.f-tour .smallfButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 2rem;
    border-radius: 500px;
    background: var(--brand-color-theme-3);
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.f-tour .smallfButton:hover {
    background: var(--brand-color-theme-2);
}

.f-tour .smallfButton span {
    color: inherit;
}



/* Tour Section Design Start Here */
/* Speaaker section design */
.f-committee-members .f-list-item-container .f-list-item-content-text .f-list-item-title a {
    color: var(--brand-color-theme-1);
    font-weight: 700;
    font-size: 1.2rem;
}

.f-committee-members .f-list-item-container .f-list-item-content-text .f-list-item-subtitle a {
    color: var(--brand-color-theme-3);
    font-weight: 500;
    text-transform: capitalize;
    font-size: .9rem;
    margin-top: 7px;
}

.fboxy-title img {
    display: none !important;
}

/* Speaaker section design */
/* responsive css starts here */

/* min-width media query */
@media (max-width: 574.9px) {}

@media (min-width: 767.9px) {}

@media(min-width:991.9px) {
    .f-banner-home .ItemfinnerGallery a.fGalleryImage {
        width: 50%;
    }

    .f-banner-home .ItemfinnerGallery .fGalleryText {
        width: 50%;
    }
}

@media(min-width:1280.9px) {
    .f-all-logos .fGalleryItem {
        width: 20%;
    }

    #fFooter .f-contact-footer,
    #fFooter .f-quick-links {
        width: fit-content;
    }

}

/* max width media query */

@media (max-width: 991.9px) {
    .f-all-logos-banner .fModuleContent {
        gap: 12px;
    }

    .f-countdown-timer .row .col-count h4 {
        min-width: 100px;
        min-height: 70px;
    }

    .f-all-logos-banner .fGalleryContainer {
        width: 100%;
    }

    .f-all-logos-banner .fGalleryContainer>h4 {
        width: 100%;
        text-align: center;
    }

    .f-all-logos-banner .fGalleryImages {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    .f-all-logos-banner .fGalleryImages>li {
        width: 80px;

    }

    .f-save-the-date-banner>.fModuleContent>.fGalleryImages>.fGalleryItem>.ItemfinnerGallery>.fGalleryImage img {
        min-height: 1100px;
    }

    .f-banner-home {
        padding: 3rem 0 3rem 0 !important;
    }

    .f-banner-home .ItemfinnerGallery a.fGalleryImage img {
        min-height: 400px;
    }

    .date-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .date-card {
        padding: 25px;
    }

    .keydates h2 {
        font-size: 30px;
    }

    .date-card h4 {
        font-size: 16px;
    }

    .date-card p {
        font-size: 17px;
    }

    .table-heading {
        font-size: 30px;
    }

    .registration-table th,
    .registration-table td {
        padding: 16px;
        font-size: 15px;
    }

    .f-visa h2 {
        font-size: 2rem;
    }

    .f-visa h3 {
        font-size: 1.5rem;
    }

    .f-visa .visa-table {
        min-width: 750px;
    }

    .f-visa .visa-table thead th,
    .f-visa .visa-table td {
        padding: 14px;
        font-size: 15px;
    }

    .f-sarawaikguide .fGalleryImage {
        height: 200px;
    }

    .f-sarawaikguide .hotel-info h4 {
        font-size: 1.25rem;
    }

    .f-sarawaikguide .fGalleryText {
        padding: 18px;
    }

    .f-tour .ItemfinnerGallery {
        flex-direction: column;
        gap: 25px;
        padding: 25px;
    }

    .f-tour .fGalleryImage {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .f-tour .fGalleryImage img {
        height: 320px;
    }

    .f-tour .fGalleryText h4 {
        font-size: 1.7rem;
    }

    .f-accomodation .ItemfinnerGallery {
        flex-direction: column;
        align-items: flex-start;
    }

    .f-accomodation .fGalleryImage {
        width: 100%;
    }

    .f-accomodation .fGalleryImage img {
        width: 100%;
        height: 320px;
    }

    .f-accomodation .hotel-info h2 {
        font-size: 32px;
    }

    .f-accomodation .hotel-info p {
        font-size: 18px;
    }

    .f-contact .contact-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .f-guideline h2 {
        font-size: 2rem;
    }

    .f-guideline h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.9px) {
    .date-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .date-card {
        padding: 22px;
    }

    .keydates h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .date-card h4 {
        font-size: 15px;
    }

    .date-card p {
        font-size: 16px;
    }

    .badge {
        font-size: 10px;
        padding: 4px 10px;
    }

    .table-heading {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .registration-table {
        min-width: 600px;
    }

    .registration-table th,
    .registration-table td {
        padding: 14px;
        font-size: 14px;
    }

    .f-visa h2 {
        font-size: 1.8rem;
    }

    .f-visa h3 {
        font-size: 1.3rem;
    }

    .f-visa .visa-table {
        min-width: 700px;
    }

    .f-visa .visa-table td,
    .f-visa .visa-table th {
        padding: 14px;
        font-size: .95rem;
    }

    .f-visa .visa-table-wrapper {
        border-radius: 12px;
    }

    .f-visa .visa-table {
        min-width: 650px;
    }

    .f-visa .visa-table thead th,
    .f-visa .visa-table td {
        padding: 12px 10px;
        font-size: 14px;
    }

    .f-mcard h3 {
        font-size: 1.5rem;

    }

    .f-sarawaikguide {
        padding: 40px 0;
    }

    .f-sarawaikguide .ItemfinnerGallery {
        margin: 8px;
    }

    .f-sarawaikguide .fGalleryImage {
        height: 190px;
    }

    .f-sarawaikguide .hotel-info p {
        font-size: 14px;
        line-height: 1.6;
    }

    .f-sarawaikguide .smallfButton {
        width: 100%;
        justify-content: center;
    }

    .f-aboutsawark h3 {
        font-size: 1.5rem;

    }

    .f-tour {
        padding: 50px 0;
    }

    .f-tour .ItemfinnerGallery {
        padding: 18px;
    }

    .f-tour .fGalleryImage img {
        height: 240px;
        border-radius: 15px;
    }

    .f-tour .fGalleryText h4 {
        font-size: 1.45rem;
        margin-bottom: 18px;
    }

    .f-tour .col-duration {
        width: 100%;
    }

    .f-tour .smallfButton {
        width: 100%;
        justify-content: center;
    }

    .f-accomodation {
        padding: 50px 0;
    }

    .f-accomodation h4 {
        font-size: 1.5rem;

    }

    .f-accomodation .ItemfinnerGallery {
        padding: 15px;
        gap: 20px;
    }

    .f-accomodation .fGalleryImage img {
        height: 220px;
    }

    .f-accomodation .hotel-info h2 {
        font-size: 1.5rem;
    }

    .f-accomodation .hotel-info p {
        font-size: 16px;
        line-height: 1.6;
    }

    .f-accomodation .fButton {
        width: 100%;
        text-align: center;
    }

    .f-contact .contact-details {

        padding: 10px;


    }

    .f-guideline h2 {
        font-size: 1.75rem;
    }

    .f-guideline h3 {
        font-size: 1.35rem;
    }

    .f-guideline .guideline-list li {
        font-size: .95rem;
    }

    .f-guideline .guideline-table {
        min-width: 700px;
    }

    .f-guideline .guideline-table td,
    .f-guideline .guideline-table th {
        padding: 15px;
    }
}

@media (max-width: 574.9px) {

    .f-save-the-date-banner>.fModuleContent>.fGalleryImages>.fGalleryItem>.ItemfinnerGallery>.fGalleryText>.container {
        padding-top: 30%;
    }

    .f-countdown-timer .row .col-count h4 {
        font-size: 2.3rem;
        min-width: 70px;
        min-height: 70px;
    }

    .f-countdown-timer .row .col-count p {
        font-size: .9rem;
    }

    .f-countdown-timer .row .col-count {
        padding: 5px;
    }

    .f-save-the-date-banner>.fModuleContent>.fGalleryImages>.fGalleryItem>.ItemfinnerGallery>.fGalleryText>.container::after {
        width: 100px;
        height: 60px;
        /* left: 24px; */
    }

    .f-countdown-timer .fModuleTitle h3 {
        margin-bottom: 10px;
    }

    .f-save-the-date-banner span.tag {
        font-size: 1rem;
        width: 100%;
    }

    .f-banner-home .ItemfinnerGallery a.fGalleryImage #DelegatesBanner {
        left: 0;
        top: 0;
    }

    .fCountDownBanner .fModuleContent>.row>div {
        padding: 3px;
    }

    .fCountDownBanner .fModuleContent>.row>div>div {
        min-width: 64px;
        min-height: 64px;
    }

    .f-about-us .f-media-text ul li {
        width: 100%;
    }

    .keydates h2 {
        font-size: 22px;
    }

    .date-card {
        padding: 18px;
        border-radius: 12px;
    }

    .date-card h4 {
        font-size: 14px;
    }

    .date-card p {
        font-size: 15px;
    }

    .badge {
        font-size: 9px;
        padding: 3px 8px;
    }

    .f-contact .contact-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {

    .f-visa .visa-table {
        min-width: 550px;
    }

    .f-visa .visa-table thead th,
    .f-visa .visa-table td {
        padding: 10px 8px;
        font-size: 13px;
    }


}