:root {
    --bg-colorW: #FFFFFF;
    --bg-colorBlue: #2E3E42;
    --bg-colorD: #000000;
    --bg-colorDGray: #1e1e1e;
    --bg-colorDGray2: #EBE7E7FF;
    --text-colorW1: #FFFFFF;
    --text-colorW2: #A8A8A8;
    --text-colorW3: #989898;
    --text-colorWG1: #FDFFF1;
    --text-colorWG2: #C3C5B9;
    --text-colorBlue: #2E3E42;
    --text-colorD: #333333;
    --text-colorGra1: #737373;
    --text-colorGra2: #969595;
}
.light_bgColorD {
    --bg-colorD: #FFFFFF;
    --bg-colorW: #000000;
    --text-colorW1: #333333;
    --text-colorD: #FFFFFF;
}
html {
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;
}
h1, h2, h3, h4, h5, p, body {
    margin: 0;
    color: var(--text-colorD)
}
h1, h2, h3, h4, #topMid {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
h4, h5, p, body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    /*font-family: 'Roboto', sans-serif;*/
}
h1 {
    font-size: clamp(2.4em, 7vw, 3rem);

}
h2 {
    font-size: clamp(1.3rem, 7vw, 2.7rem);
}
h3 {
    font-size: clamp(1.1rem, 7vw, 2rem);
}
h4 {
    font-size: clamp(1.1rem, 7vw, 1.5rem);
}
h5 {
    font-size: clamp(1.2rem, 7vw, 1.3rem);
}
p {
    line-height: 1.75;
    font-size: 16px;
}
body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 400;
    background-color: #000000;
}
#topBrMenu{
    display: none;
}
@keyframes LeJeText {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;

    }
}
/*     NAV     */
a, a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
a:focus, a:active, a:focus a:valid, a:hover {
    font-style: normal;
    color: #FFFFFF;
    text-decoration: underline;
}
.hiProfNameSty{
    font-size: clamp(2.4em, 7vw, 3rem);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    padding-right: 15px;
}
#logOutWrap{
    margin-top: -55px;
}
#TopBox {
    padding-top: 0px;
}
#NavBox {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    background-color: hsla(0, 0%, 0%, 0.65);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid rgba(134,134,139,.4);
}
.bannerVideoText{
    width: 80%;
    max-width: 720px;
    bottom: 20px;
    left: 20px;
}
#credits{
    color: #FFFFFF;
    font-weight: bold;
}
#credits2{
    padding: 0 0 25px 0;
}
#credits2 a{
    color: white;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
#credits2 a:hover{
    font-style: normal;
    text-decoration: underline;
}
#LogInTD{
    color: var(--text-colorOrg);
    position: absolute;
    right: 0px;
    top: 13px;
}
#NavBar {
    width: 94%;
    margin: 0 auto;
    max-width: 1300px;
    border-bottom: 0;
    background-color: transparent;
    padding-top: 0;
    position: relative;
}
.topLeftLogo {
    width: 34px;
    padding-top: 3px;
}
.topLeft {
    white-space: nowrap;
    padding: 5px 0 4px 0;
    margin-right: 24px;
}
#topCart{
    padding: 0;
    width: 22px;
    position: absolute;
    right: 56px;
    top: 15px;
}
#topMid {
    position: absolute;
    left: 50%;
    top: 12px;
    height: 25px;
    padding-top: 12px;
    font-size: 1.3rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.topMid {
    padding-top: 14px;
    text-align: left;
}
.topRight {
    text-align: right;
    right: 3%;
    width: 200px;
    padding-right: 20px;
    padding-top: .70rem;
}
#topMenu {
    right: 0;
    top: 5px;
    position: absolute;
    width: 20px;
    padding-left: 0px;
}
#navTop {
    flex-direction: column;
    justify-content: center;
    display: flex;
    opacity: .98;
    position: absolute;
    top: 0;
    right: 0;
    height: 105vh;
    width: 100%;
    max-width: 400px;
    padding-bottom: 10px;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    background-color: rgba(0, 0, 0, 0.97);
    -webkit-animation-delay: .05s;
    animation-delay: .07s;
    animation: fadeNav .5s;
    z-index: 1002;
}
@keyframes fadeNav {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
#navTop ul li {
    padding: 15px 15px;
    text-align: center;
}
#navTop ul li a{
    font-size: 21px;
    font-weight: 500;
}
#navTop ul:hover a {
    opacity: 0.5;
}
#navTop ul a {
    -webkit-transform: translateZ(0);
    transition: opacity 0.3s ease-in-out;
}
#navTop ul a:hover {
    opacity: 1;
}
.bar1, .bar2, .bar3 {
    background-color: var(--bg-colorW);
    width: 21px;
    margin: 8px 0;
    transition: 0.4s;
}
.Btns {
    color: #dedede;
}
.BtnsLog {
    color: var(--text-colorW1);
}
.Btns:hover {
    color: #ffffff;
    font-style: normal;
}
.BtnLogIn {
    background-color: #ffffff;
    padding: .3rem 1rem;
    border: 1px solid #252525;
    color: #252525;
    margin-right: 1rem;
}
.BtnSignUp {
    background-color: #0c0c0c;
    border: 1px solid #252525;
    padding: .3rem 1rem;
    color: #FFFFFF;
}
.BtnSignUp:hover, .BtnLogIn:hover {
    color: #252525;
    font-style: normal;
}
.BtnSignUp:hover {
    color: #FFFFFF;
}
#sub_nav2{
    width: 100%;
    margin-top: -50px;
}
#bannerBkg {
    width: 100%;
    overflow-x: hidden;
}
.subNavBtn{
    color: #FFFFFF;
    padding-right: 17px;
    font-size: 13px;
    cursor: pointer;
}
.subNavBtnActive {
    text-decoration: underline;
    text-underline-offset: 0.5em;
    text-decoration-color: #cb6134;
    animation: LineFade 0;
}
.subnav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 15px 0 15px 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, position 0.3s ease;
}
.sticky {
    position: fixed;
    top: 0;
    transform: translateY(0);
}

