body {
    padding-top: 0;
}
.background{
    position: relative;
    /*background: url(../img/halloweenbg.png);*/
    background: url(../img/bg.png);
    /*background: url(../img/noelbg.png);*/
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 100%;
}
.modal-backdrop > div > div{
    top: 3400px !important;
}
.animated-font{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(-45deg, rgb(240 162 63 / 0.3), rgb(235 137 54 / 0.3), rgb(230 106 45 / 0.3), rgb(212 40 24 / 0.3));
    background-size: 400% 400%;
    -webkit-animation: Gradient 5s ease infinite;
    -moz-animation: Gradient 5s ease infinite;
    animation: Gradient 5s ease infinite;
}

@media screen and (max-width: 1024px){
    .animated-font{
        display: none;
    }
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
#hero{
    position: relative;
}
#hero .hero-text{
	font-size: 1.3rem;
    font-weight: 0;
    color: #001e42;
}
#hero h1{
	font-size: 2.5rem;
}
.btn{
	border-radius: 0;
}
a, .btn {
    position: relative;
    z-index: 1;
}
#signupform .form-check-input{
        width: unset;
}

.absolute-alert{
    position: absolute;
    width: 100%;
    margin-top: 10px;
    z-index: 10;
}

.fixed-alert{
    position: fixed;
    width: 100%;
    margin-top: 10px;
    z-index: 10;
}

#bloc-cookie {
    position: fixed;
    width: 420px;
    max-width: calc(100vw - 24px);
    right: 16px;
    bottom: 16px;
    z-index: 9999;
    -webkit-animation: right-slide 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-animation: right-slide 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
    animation: right-slide 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#bloc-cookie-inner {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: rgba(10, 10, 18, 0.92);
    border: 1px solid rgba(234, 126, 51, 0.35);
    border-top: 3px solid #ea7e33;
    border-radius: 0 0 4px 4px;
    padding: 18px 20px 16px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(234,126,51,0.08);
}

.bloc-cookie-icon {
    flex-shrink: 0;
    margin-top: 2px;
    color: #ea7e33;
    opacity: 0.9;
}

.bloc-cookie-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bloc-cookie-content p {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.75);
}

#bloc-cookie a {
    cursor: pointer;
    align-self: flex-start;
    text-decoration: none !important;
}

@-webkit-keyframes right-slide {
    from { transform: translateX(460px); opacity: 0; }
    to   { transform: translateX(0);     opacity: 1; }
}
@keyframes right-slide {
    from { transform: translateX(460px); opacity: 0; }
    to   { transform: translateX(0);     opacity: 1; }
}

@media (max-width: 480px) {
    #bloc-cookie {
        right: 12px;
        left: 12px;
        width: auto;
    }
}

/* Margin top */
.mt1
{
    margin-top: 1pc !important;
}
.mt2
{
    margin-top: 2pc !important;
}
.mt3
{
    margin-top: 3pc !important;
}
.mt4
{
    margin-top: 4pc !important;
}
.mt5
{
    margin-top: 5pc !important;
}
/* Margin bottom */
.mb1
{
    margin-bottom: 1pc !important;
}
.mb2
{
    margin-bottom: 2pc !important;
}
.mb3
{
    margin-bottom: 3pc !important;
}
.mb4
{
    margin-bottom: 4pc !important;
}
.mb5
{
    margin-bottom: 5pc !important;
}
/* Margin left */
.ml1
{
    margin-left: 1pc !important;
}
.ml2
{
    margin-left: 2pc !important;
}
.ml3
{
    margin-left: 3pc !important;
}
.ml4
{
    margin-left: 4pc !important;
}
.ml5
{
    margin-left: 5pc !important;
}
/* Margin right */
.mr1
{
    margin-right: 1pc !important;
}
.mr2
{
    margin-right: 2pc !important;
}
.mr3
{
    margin-right: 3pc !important;
}
.mr4
{
    margin-right: 4pc !important;
}
.mr5
{
    margin-right: 5pc !important;
}

/* padding top */
.pt1
{
    padding-top: 1pc !important;
}
.pt2
{
    padding-top: 2pc !important;
}
.pt3
{
    padding-top: 3pc !important;
}
.pt4
{
    padding-top: 4pc !important;
}
.pt5
{
    padding-top: 5pc !important;
}
/* padding bottom */
.pb1
{
    padding-bottom: 1pc !important;
}
.pb2
{
    padding-bottom: 2pc !important;
}
.pb3
{
    padding-bottom: 3pc !important;
}
.pb4
{
    padding-bottom: 4pc !important;
}
.pb5
{
    padding-bottom: 5pc !important;
}
/* padding left */
.pl1
{
    padding-left: 1pc !important;
}
.pl2
{
    padding-left: 2pc !important;
}
.pl3
{
    padding-left: 3pc !important;
}
.pl4
{
    padding-left: 4pc !important;
}
.pl5
{
    padding-left: 5pc !important;
}
/* padding right */
.pr1
{
    padding-right: 1pc !important;
}
.pr2
{
    padding-right: 2pc !important;
}
.pr3
{
    padding-right: 3pc !important;
}
.pr4
{
    padding-right: 4pc !important;
}
.pr5
{
    padding-right: 5pc !important;
}

