/* Base styles */
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

/* Service Cards Styles */
.service-cards {
    padding: 2rem 0;
}

.service-card {
    background-color: #FDF6F0;
    padding: 2rem;
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

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

.service-icon {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.service-card h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #333;
}

.service-card p {
    color: #666;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.read-more {
    color: #4A9F5C;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    display: inline-block;
}

.read-more:hover {
    color: #357B44;
}

/* Utility classes */
.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

/* Navigation styles */
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

/* Decorative leaves styles */
.decorative-leaf {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    opacity: 0.8;
    transition: transform 0.3s ease;
}

.leaf-1 {
    top: 20%;
    left: 17%;
    transform: rotate(360deg);
    width: 80px;
}

.leaf-2 {
    top: 30%;
    right: 8%;
    transform: rotate(25deg);
    width: 100px;
}

.leaf-3 {
    bottom: 15%;
    left: 12%;
    transform: rotate(-35deg);
    width: 90px;
}

.leaf-4 {
    top: 60%;
    right: 15%;
    transform: rotate(15deg);
    width: 85px;
}

.leaf-5 {
    bottom: 25%;
    right: 10%;
    transform: rotate(-20deg);
    width: 95px;
}

.leaf-6 {
    top: 45%;
    left: 6%;
    transform: rotate(20deg);
    width: 75px;
}

.leaf-7 {
    top: 25%;
    left: 15%;
    transform: rotate(-25deg);
    width: 85px;
}

.leaf-8 {
    bottom: 40%;
    left: 47%;
    transform: rotate(15deg);
    width: 70px;
}

.leaf-9 {
    top: 12%;
    right: 0;
    transform: scaleX(-1) rotate(90deg);
    width: 80px;
}

/* Contact section styles */
.contact-section {
    background-color: #FDF6F0;
    border-radius: 20px;
    padding: 0rem 2rem;
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
}

.contact-section .row {
    align-items: center;
}

.contact-section-image {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.contact-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #333;
    line-height: 1.2;
}

.contact-content p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.contact-button {
    display: inline-block;
    background-color: #F4845F;
    color: white;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.contact-button:hover {
    background-color: #E57048;
    color: white;
}

.contact-decoration {
    position: absolute;
    color: #FFB992;
    font-size: 2rem;
    opacity: 0.3;
}

@media (max-width: 768px) {
    .contact-section {
        padding: 2rem 1rem;
    }
    
    .contact-content {
        text-align: center;
        margin-top: 2rem;
    }
    
    .contact-section-image {
        max-width: 80%;
        margin: 0 auto 2rem;
    }
}

/* Login page styles */
html, body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.login-page.container {
    display: flex;
    height: 100vh;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    overflow: hidden;
}

.login-page .left-side {
    width: 50%;
}

.login-page .left-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-page .right-side {
    width: 50%;
    padding: 40px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
}

@media (max-width: 768px) {
    .login-page .left-side {
        display: none;
    }
    
    .login-page .right-side {
        width: 100%;
        padding: 20px;
    }
}

/* Footer styles */
.footer {
    background-color: #212529;
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer a:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}



#order_addresses .form-check, #order_carriers .form-check {

    background-color: #e8f1ff;
    padding: 10px 40px;
    border-radius: var(--bs-border-radius-lg) !important;

}

.small-container {
    max-width : 800px;
    margin: 0 auto;
}

.table td, .table th {
    vertical-align: middle;
}
.table > :not(caption) > * > * {
    padding: 1rem 0.5rem;
}