.lower {
    transform: translateY(50px);
}
.bnrWrap{
    position: absolute;
    top: 40px;
    width: 100%;
}
#bnrHd{
    position: relative;
    width: 100%;
}
#bnrText {
    width: 100%;
    height: 100%;
}
.bannerText{
    height: 70vh;
}
#subBannerWrap{
    height: 93vh;
    overflow: hidden;
    width: 100%;
}
.subBannerPic{
    width: 99vw;
    height: calc(100vw / 1.78);
    min-height: 100vh;

}
.foot_wrap a{
    text-decoration: none;
}
#LogInTD{
    cursor: pointer;
}
footer {
    background: #000000;
    border-top: 1px #252525;
    z-index: 3;
    position: relative;
}
.bgColorW {
    background-color: var(--bg-colorW);
}
.bgColorGray {
    background-color: var(--bg-colorDGray);
}
.bgColorGray2 {
    background-color: var(--bg-colorDGray2);
}
.bgColorBlue{
    background-color: var(--bg-colorBlue);
}
.bgColorD {
    background-color: var(--bg-colorD);
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}
.txColorW1 {
    color: var(--text-colorW1);
}
.txColorW2 {
    color: var(--text-colorW2);
}
.txColorW3 {
    color: var(--text-colorW3);
}
.txColorWG1 {
    color: var(--text-colorWG1);
}
.txColorWG2 {
    color: var(--text-colorWG2);
}
.txColorBlue {
    color: var(--text-colorBlue);
}
.txColorD {
    color: var(--text-colorD);
}
.txColorGray1 {
    color: var(--text-colorGra1);
}
.txColorGray2 {
    color: var(--text-colorGra2);
}
.b1 {
    width: 100%;
    position: relative;
}
.txBold{
    font-weight: 500;
}
.txBoldX{
    font-weight: 700;
}
.mt1-5rem {
    margin-top: 1.5rem;
}
.mt2rem {
    margin-top: 2rem;
}
.mb1rem{
    margin-bottom: .5rem;
}
.mb5rem {
    margin-bottom: 5rem;
}
.mt1rem{
    margin-top: .5rem;
}
.mb2rem{
    margin-bottom: 2rem;
}
.mt3rem {
    margin-top: 3rem;
}
.mb3rem{
    margin-bottom: 3rem;
}
.mtb5rem {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.mtb7rem {
    margin-top: 7rem;
    margin-bottom: 7rem;
}
.padAll1rem{
    padding: 1rem;
}
.pb2rem{
    padding-bottom: 1.5rem;
}
.pb3rem{
    padding-bottom: 3rem;
}
.pt1rem {
    padding-top: 1rem;
}
.pb1rem {
    padding-bottom: 1rem;
}
.pt2rem {
    padding-top: 2rem;
}
.pt3rem{
    padding-top: 3rem;
}
.ptb3rem{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.pt3-5rem {
    padding-top: 3.5rem;
}
.pb5rem{
    padding-bottom: 3rem;
}
.ptb2rem{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.ptb3_5rem{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.pt5rem {
    padding-top: 5rem;
}
.pt7rem {
    padding-top: 7rem;
}
.ptbMPayment7rem {
    padding-top: 2.5rem;
}
.posAbsolute {
    position: absolute;
}
.posRelative {
    position: relative;
}
.posAbsoluteCenter{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.z1 {
    z-index: 1;
}
.z2 {
    z-index: 2;
}
.boxSizing {
    box-sizing: border-box;
}
.displayDesktop {
    display: none;
}
.phone_fw {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.justifyContentLeft{
    justify-content: left;
}
.phone_vf{
    flex-direction: column;
    justify-content: center;
    display: flex;
}
.textCenter {
    text-align: center;
}
.footBoxWrap{
    width: 95%;
    margin: 0 auto;
    padding: 0 0 15px 0;
    max-width: 1000px;
}
.footBox{
    padding: 7px;
    box-sizing: border-box;
}
.footBoxPic{
    width: 100%;
    padding-bottom: 2rem;
}
.footInfo{
    width: 100%;
    display: block;
    padding-bottom: 7px;
    text-underline-offset: 5px;
}
.btn1,btn2 {
    color: #ffffff;
    background-color: transparent;
    padding: 11px 35px;
    border: none;
    border-radius: 0.6875rem;
    cursor: pointer;
    transition-duration: .3s;
    box-sizing: border-box;
}
.btn1{
    border: 1px solid #ffffff;
    padding: 11px 27px;
}
.btn1:hover {
    background-color: #000000;
    color: #ffffff;
}
.btn2 {
    background-color: transparent;
    color: #000000;
    border: 1px solid #000000;
    padding: 7px 35px;
}
.btn3 {
    border: 1px solid #000000;
    width: 100%;
    max-width: unset;
    padding: 7px 15px;
    background: transparent;
    color: #000000;
    margin-bottom: .7rem;
}
.btn4{
    color: #AA8F62;
    padding: 7px 35px;
    background-color: rgba(167, 140, 95, 0.09);
    border: solid 1px #AA8F62;
    border-radius: 0.6875rem;
    cursor: pointer;
    transition-duration: .3s;
    width: 100%;
    box-sizing: border-box;
}
.btnDonate{
    color: #ffffff;
    padding: 7px 35px;
    background-color: rgb(0 116 212);
    border: solid 1px #ffffff;
}
.hidePhone{
    display: none;
}
.HomePageVideo {
    width: 88vw;
    height: calc(88vw / 1.78);
    max-width: 1050px;
    max-height: 591px;
}
.newsVid{
    width: 94vw;
    height: calc(94vw / 1.78);
    max-width: 600px;
    max-height: 348px;
}

/*     HomeVideo     */
#T2_1_VideoWrap {
    margin-top: 0;
    width: 100%;
    height: 90%;
    position: relative;
    overflow: hidden;
    opacity: 80;
}
#T2_1_Video{
    width: 100%;
    height: 100%;
}
#T2VideoBox{
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
}
#T2VideoPicBox{
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    opacity: 80;
    top: 0;
    z-index: 0;
}
#T2VideoPicBox img{
    height: 100%;
    min-width: 100VW;
}
.topVideoFade{
    margin-top: -150px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4), #000000);
    width: 100%;
    height: 150px;
}
.content_wrap,.smallContentWrap {
    width: 96%;
    margin: 0 auto;
    max-width: 1722px;
}
.smallContentWrap{
    max-width: 1050px;
}
.roundEdge{
    border-radius: 0.6875rem;
}
.dividerLine{
    height: 1px;
    background: #555555;
    width: 100%;
}
.Item_wrap::-webkit-scrollbar {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 2px solid #444444;;
}
.Item_wrap::-webkit-scrollbar-track {
    background-clip: content-box;
    border-radius: 50px;
    background-color: rgba(160, 160, 160, 0.18);
}
.Item_wrap::-webkit-scrollbar-thumb {
    background-color: rgba(218, 218, 218, 0.55);
    border-radius: 50px;
    border: 2px solid #686868;
}
.Item_wrap::-webkit-scrollbar-thumb:hover {
    background-color: rgba(218, 218, 218, 0.79);
}
.Item_wrap::-webkit-scrollbar-thumb:active {
    background-color: rgb(218, 218, 218);
}
.Item_wrap::-webkit-scrollbar-corner,.Item_wrap::-webkit-scrollbar-track {
    background-color: rgba(218, 218, 218, 0.55);
}
.scrollItem_wrap{
    overflow-x: unset;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: unset;
    margin: 0 auto;
}
.scrollItemBox,.scrollItemBoxGap{
    width: 388px;
    box-sizing: border-box;
    border: none;
    margin: 0 30px 30px 0;
    overflow: hidden;
    position: relative;
    height: 388px;
    display: inline-block;
    vertical-align: top;
    background-color: #0c0c0c;
}
.scrollItemBox2{
    height: unset;
}
.scrollItemPic{
    width: 100%;
    object-fit: cover;
    transition: transform .5s;
    opacity: 80%;
}
.scrollItemTex{
    position: absolute;
    z-index: 2;
    /*top: 250px;*/
    /*cursor: pointer;*/
}
.scrollItemBox:hover > .scrollItemPic{
    transform: scale(1.03);
    opacity: 1;
    /*cursor: pointer;*/
}
.scrollItemBoxGap{
    width: 4%;
}
.scrollItemBoxGap2{
    width: 3%;
    margin: 0;
    height: unset;
}
.whiteLine{
    width: 100%;
    height: 1px;
    background-color: var(--bg-colorW);
}
.blackLine{
    width: 100%;
    height: 1px;
    background-color: var(--bg-colorD);
}
.EndorsePic{
    width: 130px;
    border-radius: 50px;
}
.T2_5_BG{
    background-color: #EBE7E7;
    margin-top: -10px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.T2_5_Wrap{
    width: 94%;
    margin: 0 auto;
}
.T2_5_Item_wrap {
    --_spacer: var(--30px);
    display: grid;
    gap: var(--_spacer);
    grid-auto-flow: column;
    grid-auto-columns: 350px;
    padding: 0 var(--_spacer) var(--_spacer);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
}
.T2_5_ItemBox{
    display: grid;
    grid-template-rows: min-content;
    gap: var(--_spacer);
    padding: var(--_spacer);
}
.T2_5_ItemText{
    box-sizing: border-box;
    padding: 10px 0 0 0;
    color: black;
    max-width: 350px;
    white-space: normal;
    margin: auto;
}
.T2_5_Item_wrap::-webkit-scrollbar {
    width: 10px;
}
.T2_5_Item_wrap::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(91, 91, 91, 0.3);
    background-color: #EBE7E7;
    border-radius: 50px;
}
.T2_5_Item_wrap::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.65);
    outline: none;
    border-radius: 50px;
}
.snaps-inline {
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: var(--_spacer, 5px);
}
.snaps-inline > * {
    scroll-snap-align: start;
}
.T2_5_H4{
    font-size: 50px;
    margin-bottom: 0;
    line-height: 50px;
}
.T2_5_H5{
    width: 70%;
    margin-bottom: 30px;
}
.T2_5_ItemBox {
    max-width: 400px;
    width: 87%;
    box-sizing: border-box;
    border: none;
    padding-bottom: 30px;
    margin: 0 23px 0 0;
    border-top: solid 1px #2e2e2e;
}
.phonePadUnset{
    padding: unset;
}
.hideBox{
    display: none;
}
.showBox{
    display: block;
}
#brTopVideoWrap{
    margin-top: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-height: 97vh;
}
#brTopPicBox{
    width: 100%;
    height: 87vh;
    position: relative;
    overflow: hidden;
}
.subBannerPicFade {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.brTopPic {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    min-width: 1000px;
    width: 100%;
}
.brTopPic img {
    width: 100%;
    height: 100%;
}
.brTopVideoInfo{

}
.BookingBtn{
    width: 70%;
    max-width: 200px;
    background-color: var(--bg-colorTan) ;
    color: var(--text-colorW1);
    padding: 15px 30px;
    text-align: center;
}
.infoError{
    color: #b22020;
}
.PopUpClosed {
    display: none;
}
.WW_ScrollWrap{
    background-color: #000000;
    border-top: 1px solid #FFFFFF;
    border-right: 0;
    border-left: 0;
    color: #FFFFFF;
    box-sizing: border-box;
    overflow-x: hidden;
    width: 100%;
    /*position: -webkit-sticky;*/
    /*position: fixed;*/
    position: relative;
    border-bottom: 1px solid #000000;
    bottom: 0;
    z-index: 97;
    height: 50px;
}
.scrollBtn{
    background-color: #ffffff;
    position: absolute;
    right: 0;
    box-sizing: border-box;
    z-index: 1;
    height: 100%;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #ffffff;
    border-left: solid 1px #000000;
    border-right: solid 1px #ffffff;
    width: 173px;
    font-weight: 700;
    text-align: center;
}
.scrollBtn:hover{
    background-color: #ecf7ff;
}
.Item_wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px;
}
.Item_wrap::-webkit-scrollbar {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 2px solid #444444;;
}
.Item_wrap::-webkit-scrollbar-track {
    background-clip: content-box;
    border-radius: 50px;
}
.Item_wrap::-webkit-scrollbar-thumb {
    background-color: #DADADA;
    border-radius: 50px;
    border: 2px solid #686868;
}
.Item_wrap::-webkit-scrollbar-thumb:hover {
    background-color: #ffffff;
}
.Item_wrap::-webkit-scrollbar-thumb:active {
    background-color: #ffffff;
}
.Item_wrap::-webkit-scrollbar-corner,.Item_wrap::-webkit-scrollbar-track {
    background-color: #686868;
}
.ItemBoxWrap{
    min-width: 250px;
    min-height: 250px;
    width: 240px;
    box-sizing: border-box;
    border: none;
    overflow: hidden;
    position: relative;
    border-radius: 13px;
    margin-right: 30px;
}
.slide{
    width: 100%;
}
.ItemBox {
    /*height: 325px;*/
    box-sizing: border-box;
    border: none;
    background-color: #000000;
    margin: 30px 0 15px 0;
    overflow: hidden;
    position: relative;
    border-radius: 13px;
}
.Item_wrap .ItemBoxWrap {
    display: inline-block;
    vertical-align: top;
}
.ItemPic{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform .3s;
}
.ItemPic:hover{
    transform: scale(1.07);
    opacity: 1;
}
.ItemText{
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    text-align: center;
}
.verticalLine{
    width: 1px;
    background-color: rgba(160, 160, 160, 0.55);
}
.horizontalLine{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.55);
    height: 1px;
}
.Btns2{
    padding: 6px 11px;
    margin-right: 15px;
    font-size: 12px;
}
.question{
    padding: .8rem 1.5rem;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    transition-duration: .3s;
    max-width: 500px;
    font-weight: bold;
    margin: 0 auto .7rem auto;
}
.question:hover,.question:active{
    border: 1px solid #b3b3b3;
    background-color: rgba(255, 255, 255, 0.09);
}
.questionText{
    width: 90%;
    color: #FFFFFF;
}
.answer{
    margin-top: 1.5rem;
    display: none;
    opacity: 0;
}
.answerOpen{
    display: block;
    opacity: 1;
    padding-bottom: 1.5rem;
    animation: fadeNav .3s;
}
.questionArrow{
    width: 22px;
    align-items: end;
    transition: transform 0.3s ease;
}
.questionArrowOpen{
    transform: rotateZ(180deg);
    transition: transform 0.3s ease;
}
#MapWrap{
    width: 100%;
    height: 300px;
    margin: 0 auto;
    padding-bottom: 30px;
}
#loginLoaderBox{
    position:fixed;
    top:0; left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
}
#completedTasks{
    padding-bottom: 5rem;
    padding-top: 3rem;
}
.z1 {
    z-index: 1;
}
.container {
    display: flex;
    width: 100%;
    top: -50px;
    position: relative;
    margin-bottom: -50px;
}
.board {
    display: flex;
    gap: 1rem;
    height: calc(100% - 260px);
    overflow-x: auto;
}
.column {
    /*background: #9A7658;*/
    color: #000000;
    border-radius: 8px;
    min-width: 265px;
    flex: none;
    display: flex;
    flex-direction: column;
    padding: 1rem;
}
.column h3 {
    margin-top: 0;
    text-align: center;
}
#taskNotes{
    border-radius: 8px;
}
#taskStatusSelect{
    width: 90%;
}
.add-task,#submitLogBtn {
    padding: 0.75rem;
    border-radius: 6px;
    text-align: center;
    margin-top: auto;
    cursor: pointer;
    background: linear-gradient(60deg, rgb(112, 95, 80) 0%, rgb(176, 150, 127) 100%);
    box-shadow: -16px 17px 40px rgba(0, 0, 0, 0.42);
    color: #FFFFFF;
}
#submitLogBtn{
    box-shadow: none;
    font-weight: bold;
    border: none;
    margin-top: 2rem;
    width: 100%;
}
#myTasksSection{
    box-shadow: -16px 17px 40px rgba(0, 0, 0, 0.42);
}
a:-webkit-any-link {
    color: #262626;
    cursor: pointer;
}
.active-task-panel {
    margin-top: 2rem;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 3rem;
    box-shadow: -16px 17px 40px rgba(0, 0, 0, 0.42);
}
#taskButton,.endBtn,#popupTaskBtn{
    background: linear-gradient(60deg, rgb(209, 132, 83) 0%, rgb(228, 158, 111) 100%);
    border: none;
    padding: 15px 30px;
    color: #FFFFFF;
    border-radius: 50px;
    box-shadow: -16px 17px 40px rgba(0, 0, 0, 0.42);
}
#taskNotes{
    margin: 1rem 0;
    resize: vertical;
    min-height: 80px;
    max-height: 300px;
}
#closeAssigneePopup{
    background-color: #FFFFFF;
    border-radius: 5px;
    border: solid 1px #000000;
    padding: 5px 20px;
}
#assigneePopupBtn {
    padding: 0.5rem 1rem;
    background-color: #444;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
