@charset "UTF-8";
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

@font-face {
    font-family: sfheavy;
    src: url(fonts/SF-Pro-Display-Heavy.otf)
}

@font-face {
    font-family: sflight;
    src: url(fonts/SF-Pro-Display-Light.otf)
}

@font-face {
    font-family: sfsemibold;
    src: url(fonts/SF-Pro-Display-Semibold.otf)
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth
}

*,
:after,
:before {
    box-sizing: inherit
}

.dropdown-item {
    color: white;
    font-family: sflight;
}

.dropdown-item:hover {
    color: white;
    background-color: #0d0d0d;
}

h1 {
    color: #555;
    text-align: center;
    margin: 30px 0
}

h2 {
    font-size: 21px !important
}

.container {
    display: block;
    margin: 0 auto
}

.carousel-item>div {
    height: 70vh;
    line-height: 500px;
    font-size: 1.5em;
    text-align: center;
    color: #fff;
    width: 100vw;
    border-color: none
}

.carousel-item {
    border-radius: 30px
}

.item-1 {
    border-radius: 30px
}

.item-2 {
    border-radius: 30px
}

.item-3 {
    border-radius: 30px
}

.item-4 {
    border-radius: 30px
}

.carousel {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-container {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 500%;
    transition: transform .3s cubic-bezier(.694, .0482, .335, 1)
}

.carousel-item {
    position: relative;
    float: left;
    width: 25%
}

.carousel-next,
.carousel-prev {
    position: absolute;
    top: 50%;
    background-color: #000;
    opacity: .7;
    border-radius: 50%;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    z-index: 10;
    transition: opacity .3s ease
}

.carousel-prev {
    left: 2%;
    padding-right: 3px
}

.carousel-prev::before {
    content: '\f053';
    font-family: FontAwesome
}

.carousel-next {
    right: 2%;
    padding-left: 3px
}

.carousel-next::before {
    content: '\f054';
    font-family: FontAwesome
}

.carousel-next:hover,
.carousel-prev:hover {
    opacity: 1
}

.carousel-pagination {
    list-style: none;
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    width: 50%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 10
}

.carousel-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #000;
    cursor: pointer;
    margin: 0 7px;
    border-radius: 50%;
    opacity: .5;
    transition-property: transform, opacity, background-color;
    transition-duration: .3s
}

.carousel-bullet:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.carousel-bullet.active-bullet,
.carousel-bullet.active-bullet:hover {
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    background-color: #fff;
    cursor: default
}

::-webkit-scrollbar {
    width: 0;
    height: 0
}

.hs__headline {
    -webkit-box-flex: 1;
    flex: 1;
    text-transform: uppercase;
    font-weight: lighter;
    padding-left: 4%;
    color: #008C1F;
    text-align: left;
    font-family: sfheavy;
    font-size: 17px !important;
    margin-bottom: 0
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #fff;
    background: #000;
    line-height: 1.5;
    letter-spacing: .15px
}

.container {
    max-width: 100vw;
    margin: 0 auto;
    mix-blend-mode: invert;
    position: relative
}