.delay-1{
	animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

.delay-2{
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
}

.delay-3{
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
}

.delay-4{
    animation-delay: 4s;
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
}
.image{
	margin: 0 auto;
    overflow: hidden;
    opacity: 0.5;
}
.image img{
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.image img:hover{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
}
section.extra-features .item p{
	color: #fff;
	font-size: 1.5em;
}
.button-discord{
    background: url(../img/discord.png);
    width: 128px;
    height: 128px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.button-telegram{
    background: url(../img/telegram.png);
    width: 128px;
    height: 128px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.button-discord:hover, .button-teamspeak:hover, .button-telegram:hover{
    opacity: 0.7;
}
.button-teamspeak{
    background: url(../img/ts3.png);
    width: 128px;
    height: 128px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.nav-pills{
    border: 2px solid #e6692c;
}
.nav-pills .nav-link.active, .show>.nav-pills .nav-link{
    background-color: #ed8e39;
    border-radius: 0;
}
.boutique .card-body{
    position: absolute;
    background-color: rgba(221, 221, 221, 0.7);
    bottom: 0;
}
.tab-pane-border{
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.boutique{
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background-color: #000;
    height: 300px;
}
/*.boutique img.card-img-top {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
.boutique img.card-img-top:hover {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);   
}*/
nav.navbar .navbar-btn{
    margin-left: 0;
}

/* Style amélioré pour la navbar avec fond transparent */
nav.navbar {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 0;
}

nav.navbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 0;
    border-radius: 0;
}

nav.navbar > .container,
nav.navbar .navbar-brand,
nav.navbar .navbar-nav,
nav.navbar .navbar-text {
    position: relative;
    z-index: 1;
}

nav.navbar .navbar-brand {
    color: #fff !important;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

nav.navbar a.nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

nav.navbar a.nav-link:hover,
nav.navbar a.nav-link.active {
    color: #ea7e33 !important;
    text-shadow: 0 0 10px rgba(234, 126, 51, 0.5);
}

nav.navbar .dropdown-menu {
    background: rgba(0, 0, 0, 0.9) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

nav.navbar .dropdown-item {
    color: rgba(255, 255, 255, 0.9) !important;
}

nav.navbar .dropdown-item:hover {
    background: rgba(234, 126, 51, 0.3) !important;
    color: #fff !important;
}

nav.navbar .navbar-toggler span {
    background-color: #fff !important;
}
.card .card-text{
    text-align: left;
}
#list_pubs{
    text-align: center;
}
#list_pubs .pubs{
    display: inline-flex;
    line-height: 0;
    margin-bottom: 15px;
    background: #003a77;
    padding: 3px;
}
#list_pubs .pubs .about_pub{
    line-height: 100px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    background: #5989e5;
    font-weight: bold;
    font-size: 30px;
    color: white;
}

.noel-background {
    position: relative;
    margin: 0 auto;
    width : 100%;
    height: 215px;
    background : url("../img/promotion/noel.png") no-repeat top center;
}
 
.i-large,
.i-medium,
.i-small {
    position : absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}
 
.i-large {
    background: url("../img/particules_large.png") repeat 0px 0px;
    -webkit-animation: dropFlowParticles 2s linear infinite;
         -o-animation: dropFlowParticles 2s linear infinite;
            animation: dropFlowParticles 2s linear infinite;
}
.i-medium {
    background: url("../img/particules_medium.png") repeat 0px 0px;
    -webkit-animation: dropFlowParticles 12s linear infinite;
         -o-animation: dropFlowParticles 12s linear infinite;
            animation: dropFlowParticles 12s linear infinite;
}
.i-small {
    background:url("../img/particules_small.png") repeat 0px 0px;
    -webkit-animation: dropFlowParticles 27s linear infinite;
         -o-animation: dropFlowParticles 27s linear infinite;
            animation: dropFlowParticles 27s linear infinite;
}
 
@-webkit-keyframes dropFlowParticles {
    from { background-position: 0 0; }
    to { background-position: 0 413px; }
}
@keyframes dropFlowParticles {
    from { background-position: 0 0; }
    to { background-position: 0 413px; }
}
.vote-box{
    padding: 22px;
    background-color: #eee;
    margin-top: 1em;
    position: relative; 
}
#after{
    position: relative;
}
.not-access{
    cursor: no-drop;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 99;
    background-color: #ddd;
}
.box-buy-sell{
    height: 200px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #000;
    margin-bottom: 1pc;
}
.box-buy-sell #ventes_prix{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: red;
    z-index: 9;
}
.box-buy-sell span:nth-child(1){
    position: relative;
    width: 100%;
    line-height: 32px;
    background: #ddd;
}
.box-buy-sell img{
    position: relative;
    height: 100%;
    cursor: pointer;
}
.box-buy-sell #localisation_ventes{
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 9;
}
#buy-and-sell{
    border: none;
    width: 100%;
    height: 500px;
}
.looping-box{
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: rgba(37, 36, 36, 0.35);
    left: 0;
    top: 0;
    z-index: 9;
    bottom: 0;
    height: 100%;
    cursor: wait;
}
.looping-box p{
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
}
.looping-box p i{
    color: #fff;
}
#signupform input{
    border-radius: 0 !important;
}
.scroll-in{
    visibility: hidden !important;
}
.header{
    position: relative;
    right: 0;
    left: 0;
    z-index: 99999;
}
.loading-page {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/background.png) center #fff no-repeat;
}
.loading-page h3{
    position: relative;
    color: #fff;
    text-align: center;
    top: 50%;
}
@keyframes cyl{
    50%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@-webkit-keyframes cyl{
    50%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    } 
}
.input-group .input-group-btn{
    font-size: initial;
}
.modal{
    background: rgba(255, 255, 255, 0.8);
}
.modal-content{
    border: 0;
}
.jumbotron{
    position: relative;
}
.dropdown-menu{
    border-radius: 0;
}
#pronostic input{
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}
#pronostic input::placeholder{
    font-size: 60px;
    font-weight: bold;
    vertical-align: middle;
}
.promotion-card{
    padding: 10px;
    background: #333;
    text-align: center;
    text-shadow: 0px 0px 18px;
    border-bottom: 4px solid;
    animation: rainbow 1s ease-in infinite;
    -webkit-animation: rainbow 4s ease-in infinite;
    -moz-animation: rainbow 4s ease-in infinite;
}
@keyframes rainbow{
    0%   {color: cyan;}
    25%  {color: #ff6060;}
    50%  {color: #ffd453;}
    100% {color: #4aff73;}
}
@-webkit-keyframes rainbow{
    0%   {color: cyan;}
    25%  {color: #ff6060;}
    50%  {color: #ffd453;}
    100% {color: #4aff73;}
}
#eastern-roleplay-radio #play-radio, #eastern-roleplay-radio #pause-radio, #eastern-roleplay-radio p{
    color: #fff;
}
#eastern-roleplay-radio{
    position: fixed;
    background-color: #333;
    left: 0;
    bottom: 0;
    z-index: 999;
}
#eastern-roleplay-radio #pause-radio{
    display: none;
}
#eastern-roleplay-radio #play-radio, #eastern-roleplay-radio #pause-radio{
    position: absolute;
    font-size: 34px;
    padding: 0 15px;
    background-color: #666;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    z-index: 9;
}
#eastern-roleplay-radio #play-radio:hover, #eastern-roleplay-radio #pause-radio:hover{
    opacity: 0.5;
}
#eastern-roleplay-radio p{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    font-size: 11px;
    text-align: center;
    line-height: 18px;
    margin-left: 60px;
    background-color: #555;
    z-index: 9;
}
#eastern-roleplay-radio #planningtime{
    color: #fff;
    position: absolute;
    left: 47px;
    bottom: 24px;
    font-size: 26px;
    padding: 7px 18px;
    background-color: #cd5454;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    z-index: 9;
}
#eastern-roleplay-radio #planningtime:hover{
    opacity: 0.5;
}
#eastern-roleplay-radio #radio-music{
    color: #fff;
    position: absolute;
    margin-left: 145px;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 9px;
    z-index: 6;
    line-height: 29px;
}
#eastern-roleplay-radio #radio-share{
    color: #fff;
    position: absolute;
    margin-left: 100px;
    bottom: 0;
    font-size: 20px;
    padding: 0 11px;
    background-color: #37cfdc;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    z-index: 9;
}
#eastern-roleplay-radio #radio-share:hover{
    opacity: 0.5;
}