#assigneePopupBtn{
    font-size: 14px;
}
.popup-save-btn {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 0.6rem 1.4rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    margin-top: 1rem;
}
.popup-save-btn:hover {
    background-color: #45a049;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.popup-save-btn:active {
    background-color: #3e8e41;
    transform: scale(0.98);
}
.bgGrad1{
    background: #171e20;
}
.bgGrad2{
    background: rgb(48, 48, 48);
}
.bgGrad3{
    background: #48575B;
}
.timer {
    font-size: 1.2rem;
    margin-top: 0.5rem;
}
.success-message {
    color: green;
    font-weight: bold;
    margin-top: 0.5rem;
}
.notes-section {
    margin-top: 1rem;
}
.notes-section textarea {
    width: 90%;
    height: 60px;
}
.time-fields {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 0.5rem;
}
.time-fields input {
    width: 80px;
}
.notes-section label {
    font-weight: bold;
}
.notes-section input[type="text"] {
    width: 90%;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}
.notes-section select {
    width: 90%;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}
.notes-section label {
    font-weight: bold;
}
.notes-section input[type="text"],
.notes-section select {
    width: 90%;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}
#adminLogin {
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
#adminLogin input {
    padding: 0.5rem;
    width: 100%;
    margin-top: 0.5rem;
}
.column-header{
    color: #FFFFFF;
}
.assigned-label {
    font-size: 0.8rem;
    margin-top: 4px;
    color: #372a1f;
}
.deadline-label{
    font-size: 13px;
    padding-top: 10px;
}
.assign-dropdown {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 1100;
}
.main {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    transition: width 0.3s ease;
}
.main.full {
    width: 100vw;
}
.main.shrink {
    width: 0vw;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hiProfPic{
    width: 57px;
    height: 57px;
    margin-right: 15px;
    border-radius: 50px;
}
.modal-content {
    background: #f0dece;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    max-width: 400px;
    width: 90%;
}

.modal-content input[type="text"],
.modal-content input[type="date"] {
    width: 100%;
    padding: 0.5rem;
    margin: 0.5rem 0 1rem;
    font-size: 1rem;
    border: solid 1px #473931;
    border-radius: 6px;
}

.modal-actions {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.modal-actions button {
    flex: 1;
    padding: 0.6rem;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background: #444;
    color: white;
}

.modal-actions button:hover {
    background: #222;
}

input[type="date"].deadline-input {
    padding: 0.3rem 1rem;
    font-size: 13px;
    border: 1px solid #333;
    border-radius: 6px;
    background-color: #D1D6D7;
    color: #5a5656;
    outline: none;
    margin-bottom: 1rem;
    box-sizing: border-box;
    font-weight: bold;
    transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

input[type="date"].deadline-input:hover {
    border-color: #888;
}

input[type="date"].deadline-input:focus {
    border-color: #007BFF;
    box-shadow: 0 0 4px rgba(0, 123, 255, 0.5);
}
select.status-dropdown,select.assigned-dropdown,select#taskTags {
    margin-top: .5rem;
    padding: 0.3rem 2rem 0.3rem 1rem;
    font-size: 14px;
    border: 1px solid #333;
    border-radius: 6px;
    background-color: #D1D6D7;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem;
    cursor: pointer;
    transition: border 0.2s ease, box-shadow 0.2s ease;
    font-weight: bold;
}
select#taskTags{
    background-color: #FFFFFF;
    width: auto;
    margin-top: 1rem;
}
select.status-dropdown:hover,select.assigned-dropdown:hover,select#taskTags:hover {
    border-color: #888;
}

