body{
    font-family: 'Poppins', sans-serif !important;
    background-color: #ffffff;
}
/* Hero Section */
.storage-facility-hero {
    height: 100vh;
    background-image: url('/assets/img/landing/storagefacility-hero-image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.storage-facility-hero .container {
    z-index: 2;
}

.h1-hero-header {
    font-size: 3.5rem;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
}

.storage-facility-hero h3 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.storage-facility-hero p {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.width {
    width: 60%;
}

.section-padding{
    padding: 80px 0;
}

.icon-box{
    font-size: 2.5rem;
    background-color: #FF6900;
    padding: 2rem;
    width: 5rem; 
    height: 5rem;
    color: white;
}

.card-icon-rectangle{
    width: 100%;
    height: 18rem;
    background: linear-gradient(0deg, rgba(255, 105, 0, 1) 0%, rgba(255, 173, 59, 1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.5s ease;
}

.card-icon-rectangle:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card-icon-rectangle:hover .bi-icon {
    transform: scale(1.1);
}

.card-icon {
    width: 100%;
    height: 18rem;
    background: linear-gradient(0deg, rgba(255, 105, 0, 1) 0%, rgba(255, 173, 59, 1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.5s ease;
}

.card-icon:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card-icon:hover .bi-icon {
    transform: scale(1.1);
}

.card-icon-row {
    display: flex;
    flex-wrap: wrap;
}

.bi-icon {
    color: #ffffff;
    font-size: 6rem;
    flex: 1; /* first row height */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.card-icon .fs-4 {
    flex: 1; /* middle row height */
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-icon footer {
    flex: 0; /* footer row */
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.card-icon-rectangle-p{
    font-size: 0.8rem;
    font-weight: 500;
    margin: 0;
}

.card-icon-p {
    font-size: 0.8rem;
    font-weight: 500;
    margin: 0;
}

.w-90{
    width: 90% !important;
}

.section-dark-bg{
    background-color: #09293B;
}

.section-suttle-bg{
    background-color: #FFF7F2;
}

.section-suttle-bg h2 {
    font-size: 2rem;
    line-height: 1.3;
}

.section-suttle-bg p {
    font-size: 1rem;
    line-height: 1.6;
}

.challenges-section {
    min-height: 80vh;
    padding: 80px 0;
}

.testimonial-section {
    min-height: 60vh;
}

.testimonial-card {
    width: 100%;
    max-width: 36rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.testimonial-card img {
    object-fit: cover;
    height: auto;
}

.header-section{
    margin-bottom: 5rem;
}

.feature-item h4 {
    font-size: 1.25rem;
}

.feature-item p {
    font-size: 0.95rem;
}

.gif-card {
    /* width: 20rem; */
    transition: all 0.3s ease;
}

.gif-card:hover {
    transform: translateY(-5px);
}

.gif-image {
    max-height: 200px;
    object-fit: cover;
}


/* Responsive Design */
@media (max-width: 1200px) {
    .h1-hero-header {
        font-size: 3rem;
    }
    
    .width {
        width: 60%;
    }
}

@media (max-width: 992px) {
    .h1-hero-header {
        font-size: 2.5rem;
    }
    
    .storage-facility-hero h3 {
        font-size: 1.5rem;
    }
    
    .width {
        width: 70%;
    }
    
    .storage-facility-hero {
        height: auto;
        min-height: 100vh;
        padding: 80px 0;
    }

    .challenges-section {
        min-height: auto;
        padding: 60px 0;
    }

    .header-section {
        margin-bottom: 3rem;
    }

    .icon-box {
        font-size: 2rem;
        padding: 1.5rem;
        width: 4rem;
        height: 4rem;
    }

    .feature-item h4 {
        font-size: 1.1rem;
    }

    .feature-item p {
        font-size: 0.9rem;
    }

    .section-suttle-bg {
        height: auto !important;
        padding: 60px 0;
    }

    .section-suttle-bg .w-75 {
        width: 85% !important;
    }

    .section-suttle-bg h2 {
        font-size: 1.75rem;
    }

    .section-suttle-bg p {
        font-size: 0.95rem;
    }

    .card-icon {
        height: 16rem;
    }

    .bi-icon {
        font-size: 5rem;
    }

    .card-icon .fs-5 {
        font-size: 1.1rem !important;
    }

    .card-icon-rectangle-p{
        font-size: 0.75rem;
    }

    .card-icon-p {
        font-size: 0.75rem;
    }

    .testimonial-section {
        min-height: auto;
        padding: 60px 0;
    }

    .testimonial-card {
        max-width: 100%;
    }

    .testimonial-section h2 {
        font-size: 1.75rem;
    }

    .testimonial-section p {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .h1-hero-header {
        font-size: 2rem;
    }
    
    .storage-facility-hero h3 {
        font-size: 1.25rem;
    }
    
    .width {
        width: 85%;
    }
    
    .storage-facility-hero {
        background-position: center center;
        padding: 60px 0;
    }

    .challenges-section {
        min-height: auto;
        padding: 50px 0;
    }

    .header-section {
        margin-bottom: 2.5rem;
        width: 100% !important;
    }

    .header-section h2 {
        font-size: 1.75rem;
    }

    .icon-box {
        font-size: 1.75rem;
        padding: 1.25rem;
        width: 3.5rem;
        height: 3.5rem;
    }

    .feature-item {
        margin-bottom: 2rem !important;
    }

    .feature-item h4 {
        font-size: 1rem;
    }

    .feature-item p {
        font-size: 0.85rem;
    }

    .section-suttle-bg {
        height: auto !important;
        padding: 50px 0;
    }

    .section-suttle-bg .row {
        flex-direction: column-reverse;
    }

    .section-suttle-bg .col-md-6 {
        margin-bottom: 2rem;
    }

    .section-suttle-bg .w-75 {
        width: 100% !important;
    }

    .section-suttle-bg h2 {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .section-suttle-bg p {
        font-size: 0.9rem;
        text-align: center;
    }

    .section-suttle-bg img {
        max-width: 100%;
        height: auto;
    }

    .section-dark-bg {
        height: auto !important;
        padding: 50px 0;
    }

    .card-icon {
        height: 14rem;
    }

    .bi-icon {
        font-size: 4rem;
    }

    .card-icon .fs-5 {
        font-size: 1rem !important;
    }

    .card-icon-rectangle-p{
        font-size: 0.7rem;
    }

    .card-icon-p {
        font-size: 0.7rem;
    }

    .testimonial-section {
        min-height: auto;
        padding: 50px 0;
    }

    .testimonial-section .row {
        flex-direction: column;
    }

    .testimonial-card {
        max-width: 100%;
    }

    .testimonial-section h2 {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .testimonial-section p {
        font-size: 0.9rem;
        text-align: center;
    }

    .testimonial-section .col-md-6:first-child {
        order: 1;
    }

    .testimonial-section .col-md-6:last-child {
        order: 2;
        margin-top: 2rem;
    }
}

@media (max-width: 576px) {
    .h1-hero-header {
        font-size: 1.75rem;
    }
    
    .storage-facility-hero h3 {
        font-size: 1.1rem;
    }
    
    .storage-facility-hero p {
        font-size: 0.95rem;
    }
    
    .width {
        width: 95%;
    }
    
    .storage-facility-hero {
        padding: 40px 0;
        min-height: 80vh;
    }

    .challenges-section {
        min-height: auto;
        padding: 40px 0;
    }

    .header-section {
        margin-bottom: 2rem;
    }

    .header-section h2 {
        font-size: 1.5rem;
    }

    .header-section p {
        font-size: 0.9rem;
    }

    .icon-box {
        font-size: 1.5rem;
        padding: 1rem;
        width: 3rem;
        height: 3rem;
        flex-shrink: 0;
    }

    .feature-item {
        margin-bottom: 1.5rem !important;
        gap: 1rem !important;
    }

    .feature-item h4 {
        font-size: 0.95rem;
    }

    .feature-item p {
        font-size: 0.8rem;
    }

    .hero-cta-buttons {
        flex-direction: column;
        gap: 1rem !important;
    }

    .hero-cta-buttons .btn {
        width: 100%;
        padding: 0.75rem 1.5rem;
    }

    .section-suttle-bg {
        height: auto !important;
        padding: 40px 0;
    }

    .section-suttle-bg .col-md-6 {
        margin-bottom: 1.5rem;
    }

    .section-suttle-bg h2 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    .section-suttle-bg p {
        font-size: 0.85rem;
    }

    .section-dark-bg {
        height: auto !important;
        padding: 40px 0;
    }

    .card-icon {
        height: 16rem;
    }

    .bi-icon {
        font-size: 3.5rem;
    }

    .card-icon .fs-5 {
        font-size: 0.95rem !important;
    }

    .card-icon-rectangle-p{
        font-size: 0.65rem;
        width: 100% !important;
    }

    .card-icon-p {
        font-size: 0.65rem;
    }

    .card-icon-row .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .testimonial-section {
        min-height: auto;
        padding: 40px 0;
    }

    .testimonial-card {
        max-width: 100%;
        padding: 1rem !important;
    }

    .testimonial-section h2 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    .testimonial-section p {
        font-size: 0.85rem;
    }

    .testimonial-card .card-body {
        padding: 1rem 0.5rem;
    }

    .testimonial-card .card-text {
        font-size: 0.85rem;
    }
}