/* FOOTER GLOBAL SETTINGS */
footer {
    font-size: 0.95em;
    border-top: 2px solid burlywood; /* decorative top border */
}



@media (max-width: 370px) {


/* ===========================================================
   LOCATION + CONTACT
   =========================================================== */

.location_item, .contact_item {
    display: flex;
    flex-direction: row;
    /* align-items: flex-start; */
    align-items: baseline;

}
.location_item i, .contact_item i {
    width: 35px;              /* fixed width for icon alignment */
    text-align: center;
    color: #a83200;
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 2px; 
}
.location_item span, .contact_item span {
    flex: 1;
    font-size: 1.1rem;
    line-height: 2.2rem; 
}

/* ===========================================================
   DELIVERY SERVICES
   =========================================================== */
.delivery_group {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
}

.delivery_logo {
    height: 48px;
    width: 48px;
    object-fit: contain;
    transition: transform 0.2s, box-shadow 0.2s;
}
.delivery_logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


/* ===========================================================
   4th COLUMN: PAYMENT METHODS + CERTIFICATION
   =========================================================== */

.payment_logo {
    height: 48px;
    width: 48px;
    object-fit: contain;
    transition: transform 0.2s, box-shadow 0.2s;
}
.payment_logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


/* Certification section */
.cert_logo {
    height: 45px;
    object-fit: contain;
    transition: transform 0.2s, box-shadow 0.2s;
}
.cert_logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}



/* ===========================================================
   NEW FOOTER
   =========================================================== */

.contain_fluid {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-self: center;
    padding: 0 10px 0 10px;
}

/* ===========================================================
   NEW FOOTER - top
   =========================================================== */
.fluid_top {
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;  
}
.fluid_top > p {
    font-size: 1.1rem;
    line-height: 2.2rem;
    margin: 15px 0;
}

.fluid_top> p:first-child {
    font-weight: 800;
}

.br {
    
}
/* ===========================================================
   NEW FOOTER - middle
   =========================================================== */

.fluid_middle {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly ;
}
.fMiddle:last-child {
    width: 100%;
}

.fMiddle {
    width: 100%;
    /* padding: 5px; */

}
.fMiddle > h3,h4 {
    margin-bottom: 5px;
}

/* LOGO + SOCIAL ICONS */
.social_footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
    
}
/* Social button base style */
.social-btn {
    /* display: flex; */
    /* align-items: center;
    justify-content: center; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.4em;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}
.social-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


.contact_footer {
    margin: 15px 0 0 0;
}

.contact_footer > div {
    margin-top: 10px;
}


.ft_idx1 {
    display: flex;
    flex-direction: column;
}

.ft_idx1 > img {
    padding: 20px 0 20px 0;
    width: 80%;
    display: flex;
    align-self: center;

}


.ft_idx4 {
    display: flex;
    flex-direction: column;
}
.ft_idx4 a {
    color: #222;              /* dark text color */
    text-decoration: none;    /* remove underline */
}
.ft_idx4 a:hover,
.ft_idx4 a:focus,
.ft_idx4 a:active,
.ft_idx4 a:visited {
    color: #222;              /* keep same dark color */
    text-decoration: none; /* optional hover effect */
}
.ft_idx4 span {
    flex: 1;
    font-size: 1.1rem;
    line-height: 2.2rem; 
}

/* ===========================================================
   NEW FOOTER - bottom
   =========================================================== */
.fluid_bottom {
    height: 25px;
    background-color: rgb(94, 91, 91);
    margin-top:15px;
}



}

@media (min-width: 371px) and (max-width: 490px) {


/* ===========================================================
   LOCATION + CONTACT
   =========================================================== */

.location_item, .contact_item {
    display: flex;
    flex-direction: row;
    /* align-items: flex-start; */
    align-items: baseline;

}
.location_item i, .contact_item i {
    width: 35px;              /* fixed width for icon alignment */
    text-align: center;
    color: #a83200;
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 2px; 
}
.location_item span, .contact_item span {
    flex: 1;
    font-size: 1.1rem;
    line-height: 2.2rem; 
}

/* ===========================================================
   DELIVERY SERVICES
   =========================================================== */
.delivery_group {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
}

.delivery_logo {
    height: 48px;
    width: 48px;
    object-fit: contain;
    transition: transform 0.2s, box-shadow 0.2s;
}
.delivery_logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


/* ===========================================================
   4th COLUMN: PAYMENT METHODS + CERTIFICATION
   =========================================================== */

.payment_logo {
    height: 48px;
    width: 48px;
    object-fit: contain;
    transition: transform 0.2s, box-shadow 0.2s;
}
.payment_logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


/* Certification section */
.cert_logo {
    height: 45px;
    object-fit: contain;
    transition: transform 0.2s, box-shadow 0.2s;
}
.cert_logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}