select.status-dropdown:focus,select.assigned-dropdown:focus,select#taskTags:focus {
    border-color: #007BFF;
    box-shadow: 0 0 4px rgba(0, 123, 255, 0.4);
    outline: none;
}
#taskListInfo select,
#taskListInfo input[type="date"] {
    margin-top: 0.3rem;
    padding: 0.4rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    background-color: #f3e4d3;
    font-size: 0.95rem;
}
#assigneeSelector{
    margin-top: .1rem;
}
#taskListInfo {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}
#taskListInfo label {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    font-size: 0.95rem;
}
#taskListInfo select,
#taskListInfo input[type="date"] {
    margin-top: 0.3rem;
    padding: 0.4rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    background-color: #f3e4d3;
    font-size: 0.95rem;
}
.assignee-selector {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}
#editTitleInput {
    font-size: 1.5rem;
    font-weight: bold;
    border: 2px solid #cc8b2f;
    border-radius: 6px;
    padding: 4px 8px;
    width: auto;
    max-width: 80%;
    box-sizing: border-box;
}
.hidden {
    display: none;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#taskInputs {
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}
#taskInputs label{
    font-weight: bold;
    padding-top: 1rem;
}
#projectPopup {
    position: fixed;
    top: 10vh; /* Stay near top of screen */
    left: 50%;
    transform: translateX(-50%); /* Center horizontally only */
    background: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    width: 82%;
    max-width: 500px;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 80vh;
}
.needToStopTime{
    border: solid 1px #ff4d00;
}
.popup-Advanced-btn{
    position: absolute;
    bottom: 0;
    right: 0px;
    background-color: transparent;
    color: #0B4C94;
    border: none;
    font-weight: bold;
    padding-top: 1rem;
}
#taskInputs.visible {
    max-height: 1000px; /* large enough to show everything */
    opacity: 1;
}
#assigneePopup {
    position: fixed;
    top: 224px;
    left: 22px;
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    width: 87%;
    box-sizing: border-box;
}
#assigneePopup ul li {
    background: none !important;
    padding-left: 0 !important;
    margin-left: 0;
}
#assigneeList {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

