@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");

:root {
    --main-bg-color: #111;
    --main-bg-color-2: #d4ba91;
}

.text-ocre{
    color: #d4ba91;
}

.bg-ocre{
    background-color: #d4ba91;
}

.bg-padrao-1 {
    background-color: var(--main-bg-color);
}

.bg-padrao-2 {
    background-color: var(--main-bg-color-2);
}

* {
    font-family: "Roboto", sans-serif;
}

#ticker .ticker{
    background: var(--main-bg-color-2);
}

#ticker .ticker span{
    font-size: 14px;
    font-weight: 500;
}


.calendar-title {
    font-size: 14px;
    font-weight: 500;
    padding-top: 9px;
}

.titulo-padrao-2 {
    background-color: var(--main-bg-color-2);
    color: white;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 15px;
    padding: 7px 9px;
    border-left: #9C9FA6 6px solid;
}

.titulo-padrao-1 {
    font-weight: 400;
    color: var(--main-bg-color-2);
    font-size: 28px;
    margin-bottom: 15px;
    border-bottom: 1px solid #9C9FA6;
    padding-bottom: 5px;
}

.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

a:hover {
    text-decoration: none;
}

.bg-grey {
    background-color: #f1f1f1;
}

.bg-padrao-1 {
    background-color: var(--main-bg-color);
    color: white;
}

.bg-padrao-2 {
    background-color: var(--main-bg-color-2);
    color: white;
}

.bg-padrao {
    background-color: var(--main-bg-color);
}

.custom-toggler.navbar-toggler {
    background-color: var(--main-bg-color);
    color: white;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#top-wrapper {
    padding: 20px 0;
    background: var(--main-bg-color);
}

@keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes fadeIn {
    from {
        top: 20%;
        opacity: 0;
    }

    to {
        top: 100;
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        top: 20%;
        opacity: 0;
    }

    to {
        top: 100;
        opacity: 1;
    }
}

.account{
    font-size: 13px;
}

#top-wrapper .brand {
    max-width: 210px;
    padding: 20px 0 8px 0;
}

#top-wrapper {
    font-size: 13px;
}

#top-wrapper a:hover {
    text-decoration: none;
}

.w-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    z-index: 100;
}

.w-float.whatsapp-trigger,
#footer .whatsapp-trigger {
    border: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.w-float:hover {
    background-color: #1e9c4d;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.w-my-float {
    margin-top: 12px;
    margin-left: 2px;
}

.modal-header {
    background-color: #4D5159;
    color: #fff;
}

.modal-header .modal-title {
    font-size: 17px;
}

.agenda-component h3 {
    font-size: 15px;
    color: var(--main-bg-color-2);
}

.agenda-component .alert {
    font-size: 13px;
    font-weight: bold;
}

.agenda-component .data-leilao-2 {
    border-top: 3px solid var(--main-bg-color-2);
    font-size: 13px;
    line-height: 15px;
    margin: 0;
    list-style: none;
    padding: 10px 0 5px;
    font-weight: 500;
    color: var(--main-bg-color);
}

.badge-lote-2 {
    font-size: 15px;
}

.badge-lote {
    font-size: 20px;
}

/*AGENDA HOME INÍCIO*/

#schedule .schedule-title {
    background-color: #072242;
    color: white;
    min-height: 45px;
    padding-right: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#schedule .schedule-title .date-time {
    background-color: #17a2b8;
    text-align: center;
    width: 70px;
    min-width: 70px;
    margin-right: 10px;
    min-height: 45px;
    padding-top: 6px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#schedule .schedule-title .date-time p {
    margin: 0;
    line-height: 17px;
    font-weight: 600;
    text-transform: capitalize;
}

#schedule .schedule-title h5 {
    font-size: 13.5px;
    margin: 0;
    width: 100%;
    text-align: center;
}

#schedule .schedule-body {
    min-height: 183px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#schedule .schedule-body p {
    font-size: 12px;
}

#schedule .schedule-footer .btn-sm {
    font-size: 12px;
    padding: 2px;
}

#schedule .schedule-footer .btn-left {
    margin-right: 2px;
}

#schedule .schedule-footer .btn-right {
    margin-left: 2px;
}