.container:after {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

ul {
    padding: 0;
    margin: 0
}

.content {
    display: block;
    margin: 0 auto;
    padding: 1.5rem;
    background-color: transparent;
    min-height: 75vh
}

@media (min-width:641px) {
    .content {
        padding: 1.5rem;
        padding-top: .75rem;
        padding-bottom: 0
    }
}

.content {
    position: relative;
    z-index: 99
}

img {
    width: 100%;
    height: auto;
    padding: 8px;
}

.slick-dots {
    display: none !important
}

.prev {
    color: #999;
    position: absolute;
    top: 38%;
    left: -2em;
    font-size: 1.5em
}

.prev :hover {
    cursor: pointer;
    color: #000
}

.next {
    color: #999;
    position: absolute;
    top: 38%;
    right: -2em;
    font-size: 1.5em
}

.next:hover {
    cursor: pointer;
    color: #000
}

.hidelaptop {
    display: none
}

.navmobs {
    width: 400px;
    background-color: #000;
    border-radius: 0 0 6px 6px;
    margin-top: 0px;
    border: 2px solid #008c1f;
    border-top: none;
}

@media screen and (max-width:800px) {
    button:focus {
        outline: none !important
    }

    .m50 {
        width: 50% !important
    }

    .m50 a img {
        padding: 3px !important;
        max-width: 130px !important;
    }

    .m50 img {
        padding: 3px !important;
        max-width: 130px !important;
    }

    .navmobs {
        width: 88.1vw !important;
        background-color: #000;
        border-radius: 0 0 6px 6px;
        margin-top: 0px;
        border: 2px solid #008c1f !important;
        border-top: none;
    }

    .dropdown-item {
        text-align: center !important;
    }

    .navmobs .row .col-md-6 {
        width: 50% !important
    }

    .navmobs .row .col-md-6 h5 {
        text-align: center !important;
    }

    .navmobs .row .col-md-6 b {
        text-align: center !important;
        color: #008c1f !important;
        font-weight: 900 !important;
    }

    .next {
        display: none !important
    }

    .hidephone {
        display: none
    }

    .hidelaptop {
        display: inline
    }
}

h2 {
    margin-top: 0 !important
}

.responsive img {
    padding: 10px;
    border-radius: 25px;
    height: 250px;
    object-fit: fill;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all .2s ease-in;
    -ms-transform: scale(1);
    -moz-transition: all .2s ease-in;
    -moz-transform: scale(1);
    transition: all .2s ease-in;
    transform: scale(1)
}

.responsive img:hover {
    z-index: 2;
    -webkit-transition: all .2s ease-in;
    -webkit-transform: scale(1.08);
    -ms-transition: all .2s ease-in;
    -ms-transform: scale(1.08);
    -moz-transition: all .2s ease-in;
    -moz-transform: scale(1.08);
    transition: all .2s ease-in;
    transform: scale(1.08)
}

.responsive2 img {
    padding: 10px;
    border-radius: 25px;
    height: auto;
    object-fit: fill;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all .2s ease-in;
    -ms-transform: scale(1);
    -moz-transition: all .2s ease-in;
    -moz-transform: scale(1);
    transition: all .2s ease-in;
    transform: scale(1)
}

.responsive2 img:hover {
    z-index: 2;
    -webkit-transition: all .2s ease-in;
    -webkit-transform: scale(1.08);
    -ms-transition: all .2s ease-in;
    -ms-transform: scale(1.08);
    -moz-transition: all .2s ease-in;
    -moz-transform: scale(1.08);
    transition: all .2s ease-in;
    transform: scale(1.08)
}

.responsive3 img {
    padding: 10px;
    border-radius: 25px;
    height: 200px;
    object-fit: fill;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all .2s ease-in;
    -ms-transform: scale(1);
    -moz-transition: all .2s ease-in;
    -moz-transform: scale(1);
    transition: all .2s ease-in;
    transform: scale(1)
}

.responsive3 img:hover {
    z-index: 2;
    -webkit-transition: all .2s ease-in;
    -webkit-transform: scale(1.08);
    -ms-transition: all .2s ease-in;
    -ms-transform: scale(1.08);
    -moz-transition: all .2s ease-in;
    -moz-transform: scale(1.08);
    transition: all .2s ease-in;
    transform: scale(1.08)
}

.slider {
    margin: 0 auto;
    padding-top: 15px;
    width: 100%
}

.slide_viewer {
    height: 55vh;
    position: relative
}

.slide_group {
    height: 100%;
    position: relative;
    width: 100%
}

.slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%
}

.slide:first-child {
    display: block
}

.slide img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: block;
    float: right
}

.slide_buttons {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    height: 10px
}

a.slide_btn {
    color: #474544;
    font-size: 42px;
    margin: 0 .175em;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.slide_btn:hover {
    color: #008c1f;
    cursor: pointer
}

.slide_btn.active {
    color: #008c1f !important
}

.directional_nav {
    margin: 0 auto;
    position: relative;
    top: -3vh
}

.previous_btn {
    bottom: 0;
    left: 0vw;
    margin: auto;
    position: absolute;
    top: 0
}

.next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 2vw;
    top: 0
}

.next_btn,
.previous_btn {
    cursor: pointer;
    height: 120px;
    opacity: .5;
    padding-left: 10px;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 65px
}

.next_btn:hover,
.previous_btn:hover {
    opacity: 1
}

@media only screen and (max-width:767px) {
    .previous_btn {
        left: 10px
    }

    .next_btn {
        right: 10px
    }
}

.slick-track {
    margin-left: 3vw
}

a.nav-link {
    position: relative;
    padding-bottom: 15px !important
}

a.nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #008c1f;
    visibility: hidden;
    transform: scaleX(0);
    transition: all .3s ease-in-out
}