#assigneeList li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

#assigneeList input[type="checkbox"] {
    margin-right: 0.5rem;
    transform: scale(1.2);
}

.pill {
    background:#fef3e8;
    padding: 2px 8px;
    margin-right: 3px;
    border-radius: 50px;
    font-size: 0.85em;
    margin-top: 5px;
    color: #0E0E0E;
    border: solid 1px #545454;
}
.assigneeList .pill {
    background-color: #444;
    color: white;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: background 0.3s;
}
#assigneePopup li::marker {
    display: none;            /* just in case */
}
#assigneeList input[type="checkbox"]:checked + .pill {
    background-color: #4caf50; /* or any green shade */
    color: #fff;
}
#closeAssigneePopup {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid black;
    border-radius: 8px;
    padding: 0.4rem 1rem;
    background: white;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}
#closeAssigneePopup:hover {
    background: #f2f2f2;
}
#activeTaskTitle {
    font-size: clamp(1.3rem, 7vw, 1.7rem);
}
#navTop ul li {
    padding: 15px 15px;
    text-align: center;
}
#navTop ul li a{
    font-size: 21px;
    font-weight: 500;
}
#navTop ul:hover a {
    opacity: 0.5;
}
#navTop ul a {
    -webkit-transform: translateZ(0);
    transition: opacity 0.3s ease-in-out;
}
#navTop ul a:hover {
    opacity: 1;
}
.assignee-popup.hidden {
    display: none;
}
#assigneePills{
    margin-top: 10px;
}
#taskName {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0E0E0E;
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    border-bottom: 1px solid #878787;
}

#taskName::placeholder {
    color: #ccc;
}
#popupX{
    background: none;
    border: none;
    font-size: 1.6rem;
    position: absolute;
    right: 22px;
    top: 20px;
}
#taskName:focus,#taskName:active  {
    border-bottom: 1px solid #cc5e1c;
}
.task-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 1.5rem 1rem;
    margin-bottom: .5rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    position: relative;
}

.task-title {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #0E0E0E;
}

.task-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.status {
    font-weight: bold;
    padding-top: 7px;
    color: #555;
}
.edit-btn{
    position: absolute;
    top: .5rem;
    right: .5rem;
    background-color: transparent;
    border: none;
}
.task-card.active {
    border: 2px solid #ffa726;
    background-color: #fff8e1;
}
#timeStartWrap {
    display: block; /* or remove inline `style=""` from your HTML */
}
#taskLogPopup{
    position:fixed;
    top:10%;
    left:50%;
    transform:translateX(-50%);
    background:#fff;
    padding:2rem 1rem;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
    max-width:400px;
    width:85%;
    z-index:9999;
    border-radius: 12px;
}
#endTaskTitle {
    font-size: 1.8rem;
    font-weight: bold;
    color: #0E0E0E;
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    border-bottom: 1px solid #878787;
    margin-bottom: 25px;
    white-space: normal;  /* Allow text to wrap */
    word-wrap: break-word; /* Break long words if necessary */
    box-sizing: border-box;
}
.taskFilterBtn.active {
    background: #B0967F;
    color: #ffffff;
}
.filter-bar {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.taskFilterBtn {
    background: #444;
    color: #fff;
    padding: 6px 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
.taskFilterBtn.active {
    background: #B0967F;
    color: #FFFFFF;
}

.endTaskTime{
    width: 100%;
}
#taskLogForm{
    box-sizing: border-box;
}
#taskLogForm label{
    margin-top: 1rem;
    margin-bottom: .5rem;
}
.endTaskLabel{
    font-weight: bold;
}
.endTimeWrap{
    width: 100%;
}
#taskBoardContainer {
    overflow-x: auto;
    padding: 1rem;
}
#taskBoard {
    min-width: 900px;
}
.taskColumn h3 {
    margin-top: 0;
    color: #ffffff;
    font-size: 1.2rem;
    border-bottom: 1px solid #444;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}
.taskColumn{
    width: 32.8%;
    box-sizing: border-box;
}
.taskColumnList {
    display: flex;
    flex-direction: column;
}
.chart-container {
    max-width: 800px;
    margin: 0 auto;
    background: #2c2c2c;
    width: 92%;
    padding: 1.5rem;
    border-radius: 16px;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.panel-card {
    background: #222;
    padding: 1.5rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 1.5rem;
}

.panel-card h3 {
    font-size: 1.2rem;
    color: #aaa;
}

.panel-card .big-number {
    font-size: 2.5rem;
    color: #b0967f;
}

canvas {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    background: #fff;
}

.progress-bar-label {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.25rem;
}

.spinner {
    border: 5px solid #ccc;
    border-top: 5px solid white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* Progress bar container */
.progress {
    width: 100%; /* Full width */
    height: 16px; /* Set the height of the bar */
    background: #333; /* Background color of the progress container */
    border-radius: 8px; /* Rounded corners for the container */
    overflow: hidden; /* Hide overflow content */
    position: relative;
}

/* Filled portion of the progress bar */
.filled {
    height: 100%; /* Make the filled portion take the full height of the container */
    background-color: #b0967f; /* Green color for progress */
    transition: width 0.4s ease; /* Smooth transition for the width */
}

/* Optional: Add text label inside the progress bar */
.progress-label {
    padding-top: 10px;
    color: #fff; /* White text color */
    font-weight: bold; /* Bold text */
}
/* Login Container */
/* Login Container Styles */
#login-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(45deg, #1e272c, #473931);
}

/* Login Form Styles */
#login-form {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 40px 60px;
    box-sizing: border-box;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

#login-form h2 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 10px;
    font-family: 'Arial', sans-serif;
}

#login-form p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 30px;
    font-family: 'Arial', sans-serif;
}

/* Input Field Styling */
#loginCode {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
    background-color: #fff;
    color: #333;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

#loginCode:focus {
    outline: none;
    border: 2px solid #7C959B;
}

/* Button Styling */
#loginBtn {
    width: 100%;
    padding: 15px;
    background-color: #9ac1ca;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#loginBtn:hover {
    background-color: #82abb5;
}

#loginBtn:active {
    background-color: #3c7582;
}