/* ===========================================================
   NEW FOOTER
   =========================================================== */

.contain_fluid {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-self: center;
    padding: 0 10px 0 10px;
}

/* ===========================================================
   NEW FOOTER - top
   =========================================================== */
.fluid_top {
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;  
}
.fluid_top > p {
    font-size: 1.1rem;
    line-height: 2.2rem;
    margin: 15px 0;
}

.fluid_top> p:first-child {
    font-weight: 800;
}

.br {
    
}
/* ===========================================================
   NEW FOOTER - middle
   =========================================================== */

.fluid_middle {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly ;
}
.fMiddle:last-child {
    width: 100%;
}

.fMiddle {
    width: 100%;
    /* padding: 5px; */

}
.fMiddle > h3,h4 {
    margin-bottom: 5px;
}

/* LOGO + SOCIAL ICONS */
.social_footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
    
}
/* Social button base style */
.social-btn {
    /* display: flex; */
    /* align-items: center;
    justify-content: center; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.4em;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}
.social-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


.contact_footer {
    margin: 15px 0 0 0;
}

.contact_footer > div {
    margin-top: 10px;
}


.ft_idx1 {
    display: flex;
    flex-direction: column;
}

.ft_idx1 > img {
    padding: 20px 0 20px 0;
    width: 80%;
    display: flex;
    align-self: center;

}


.ft_idx4 {
    display: flex;
    flex-direction: column;
}
.ft_idx4 a {
    color: #222;              /* dark text color */
    text-decoration: none;    /* remove underline */
}
.ft_idx4 a:hover,
.ft_idx4 a:focus,
.ft_idx4 a:active,
.ft_idx4 a:visited {
    color: #222;              /* keep same dark color */
    text-decoration: none; /* optional hover effect */
}
.ft_idx4 span {
    flex: 1;
    font-size: 1.1rem;
    line-height: 2.2rem; 
}

/* ===========================================================
   NEW FOOTER - bottom
   =========================================================== */
.fluid_bottom {
    height: 25px;
    background-color: rgb(94, 91, 91);
    margin-top:15px;
}



}

@media (min-width: 491px) and (max-width: 800px)  {

.contain_fluid h3 {
    font-size: 1.3rem;
}
.contain_fluid h4 {
    font-size:1.2rem;
}


/* ===========================================================
   LOCATION + CONTACT
   =========================================================== */

.location_item, .contact_item {
    display: flex;
    flex-direction: row;
    /* align-items: flex-start; */
    align-items: baseline;
    /* font-size: 2rem; */
    gap: 10px;

}
.location_item i, .contact_item i {
    width: 35px;              /* fixed width for icon alignment */
    text-align: center;
    color: #a83200;
    font-size: 1.3rem;
    flex-shrink: 0;
    margin-top: 2px; 
}
.location_item span, .contact_item span {
    flex: 1;
    font-size: 1.3rem;
    line-height: 2.2rem; 
}

/* ===========================================================
   DELIVERY SERVICES
   =========================================================== */
.delivery_group {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
}

.delivery_logo {
    height: 48px;
    width: 48px;
    object-fit: contain;
    transition: transform 0.2s, box-shadow 0.2s;
}
.delivery_logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


/* ===========================================================
   4th COLUMN: PAYMENT METHODS + CERTIFICATION
   =========================================================== */

.payment_logo {
    height: 48px;
    width: 48px;
    object-fit: contain;
    transition: transform 0.2s, box-shadow 0.2s;
}
.payment_logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


/* Certification section */
.cert_logo {
    height: 45px;
    object-fit: contain;
    transition: transform 0.2s, box-shadow 0.2s;
}
.cert_logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}



/* ===========================================================
   NEW FOOTER
   =========================================================== */

.contain_fluid {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-self: center;
    padding: 0 20px 0 20px;
}

/* ===========================================================
   NEW FOOTER - top
   =========================================================== */