#eastern-roleplay-radio #radio-name span:nth-child(2){
    position: absolute;
    right: 10px;
}
#eastern-roleplay-radio #radio-volume{
    position: absolute;
    bottom: 29px;
    width: 244px;
    z-index: 9;
    right: 0;
}
#eastern-roleplay-radio #radio-volume #volume-open, #eastern-roleplay-radio #radio-volume #volume-close{
    position: absolute;
    bottom: 4px;
    left: 3px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}
#eastern-roleplay-radio #radio-volume .progress{
    height: 5px;
    cursor: pointer;
}
#planning-radio thead tr th{
    text-align: center;
}
#planning-radio #jours tr{
    background-color: #444;
    color: #fff;
}
#planning-radio #body-planning{
    font-size: 11px;
}
#planning-radio #body-planning tr td{
    border-right: 1px solid #fff;
    text-align: center;
    width: calc(100%/7);
    vertical-align: middle;
    background-color: #ddd;
}

#planning-radio #body-planning tr th{
    vertical-align: middle !important;
    background-color: #444;
    color: #fff;
}

#planning-radio #body-planning tr td.active{
    background-color: #37cfdc;
    font-weight: bold;
}
#discover-world{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px;
    z-index: 9;
    background-image: linear-gradient(120deg,rgb(242 173 66 / 0.8), rgb(231 109 46 / 0.8) 0%, rgb(218 42 25 / 0.8));
}
#discover-world div{
    padding: 2em 0;
    justify-content: space-between;
}
#discover-world div p{
    color: #fff;
    display: inline;
    font-size: 25px;
}
#discover-world div a{
    float: right;
}
.input-group-prepend{
    padding: 5px 10px;
    background: #ddd;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.delay-2{
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
}

