/* Brochures Page Styles */
/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Inter", sans-serif !important;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}

/* Header Section */
#download {
    /* background: linear-gradient(135deg, #207bdc 0%, #1a6bb8 100%); */
    padding: 60px 0;
    /* margin-top: 80px;  */
}
#download_sec h1 {
    /* color: #fff; */
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    /* letter-spacing: 2px; */
    margin: 0;
    line-height: 1.2;
    color: #4a5568;
}
.btn-gradient {
    background: linear-gradient(90deg, #009644 0, #18adc0 100%);
    color: #fff !important;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    box-shadow: 0 4px 15px rgba(0, 150, 68, .3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    text-align: left !important;
}
.btn-gradient:hover {
    background: linear-gradient(90deg, #007a3a 0, #148899 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 150, 68, .4);
    color: #fff;
}
.btn-custom-order {
    background-color: #dae8e9 !important;
    color: #148899 !important;
    font-weight: 500;
    border: none;
    padding: 10px 6px;
    border-radius: 12px;
    font-size: 16px;
    display: flex !important;
    gap: 2.5rem;
    /* width: 90%; */
    margin: 0 auto;
    /* margin-top: 15px; */
    text-align: left !important;
}
.btn-custom-order:hover {
    background-color: #dae8e9;
    color: #148899;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, .3);
}

/* Description Section */
.text_pdf {
    font-size: 1.2rem;
    text-align: center;
    color: #666;
    margin: 40px 0;
    line-height: 1.8;
    padding: 0 20px;
}
.text_pdf span {
    font-weight: 600;
}

/* Brochures Grid Section */
section:last-child {
    padding: 60px 0;
    background-color: #fff;
}
.container {
    max-width: 1200px;
}

/* Brochure Cards */
.col-md-4 {
    margin-bottom: 40px;
    position: relative;
}

/* Brochure Images */
.download_img {
    margin-top: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.download_img:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}


/* Download Buttons */
.pdf_btn {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
    border-radius: 6px;
    transition: opacity 0.3s ease;
}
.pdf_btn:hover {
    opacity: 0.9;
}

/* Download Text */
.pdf_text {
    font-size: 13px;
    font-family: "Inter", sans-serif !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    pointer-events: none;
    margin-bottom: 0 !important;
    flex: 1;
    text-align: left;
}
.pdf_text span {
    font-size: 16px;
    text-transform: uppercase;
}
/* PDF Icon */
.pdf_icon {
    /* position: relative;
    left: 80%;
    bottom: 56px; */
    width: 35px;
    height: 35px;
    pointer-events: none;
}

/* Link Styles */
a {
    text-decoration: none;
    /* display: block; */
    display: contents;
    position: relative;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
a:hover, a:active, a:focus, a:visited {
    text-decoration: none;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Card Hover Effects */
/* .col-md-4:hover .download_img {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
} */
.col-md-4:hover .pdf_btn {
    opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 991px) {
    .col-md-4 {
        margin-bottom: 30px;
    }   
    .download_img {
        width: 95%;
    }
    .pdf_btn {
        width: 95%;
    }
    .pdf_text {
        left: 50px;
        font-size: 12px;
    }
    .pdf_icon {
        left: 75%;
    }
}

@media (max-width: 767px) {
    .btn-gradient {
        width: 100%;
    }
    #download {
        padding: 40px 0;
        margin-top: 70px;
    }
    #download_sec h6 {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    .text_pdf {
        font-size: 1rem;
        margin: 30px 0;
        padding: 0 15px;
    }
    section:last-child {
        padding: 40px 0;
    }
    .col-md-4 {
        margin-bottom: 25px;
    }
    .download_img {
        width: 100%;
        margin-top: 20px;
    }
    .pdf_btn {
        width: 100%;
        margin-top: 8px;
    }
    .pdf_text {
        bottom: 35px;
        left: 45px;
        font-size: 11px;
    }
    .pdf_icon {
        left: 80%;
        bottom: 45px;
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 575px) {
    .container {
        padding: 0 15px;
    } 
    #download_sec h6 {
        font-size: 1.8rem;
    }
    .text_pdf {
        font-size: 0.95rem;
        padding: 0 10px;
    }
    .pdf_text {
        bottom: 44px;
        left: 40px;
        font-size: 12px;
    }
    .pdf_text span {
        font-size: 18px;
    }
    .pdf_icon {
        left: 82%;
        bottom: 61px;
        width: 45px;
        height: 45px;
    }
}

/* Animation Effects */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.col-md-4 {
    animation: fadeInUp 0.6s ease-out;
}
.col-md-4:nth-child(1) { animation-delay: 0.1s; }
.col-md-4:nth-child(2) { animation-delay: 0.2s; }
.col-md-4:nth-child(3) { animation-delay: 0.3s; }
.col-md-4:nth-child(4) { animation-delay: 0.4s; }
.col-md-4:nth-child(5) { animation-delay: 0.5s; }
.col-md-4:nth-child(6) { animation-delay: 0.6s; }
.col-md-4:nth-child(7) { animation-delay: 0.7s; }

/* Loading States */
.download_img {
    background-color: #f8f9fa;
    min-height: 200px;
    /* padding: 47px; */
    /* max-height: 331px;
    height: 100%; */
}
/* Focus States for Accessibility - Disabled to prevent borders */
/* a:focus {
    outline: 2px solid #207bdc;
    outline-offset: 2px;
} */

/* Print Styles */
@media print {
    #download {
        background: #fff !important;
        color: #000 !important;
    }   
    #download_sec h6 {
        color: #000 !important;
    }
    .pdf_btn {
        display: none;
    }
    .pdf_text {
        display: none;
    }
    .pdf_icon {
        display: none;
    }
}