.fluid_top {
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;  
}
.fluid_top > p {
    font-size: 1.2rem;
    line-height: 2.2rem;
    margin: 15px 0;
}

.fluid_top> p:first-child {
    font-weight: 800;
}

.br {
    display: none;
}
/* ===========================================================
   NEW FOOTER - middle
   =========================================================== */

.fluid_middle {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly ;
}
.fMiddle:last-child {
    width: 100%;
}

.fMiddle {
    width: 100%;
    /* padding: 5px; */

}
.fMiddle > h3,h4 {
    margin-bottom: 5px;
}

/* LOGO + SOCIAL ICONS */
.social_footer {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    gap: 20px;
    padding: 20px 0 20px 0;
    
    
}
/* Social button base style */
.social-btn {
    /* display: flex; */
    /* align-items: center;
    justify-content: center; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.4em;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}
.social-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


/* .contact_footer {
    margin: 15px 0 0 0;
} */

.contact_footer > div {
    margin-top: 10px;
}


.ft_idx1 {
    display: flex;
    flex-direction: column;
}

.ft_idx1 > img {
    padding: 20px 0 20px 0;
    width: 80%;
    display: flex;
    align-self: center;

}


.ft_idx4 {
    display: flex;
    flex-direction: column;
}
.ft_idx4 a {
    color: #222;              /* dark text color */
    text-decoration: none;    /* remove underline */
}
.ft_idx4 a:hover,
.ft_idx4 a:focus,
.ft_idx4 a:active,
.ft_idx4 a:visited {
    color: #222;              /* keep same dark color */
    text-decoration: none; /* optional hover effect */
}
.ft_idx4 span {
    flex: 1;
    font-size: 1.2rem;
    line-height: 2.2rem; 
}

/* ===========================================================
   NEW FOOTER - bottom
   =========================================================== */
.fluid_bottom {
    height: 25px;
    background-color: rgb(94, 91, 91);
    margin-top:15px;
}



}

@media (min-width: 801px) and (max-width: 1025px)  {
/* ===========================================================
   FONT-SIZE
   =========================================================== */
.contain_fluid h3 {
    font-size: 1.4rem;
}
.contain_fluid h4 {
    font-size:1.3rem;
}
.fluid_top > p {
    font-size: 1.2rem;
    line-height: 2.2rem;
    margin: 15px 0;
}

.fluid_top> p:first-child {
    font-weight: 800;
}

.location_item span, .contact_item span {
    flex: 1;
    font-size: 1.2rem;
    line-height: 2.2rem; 
}
.ft_idx4 span {
    flex: 1;
    font-size: 1.1rem;
    line-height: 2.2rem; 
}
/* SETTING UP THE LOGO SIZE */
.ft_idx1 > img {
    padding: 20px 0 20px 0;
    width: 70%;
    display: flex;
    align-self: center;

}
/* ===========================================================
   LOCATION + CONTACT
   =========================================================== */

.location_item, .contact_item {
    display: flex;
    flex-direction: row;
    /* align-items: flex-start; */
    align-items: baseline;
    /* font-size: 2rem; */
    gap: 10px;

}
.location_item i, .contact_item i {
    width: 35px;              /* fixed width for icon alignment */
    text-align: center;
    color: #a83200;
    font-size: 1.3rem;
    flex-shrink: 0;
    margin-top: 2px; 
}


/* ===========================================================
   DELIVERY SERVICES
   =========================================================== */
.delivery_group {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
}

.delivery_logo {
    height: 48px;
    width: 48px;
    object-fit: contain;
    transition: transform 0.2s, box-shadow 0.2s;
}
.delivery_logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


/* ===========================================================
   LOGO + CERTIFICATION
   =========================================================== */

.payment_logo {
    height: 48px;
    width: 48px;
    object-fit: contain;
    transition: transform 0.2s, box-shadow 0.2s;
}
.payment_logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


/* Certification section */
.cert_logo {
    height: 45px;
    object-fit: contain;
    transition: transform 0.2s, box-shadow 0.2s;
}
.cert_logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}



/* ===========================================================
   NEW FOOTER
   =========================================================== */

.contain_fluid {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-self: center;
    padding: 0 20px 0 20px;
}

/* ===========================================================
   NEW FOOTER - top
   =========================================================== */
.fluid_top {
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;  
}


.br {
    display: none;
}
/* ===========================================================
   NEW FOOTER - middle
   =========================================================== */

