

/* --------------------------------------------------------------- */
/*   home_page_section_000                                         */
/* --------------------------------------------------------------- */
.home-page-section-000-html-1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    text-align: left;
    line-height: 1.3;
    padding: 0.5rem;
    margin-bottom: 1.0rem;
}
.home-page-section-000-html-2 {
    font-size: 0.9rem;
    text-align: left;
    padding: 0.5rem;
    margin-bottom: 1.0rem;
}
.home-page-section-000-img {
    width: 400px;            /* Ensure it doesn't exceed its original 400px size */
    max-width: 100%;         /* Ensure the 400x400 image scales down if the container gets smaller */
    height: auto;
    display: block;          /* Center the image within its padding area */
    margin: 0 auto;
    border-radius: 1.0rem;
}

/* --------------------------------------------------------------- */
/*   home_page_section_001                                         */
/* --------------------------------------------------------------- */
.home-page-section-001-top-div {
}
.home-page-section-001-header-1 {
    font-size: 2.0rem;
    text-align: center;
}
.home-page-section-001-header-2 {
    font-size: 1.0rem;
    text-align: center;
    margin-top: -0.5rem;
    margin-bottom: 1.00rem;
}
.home-page-section-001-box {
    padding: 1.0rem;
    display: block;
    height: 300px;
    max-height: 300px;
    vertical-align: middle;
}
.home-page-section-001-box-left {
    /*background-color: #f0f2f2;*/
    background-color: #2D3748;
    color: #ffffff;
    border-radius: 1.0rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 1.06);
}
.home-page-section-001-box-right {
    /*background-color: #f0f2f2;*/
    background-color: #2D3748;
    color: #ffffff;
    border-radius: 1.0rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 1.06);
}
@media (max-width: 501px) {
    .home-page-section-001-grid {
        width: 100%;
    }
}

/* --------------------------------------------------------------- */
/*   home_page_section_002                                         */
/* --------------------------------------------------------------- */
.home-page-section-002-header-content {
    text-align: center;
}
.home-page-section-002-header-content h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    letter-spacing: -0.025em;
}
.home-page-section-002-pink-black-box {
    border-radius: 4.9px;
    border: 1px solid #e0e0e0;
    background-color: #ff397a;
}
.home-page-section-002-black-pink-box {
    border-radius: 4.9px;
    border: 1px solid #e0e0e0;
    color: #ff397a;
    background-color: #000000;
}
.home-page-section-002-grid-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}
.home-page-section-002-image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 0.50rem;
    padding: 0.5rem 0.0rem;
    margin: auto;
    width: 98%;
}
.home-page-section-002-image-box {
    opacity: 1.00;
    border-radius: 4.9px;
    border: 1px solid #e0e0e0;
    background-size: contain;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
}
.home-page-section-002-image-element {
    position: relative;
    height: 300px;
}
@media screen and (max-width: 625px) {
    .home-page-section-002-image-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    }
    .home-page-section-002-image-element {
        height: 175px;
    }
}
@media screen and (max-width: 375px) {
    .home-page-section-002-image-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
    }
    .home-page-section-002-image-element {
        height: 135px;
    }
}

/* --------------------------------------------------------------- */
/*   home_page_section_003                                         */
/* --------------------------------------------------------------- */
.home-page-section-003-section-container {
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 1rem;
}
.home-page-section-003-header-content {
    text-align: center;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
}
.home-page-section-003-header-content h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    letter-spacing: -0.025em;
}
.home-page-section-003-header-content p {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.home-page-section-003-feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .home-page-section-003-feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
    }
}
.home-page-section-003-feature-card {
    /*text-align: left;*/
    background-color: white;
    padding: 1.2rem;
    border-radius: 1.0rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid #f3f4f6;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.home-page-section-003-feature-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: translateY(-0.25rem);
}
.home-page-section-003-icon-container {
    margin-bottom: 1.0rem;
}
.home-page-section-003-icon-box {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    background-color: #ff397a;
    color: white;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
}
.home-page-section-003-feature-card h3 {
    font-size: 2.0rem;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #111827;
}
.home-page-section-003-feature-card p {
    color: #4b5563;
    line-height: 1.625;
}

/* --------------------------------------------------------------- */
/*   home_page_section_004                                         */
/* --------------------------------------------------------------- */
.home-page-section-004-container {
    padding: 1.0rem;
}
.home-page-section-004-html-1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
}
.home-page-section-004-html-2 {
    font-size: 0.9rem;
    margin-bottom: 1.0rem;
}