a.nav-link:hover:before {
    visibility: visible;
    transform: scaleX(1)
}

.light-font {
    font-weight: 300
}

.light-bg {
    background-color: #faf6fb
}

.section {
    padding: 80px 0
}

.section-title {
    text-align: center;
    margin-bottom: 3rem
}

.section-title small {
    color: #998a9b
}

.navbar {
    margin-bottom: 0 !important
}

.search {
    width: 50%;
    position: relative;
    display: flex
}

.searchTerm {
    width: 100%;
    border: 3px solid #00b4cc;
    border-right: none;
    padding: 5px;
    height: 20px;
    border-radius: 5px 0 0 5px;
    outline: 0;
    color: #9dbfaf
}

.searchTerm:focus {
    color: #00b4cc
}

.searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #00b4cc;
    background: #00b4cc;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px
}

.nav-menu {
    padding: 0;
    transition: all .3s ease;
    background-color: rgba(0, 0, 0, .75);
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: rgba(0, 0, 0, .75);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -webkit-box-shadow: 0 5px 23px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 23px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, .1)
}

.nav-menu.is-scrolling {
    padding: 0
}


.navbar-nav .nav-link {
    position: relative
}


@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        color: #fff;
        font-size: 14px;
        font-family: sfsemibold
    }

    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #cd99d4;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem
    }

    .navbar-nav .nav-item {
        text-align: center
    }
}

header {
    padding: 60px 0 0;
    text-align: center;
    color: #fff
}

.bg-gradient {
    background-color: #000
}

input[type=search] {
    -webkit-appearance: none !important;
    background-clip: padding-box;
    background-color: #000;
    vertical-align: middle;
    border-radius: 10px;
    border: 2px solid #008c1f;
    font-size: 1rem;
    width: 100%;
    line-height: 2;
    padding: .375rem 1.25rem;
    -webkit-transition: border-color .2s;
    -moz-transition: border-color .2s;
    transition: border-color .2s
}

::placeholder {
    font-family: sflight;
    color: #fff
}

form.search-form {
    display: flex;
    justify-content: center
}

label {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    margin-bottom: 0
}

input.search-field {
    margin-bottom: 0;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    height: 51px
}

input.search-submit {
    height: 51px;
    margin: 0;
    padding: 1rem 1.3rem;
    border-radius: 10px;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.button {
    display: inline-block;
    font-weight: 600;
    font-size: .8rem;
    line-height: 1.15;
    letter-spacing: .1rem;
    text-transform: uppercase;
    background: #071a6e;
    color: #f7f7f7;
    border: 1px solid transparent;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.button:active,
.button:focus,
.button:hover {
    cursor: pointer;
    background: #071a6e;
    color: #fff;
    outline: 0
}

.buttonw {
    background-color: #008c1f;
    border: none;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    width: 70%;
    margin-top: 20px;
    border: 2px solid #008c1f;
    display: block;
    margin: auto;
    -webkit-transition: all .2s ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all .2s ease-in;
    -ms-transform: scale(1);
    -moz-transition: all .2s ease-in;
    -moz-transform: scale(1);
    transition: all .2s ease-in;
    transform: scale(1)
}

.buttonw:hover {
    z-index: 2;
    -webkit-transition: all .2s ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all .2s ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all .2s ease-in;
    -moz-transform: scale(1.1);
    transition: all .2s ease-in;
    transform: scale(1.1)
}

.col-md-2r {
    width: 12vw
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

#video-search-header {
    width: 300px;
}

#video-search-header input {
    font-size: 13px;
    font-family: sflight;
    color: #fff;
    background: 0 0;
    border: 2px solid #008c1f;
    border-radius: 10px;
    width: 100%;
}

#search-icon-more {
    position: absolute;
    top: 25%;
    left: 10px;
    display: block;
    text-decoration: none;
    width: 65px;
    height: 60px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 57px 24px;
    background-image: url(../assets/search-icon.png)
}

input:focus {
    text-decoration: none;
    outline: 0;
    border-radius: 10px;
    border: 2px solid #008c1f
}

a:focus,
a:hover {
    text-decoration: none !important;
    color: inherit
}

.dropbtn {
    color: #fff;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer
}

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

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 140px;
    right: 0;
    overflow: auto;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1
}

.dropdown-content a {
    color: #fff;
    padding: 12px 30px;
    font-family: sfsemibold;
    text-decoration: none;
    display: block;
    text-align: right
}