/* Error Message Styles */
#loginErrorMsg {
    color: red;
    margin-top: 10px;
    font-size: 0.9rem;
    display: none;
    font-family: 'Arial', sans-serif;
}
/* Loading Spinner Styles */
#loginLoader {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    font-family: 'Arial', sans-serif;
    color: white;
    font-size: 1.5rem;
}
#loginLoader div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.weekday-label {
    padding: 0.8rem 0 0 0;
    color: #EADFD5;
    font-size: 17px;
}
.billingBoxWrap {
    margin: 30px auto;
    width: 220px;
    height: 47px;
    border-radius: 30px;
    position: relative;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
    cursor: pointer;
    background-color: #ffffff;
    color: #000000;
}
.billingBoxBG {
    width: 50%;
    border-radius: 50px;
    left: -2px;
    height: 48px;
    top: -2px;
    position: absolute;
    -webkit-transition: .4s;
    border: solid 2px #0074d4;
    transition: .4s;
    color: #FFFFFF;
    background-color: #ddeff4;
    cursor: pointer;
}
.donBtn {
    background-color: #FFFFFF;
    color: #0074d4;
    border: solid 1px #0074d4;
    border-radius: 50px;
    padding: 13px 5px;
    width: 75px;
    text-align: center;
    font-weight: bold;
    margin: 10px 5px;
    cursor: pointer;
}
.billingBox1, .billingBox2 {
    position: absolute;
    top: 13px;
    left: 25px;
    z-index: 1;
    transition: left 0.5s ease;
    cursor: pointer;
}
.billingBox2 {
    right: 25px;
    left: unset;
}
.billingBoxActive {
    left: 110px;
    top: -2px;
}
.product_fldBox {
    max-width: 300px;
    margin: auto;
}
.product_fld {
    width: calc(100% - 23px);
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 11px;
    border: 1px solid var(--text-colorW2);
    margin-top: 10px;
}
.split_image{
    position: absolute;
    /*top: 50%;transform: translateY(-50%);*/
    right: 0;
    width: 100%;
    /*height: 80%;*/
    padding-bottom: 0;
    background-position: center center;
    background-size: cover;
    min-height: 350px;
}
.split_content_Wrap{
    padding: 0;
    margin: 0 auto;
    position: relative;
    transition: padding .2s ease-in;
}
.split_image_content{
    min-height: 340px;
    border-radius: 37px !important;
    border: none !important;
    width: 90%;
    transform: translateY(0);
    background: #fff;
    padding: 50px 25px;
    margin: 250px auto 0 auto;
    box-sizing: border-box;
}
/* Smooth transition effects for the form and loading screen */
#login-form, #loginLoader {
    transition: all 0.5s ease-in-out;
}

@media only screen and (min-width: 370px) {

}
@media only screen and (min-width: 500px) {

}

@media only screen and (min-width: 598px) {
    .iconHomePg{
        width: 145px;
    }
    .iconHomePg2{
        display: none;
    }
    .btn4{
        width: 70%;
    }
}
/* Layout: 740px */
@media only screen and (min-width: 740px) {

}

@media only screen and (min-width: 850px) {
    .bannerVideoText{
        left: 50px;
        bottom: 50px;
    }
    h2{
        line-height: inherit;
    }
    .homePgH1{
        font-size: 63px;
        line-height: 65px;
    }
    .fw {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .vf {
        flex-direction: column;
        justify-content: center;
        display: flex;
    }
    .displayDesktop {
        display: unset;
    }
    .displayPhone {
        display: none;
    }
    .pt7rem {
        padding-top: 7rem;
    }
    .pb5rem{
        padding-bottom: 5rem;
    }
    .pb7rem{
        padding-bottom: 7rem;
    }
    .left_50,.right_50,.worldMapPicWrap{
        width: 47%;
    }
    .worldMapPicWrap{
        max-width: 100%;
        width: 522px;
    }
    .box_30{
        width: 32%;
    }
    .box_70{
        width: 68%;
    }
    .box_25{
        width: 22%;
    }
    .hideBox{
        display: none;
    }
    .showBox{
        display: block;
    }
    .brTopVideoInfo {
        position: absolute;
        bottom: 70px;
    }
    .Btns:hover, .Btns:active, .Btns:focus{
        text-decoration: none;
    }
    .Btns {
        font-family: 'Roboto', sans-serif;
        padding-right: 17px;
        font-weight: 700;
    }
    .Btns2{
        margin-right: 15px;
    }
    .topMid{
        display: none;
    }
    .hidePhone{
        display: unset;
    }
    .subBoxWrap{
        padding: 5rem;
    }
    .newsVid{
        width: 43vw;
        height: calc(43vw / 1.78);
        max-width: 600px;
        max-height: 348px;
    }
    .weekday-label {
        padding-top: 20px;
        font-size: 22px;
    }
    .split_content_Wrap{
        margin: 0 30px;
    }
    .split_image_content {
        padding: 50px;
        min-height: 340px;
        width: 55%;
        margin: 40px 0;
    }
    .split_image{
        position: absolute;
        top: 50%;transform: translateY(-50%);
        right: 0;
        width: 70%;
        height: 85%;
        padding-bottom: 0;
        background-position: center center;
        background-size: cover;
        min-height: 600px;
    }
    .split_image_content2{
        margin: 40px 0 40px auto;
    }.split_image_content
}
/* Desktop Layout:1029px */
@media only screen and (min-width: 1029px) {
    .topMid{
        display: block;
    }
    .subnav {
        z-index: 1000;
    }
    .Btns{
        padding-right: 17px;
    }
    #topMenu{
        display: none;
    }
    .footBoxPic,.footBox{
        width: 25%;
    }
}

@media only screen and (min-width: 1250px) {
    .Btns{
        padding-right: 30px;
    }
    .topLeft {
        margin-right: 34px;
    }
}

@media only screen and (min-width: 500px) {
}

@media only screen and (min-width: 598px) {

}

/* Layout: 740px */
@media only screen and (min-width: 740px) {
    .endTimeWrap{
        width: 48%;
    }
}

@media only screen and (min-width: 850px) {

}
/* Layout: 1040px */
@media only screen and (min-width: 1040px) {
    .donBox{
        min-height: 85vh;
    }
    #credits2{
        padding:20px 0;
    }
    .split_image_content {
        padding: 75px;
    }
}
/* Layout: 1500px */
@media only screen and (min-width: 1400px) {

}