/* --------------------------------------------------------------- */
/*   home_page_section_005                                         */
/* --------------------------------------------------------------- */
.home-page-section-005-section-container {
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 1rem;
}
.home-page-section-005-header-content {
    text-align: center;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
}
.home-page-section-005-header-content h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    letter-spacing: -0.025em;
}
.home-page-section-005-header-content p {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.home-page-section-005-feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .home-page-section-005-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem;
    }
}
.home-page-section-005-feature-card {
    /*text-align: left;*/
    background-color: #f8f8f8;
    padding: 1.2rem;
    border-radius: 1.0rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.55);
    border: 1px solid #f3f4f6;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.home-page-section-005-feature-card:hover {
    box-shadow: 0 15px 20px -4px rgba(0, 0, 0, 0.1), 0 8px 8px -4px rgba(0, 0, 0, 0.55);
    transform: translateY(-0.25rem);
}
.home-page-section-005-icon-container {
    margin-bottom: 1.0rem;
}
.home-page-section-005-icon-box {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    background-color: #ff397a;
    color: black;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
}
.home-page-section-005-feature-card h3 {
    font-size: 2.0rem;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 0.50rem;
    color: #000000;
}
.home-page-section-005-feature-card p {
    color: #000000;
    line-height: 1.625;
}

/* --------------------------------------------------------------- */
/*   home_page_section_006                                         */
/* --------------------------------------------------------------- */
.home-page-section-006-section-container {
    margin-left: auto;
    margin-right: auto;
    padding: 3rem 1rem;
}
.home-page-section-006-header-content {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}
.home-page-section-006-header-content h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    letter-spacing: -0.025em;
}
.home-page-section-006-buynow-printful-img {
    margin: 0 auto;
}
.home-page-section-006-buynow-printful-img img {
    display: block;
    margin: 0 auto;
    max-width: 600px;
}
@media (max-width: 501px) {
    .home-page-section-006-buynow-printful-img img {
        max-width: 95%;
    }
}

/* --------------------------------------------------------------- */
/*   home_page_section_007                                         */
/* --------------------------------------------------------------- */
.home-page-section-007-section-container {
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 1rem;
}
.home-page-section-007-header-content {
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
}
.home-page-section-007-header-content h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    letter-spacing: -0.025em;
}
.home-page-section-007-header-content p {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.home-page-section-007-feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .home-page-section-007-feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
    }
}
/* Testimonial Card Container */
.home-page-section-0007-testimonial-card {
    text-align: left;
    background-color: #ffffff; /* White background for the card */
    border-radius: 1rem; /* Rounded corners */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* Soft, subtle shadow */
    padding: 1.5rem; /* Internal padding */
    max-width: 450px; /* Limit card width for readability */
    width: 100%; /* Make it responsive */
}

/* Header section: Avatar, Name, Title */
.home-page-section-0007-testimonial-header {
    display: flex; /* Use flexbox for horizontal alignment */
    align-items: center; /* Vertically align items in the center */
    margin-bottom: 1.25rem; /* Space between header and quote */
}

/* Avatar Image */
.home-page-section-0007-testimonial-avatar {
    width: 60px; /* Avatar size */
    height: 60px;
    border-radius: 50%; /* Make it circular */
    object-fit: cover; /* Ensure image covers the area without distortion */
    margin-right: 1rem; /* Space between avatar and text */
    border: 2px solid #e0e0e0; /* Subtle border around avatar */
}

/* Name and Title container */
.home-page-section-0007-testimonial-info {
    flex-grow: 1; /* Allow info section to take available space */
}

/* Name */
.testimonial-name {
    font-size: 1.125rem; /* Larger font for name */
    font-weight: 600; /* Semi-bold */
    color: #1a202c; /* Dark text color */
    margin-bottom: 0.25rem; /* Small space below name */
}

/* Title/Role */
.home-page-section-0007-testimonial-title {
    font-size: 0.95rem; /* Slightly smaller font for title */
    color: #4a5568; /* Grayish text color */
}

/* Quote Text */
.home-page-section-0007-testimonial-quote {
    font-size: 0.9rem; /* Standard quote font size */
    line-height: 1.6; /* Good readability */
    color: #2d3748; /* Darker gray for the quote */
    position: relative; /* For the custom quote mark */
    padding-left: 1.5rem; /* Space for the custom quote mark */
}

/* Custom large opening quote mark (optional but nice touch) */
.home-page-section-0007-testimonial-quote::before {
    content: "“"; /* The actual quote character */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 3rem; /* Large size */
    line-height: 1;
    color: #cbd5e0; /* Light gray color for the quote mark */
    font-family: serif; /* Ensure it looks like a proper quote mark */
}

/* --------------------------------------------------------------- */
/*   home_page_section_009                                         */
/* --------------------------------------------------------------- */
.home-page-section-009-header-content {
    text-align: center;
}
.home-page-section-009-header-content h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    letter-spacing: -0.025em;
}
.home-page-section-009-footer-content {
    font-size: 1.0rem;
    text-align: center;
    padding: 0.5rem 2.0rem;
}
.home-page-section-009-carousel {
    padding: 1.0rem;
}