.dropdown a:hover {
    font-family: sfheavy
}

.show {
    display: block
}

#continuewatching {
    display: none
}

.adding {
    margin: auto;
    display: block;
    padding: 10px 30px;
    background-color: #008c1f;
    color: #fff;
    font-family: sfsemibold;
    border-radius: 10px;
    border: 1px solid #008c1f
}

.adding:active,
.adding:focus {
    text-decoration: none;
    outline: 0
}

.viewall {
    float: right;
    padding-right: 45px;
    position: inline;
    color: #fff;
    font-family: sfsemibold;
    cursor: pointer;
    font-size: 15px
}

.viewall:hover {
    color: #fff
}

.navbar-toggler {
    padding: .25rem .75rem !important;
    font-size: 1.25rem !important;
    line-height: 1 !important;
    float: right !important;
    position: absolute !important;
    right: 5vw !important;
    top: 0%;
    background: 0 0 !important;
    border: 1px solid transparent !important;
    border-radius: .25rem !important
}

.navbar {
    justify-content: start !important
}

#logostyle {
    height: 4vw;
    width: auto;
    margin: 0;
    padding: 10px;
    padding-left: 20px;
}

@media only screen and (max-width:500px) {
    .navbar-toggler-icon {
        width: 7vw !important;
        height: 7vw !important
    }

    #logostyle {
        height: 7vw;
        width: auto;
        padding: 0;
        margin: 0;
        margin-top: 15%;
        margin-bottom: 15%;
        padding-left: 15px
    }

    #video-search-header {
        display: none
    }

    .slider {
        margin: 0 auto;
        width: 100%
    }

    .slide_viewer {
        height: 35vh;
        position: relative
    }

    .slide_group {
        height: 100%;
        position: relative;
        width: 100%
    }

    .slide {
        display: none;
        height: 100%;
        position: absolute;
        width: 100%
    }

    .slide:first-child {
        display: block
    }

    .slide_buttons {
        left: 0;
        position: absolute;
        right: 0;
        text-align: center
    }

    .directional_nav {
        margin: 0 auto;
        position: relative;
        top: -20vh
    }

    .hs__headline {
        -webkit-box-flex: 1;
        flex: 1;
        text-transform: uppercase;
        font-weight: lighter;
        padding-left: 20px;
        color: #008C1F;
        text-align: left
    }
}

.spinwheel {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
    animation: rotation 1s infinite linear
}

#loading {
    z-index: 33333333333334;
    height: 100vh;
    width: 100vw
}

@keyframes rotation {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#o1,
#o2,
#o3,
#o4,
#o6 {
    color: #fff;
    font-family: sfheavy;
    text-align: left;
    padding-left: 10px
}

#po1,
#po2,
#po3,
#po4,
#po6 {
    color: #fff;
    font-family: sfsemibold !important;
    text-align: left;
    font-size: 15px;
    padding-left: 10px;
    font-family: Poppins
}