.modal-header .close{
    padding: 0;
    margin:0;
}
.btn-link{
    color: #ec8e38 !important;
}
.list-group-item.active {
    background-color: #ea7e33 !important;
    border-color: #ea7e33 !important;
}
.progress-bar{
    background-color: #ea7e33 !important;
}

/* Style pour la section articles avec fond transparent */
#articles {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#articles::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

#articles .container {
    position: relative;
    z-index: 1;
}

#articles h2 {
    color: #fff !important;
}

#articles hr {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

#articles .text h4 {
    color: #fff !important;
}

#articles .text p {
    color: rgba(255, 255, 255, 0.9) !important;
}

#articles .text strong {
    color: #fff !important;
}

/* Style pour le footer : même image que l’accueil (cf. #articles), pas de gris / thème */
footer.main-footer {
    background-color: transparent !important;
    background-image: url(../img/bg.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

footer.main-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

footer.main-footer .container {
    position: relative;
    z-index: 1;
}

footer.main-footer .brand,
footer.main-footer h5,
footer.main-footer ul.contact-info,
footer.main-footer ul.contact-info li,
footer.main-footer ul.links,
footer.main-footer ul.links li,
footer.main-footer .copyrights p,
footer.main-footer .copyrights strong,
footer.main-footer span {
    color: #fff !important;
}

footer.main-footer .copyrights .container {
    border-top-color: rgba(255, 255, 255, 0.3) !important;
}

footer.main-footer a,
footer.main-footer ul.links a,
footer.main-footer ul.contact-info a,
footer.main-footer .copyrights a {
    color: rgba(255, 255, 255, 0.92) !important;
}

footer.main-footer a:hover,
footer.main-footer ul.links a:hover,
footer.main-footer ul.contact-info a:hover,
footer.main-footer .copyrights a:hover {
    color: rgb(255, 192, 119) !important;
}

/* Style amélioré pour la section des statistiques */
#extra-features {
    background-color: transparent !important;
    background-image: url(../img/bg.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 120px 0 !important;
}

#extra-features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

#extra-features .container {
    position: relative;
    z-index: 1;
}

#extra-features h2,
#extra-features .lead,
#extra-features .lead strong,
#extra-features .item p,
#extra-features .item small {
    color: #fff !important;
}

#extra-features .item {
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 15px;
    padding: 30px 20px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.1s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    align-items: stretch;
}

#extra-features .grid.row {
}

#extra-features .item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.3);
}

#extra-features .item .icon {
    margin-bottom: 20px;
}

#extra-features .item .icon i {
    font-size: 3rem;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

#extra-features .item h3 {
    color: #fff !important;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

#extra-features .item h3.text-success {
    color: #4caf50 !important;
    text-shadow: 0 0 10px rgba(76, 175, 80, 0.5);
}

#extra-features .item h3.text-danger {
    color: #f44336 !important;
    text-shadow: 0 0 10px rgba(244, 67, 54, 0.5);
}

#extra-features .item p {
    font-size: 1.1rem;
    margin-bottom: 5px;
    font-weight: 500;
}

#extra-features .item small {
    font-size: 0.85rem;
    opacity: 0.8;
    display: block;
    margin-top: 5px;
}