/* ========== HEADER CONTACT US ========== */
header.header-contactus {
    height: 50px;         
    background-color: #FFB703;
    display: flex;
    align-items: center;        
    justify-content: flex-end;  
    padding: 0 1rem;          
}

header.header-contactus h2 {
    font-size: 16px;
    margin: 0; 
    font-weight: 400;
}

/* ========== CUSTOM CONTAINER ========== */
.custom-container {
    padding: 50px 80px;
}

/* Tablet */
@media (max-width: 1400px) {
    .custom-container {
        padding: 30px 50px;
    }
    section.bg-section button.btn-lhc{
        margin-bottom: 20px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .custom-container {
        padding: 20px 25px;
    }
}

/* ========== BG SECTION ========== */
section.bg-section{
    padding-top: 0px; 
    background-color: #f0f0f0 !important;
}

section.bg-section .details {
    margin: auto;
    padding: 0;
}

section.bg-section .img-xpw {
    display: flex;
    align-items: center;       
    justify-content: center;   
}

section.bg-section .img-landing {
    display: block;
    margin: auto;
    width: auto;
    height: 100%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

/* Responsive h1 titles */
section.bg-section h1,
section.bg-section .landing-title {
    font-size: 50px;
    margin: 5px;
}

/* Responsive h4 subtitles */
section.bg-section h4,
section.bg-section .landing-subtitle {
    font-size: 22px;
    padding: 0;
    font-weight: 400;
    margin: 3px 0;
}

section.bg-section button{
    font-weight: 400;
    margin: 10px;
    border-radius: 8px;
    color: white;
}

section.bg-section button.btn-start {
    padding: 10px;
    font-size: 25px;
    background-color: #1c698f;
    border: 1px solid #1c698f;
    margin: 15px;
    width: 30%;
    min-width: 240px;     
    max-width: 240px;
    white-space: nowrap; 
    transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

section.bg-section button.btn-start:hover {
    background-color: #105374;
    border: 1px solid #105374;
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

section.bg-section button.btn-start:active {
    transform: scale(0.95);
    background-color: #0d3b4f;
    border-color: #0d3b4f;
}

section.bg-section button.btn-start:focus {
    outline: none;
    box-shadow: none;
}

section.bg-section button.btn-lhc{
    position: relative;
    padding: 7px;
    padding-left: 0px; /*10px*/
    font-size: 15px;
    background-color: #8a5e1f;
    border: 1px solid #8a5e1f;
    text-align:center; /*start*/
    /* margin-bottom: 40px; */
    width: 30%;
    min-width: 240px;        /* prevents button from becoming too small */
    white-space: nowrap; 
    transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

section.bg-section button.btn-lhc:hover {
    background-color: #7d541b;
    border: 1px solid #7d541b;
    transform: scale(1.05);
}

section.bg-section button.btn-lhc:active {
    transform: scale(0.95);
    background-color: #7d541b;
    border-color: #7d541b;
}

section.bg-section button.btn-lhc:focus {
    outline: none;
    box-shadow: none;
}


 /*.ribbon-new {
    position: absolute;
    top: -3px;
    right: -1px;
    width: 20px;        
    height: 50px;       
    z-index: 10;
    pointer-events: none;

}

.ribbon-new::before {
    content: 'NEW';
    position: absolute;
    top: 0px;          
    right: -15px;      
    width: 50px;        
    padding: 3px 0;   
    background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
    color: white;
    text-align: center;
    font-size: 10px;    
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: ribbonPulse 3s infinite;
    border-radius: 5px;

}

@keyframes ribbonPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
} */

.ribbon-new {
    position: absolute;
    top: 1px;/*2px*/
    right: 12px; /*18px*/
    width: 30px;/*35px*/
    height: 18px;/*20px*/
    z-index: 10;
    pointer-events: none;
    animation: gentleSway 2s ease-in-out infinite;
    transform-origin: 50% 0%;
}

.ribbon-new::after {
    content: 'NEW';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    padding: 2px 0;
    background: #ff0000;
    background: linear-gradient(135deg, #ff4444 0%, #dd0000 100%);
    color: white;
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@keyframes gentleSway {
    0%, 100% {
        transform: rotate(-2deg);
    }
    50% {
        transform: rotate(2deg);
    }
}
/* BG Section Responsive */
/* Tablet and below (≤1640px) */
@media (max-width: 1640px) {
    section.bg-section h1,
    section.bg-section .landing-title {
        font-size: 50px;
    }
    
    section.bg-section h4,
    section.bg-section .landing-subtitle {
        font-size: 22px;
    }
    
    section.bg-section .img-landing {
        width: 100%;
    }
    
    section.bg-section button.btn-start {
        font-size: 25px;
        padding: 8px 35px;
    }

    section.bg-section button.btn-lhc{
        margin-bottom: 0px;
    }

      section.bg-section .col-12{
        margin-top: 10px;
        
    }
    section.bg-section button.btn-start {
        margin: 0px;
    }
}

/* Tablet and below (≤1300px) */
@media (max-width: 1300px) {
    section.bg-section h1,
    section.bg-section .landing-title {
        font-size: 40px;
    }
    
    section.bg-section h4,
    section.bg-section .landing-subtitle {
        font-size: 20px;
    }
    
    section.bg-section .img-landing {
        width: 100%;
    }
    
    section.bg-section button.btn-start {
        font-size: 22px;
        padding: 8px 35px;
    }
}

/* Tablet and below (≤991px) */
@media (max-width: 1200px) {
    section.bg-section h1,
    section.bg-section .landing-title {
        font-size: 35px;
    }
    
    section.bg-section h4,
    section.bg-section .landing-subtitle {
        font-size: 20px;
    }
    
    section.bg-section .img-landing {
        width: 100%;
    }
    
    section.bg-section .img-xpw {
        padding-left: 20px;
    }
    
    section.bg-section button.btn-start {
        font-size: 23px;
        padding: 8px 35px;
    }

    section.bg-section button.btn-lhc {
        font-size: 15px;
    }
}


/* Tablet and below (≤991px) */
@media (max-width: 991px) {
    section.bg-section .img-xpw{
        margin-top: 30px;
    }
    
    header.header-contactus h2 {
        font-size: 16px;
        margin: 0; 
        font-weight: 400;
    }

    
}

/* Tablet (≤767px) */
@media (max-width: 767px) {
    section.bg-section h1,
    section.bg-section .landing-title {
        font-size: 32px;
    }
    
    section.bg-section h4,
    section.bg-section .landing-subtitle {
        font-size: 18px;
    }
    
    section.bg-section .img-landing {
        width: 100%;
    }
    
    section.bg-section .img-xpw {
        padding-left: 15px;
        min-height: 300px;
    }
    
    section.bg-section button.btn-start {
        font-size: 20px;
        padding: 8px 30px;
    }

       
    header.header-contactus h2 {
        font-size: 15px;
        margin: 0; 
        font-weight: 400;
    }

}

/* Mobile (≤575px) */
@media (max-width: 575px) {
    section.bg-section h1,
    section.bg-section .landing-title {
        font-size: 28px;
        margin: 3px;
    }
    
    section.bg-section h4,
    section.bg-section .landing-subtitle {
        font-size: 16px;
    }
    
    section.bg-section .img-landing {
        width: 100%;
    }
    
    section.bg-section .img-xpw {
        padding-left: 10px;
        min-height: 250px;
    }
    
    section.bg-section button.btn-start {
        font-size: 18px;
        padding: 8px 25px;
        margin: 10px;
    }
    
    section.bg-section button.btn-lhc {
        font-size: 13px;
        padding: 4px 8px;
    }
    header.header-contactus h2 {
        font-size: 13px;
        margin: 0; 
        font-weight: 400;
    }

}

/* Very small mobile (≤415px) */
@media (max-width: 415px) {
    section.bg-section h1,
    section.bg-section .landing-title {
        font-size: 24px;
    }
    
    section.bg-section h4,
    section.bg-section .landing-subtitle {
        font-size: 14px;
    }
    
    section.bg-section .img-landing {
        width: 100%;
    }
    
    section.bg-section .img-xpw {
        padding-left: 5px;
        min-height: 200px;
    }
    
    section.bg-section button.btn-start {
        font-size: 16px;
        padding: 6px 20px;
        margin: 8px;
    }
    
    section.bg-section button.btn-lhc {
        font-size: 12px;
        padding: 3px 6px;
    }
}

/* ========== ICON SECTION ========== */
section.icon-section {
    padding: 35px 0px;
}

section.icon-section .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.icon-section img {
    width: 100%;           
    max-width: 220px;      
    height: auto;       
}

/* Icon Section Responsive */
@media (max-width: 768px) {
    section.icon-section img {
        max-width: 150px;
    }
}

@media (max-width: 576px) {
    section.icon-section img {
        max-width: 120px;
    }
    
    section.icon-section .row {
        gap: 10px;
    }
}

/* ========== SERVICE HEADER ========== */
section.service-header {
    padding-top: 10px!important;
    padding-bottom: 20px!important;
    min-height: 410px;  
    height: auto; 
}

section.service-header h2{
    font-size: 32px;
    color: white;
    font-weight: bold;
}

section.service-header .container {
    width: 100%;
}

section.service-header .row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

section.service-header .services-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    flex-wrap: nowrap;
}

section.service-header .services {
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

section.service-header .services:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

section.service-header img {
    width: 100%;          
    max-width: 300px;     
    display: block;
    margin: 0;  
}

section.service-header .services label {
    position: absolute;
    bottom: 0px;    
    width: 100%;
    transform: translateX(-50%);
    color: #000000;
    font-size: 18px;
    font-weight: bold !important;
    margin: 0;
    background: #f5c80bc9;
    padding: 6px 0;
    border-radius: 0px;
}

/* ========== LANDING BOTTOM ========== */
section.landing-bottom {
    padding: 20px 0;
    background-color: #e9ecef;
    text-align: center;
}

section.landing-bottom .btn-contact-us{
    display: inline-block;
    background-color: black;
    border: 1px solid black; 
    color: white;
    border-radius: 8px;
    padding: 10px 40px;
    font-size: 18px;
    transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transform-origin: center;
    text-decoration: none;
}

section.landing-bottom .btn-contact-us:hover {
    background-color: #373534;
    border: 1px solid #373534;
    transform: scale(1.05);
}

section.landing-bottom .btn-contact-us:active {
    transform: scale(0.95);
    background-color: #373534;
    border-color: #373534;
}

section.landing-bottom .btn-contact-us:focus {
    outline: none;
    box-shadow: none;
}

section.landing-bottom label{
    padding-top: 15px;
    font-size: 16px;
    margin: 0;
}

/* ========== BOTTOM DIVIDER ========== */
.bottom-divider {
    border: none;
    height: 40px;
    background-color: #a6a2a2;
    margin: 0;
}