.fluid_middle {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly ;
}
.fMiddle:last-child {
    width: 100%;
}

.fMiddle {
    width: 100%;
    /* padding: 5px; */

}
.fMiddle > h3,h4 {
    margin-bottom: 5px;
}

/* LOGO + SOCIAL ICONS */
.social_footer {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    gap: 20px;
    padding: 20px 0 20px 0;
    
    
}
/* Social button base style */
.social-btn {
    /* display: flex; */
    /* align-items: center;
    justify-content: center; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.4em;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}
.social-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


/* .contact_footer {
    margin: 15px 0 0 0;
} */

.contact_footer > div {
    margin-top: 10px;
}


.ft_idx1 {
    display: flex;
    flex-direction: column;
}




.ft_idx4 {
    display: flex;
    flex-direction: column;
}
.ft_idx4 a {
    color: #222;              /* dark text color */
    text-decoration: none;    /* remove underline */
}
.ft_idx4 a:hover,
.ft_idx4 a:focus,
.ft_idx4 a:active,
.ft_idx4 a:visited {
    color: #222;              /* keep same dark color */
    text-decoration: none; /* optional hover effect */
}


/* ===========================================================
   NEW FOOTER - bottom
   =========================================================== */
.fluid_bottom {
    height: 25px;
    background-color: rgb(94, 91, 91);
    margin-top:15px;
}



}

@media (min-width: 1026px) and (max-width: 1205px) {

.contain_fluid h3 {
    font-size: 1.4rem;
}
.contain_fluid h4 {
    font-size:1.3rem;
}
.fluid_top > p {
    font-size: 1.2rem;
    line-height: 2.2rem;
    margin: 15px 0;
}

.fluid_top> p:first-child {
    font-weight: 800;
}
.ft_idx1 > img {
    padding: 20px 0 20px 0;
    width: 70%;
    display: flex;
    align-self: center;

}
/* ===========================================================
   LOCATION + CONTACT
   =========================================================== */

.location_item, .contact_item {
    display: flex;
    flex-direction: row;
    /* align-items: flex-start; */
    align-items: baseline;
    /* font-size: 2rem; */
    gap: 10px;

}
.location_item i, .contact_item i {
    width: 35px;              /* fixed width for icon alignment */
    text-align: center;
    color: #a83200;
    font-size: 1.3rem;
    flex-shrink: 0;
    margin-top: 2px; 
}
.location_item span, .contact_item span {
    flex: 1;
    font-size: 1.4rem;
    line-height: 2.2rem; 
}

/* ===========================================================
   DELIVERY SERVICES
   =========================================================== */
.delivery_group {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
}

.delivery_logo {
    height: 48px;
    width: 48px;
    object-fit: contain;
    transition: transform 0.2s, box-shadow 0.2s;
}
.delivery_logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


/* ===========================================================
   4th COLUMN: PAYMENT METHODS + CERTIFICATION
   =========================================================== */

.payment_logo {
    height: 48px;
    width: 48px;
    object-fit: contain;
    transition: transform 0.2s, box-shadow 0.2s;
}
.payment_logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


/* Certification section */
.cert_logo {
    height: 45px;
    object-fit: contain;
    transition: transform 0.2s, box-shadow 0.2s;
}
.cert_logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}



/* ===========================================================
   NEW FOOTER
   =========================================================== */

.contain_fluid {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-self: center;
    padding: 0 20px 0 20px;
}

/* ===========================================================
   NEW FOOTER - top
   =========================================================== */
.fluid_top {
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;  
}


.br {
    display: none;
}
/* ===========================================================
   NEW FOOTER - middle
   =========================================================== */

.fluid_middle {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly ;
}
.fMiddle:last-child {
    width: 100%;
}

.fMiddle {
    width: 100%;
    /* padding: 5px; */

}
.fMiddle > h3,h4 {
    margin-bottom: 5px;
}

