.elementor-9193 .elementor-element.elementor-element-717fd9e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-7%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9193 .elementor-element.elementor-element-717fd9e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-9193 .elementor-element.elementor-element-0e38de2{--display:flex;}.elementor-9193 .elementor-element.elementor-element-b4c1c77{text-align:center;}.elementor-9193 .elementor-element.elementor-element-b4c1c77 .elementor-heading-title{font-size:50px;color:#000000;}.elementor-9193 .elementor-element.elementor-element-d2971f0{text-align:center;color:#130C0C;}.elementor-9193 .elementor-element.elementor-element-0beefc6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9193 .elementor-element.elementor-element-16d09e7{--display:flex;}.elementor-9193 .elementor-element.elementor-element-bf74aea .elementor-icon-wrapper{text-align:center;}.elementor-9193 .elementor-element.elementor-element-bf74aea.elementor-view-stacked .elementor-icon{background-color:#F70013;}.elementor-9193 .elementor-element.elementor-element-bf74aea.elementor-view-framed .elementor-icon, .elementor-9193 .elementor-element.elementor-element-bf74aea.elementor-view-default .elementor-icon{color:#F70013;border-color:#F70013;}.elementor-9193 .elementor-element.elementor-element-bf74aea.elementor-view-framed .elementor-icon, .elementor-9193 .elementor-element.elementor-element-bf74aea.elementor-view-default .elementor-icon svg{fill:#F70013;}.elementor-9193 .elementor-element.elementor-element-bf74aea.elementor-view-stacked .elementor-icon:hover{background-color:#C50211;}.elementor-9193 .elementor-element.elementor-element-bf74aea.elementor-view-framed .elementor-icon:hover, .elementor-9193 .elementor-element.elementor-element-bf74aea.elementor-view-default .elementor-icon:hover{color:#C50211;border-color:#C50211;}.elementor-9193 .elementor-element.elementor-element-bf74aea.elementor-view-framed .elementor-icon:hover, .elementor-9193 .elementor-element.elementor-element-bf74aea.elementor-view-default .elementor-icon:hover svg{fill:#C50211;}.elementor-9193 .elementor-element.elementor-element-bf74aea .elementor-icon{font-size:126px;}.elementor-9193 .elementor-element.elementor-element-bf74aea .elementor-icon svg{height:126px;}.elementor-9193 .elementor-element.elementor-element-f4c212b{--display:flex;--margin-top:-25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9193 .elementor-element.elementor-element-0e48cc8{text-align:center;}.elementor-9193 .elementor-element.elementor-element-0e48cc8 .elementor-heading-title{font-size:35px;color:#0F0B0B;}.elementor-9193 .elementor-element.elementor-element-80d104f{text-align:center;}body.elementor-page-9193:not(.elementor-motion-effects-element-type-background), body.elementor-page-9193 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}body.elementor-page-9193{margin:0px 0px 0px 0px;}@media(min-width:768px){.elementor-9193 .elementor-element.elementor-element-717fd9e{--width:100%;}.elementor-9193 .elementor-element.elementor-element-0e38de2{--content-width:1250px;}}/* Start custom CSS for container, class: .elementor-element-717fd9e *//* Main Document Section */
.document-section {
    background: #ffffff;
    padding: 00px 20px;
    position: relative;
}

/* Inner Container */
.document-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Section Heading */
.document-heading {
    text-align: center;
    margin-bottom: 20px;
}

.document-heading h2 {
    font-size: 48px;
    font-weight: 700;
    color: #2d3748;
    margin: 0;
    line-height: 1.2;
}

/* Intro Text */
.document-intro {
    text-align: center;
    margin-bottom: 60px;
}

.document-intro p {
    font-size: 16px;
    color: #130C0C;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

/* Files Grid Container */
.files-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
    flex-wrap: wrap;
}

/* Individual File Item */
.file-item {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    max-width: 320px;
    width: 100%;
}

.file-item:hover {
    border-color: #7bed44;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(123, 237, 68, 0.15);
}

/* PDF Icon Container */
.file-icon {
    margin-bottom: 15px;
}

.file-icon svg,
.file-icon img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
}

/* File Title */
.file-title {
    margin-bottom: 10px;
}

.file-title h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2d3748;
    margin: 0;
}

/* File Description */
.file-description {
    margin-bottom: 25px;
}

.file-description p {
    font-size: 14px;
    color: #718096;
    margin: 0;
    line-height: 1.5;
}

/* Download Button */
.file-button {
    display: inline-block;
}

.file-button a,
.file-button button {
    background: #7bed44;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 32px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.file-button a:hover,
.file-button button:hover {
    background: #6dd63a;
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(123, 237, 68, 0.3);
}

/* Edit Icon (for the small pink edit icon) */
.file-edit-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fce7f3;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.file-edit-icon:hover {
    background: #fbcfe8;
}

.file-edit-icon svg {
    width: 16px;
    height: 16px;
    color: #ec4899;
}

/* Responsive Design */
@media (max-width: 992px) {
    .document-heading h2 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .document-section {
        padding: 60px 20px;
    }
    
    .document-heading h2 {
        font-size: 32px;
    }
    
    .file-item {
        padding: 25px 20px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .document-heading h2 {
        font-size: 28px;
    }
    
    .file-button a,
    .file-button button {
        width: 100%;
        padding: 12px 24px;
    }
}

/* Additional styling for document icon print effect */
.file-icon-container {
    position: relative;
    display: inline-block;
}

.file-icon-shadow {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    background: #f7fafc;
    border-radius: 8px;
    z-index: -1;
}/* End custom CSS */