#schedule .card-group {
    padding: 8px;
}

#schedule .card-group .card {
    border: none;
}

#schedule .card-group .card-left {
    max-width: 340px;
}

#schedule .card-group .card .card-header,
#schedule .card-group .card .card-footer {
    padding: 0 0 0 8px;
    background: none;
    border: none;
}

#schedule .card-group .card .card-footer {
    display: flex;
}

#schedule .card-group .card .card-footer .btn {
    flex: auto;
}

@media only screen and (max-width: 992px) {
    #schedule .schedule-title {
        padding: 5px;
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    #schedule .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #schedule .card-group .card-left {
        max-width: 100%;
    }

    #schedule .card-group .card .card-header,
    #schedule .card-group .card .card-footer {
        padding: 0;
    }

    #schedule .card-group .card .card-footer {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 576px) {
    #schedule .schedule-title {
        padding: 5px;
    }

    #schedule .card-group .card {
        margin: 0;
    }
}
/*AGENDA HOME FIM*/

/*RELÓGIO*/
.clock{
    margin: 5px 0;
    padding: 10px 10px 7px;
    background-color: #d3ba91;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.clock .timer div {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 17px;
    padding: 3px 3px 2px 3px;
    margin: 0 2px;
    color: #242426;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 36px;
}

.clock .timer div span {
    display: block;
    font-size: 12px;
}
/*RELÓGIO*/

/*COLUNA DIREITA*/

#right-sidebar h2 {
    background-color: #072242;
    color: white;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 15px;
    padding: 7px 9px;
    border-left: #17a2b8 6px solid;
}

.product a img {
    border-bottom: 5px solid #17a2b8;
}

.product h5 {
    font-size: 16px;
    margin-top: 5px;
    color: #17a2b8;
    line-height: 18px;
    margin-bottom: 0;
}

.product p {
    font-size: 14px;
    line-height: normal;
}

/*COLUNA DIREITA*/

.owl-controls.clickable {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 10px;
}

.picture-wrapper {
    position: relative;
}

.picture-wrapper span {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #17a2b8;
    padding: 3px 6px 3px 6px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

/*PARALLAX*/
.parallax-window {
    padding: 170px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.parallax-window.type2 {
    padding: 70px 0 40px 0;
    margin: 30px 0;
}

.parallax-window.type2 h2 {
    color: white;
    font-size: 25px;
    margin-bottom: 15px;
    margin-left: 7px;
}

@media only screen and (max-width: 576px) {
    .parallax-window {
        padding: 70px 0;
    }
}

#products-carousel-inline .item .product {
    min-height: 360px;
}
/**/

/*Footer*/
#footer {
    border-top: 5px solid #d4ba91;
    background: var(--main-bg-color);
}

#footer .container {
    color: #fff;
}
#footer h4 {
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 5px;
    border-bottom: 1px dotted #9C9FA6;
    margin-bottom: 15px;
}
#footer p {
    font-size: 14px;
}
#footer img.brand {
    max-width: 210px;
}
#footer .fab {
    font-size: 23px;
    padding-top: 9px;
    width: 45px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    color: #1D2026;
    margin: 0 3px;
    background: #fff;
    border: 2px solid #fff;
}
#footer button.fab {
    line-height: 1;
}
#footer .fab.fa-facebook-f:hover {
    background: #3b5998;
    color: #fff;
}
#footer .fab.fa-youtube:hover {
    background: red;
    color: #fff;
}
#footer .fab.fa-instagram:hover {
    background: #d6249f;
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
    color: #fff;
}
#footer .fab.fa-whatsapp:hover {
    background: green;
    color: #fff;
}

.assinatura {
    font-size: 13px;
    color: #fff;
    padding-top: 2px;
    background: #1D2026;
}
.assinatura .social-icons a {
    color: #fff;
    margin-left: 3px;
    font-size: 16px;
}
.assinatura .social-icons-text {
    padding-top: 1px;
}
.assinatura .social-icons-text a,
.assinatura a {
    color: #fff;
    font-size: 13px;
}

.assinatura .social-icons-text a:hover,
.assinatura .social-icons a:hover,
.assinatura a:hover {
    color: var(--main-bg-color-2);
}

#forecast {
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: white;
}

