::-webkit-scrollbar {
    width: 10px;
    background-color: #00000000;
}

::-webkit-scrollbar-thumb {
    background-color: #ddbe61;
    border-radius: 25px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #efb810;
}

:root {
    --bs-primary: #fdf6d3;
    --bs-secondary: #c7b9c6;
    --bs-success: #e7d3e4;
    --bs-info: #b5c3e3;
    --bs-warning: #f8e6c1;
    --bs-danger: #d19ca3;
    --bs-light: #faf8f3;
    --bs-dark: #343a40;
    --bs-body-bg: #dedccf;
    --bs-body-color: #212529;
    --bs-font-family-base: 'Arial, sans-serif';
    --bs-font-size-base: 1rem;
    --bs-nav-link-color: #ad8a1f;
    --bs-emphasis-color: #ad8a1f;
    --bs-emphasis-color-rgb: 145, 92, 29;
}

body {
    scroll-behavior: smooth;
    background-color: #dedccf;
}

header {
    position: relative;
    background: url("./../images/banners/banner.webp") center center/cover no-repeat;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.navbar-light {
    background-color: var(--bs-primary);
}

.nav-item:hover {
    font-weight: bolder;
}

.container {
    position: relative;
    z-index: 2;
}

.title-color-prymary {
    color: #ad8a1f !important;
}

.nav-link:hover {
    border-bottom: 0.1rem solid #ad8a1f;
    font-weight: normal !important;
}

blockquote {
    background-color: var(--bs-light);
    padding: 20px;
    border: 1px solid #ad8a1f;
    border-left: 5px solid #ad8a1f;

}

blockquote hr {
    border: 0.1rem solid #ad8a1f;
}

#gallery {
    padding: 50px 0;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.section-subtitle {
    font-size: 1.2rem;
    color: var(--bs-dark);
    margin-bottom: 40px;
}

.phone-frame {
    position: relative;
    max-width: 430px;
    height: 600px;
    margin: 0 auto;
    border: 5px solid #333;
    border-radius: 16px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.phone-frame::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    width: 60px;
    height: 5px;
    background: #333;
    border-radius: 10px;
    transform: translateX(-50%);
}

.phone-frame-img {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.phone-frame-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.phone-frame-img:hover img {
    transform: scale(1.05);
}

.overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2rem;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 16px;
}

.phone-frame-img:hover .overlay-text {
    opacity: 1;
}

.overlay-text span {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.mb-6 {
    margin-bottom: 6rem;
}

.btn-whatsapp {
    background-color: #ad8a1f ;
    color: white;
    font-size: 1.5rem;
    padding: 15px 30px;
    border-radius: 50px;
    border-color: #c7980b;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.btn-whatsapp:hover {
    background-color: #efb810 ;
    color: white;
    font-size: 1.5rem;
    padding: 15px 30px;
    border-radius: 50px;
    border-color: #efb810;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.btn-whatsapp:active {
    background-color: #ad8a1f  !important;
    color: white;
    font-size: 1.5rem;
    padding: 15px 30px;
    border-radius: 50px;
    border-color: #ad8a1f  !important;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.btn-whatsapp i {
    font-size: 1.5rem;
    margin-right: 10px;
}

.btn-whatsapp:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.btn-whatsapp:focus {
    outline: none;
}

.contact-section .btn-primary {
    background-color: #ad8a1f ;
    border: none;
}

.contact-section .btn-primary:hover {
    background-color: #efb810 ;
}

.bg-light {
    background-color: rgb(255 250 225) !important;
}

.card-body {
    background-color: #faf8f3;
}

.carousel-control-prev,
.carousel-control-next {
    color: #ad8a1f ;
}

.carousel-indicators [data-bs-target] {
    height: 20px;
    border-top: 0;
    border-bottom: 0;
}

.carousel-indicators li {
    border-right: 5px solid var(--bs-white);
    border-left: 5px solid var(--bs-white);
    margin-right: 10px;
    transition: 0.5s;
}

.carousel-indicators li.active {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    border-right: 10px solid var(--bs-primary);
    border-left: 10px solid var(--bs-primary);
}

.carousel-indicators li::marker {
    font-size: 0;
}