/* === Calendar Layout === */
.calendar-wrap {
    background: var(--bgGrad1);
    padding: 2rem;
    border-radius: 16px;
    margin-top: 2rem;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.calendar-header h2 {
    color: #E3CCBA;
    font-size: 1.8rem;
}

.calendar-header button {
    background: #fff;
    color: #333;
    border: none;
    padding: 0.5rem 1.2rem;
    border-radius: 12px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.calendar-day .day-number {
    font-weight: bold;
    color: #333;
    font-size: 1.1rem;
}
.calendar-day{
    overflow: hidden;
}

.calendar-day.today {
    background-color: rgb(174 148 126);
}

.calendar-event {
    background: #d4c1af;
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 0.85rem;
    margin-top: 4px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* === Popup Modal === */
#eventPopup {
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    width: 90%;
    max-width: 480px;
    max-height: 85vh;
    overflow-y: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

#eventPopup h3 {
    margin-top: 0;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.event-field {
    margin-bottom: 1.2rem;
}

.event-field label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.3rem;
    color: #333;
}

.event-field input[type="text"],
.event-field input[type="date"],
.event-field input[type="time"],
.event-field textarea,
.event-field select {
    width: 100%;
    padding: 0.6rem;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 1rem;
    background: #fafafa;
}

.event-field textarea {
    resize: vertical;
    min-height: 100px;
}

/* Assignee pills already styled by your system */
.assignee-pills span {
    background: #fef3e8;
    color: #fff;
    padding: 4px 10px;
    border-radius: 999px;
    margin: 4px;
    display: inline-block;
}

/* === Popup Overlay === */
#eventOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    display: none;
}
.calendar-toolbar {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.view-toggle {
    background: #1d1d1d;
    color: white;
    border: 1px solid #444;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-weight: 500;
}

.calendar-dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    background: #111;
    border: 1px solid #444;
    border-radius: 6px;
    padding: 1rem;
    width: 250px;
    z-index: 10;
    color: white;
    font-size: 0.95rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.calendar-dropdown.hidden {
    display: none;
}

.calendar-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.calendar-dropdown li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
    cursor: pointer;
}

.calendar-dropdown li:hover {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.calendar-dropdown span {
    opacity: 0.5;
    font-size: 0.85rem;
}

.calendar-divider {
    border-top: 1px solid #333;
    margin: 0.8rem 0;
}

.calendar-toggle-options li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.calendar-toggle-options input[type="checkbox"] {
    transform: scale(1.1);
}

.dropdown-anchor {
    position: relative;
    display: inline-block;
}

.calendar-dropdown {
    position: absolute;
    top: 100%; /* places it right below the button */
    left: 0;
    margin-top: 6px;
    z-index: 10;
    background: #111;
    border: 1px solid #444;
    border-radius: 6px;
    padding: 1rem;
    width: 250px;
    color: white;
    font-size: 0.95rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

body[data-view="month"] #calendarGrid {
    grid-template-columns: repeat(7, 1fr);
}

body[data-view="week"],
body[data-view="4days"] {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

body[data-view="day"],
body[data-view="schedule"],
body[data-view="year"] {
    grid-template-columns: 1fr;
}

body[data-view="year"] #calendarGrid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.mini-month {
    background: #fdf9f6;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.mini-month h4 {
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    color: #333;
}

.dropdown-anchor {
    position: relative;
    display: inline-block;
}

#calendarDropdown {
    position: absolute;
    top: 100%; /* directly below the button */
    left: 0;
    z-index: 999;
}


.mini-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.mini-day {
    text-align: center;
    padding: 0.3rem;
    font-size: 0.85rem;
    border-radius: 6px;
    background: #fff;
    color: #333;
    font-weight: 500;
}
body[data-view="week"] #calendarGrid {
    grid-template-columns: 80px repeat(7, 1fr);
    overflow-x: auto;
    border-radius: 10px;
    background: #121212;
    border: 1px solid #2a2a2a;
}

.week-day-label {
    padding: 1rem;
    text-align: center;
    font-weight: 600;
    color: #ccc;
    background-color: #1d1d1d;
    border-bottom: 1px solid #2a2a2a;
}

.week-hour-cell {
    min-height: 60px;
    border-bottom: 1px solid #2a2a2a;
    border-right: 1px solid #2a2a2a;
    padding: 0.3rem;
    position: relative;
}

.time-label {
    padding: 0.3rem;
    text-align: right;
    color: #aaa;
    font-size: 0.8rem;
    border-bottom: 1px solid #2a2a2a;
}

.mini-day.today {
    border: 2px solid #E64A19;
    background: #ffe7de;
}

.mini-day.blank {
    background: transparent;
    visibility: hidden;
}

#dayViewBox {
    display: flex;
    flex-direction: column;
    background: #111;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #2a2a2a;
    max-width: 100%;
    margin: auto;
}

.hour-block {
    display: flex;
    border-bottom: 1px solid #333;
    min-height: 60px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.hour-block:hover {
    background-color: #1e1e1e;
}

.hour-label {
    width: 100px;
    padding: 0.75rem;
    color: #ccc;
    text-align: right;
    font-weight: 600;
    font-size: 0.9rem;
    border-right: 1px solid #333;
    background-color: #111;
    flex-shrink: 0;
}

.hour-slot {
    flex: 1;
    padding: 0.75rem;
    background-color: #111;
    transition: background 0.2s ease;
}

.hour-slot:hover {
    background-color: #1e1e1e;
}
.week-view-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-x: auto;
    background: #111;
    border: 1px solid #333;
    border-radius: 10px;
    margin-top: 1rem;
}

.week-row {
    display: grid;
    grid-template-columns: 80px repeat(7, 1fr);
    border-bottom: 1px solid #222;
    min-height: 50px;
}

.time-label {
    color: #aaa;
    font-size: 0.75rem;
    text-align: right;
    padding: 0.5rem;
    background: #1a1a1a;
    border-right: 1px solid #222;
}

.day-header {
    text-align: center;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0.5rem;
    background: #222;
    color: #eee;
    border-right: 1px solid #333;
}

.week-cell {
    background: #121212;
    border-right: 1px solid #222;
    cursor: pointer;
}

.week-cell:hover {
    background: #1e1e1e;
}
/* Popup Modal */
.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 600px;
    color: #333;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
}

.popup-close:hover {
    color: #ff0000;
}









.calendar-wrap {
    padding: 2rem;
    border-radius: 16px;
    margin-top: 2rem;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.calendar-header h2 {
    color: #E3CCBA;
    font-size: 1.8rem;
}

.calendar-header button {
    background: #fff;
    color: #333;
    border: none;
    padding: 0.5rem 1.2rem;
    border-radius: 12px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

#calendarGrid {
    grid-template-columns: repeat(7, 1fr);
    margin-top: 1rem;
}

.calendar-day:hover {
    background: #f1ebe7;
}
.calendar-month-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}
.calendar-day {
    background: rgba(255, 255, 255, 0.54);
    padding: .5rem;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    height: 55px;
}
.calendar-day:hover {
    background: #ffffff20;
}

.calendar-day .day-number {
    font-weight: bold;
    color: #333;
    font-size: 1.1rem;
}
.empty{
    background: rgba(255, 255, 255, 0.19);
}
#monthSelect{
    border: solid 1px #d3d3d3;
    border-radius: 5px;
    background-color: #705f50;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 15px 5px 20px;
}
.calendar-event {
    background: #d4c1af;
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 0.85rem;
    margin-top: 4px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* === Popup Modal === */
#eventPopup {
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    width: 90%;
    max-width: 480px;
    max-height: 85vh;
    overflow-y: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

#eventPopup h3 {
    margin-top: 0;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.event-field {
    margin-bottom: 1.2rem;
}

.event-field label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.3rem;
    color: #333;
}