/* LOGO + SOCIAL ICONS */
.social_footer {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    gap: 20px;
    padding: 20px 0 20px 0;
    
    
}
/* Social button base style */
.social-btn {
    /* display: flex; */
    /* align-items: center;
    justify-content: center; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.4em;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}
.social-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


/* .contact_footer {
    margin: 15px 0 0 0;
} */

.contact_footer > div {
    margin-top: 10px;
}


.ft_idx1 {
    display: flex;
    flex-direction: column;
}




.ft_idx4 {
    display: flex;
    flex-direction: column;
}
.ft_idx4 a {
    color: #222;              /* dark text color */
    text-decoration: none;    /* remove underline */
}
.ft_idx4 a:hover,
.ft_idx4 a:focus,
.ft_idx4 a:active,
.ft_idx4 a:visited {
    color: #222;              /* keep same dark color */
    text-decoration: none; /* optional hover effect */
}
.ft_idx4 span {
    flex: 1;
    font-size: 1.2rem;
    line-height: 2.2rem; 
}

/* ===========================================================
   NEW FOOTER - bottom
   =========================================================== */
.fluid_bottom {
    height: 25px;
    background-color: rgb(94, 91, 91);
    margin-top:15px;
}



}

@media (min-width: 1206px) {
/* ===========================================================
   FOOTER GLOBAL SETTINGS
   =========================================================== */
footer {
    font-size: 0.95em;
    border-top: 2px solid burlywood; /* decorative top border */
}


/* ===========================================================
   LOGO + SOCIAL ICONS
   =========================================================== */

/* Social button base style */
.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.4em;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}
.social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


/* ===========================================================
   LOCATION + CONTACT
   =========================================================== */

.location_item, .contact_item {
    display: flex;
    flex-direction: row;
    /* align-items: flex-start; */
    align-items: baseline;

}
.location_item i, .contact_item i {
    width: 35px;              /* fixed width for icon alignment */
    text-align: center;
    color: #a83200;
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 2px; 
}
.location_item span, .contact_item span {
    flex: 1;
    font-size: 1.1rem;
    line-height: 2.2rem; 
}

/* ===========================================================
   DELIVERY SERVICES
   =========================================================== */
.delivery_group {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
}

.delivery_logo {
    height: 48px;
    width: 48px;
    object-fit: contain;
    transition: transform 0.2s, box-shadow 0.2s;
}
.delivery_logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


/* ===========================================================
   4th COLUMN: PAYMENT METHODS + CERTIFICATION
   =========================================================== */

.payment_logo {
    height: 48px;
    width: 48px;
    object-fit: contain;
    transition: transform 0.2s, box-shadow 0.2s;
}
.payment_logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


/* Certification section */
.cert_logo {
    height: 45px;
    object-fit: contain;
    transition: transform 0.2s, box-shadow 0.2s;
}
.cert_logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}



/* ===========================================================
   NEW FOOTER
   =========================================================== */

.contain_fluid {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-self: center;
    padding: 0 20px 0 20px;
}

/* ===========================================================
   NEW FOOTER - top
   =========================================================== */
.fluid_top {
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;  
}
.fluid_top a {
    padding: 10px 0 10px 0;
}
.fluid_top > p {
    font-size: 1.2rem;
    line-height: 2.5rem;
    margin: 15px 0;
}

.fluid_top> p:first-child {
    font-weight: 800;
}

/* ===========================================================
   NEW FOOTER - middle
   =========================================================== */

.fluid_middle {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly ;
}
.fMiddle:last-child {
    width: 15%;
}

.fMiddle {
    width: 24%;
    /* padding: 5px; */

}
.fMiddle > h3,h4 {
    margin-bottom: 5px;
}
.social_footer {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 10px;
}

.contact_footer {
    margin: 15px 0 0 0;
}

.contact_footer > div {
    margin-top: 10px;
}


.ft_idx1 {
    display: flex;
    flex-direction: column;
}

.ft_idx1 > img {
    margin: 20px 0 0 0;
    width: 80%;
    align-self: left;
}


.ft_idx4 {
    display: flex;
    flex-direction: column;
}
.ft_idx4 a {
    color: #222;              /* dark text color */
    text-decoration: none;    /* remove underline */
}
.ft_idx4 a:hover,
.ft_idx4 a:focus,
.ft_idx4 a:active,
.ft_idx4 a:visited {
    color: #222;              /* keep same dark color */
    text-decoration: none; /* optional hover effect */
}
.ft_idx4 span {
    flex: 1;
    font-size: 1.1rem;
    line-height: 2.2rem; 
}

/* ===========================================================
   NEW FOOTER - bottom
   =========================================================== */
.fluid_bottom {
    height: 25px;
    background-color: rgb(94, 91, 91);
    margin-top:15px;
}


}