.page-link {
    color: #17a2b8;
}

.page-item.active .page-link {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: white;
}

.fotos-galeria figure{
    background: #f5f2f0;
    padding: 5px 5px 5px 5px;
    margin: 5px;
    max-width: 100%;
}

.fotos-galeria figure img{
    width: 100%;
}

.fotos-galeria figure figcaption {
    margin: 6px 8px 0 8px;
    text-align: center;
    font-size: 13px;
}

.grid-sizer,
.grid-item {width:25%;}

.btn-info-2 {
    color: white;
    background-color: #034c8c;
    border-color: #034c8c
}

.btn-info-2:hover {
    color: white;
    background-color: #023059;
    border-color: #023059
}

.btn-info-2:focus,
.btn-info-2.focus {
    box-shadow: 0 0 0 .2rem rgba(2, 48, 89, 0.5)
}

.btn-info-2.disabled,
.btn-info-2:disabled {
    color: white;
    background-color: #034c8c;
    border-color: #034c8c
}

.btn-info-2:not(:disabled):not(.disabled):active,
.btn-info-2:not(:disabled):not(.disabled).active,
.show>.btn-info-2.dropdown-toggle {
    color: white;
    background-color: #023059;
    border-color: #023059
}

.btn-info-2:not(:disabled):not(.disabled):active:focus,
.btn-info-2:not(:disabled):not(.disabled).active:focus,
.show>.btn-info-2.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(2, 48, 89, 0.5)
}

.btn-outline-info {
    color: #034c8c;
    background-color: transparent;
    background-image: none;
    border-color: #034c8c
}

.btn-outline-info:hover {
    color: #222;
    background-color: #023059;
    border-color: #034c8c
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(2, 48, 89, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #034c8c;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: white;
    background-color: #023059;
    border-color: #034c8c
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(2, 48, 89, 0.5)
}

.texto-col-profissional p{
    font-size: 0.9em;
    color: #555;
}

.texto-col-profissional h5{
    color: #034c8c;
}

@media screen and (max-width: 992px) {
    .grid-sizer,
    .grid-item {width:33.333%;}
}

@media screen and (max-width: 768px) {
    .grid-sizer,
    .grid-item {width:50%;}
}

@media screen and (max-width: 550px) {
    .grid-sizer,
    .grid-item {width:100%;}
}

.btn-standart-1 {
    background-color: #222; /* Cor principal */
    color: white; /* Cor do texto */
    border: 1px solid #222; /* Borda na mesma cor do fundo */
    padding: 0.375rem 0.75rem; /* Padrão de padding do Bootstrap */
    border-radius: 0.25rem; /* Padrão de borda arredondada do Bootstrap */
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.btn-standart-1:hover,
.btn-standart-1:focus,
.btn-standart-1:active {
    background-color: #d4ba91; /* Cor hover, active e clicado */
    border-color: #d4ba91; /* Bordas na mesma cor do hover */
    color: #222; /* Manter a cor do texto branca */
}

.btn-standart-1:active:focus {
    box-shadow: 0 0 0 0.2rem rgba(18, 38, 64, 0.5); /* Sombra para indicar foco no estado ativo */
}

.bg-light-gray {
    background-color: #f2f2f2;
}

.bg-light-red {
    background-color: #fdebec;
}





/* Custom CSS for Bootstrap 4.6 Integration */

/* Global Styles */
body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #111;
    background-color: #e2e2e2;
}

/* Custom Navbar */
.custom-navbar {
    background: rgba(20, 20, 20, 0.95) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 1rem 0;
}

.custom-navbar .navbar-brand img {
    height: 50px;
}

.custom-navbar .nav-link {
    color: white !important;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    transition: color 0.3s ease;
    position: relative;
    margin: 0 6px;
}

.custom-navbar .nav-link:hover,
.custom-navbar .nav-link.active  {
    color: #d4ba91 !important;
}

.custom-navbar .nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #d4ba91;
    transition: width 0.3s ease;
}

.custom-navbar .nav-link:hover::after {
    width: 80%;
}

.btn-login {
    background: #f2f2f2 !important;
    color: #000000 !important;
    border: none !important;
    padding: 0.55rem 1.1rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-left: 15px;
}

