* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: georgia;
    src: url('./assets/font/georgia.ttf');
}

p {
    font-family: "Quicksand", sans-serif !important;
}

body {
    font-family: "georgia";
    position: relative;
    background: url('./assets/Background-pattern.jpg');
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
}

html {
    overflow-x: hidden;
}

body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: url('./assets/trash.png')
}

section {
    scroll-margin-top: 70px;
}

.navbar {
    /* background: url(./assets/Header-1.png); */
    background: #5b3228;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header_wrapper {
    background: #d7ba94;
}

.hero-section img {
    width: 100%;
}



button {
    position: relative;
    padding: 9px 25px;
    background: #fec195;
    font-size: 20px;
    font-weight: 600;
    color: #181818;
    border: 3px solid #fec195;
    border-radius: 8px;
    box-shadow: 0 0 0 #fec1958c;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.star-1 {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

.star-2 {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-3 {
    position: absolute;
    top: 40%;
    left: 40%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-4 {
    position: absolute;
    top: 20%;
    left: 40%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-5 {
    position: absolute;
    top: 25%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 0.6s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-6 {
    position: absolute;
    top: 5%;
    left: 50%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 0.8s ease;
}

button:hover {
    background: transparent;
    color: #fec195;
    box-shadow: 0 0 25px #fec1958c;
}

button:hover .star-1 {
    position: absolute;
    top: -80%;
    left: -30%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

button:hover .star-2 {
    position: absolute;
    top: -25%;
    left: 10%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

button:hover .star-3 {
    position: absolute;
    top: 55%;
    left: 25%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

button:hover .star-4 {
    position: absolute;
    top: 30%;
    left: 80%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

button:hover .star-5 {
    position: absolute;
    top: 25%;
    left: 115%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

button:hover .star-6 {
    position: absolute;
    top: 5%;
    left: 60%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

.fil0 {
    fill: #fffdef;
}


.about-section {
    padding: 30px 0;
    background: #fff;
    position: relative;
    background-image: url(./assets/about_bg.png);
    background-size: cover;
}

.about-section h2 {
    font-size: 50px;
}

.about-section img {
    position: absolute;
    top: 0;
    left: 12.5%;
    width: 289px !important;
    padding: 0px 101px 0px 44px;
    min-height: 540px;
}

.nav-link {
    color: #d7ba94;
    margin: 0 10px;
    font-weight: 600;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff;
}

.about-section p {
    font-size: 16px;
    line-height: 27px;
    color: #000 !important;
    font-weight: 500;
}


.speaker_wrapper {
    padding: 60px 0;
    background: #fff;
}

.speaker_inner {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -10px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    padding: 0 0 20px;
    min-height: 480px;
    margin: 0 0 30px;
    border-radius: 5px;
}

.speaker_img {
    background: #f4ede0;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    padding: 30px 0 0;
}

.speaker_content {
    padding: 0 11px;
    text-align: center;
}

.speaker_content p {
    font-size: 14px;
}

.speaker_content h4 {
    text-align: center;
    font-weight: 600;
    padding: 10px 0 0;
    font-size: 17px;
}

.speaker_content h6 {
    text-align: center;
    color: #9f875b;
}

.speaker_wrapper h2 {
    font-size: 55px;
    font-style: italic;
    font-weight: 500;
    line-height: 126%;
    color: #C6786D;
    font-family: "Playfair Display", serif;
    text-align: center;
    margin: 0 0 30px;
}

.speaker7 {
    display: flex;
    align-items: center;
    padding: 10px 10px 0;
    background: linear-gradient(45deg, #fec195, transparent);
    border-radius: 10px;
    margin-bottom: 60px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.speaker8 {
    display: flex;
    align-items: center;
    padding: 10px 10px 0;
    background: linear-gradient(45deg, #e9d6bc, transparent);
    border-radius: 10px;
    margin-bottom: 60px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.speaker8 img {
    width: 220px;
    margin-right: 20px;
}

.speaker7 img {
    width: 220px;
    margin-right: 20px;
}

.spk-info h2 {
    font-size: 24px;
    color: #000000;
    text-align: left;
    background: #fecac0;
    width: fit-content;
    padding: 5px 20px;
    margin: 0 0 15px;
}

.top_content {
    padding-left: 10px;
}

.top_content p {
    margin: 0;
}

.spk-info {
    border-left: 3px solid #fecac0;
}

.spk-info h3 {
    font-size: 22px;
    margin: 0;
}


.speaker_img {
    background: #f4ede0;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.speaker_content h4 {
    text-align: center;
    font-weight: 600;
    padding: 10px 0 0;
}


.strategic_wrapper {
    padding: 60px 0;
    /* background-blend-mode: multiply; */
    background: #5B3228;
    margin-top: -5px;
    background-image: url(./assets/Bg-02.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.strategic_wrapper h2 {
    font-size: 35px;
    margin: 0 0 20px;
    text-align: center;
    font-weight: 600;
    color: #d7ba94;
    margin: 0 0 40px;
}

.strategic_inner {
    width: 100%;
    margin: 0 auto;
    background: url(https://d2cretreat.com/wp-content/uploads/2025/07/why-join-box.png);
    padding: 20px;
    margin: 0 0 50px;
    min-height: 290px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-size: 100% 100%;
}

.strategic_inner img {
    margin: 0 auto 15px !important;
}

.strategic_inner h3 {
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    line-height: 126%;
    color: #C6786D;
    font-family: "Playfair Display", serif;
    text-align: center;

}

.strategic_inner p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.award_wrapper {
    background: #fff;
    padding: 100px 0;
}

.award_right h2 {
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: italic;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px;
    color: #000;
}

.award_right p {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}

.award_content {
    background: #f4ede0;
    background-size: 100% 100%;
    background-position: right;
    height: 368px;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    display: flex;
}


.participate_wrapper {
    padding: 60px 0;
    background: #e6decc;
}

.partipate_accordian {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-top: 1px solid #5b3228; */
    border-bottom: 1px solid #5b3228;
    padding: 15px 0;
}

.participate_res p {
    margin-bottom: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

.partipate_accordian:hover p {
    opacity: 1;
    max-height: 200px;
    /* Adjust based on expected content size */
}

.partipate_accordian h4 {
    font-weight: 600;
}

.participate_left h2 {
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
    color: #c2482a;
}

.participate_left {
    padding: 0 60px;
}

.participate_left p {
    font-size: 17px;
    line-height: 30px;
}


/* WHY ATTEND SECTION */
.why_attend {
    background: #ffffff;
    position: relative;
    padding: 60px 0;
}

.why_attend h2 {
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #C6786D;
    text-align: center;
}



.why_attend .owl-carousel .item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding-bottom: 1rem;
}

.why_attend .owl-carousel .item img {
    width: 100%;
    display: block;
    border-bottom: 2px solid #ddd;
}

.why_attend .owl-carousel .item h4 {
    margin: 0.5rem 0;
    font-size: 20px;
    font-weight: 700;
}

.why_attend .owl-item.center .item {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.why_attend .item p {
    font-size: 15px;
    font-weight: 600;
}

.owl-theme .owl-dots .owl-dot span {
    width: 6px !important;
    height: 6px !important;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid #5b3228 !important;
}

button.owl-dot.active {
    background: #5B3228 !important;
    border-radius: 100%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
}

.magazine_wrapper_txt {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    margin: 0;
    color: #000;
    background: #fff;
}

.magazines_wrapper {
    padding: 240px 0px 50px;
    background: #fff;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.home-banner-demo-ul-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.demo-self {
    position: absolute;
    height: 100%;
    top: 0;
}

.shelf-left {
    left: 0;
    width: 82px;
    background: url(https://events.eletsonline.com/his/images_16/shelf1.webp);
}

.shelf-mid {
    left: 82px;
    right: 82px;
    background: url(https://events.eletsonline.com/his/images_16/shelf2.webp);
}

.shelf-right {
    right: 0;
    width: 82px;
    background: url(https://events.eletsonline.com/his/images_16/shelf3.webp);
}

.home-banner-demo-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home-banner-demo-ul>.tall {
    display: inline-block;
    position: relative;
    margin: 0 31px;
    margin-top: -166px;
    margin-bottom: 80px;
}

.home-banner-demo-img-container {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.home-banner-demo-thum {
    position: relative;
    display: block;
    width: 160px;
    height: auto;
}

footer {
    padding: 0 0 30px;
    background: #5b3228;
}

footer h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 20px;
}

.quick_links ul {
    list-style: none;
    padding-left: 0;
}

.quick_links ul li {
    padding: 0 0 5px;
}

.quick_links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 30px;
}

#contact h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
}

.quick_links_info {
    padding: 20px;
    margin: 0 0 20px;
    min-height: 155px;
    background: #ffffffba;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(199 189 189 / 10%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(6px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgb(255 255 255 / 97%);
    text-align: center;
}

.quick_links_info h3 {
    color: #000000;
    font-size: 23px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 20px;
}

.quick_links h4 {
    font-size: 32px;
    letter-spacing: 0.09px;
    font-weight: 700;
    color: #C6786D;
    margin: 0 0 10px;
    font-family: "Playfair Display";
    font-style: italic;
}

.quick_links p a {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
}

.social_icon a {
    text-decoration: none;
}

.social_icon {
    margin: 20px 0;
}

.logo_footer img {
    width: 300px;
    margin: 0 0 40px;
}

.copyright {
    border-top: 1px solid #cabfbfe8;
    text-align: center;
    color: #fff;
    padding: 20px 0 0;
}

.copyright p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

footer .fa-brands {
    color: #fff;
    padding: 0 8px;
    font-size: 23px;
}

/* Show dropdown menu on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* remove gap */
}

/* Optional: keep the dropdown toggle style active on hover */
.nav-item.dropdown:hover>.nav-link {
    color: var(--bs-nav-link-hover-color);
    /* or your active color */
}

.keytheme {
    background: #fff;
    padding: 0px 0;
}

.showpartner {
    position: relative;
    border-left: 4px solid #d7ba945c;
    border-right: 4px solid #8b49384f;
    border-top: 4px solid #d7ba945c;
    border-bottom: 4px solid #8b49384f;
    border-radius: 6px;
    min-height: 196px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.partnertitle {
    color: black;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0 !important;
}

.quick_links p {
    margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
    .about-section img {
        display: none;
    }

    .about-section{
        background-image: unset;
    }


    .navbar-toggler {
        background: #fff;
    }

    .participate_left {
        padding: 20px;
    }

    .speaker7 {
        flex-direction: column;
        text-align: center;
        padding: 10px 10px 20px;
    }

    .speaker8 {
        flex-direction: column;
        text-align: center;
        padding: 10px 10px 20px;
    }
}

@media only screen and (max-width: 991px) {

    .speaker8,
    .speaker7 {
        flex-direction: column;
        min-height: 405px;
    }

    .speaker8 .top_content p,
    .speaker7 .top_content p {
        font-size: 13px;
    }

    .spk-info h2 {
        font-size: 22px;
    }

    .navbar-toggler {
        background: #fff;
    }

    .spk-info h3 {
        font-size: 19px;
    }

    .about-section img {
        left: 13.5%;
        width: 235px !important;
        opacity: 0.2;
    }

    .speaker_inner {
        min-height: 465px;
    }
}