/******************
    User custom CSS
    ---------------
    In this file you can add your own custom CSS
******************/
.welcome-description {
    color: #8f743f !important;
}

.welcome-text {
    color: #4f4f4f !important;
}

.logo-container > img {
    max-height: 118px;
    padding: 15px;
}


.video-container {
    position: relative;
    width: 100%;
    max-width: 100vw;
    max-height: 380px;
    overflow: hidden;
}

.video-container video {
    width: 100%;
    height: auto;
}


.video-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
}

.footer1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
}

.left-section {
    flex: 1;
    text-align: left;
}

.right-section {
    flex: 1;
    text-align: right;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
}

/* ===== Final Survey Navbar ===== */

#survey-nav.custom-survey-navbar {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    min-height: 122px !important;
    padding-top: 0.12rem;
    padding-bottom: 0.12rem;
    z-index: 1030;
}

#survey-nav.custom-survey-navbar .container-fluid {
    position: relative;
    min-height: 108px !important;
}

#survey-nav.custom-survey-navbar .navbar-brand {
    position: relative;
    z-index: 3;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    height: auto !important;
    max-width: none !important;
    overflow: visible !important;
}



#survey-nav.custom-survey-navbar .navbar-brand:hover .logo {
    transform: scale(1.015);
}

#survey-nav .brand-text {
    font-size: 1rem;
    font-weight: 700;
    color: #2f2f2f;
}

#survey-nav .navbar-center-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    pointer-events: none;
    width: max-content;
    max-width: 50%;
}

#survey-nav .navbar-title {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #2d2d2d !important;
    letter-spacing: 0.3px;
    line-height: 1.1;
    margin: 0;
}

#survey-nav .navbar-title-line {
    width: 90px;
    height: 3px;
    margin: 0.55rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #8c6b2f 0%, #c5a76a 100%);
}

#survey-nav .navbar-collapse {
    position: relative;
    z-index: 3;
}

#survey-nav .navbar-nav {
    gap: 0.35rem;
}

#survey-nav .navbar-nav > li {
    display: flex;
    align-items: center;
}

#survey-nav .navbar-nav > li > a,
#survey-nav .navbar-nav > li > .dropdown-toggle,
#survey-nav .navbar-nav .btn,
#survey-nav .navbar-nav .nav-link,
#survey-nav .navbar-nav .dropdown-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.55rem 0.95rem !important;
    border-radius: 999px;
    color: #4a4a4a !important;
    font-weight: 500;
    background: transparent;
    transition: all 0.25s ease;
    text-decoration: none;
    border: 0;
}

#survey-nav .navbar-nav > li > a:hover,
#survey-nav .navbar-nav > li > .dropdown-toggle:hover,
#survey-nav .navbar-nav .btn:hover,
#survey-nav .navbar-nav .nav-link:hover {
    background: #f7f3eb !important;
    color: #7a5c23 !important;
    box-shadow: inset 0 0 0 1px rgba(122, 92, 35, 0.10);
}

#survey-nav .navbar-nav .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    padding: 0.5rem;
    background: #fff;
}

#survey-nav .navbar-nav .dropdown-menu a {
    border-radius: 10px;
    padding: 0.55rem 0.9rem;
    color: #444 !important;
}

#survey-nav .navbar-nav .dropdown-menu a:hover {
    background: #f7f3eb !important;
    color: #7a5c23 !important;
}

body {
    padding-top: 132px !important;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 1rem;


}
.survey-list-heading,
h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 600;
    color: #2f2f2f;
    letter-spacing: 0.2px;
}

.fruity .btn-primary,
.fruity .btn-primary.disabled,
.fruity .btn-primary.disabled.active,
.fruity .btn-primary.disabled:active,
.fruity .btn-primary.disabled:focus,
.fruity .btn-primary.disabled:hover {
    background: linear-gradient(135deg, #a88a4d 0%, #c8ab6c 100%) !important;
    border: none !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    padding: 0.85rem 1.4rem !important;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.2px;
    box-shadow: 0 4px 14px rgba(168, 138, 77, 0.22);
    transition: all 0.25s ease;
}

.fruity .btn-primary:hover,
.fruity .btn-primary:focus,
.fruity .btn-primary:active {
    background: linear-gradient(135deg, #8f743f 0%, #b89655 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 18px rgba(143, 116, 63, 0.30);
    transform: translateY(-1px);
}
/* ===== Responsive ===== */

@media (max-width: 1399.98px) {
    #survey-nav .navbar-title {
        font-size: 1.8rem !important;
    }
}

@media (max-width: 1199.98px) {
    #survey-nav .navbar-title {
        font-size: 1.55rem !important;
    }

    #survey-nav.custom-survey-navbar .logo {
        height: 110px !important;
    }

    #survey-nav .navbar-center-title {
        max-width: 42%;
    }
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0rem;




}

@media (max-width: 991.98px) {
    #survey-nav.custom-survey-navbar {
        min-height: 115px !important;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    #survey-nav.custom-survey-navbar .container-fluid {
        min-height: 98px !important;
    }

    #survey-nav.custom-survey-navbar .logo {
        height: 88px !important;
    }

    #survey-nav .navbar-center-title {
        display: none !important;
    }
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0rem;


}

    body {
        padding-top: 125px !important;
    }
}

@media (max-width: 575.98px) {
    #survey-nav.custom-survey-navbar .logo {
        height: 72px !important;
    }
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0rem;


}

    body {
        padding-top: 100px !important;
    }
}