.trialtransparent {
    position: absolute !important;
    left: 10px;
    height: 57vh;
    z-index: 10;
    width: 50px;
    filter: blur(4px);
    background: linear-gradient(to right, #111, #1111118f)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff !important
}

.col-md-6 {
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.phonebanner {
    background: #0d0d0d;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px
}

.mleft {
    margin-left: 4vw !important
}

.bimgs {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 0px !important;
}

@media screen and (max-width:800px) {
    .phonebanner {
        display: none
    }

    .bimgs {
        padding: 0px !important;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    #bannerimage1,
    #bannerimage2,
    #bannerimage3,
    #bannerimage4,
    #bannerimage5,
    #bannerimage6 {
        margin: auto;
        display: block
    }

    .mleft {
        margin-left: 0 !important;
        padding-left: 0 !important
    }

    .slide img {
        object-fit: cover;
        width: 100%;
        height: auto;
        border-radius: 10px;
        display: block;
        margin: auto;
        padding: 0 !important
    }

    .col-md-6 {
        padding-left: 0 !important
    }

    .responsive img {
        height: 200px
    }

    .responsive2 img {
        height: 180px
    }

    .responsive3 img {
        height: 180px
    }

    .next_btn,
    .previous_btn {
        display: none
    }

    .slick-track {
        margin-left: 0 !important
    }

    .viewall {
        padding-right: 10px
    }

    .container {
        width: 100%
    }
}

.navbar-collapse {
    padding-right: 10px;
}

/*whatsapp*/

.fixed-tabs-Whats {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 100;
    margin-top: 260px;
}

.aba-whatsphone {
    background: #008C1F;
    height: 60px;
    width: 70px;
    border-radius: 30px 0 0 30px;
    transition: 0.7s ease;
}

.aba-whatsphone:hover {
    width: 190px;
    transition: 0.7s ease;
}

.aba-whatsphone-icone {
    background: url(../assets/whatsapp-icon.png) no-repeat;
    width: 280px;
    background-size: 70px;
    background-position-y: -7px;
    padding: 7px;
}

.aba-whatsphone-icone a {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin-left: 70px;
    text-decoration: none;
    height: 60px;
    font-family: sans-serif;
}

.aba-whatsphone-icone a strong {
    display: block;
    font-size: 18px;
    margin-left: 70px;
}



@media (min-width: 992px) {

    #navbar {
        display: flex !important;
        align-items: center;
        width: 100%;
    }

    /* LEFT MENU */
    .navbar-nav2 {
        order: 1;
        display: flex;
    }

    /* SEARCH CENTER */
    #video-search-header {
        order: 2;
        margin-left: auto;
        margin-right: auto;
        max-width: 420px;
        flex-shrink: 0;
    }

    /* RIGHT MENU */
    .navbar-nav.ml-auto {
        order: 3;
        display: flex;
        margin-left: auto;
    }
}



/* User Menu Wrapper */
.user-menu {
    margin-left: 12px;
}



/* Username */
.user-name {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

/* Remove Bootstrap arrow */
.user-toggle::after {
    display: none;
}

/* Dropdown */
.user-dropdown {
    margin-top: 10px;
    border-radius: 14px;
    padding: 6px 0;
    min-width: 180px;
    border: none;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    animation: fadeSlide 0.25s ease;
}

/* Dropdown items */
.user-dropdown .dropdown-item {
    padding: 12px 20px;
    font-size: 14px;
}

/* Hover item */
.user-dropdown .dropdown-item:hover {
    background: #f4f4f4;
}

/* Logout color */
.logout-btn {
    color: #dc3545;
    font-weight: 500;
}

/* Animation */
@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ============================
   Mobile / Desktop Visibility
   ============================ */

/* Default: hide mobile-only items */
.mobile-only {
    display: none !important;
}

/* Show only on mobile (max-width 767px) */
@media (max-width: 767px) {
    .mobile-only {
        display: block !important;
    }
}

/* Optional: hide desktop-only on mobile */
@media (max-width: 767px) {
    .desktop-only {
        display: none;
    }
}











/* ============================
   Desktop / Mobile Visibility
   ============================ */

/* Default: show on desktop */
.desktop-only {
    display: block;
}

/* Hide on mobile */
@media (max-width: 767px) {

    .user-toggle {
        display: block !important;
    }

    .desktop-only {
        display: none;
    }

.dropdown-arrow {
    position: absolute;
    top: 20px;
    margin-left: 11px;

}


}



/* User Toggle */
.user-toggle {
    gap: 8px;
    padding: 6px 12px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.user-toggle:hover {
    background: rgba(0, 0, 0, 0.05);
}

/* Avatar */
.user-avatar {
    height: 30px;
    width: auto;
    margin-top: -5px;
    padding: 0px;
}

/* User Name */
.user-name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

/* Dropdown Arrow */
.dropdown-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #555;
    transition: transform 0.3s ease;
}

/* Rotate arrow when open */
.user-menu.show .dropdown-arrow {
    transform: rotate(180deg);
}

/* Dropdown Menu */
.user-dropdown {
    min-width: 180px;
    padding: 8px 0;
    border-radius: 10px;
    border: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Dropdown Items */
.user-dropdown .dropdown-item {
    padding: 10px 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Hover effect */
.user-dropdown .dropdown-item:hover {
    background: #f5f7fa;
}

/* Logout */
.logout-btn {
    color: #e63946;
}




.dropdown-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff; /* white arrow */
    transition: transform 0.3s ease;
}

.user-dropdown .dropdown-item:hover {
    background: #000000;
}


a#logout-button {
    cursor: pointer;
    color: white;
}


.user-dropdown {
    width: 100%;}

.dropdown-menu.navmobs.dropdown-menu-right.user-dropdown.show {
    border: 2px solid #008c1f;
}