.btn-login:hover {
    background: #d4ba91 !important;
    color: #000000 !important;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .custom-navbar {
        padding: 10px 20px;
    }

    .custom-navbar .nav-link::after {
        left: 0;
        transform: translateX(0);
    }

    .custom-navbar .nav-link {
        margin: 5px 0;
        font-size: 0.95rem;
    }

    .btn-login {
        margin-top: 15px;
        margin-left: 0;
        margin-bottom: 15px;;
    }
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    padding-top: 80px;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.2;
}

.highlight {
    background: linear-gradient(135deg, #d4ba91, #f4e4c1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

/* Custom Button Styles */
.btn-primary {
    background: #d4ba91 !important;
    border-color: #d4ba91 !important;
    color: #000000 !important;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #d4ba91 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(212, 186, 145, 0.3);
}

.btn-outline-primary {
    color: #d4ba91 !important;
    border-color: #d4ba91 !important;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: #d4ba91 !important;
    border-color: #d4ba91 !important;
    color: #000000 !important;
    transform: translateY(-2px);
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    transform: translateY(-2px);
}

/* Section Titles */
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #64748b;
}

/* Service Cards */
.service-card {
    border: none !important;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08) !important;
    border-radius: 16px !important;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #d4ba91, #f4e4c1);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #d4ba91, #f4e4c1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #000000;
    font-size: 2rem;
}

.service-card .card-title {
    color: #000000;
    font-weight: 600;
}

.service-link {
    color: #d4ba91;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.service-link:hover {
    color: #d4ba91;
    text-decoration: none;
}

/* Event Cards */
.event-card {
    border: none !important;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08) !important;
    border-radius: 16px !important;
    transition: all 0.3s ease;
    overflow: hidden;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

.event-featured {
    border: 2px solid #d4ba91 !important;
}

.event-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.event-card:hover .event-image img {
    transform: scale(1.05);
}

.event-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #d4ba91;
    color: #000000;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.event-date {
    text-align: center;
    min-width: 60px;
    background-color: #222 ;
    padding: 6px 8px 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.event-date .day {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #d4ba91;
    line-height: 1;
}

.event-date .month {
    display: block;
    font-size: 0.875rem;
    color: white;
    font-weight: 600;
}

.event-card h5{
    font-size: 1.45rem;
}

.event-card .event-info p.card-text{
    font-size: 15px;
    line-height: normal;
    margin-top: 15px;
}

.event-card .card-title {
    color: #000000;
    font-weight: 600;
    font-size: 1.25rem;
}

.event-status {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.event-status.closed {
    background: #fef2f2;
    color: #dc2626;
}

/* About Section */
.about-description {
    font-size: 1.1rem;
    color: #64748b;
    line-height: 1.7;
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #d4ba91;
    line-height: 1;
}

.stat-label {
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;
}

/* Newsletter Section */
.newsletter-section {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
}

.newsletter-form .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    backdrop-filter: blur(10px);
}

.newsletter-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter-form .form-control:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: #d4ba91;
    color: white;
    box-shadow: 0 0 0 0.2rem rgba(212, 186, 145, 0.25);
}

.newsletter-form select.form-control option {
    background: #333333;
    color: white;
}

/* Footer */
.footer-section {
    background: #000000;
    color: white;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #d4ba91;
    color: #000000;
    transform: translateY(-2px);
    text-decoration: none;
}

.currency-value {
    color: #d4ba91;
    font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .hero-section {
        background-attachment: scroll;
    }

    .hero-content {
        padding-top: 100px;
    }

    .hero-actions .btn {
        width: 100%;
        max-width: 300px;
    }

    .about-stats .stat-item {
        margin-bottom: 2rem;
    }

    .countdown {
        justify-content: center;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-content > * {
    animation: fadeInUp 0.8s ease forwards;
}

.hero-title {
    animation-delay: 0.2s;
}

.hero-subtitle {
    animation-delay: 0.4s;
}

.hero-actions {
    animation-delay: 0.6s;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading states and micro-interactions */
.service-card,
.event-card {
    transform: translateY(0);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Button ripple effect */
.btn {
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn:hover::before {
    left: 100%;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #d4ba91;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #000000;
}