.event-field input[type="text"],
.event-field input[type="date"],
.event-field input[type="time"],
.event-field textarea,
.event-field select {
    width: 100%;
    padding: 0.6rem;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 1rem;
    background: #fafafa;
}

.event-field textarea {
    resize: vertical;
    min-height: 100px;
}

/* Assignee pills already styled by your system */
.assignee-pills span {
    background: #d4c1af;
    color: #fff;
    padding: 4px 10px;
    border-radius: 999px;
    margin: 4px;
    display: inline-block;
}

/* === Popup Overlay === */
#eventOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    display: none;
}
.calendar-toolbar {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.view-toggle {
    background: #1d1d1d;
    color: white;
    border: 1px solid #444;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-weight: 500;
}

.calendar-dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    background: #111;
    border: 1px solid #444;
    border-radius: 6px;
    padding: 1rem;
    width: 250px;
    z-index: 10;
    color: white;
    font-size: 0.95rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.calendar-dropdown.hidden {
    display: none;
}

.calendar-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.calendar-dropdown li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
    cursor: pointer;
}

.calendar-dropdown li:hover {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.calendar-dropdown span {
    opacity: 0.5;
    font-size: 0.85rem;
}

.calendar-divider {
    border-top: 1px solid #333;
    margin: 0.8rem 0;
}

.calendar-toggle-options li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.calendar-toggle-options input[type="checkbox"] {
    transform: scale(1.1);
}

.dropdown-anchor {
    position: relative;
    display: inline-block;
}

.calendar-dropdown {
    position: absolute;
    top: 100%; /* places it right below the button */
    left: 0;
    margin-top: 6px;
    z-index: 10;
    background: #111;
    border: 1px solid #444;
    border-radius: 6px;
    padding: 1rem;
    width: 250px;
    color: white;
    font-size: 0.95rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
body[data-view="month"] #calendarGrid {
    grid-template-columns: repeat(7, 1fr);
}

body[data-view="week"],
body[data-view="4days"] {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

body[data-view="day"],
body[data-view="schedule"],
body[data-view="year"] {
    grid-template-columns: 1fr;
}

body[data-view="year"] #calendarGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 2rem;
}

.mini-month {
    background: #fdf9f6;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.mini-month h4 {
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    color: #333;
}

.dropdown-anchor {
    position: relative;
    display: inline-block;
}

#calendarDropdown {
    position: absolute;
    top: 100%; /* directly below the button */
    left: 0;
    z-index: 999;
}


.mini-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.mini-day {
    text-align: center;
    padding: 0.3rem;
    font-size: 0.85rem;
    border-radius: 6px;
    background: #fff;
    color: #333;
    font-weight: 500;
}
body[data-view="week"] #calendarGrid {
    display: grid;
    grid-template-columns: 80px repeat(7, 1fr);
    overflow-x: auto;
    border-radius: 10px;
    background: #121212;
    border: 1px solid #2a2a2a;
}

#calendarGrid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    margin-top: 1rem;
}

.week-day-label {
    padding: 1rem;
    text-align: center;
    font-weight: 600;
    color: #ccc;
    background-color: #1d1d1d;
    border-bottom: 1px solid #2a2a2a;
}

.week-hour-cell {
    min-height: 60px;
    border-bottom: 1px solid #2a2a2a;
    border-right: 1px solid #2a2a2a;
    padding: 0.3rem;
    position: relative;
}

.time-label {
    padding: 0.3rem;
    text-align: right;
    color: #aaa;
    font-size: 0.8rem;
    border-bottom: 1px solid #2a2a2a;
}

.mini-day.today {
    border: 2px solid #E64A19;
    background: #ffe7de;
}

.mini-day.blank {
    background: transparent;
    visibility: hidden;
}

#dayViewBox {
    display: flex;
    flex-direction: column;
    background: #111;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #2a2a2a;
    max-width: 100%;
    margin: auto;
}

.hour-block {
    display: flex;
    border-bottom: 1px solid #333;
    min-height: 60px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.hour-block:hover {
    background-color: #1e1e1e;
}

.hour-label {
    width: 100px;
    padding: 0.75rem;
    color: #ccc;
    text-align: right;
    font-weight: 600;
    font-size: 0.9rem;
    border-right: 1px solid #333;
    background-color: #111;
    flex-shrink: 0;
}

.hour-slot {
    flex: 1;
    padding: 0.75rem;
    background-color: #111;
    transition: background 0.2s ease;
}

.hour-slot:hover {
    background-color: #1e1e1e;
}
.week-view-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-x: auto;
    background: #111;
    border: 1px solid #333;
    border-radius: 10px;
    margin-top: 1rem;
}

.week-row {
    display: grid;
    grid-template-columns: 80px repeat(7, 1fr);
    border-bottom: 1px solid #222;
    min-height: 50px;
}

.time-label {
    color: #aaa;
    font-size: 0.75rem;
    text-align: right;
    padding: 0.5rem;
    background: #1a1a1a;
    border-right: 1px solid #222;
}

.day-header {
    text-align: center;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0.5rem;
    background: #222;
    color: #eee;
    border-right: 1px solid #333;
}

.week-cell {
    background: #121212;
    border-right: 1px solid #222;
    cursor: pointer;
}

.week-cell:hover {
    background: #1e1e1e;
}
#popupContent h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
#popupContent{
    position: fixed;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 2rem;
    z-index: 1000;
    width: 96%;
    max-height: 70vh;
    max-width: 500px;
    overflow-y: scroll;
    border-radius: 15px;
    box-sizing: border-box;
}
#popupContent .add-task {
    margin-top: 2rem;
}
.event-dots {
    display: flex;
    gap: 4px;
    margin-top: 4px;
    position: absolute;
    top: 5px;
    right: 0;
}

.event-dots .dot {
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
}
.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    margin-bottom: 0.5rem;
    color: #E3CCBA;
    font-weight: bold;
    font-size: 1rem;
}
.bottom-nav,.bottom-navWrap {
    position: fixed;
    bottom: 0;
    left: 50%;
    padding-bottom: 15px;
    transform: translateX(-50%);
    width: 100%;
    height: 70px;
    background: #111;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #444;
    z-index: 1000;
    max-width: 700px;
    font-weight: bold;
}
.bottom-navWrap{
    max-width: unset;
}
.nav-item {
    color: #bbb;
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    padding: 10px 0;
    cursor: pointer;
    transition: color 0.2s ease;
}
.nav-item:hover,
.nav-item.active {
    color: #4ecdc4;
}
.event-title{
    line-height: 8px;
    color: #FFFFFF;
    font-size: 9px;
    background-color: rgba(255, 255, 255, 0.26);
    text-transform: capitalize;
    padding: 4px;
    box-sizing: border-box;
    margin-bottom: 3px;
}
.nav-item .icon {
    font-size: 1.5rem;
    line-height: 1;
}
.event-dots {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
}
.event-dot {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px; /* Adjust spacing between dots and event names */
}