

.wp-block-woocommerce-checkout {
  padding: 50px;
}

.verpage09 {
    margin-left: 20% !important;
}

.certificate-page09 {
    background-color: #F7FAFC;
    color: #1A202C;
    padding: 2rem;
    min-height: 100vh;
}

.woocommerce {
    margin-top: 80px;
}

/* Page Header */
.page-header09 {
    margin-bottom: 2rem;
}

.page-title09 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #2D3748;
    margin-bottom: 0.5rem;
}

.breadcrumb09 {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    color: #4A5568;
    margin-bottom: 0.75rem;
}

.breadcrumb09 i {
    margin: 0 0.5rem;
    font-size: 0.75rem;
}

.current09 {
    color: #3182CE;
    font-weight: 500;
}

.page-description09 {
    font-size: 1rem;
    color: #4A5568;
}

/* Filter Section */
.filter-section09 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    gap: 1rem;
}

.search-box09 {
    position: relative;
    flex: 1;
    min-width: 250px;
}

.search-box09 i {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #4A5568;
}

.search-box09 input {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.5rem;
    border: 1px solid #E2E8F0;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    background-color: white;
    transition: border-color 0.2s;
}

.search-box09 input:focus {
    outline: none;
    border-color: #3182CE;
    box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1);
}

.filter-controls09 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.filter-dropdown09 {
    padding: 0.75rem 1rem;
    border: 1px solid #E2E8F0;
    border-radius: 0.5rem;
    background-color: white;
    font-size: 0.9rem;
    min-width: 150px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%234A5568' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 1rem) center;
    padding-right: 2.5rem;
}

.filter-dropdown09:focus {
    outline: none;
    border-color: #3182CE;
    box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1);
}

.date-range09 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.date-range09 span {
    color: #4A5568;
    font-size: 0.9rem;
}

.date-picker09 {
    padding: 0.75rem 1rem;
    border: 1px solid #E2E8F0;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    background-color: white;
}

.date-picker09:focus {
    outline: none;
    border-color: #3182CE;
    box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1);
}

/* Certificates Grid */
.certificates-grid09 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.certificate-card09 {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #E2E8F0;
}

.certificate-card09:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.certificate-preview09 {
    position: relative;
    padding-top: 65%;
    overflow: hidden;
    background-color: #F7FAFC;
    border-bottom: 1px solid #E2E8F0;
}

.certificate-preview09 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1rem;
}

.certificate-info09 {
    padding: 1.25rem;
}

.course-title09 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2D3748;
    line-height: 1.3;
}

.completion-date09 {
    font-size: 0.875rem;
    color: #4A5568;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.completion-date09 i {
    margin-right: 0.5rem;
    color: #805AD5;
}

.card-actions09 {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
}

.card-button09 {
    flex: 1;
    padding: 0.6rem 0.25rem;
    border: none;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}

.card-button09 i {
    margin-right: 0.375rem;
}

.view-button09 {
    background-color: #3182CE;
    color: white;
}

.view-button09:hover {
    background-color: #2c5282;
}

.download-button09 {
    background-color: #E2E8F0;
    color: #2D3748;
}

.download-button09:hover {
    background-color: #CBD5E0;
}

.share-button09 {
    background-color: #805AD5;
    color: white;
}

.share-button09:hover {
    background-color: #6b46c1;
}

/* Empty State */
.empty-state09 {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 2rem;
}

.empty-icon09 {
    font-size: 3.5rem;
    color: #CBD5E0;
    margin-bottom: 1.5rem;
    background-color: #F7FAFC;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px dashed #E2E8F0;
}

.empty-state09 h2 {
    font-size: 1.5rem;
    color: #2D3748;
    margin-bottom: 1rem;
}

.empty-state09 p {
    color: #4A5568;
    margin-bottom: 2rem;
    max-width: 500px;
}

.explore-button09 {
    padding: 0.75rem 1.5rem;
    background-color: #3182CE;
    color: white;
    border: none;
    border-radius: 0.375rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.explore-button09:hover {
    background-color: #2c5282;
}

/* Certificate Modal */
.certificate-modal09 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(26, 32, 44, 0.8);
    z-index: 1000;
    overflow-y: auto;
    padding: 1rem;
}

.modal-content09 {
    background-color: white;
    border-radius: 0.5rem;
    max-width: 1200px;
    width: 100%;
    margin: 2rem auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 4rem);
}

.modal-header09 {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #E2E8F0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header09 h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2D3748;
}

.modal-controls09 {
    display: flex;
    gap: 0.75rem;
}

.zoom-button09, .close-button09 {
    background: none;
    border: none;
    color: #4A5568;
    font-size: 1.25rem;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.zoom-button09:hover, .close-button09:hover {
    background-color: #F7FAFC;
    color: #3182CE;
}

.close-button09 {
    color: #E53E3E;
}

.close-button09:hover {
    background-color: #FFF5F5;
    color: #E53E3E;
}

.certificate-container09 {
    padding: 2rem;
    overflow: auto;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #F7FAFC;
}

.certificate-wrapper09 {
    transition: transform 0.3s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background-color: white;
    border: 1px solid #CBD5E0;
    max-width: 100%;
    transform-origin: center top;
}

.modal-footer09 {
    padding: 1.25rem 1.5rem;
    border-top: 1px solid #E2E8F0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.certificate-details09 {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.detail-item09 {
    display: flex;
    flex-direction: column;
}

.detail-label09 {
    font-size: 0.75rem;
    color: #4A5568;
    margin-bottom: 0.25rem;
}

.detail-value09 {
    font-size: 0.9rem;
    font-weight: 500;
    color: #2D3748;
}

.modal-actions09 {
    display: flex;
    gap: 0.75rem;
}

.action-button09 {
    padding: 0.6rem 1.25rem;
    border: none;
    border-radius: 0.375rem;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background-color 0.2s;
}

.action-button09 i {
    margin-right: 0.5rem;
}

.download-button09 {
    background-color: #3182CE;
    color: white;
}

.download-button09:hover {
    background-color: #2c5282;
}

.print-button09 {
    background-color: #4A5568;
    color: white;
}

.print-button09:hover {
    background-color: #2d3748;
}

.share-dropdown09 {
    position: relative;
}

.share-button09 {
    background-color: #805AD5;
    color: white;
}

.share-button09:hover {
    background-color: #6b46c1;
}

.share-options09 {
    display: none;
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    background-color: white;
    border: 1px solid #E2E8F0;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 10;
    width: 200px;
}

.share-dropdown09:hover .share-options09 {
    display: block;
}

.share-option09 {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    color: #4A5568;
    text-decoration: none;
    transition: background-color 0.2s;
}

.share-option09:hover {
    background-color: #F7FAFC;
    color: #3182CE;
}

.share-option09 i {
    margin-right: 0.75rem;
    width: 1.25rem;
    text-align: center;
}

.share-option09.linkedin09 i {
    color: #0077B5;
}

.share-option09.twitter09 i {
    color: #1DA1F2;
}

.share-option09.facebook09 i {
    color: #4267B2;
}

.share-option09.email09 i {
    color: #DB4437;
}

.share-option09.copy09 i {
    color: #805AD5;
}

/* Certificate Template */
.certificate-template09 {
    padding: 2.5rem;
    text-align: center;
    background-color: white;
    border: 10px solid #CBD5E0;
    width: 800px;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.certificate-template09::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23CBD5E0' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.3;
    z-index: 0;
}

.certificate-header09 {
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.certificate-logo09 {
    width: 120px;
    height: auto;
    margin-bottom: 1rem;
}

.certificate-title09 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2D3748;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}

.certificate-subtitle09 {
    font-size: 1.25rem;
    color: #4A5568;
    margin-bottom: 0.5rem;
}

.certificate-body09 {
    margin: 2rem 0;
    position: relative;
    z-index: 1;
}

.certificate-statement09 {
    font-size: 1.1rem;
    color: #4A5568;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.certificate-name09 {
    font-size: 2rem;
    font-weight: 700;
    color: #3182CE;
    margin: 1.5rem 0;
    border-bottom: 2px solid #CBD5E0;
    display: inline-block;
    padding-bottom: 0.5rem;
}

.certificate-course09 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2D3748;
    margin-bottom: 1.5rem;
}

.certificate-date09 {
    font-size: 1.1rem;
    color: #4A5568;
    margin-bottom: 2rem;
}

.certificate-footer09 {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    position: relative;
    z-index: 1;
}

.signature-container09 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.signature-img09 {
    height: 60px;
    margin-bottom: 0.5rem;
}

.signature-name09 {
    font-weight: 600;
    font-size: 1rem;
    color: #2D3748;
}

.signature-title09 {
    font-size: 0.875rem;
    color: #4A5568;
}

.certificate-seal09 {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: 100px;
    height: 100px;
    opacity: 0.7;
    z-index: 0;
}

.certificate-verification09 {
    font-size: 0.8rem;
    color: #4A5568;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certificate-verification09 img {
    width: 60px;
    height: 60px;
    margin-right: 1rem;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .certificates-grid09 {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
    
    .certificate-template09 {
        padding: 2rem;
        width: 700px;
    }
    
    .certificate-title09 {
        font-size: 2.25rem;
    }
}

@media (max-width: 768px) {
	.primary-nav-menu {
	display: none;
}
	
    .verpage09 {
    margin-left: 0% !important;
}
    
    .certificate-page09 {
        padding: 1.5rem;
    }
    
    .filter-section09 {
        flex-direction: column;
        align-items: stretch;
    }
    
    .search-box09 {
        width: 100%;
    }
    
    .filter-controls09 {
        width: 100%;
        justify-content: space-between;
    }
    
    .certificates-grid09 {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1.5rem;
    }
    
    .modal-footer09 {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .modal-actions09 {
        width: 100%;
    }
    
    .certificate-template09 {
        padding: 1.5rem;
        width: 600px;
    }
    
    .certificate-title09 {
        font-size: 2rem;
    }
    
    .certificate-name09 {
        font-size: 1.75rem;
    }
    
    .certificate-course09 {
        font-size: 1.25rem;
    }
}

@media (max-width: 576px) {
    .certificate-page09 {
        padding: 1rem;
    }
    
    .page-title09 {
        font-size: 1.75rem;
    }
    
    .certificates-grid09 {
        grid-template-columns: 1fr;
    }
    
    .date-range09 {
        width: 100%;
        margin-top: 0.5rem;
    }
    
    .modal-content09 {
        margin: 1rem auto;
    }
    
    .modal-header09 {
        padding: 1rem;
    }
    
    .modal-header09 h2 {
        font-size: 1.25rem;
    }
    
    .certificate-container09 {
        padding: 1rem;
    }
    
    .modal-footer09 {
        padding: 1rem;
    }
    
    .certificate-template09 {
        padding: 1rem;
        border-width: 5px;
    }
    
    .certificate-title09 {
        font-size: 1.5rem;
    }
    
    .certificate-subtitle09 {
        font-size: 1rem;
    }
    
    .certificate-name09 {
        font-size: 1.5rem;
    }
    
    .certificate-course09 {
        font-size: 1.125rem;
    }
    
    .certificate-date09 {
        font-size: 0.9rem;
    }
    
    .signature-img09 {
        height: 40px;
    }
    
    .certificate-footer09 {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }
}

/* Sidebar Styles */
.sidebar-06 {
    width: 20%;
    background-color: #2D3748;
    color: #FFFFFF;
    padding: 1.5rem 0;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 100;
    transition: all 0.3s ease;
}

.logo-container-06 {
    padding: 0 1.5rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1.5rem;
}

.logo-container-06 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4FD1C5;
}

.sidebar-nav-06 ul {
    list-style: none;
}

.nav-item-06 {
    margin-bottom: 0.25rem;
}

.nav-item-06 a {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    color: #E2E8F0;
    text-decoration: none;
    transition: all 0.2s ease;
}

.nav-item-06 a i {
    margin-right: 0.75rem;
    width: 20px;
    text-align: center;
}

.nav-item-06 a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-item-06.active-06 a {
    background-color: rgba(79, 209, 197, 0.2);
    color: #4FD1C5;
    border-left: 4px solid #4FD1C5;
}

/* Mobile Navigation */
.mobile-nav-06 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #2D3748;
    padding: 1rem;
}

.mobile-header-06 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-header-06 h2 {
    color: #4FD1C5;
    font-size: 1.25rem;
}

.menu-toggle-06 {
    background: none;
    border: none;
    color: #FFFFFF;
    font-size: 1.25rem;
    cursor: pointer;
}

.mobile-nav-menu-06 {
    display: none;
    background-color: #2D3748;
    padding: 1rem 0;
}

.mobile-nav-menu-06.active {
    display: block;
}

.mobile-nav-menu-06 ul {
    list-style: none;
}

/* Contact Form Styles */

.contact-form-wrapper5 {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #F7FAFC;
    margin-top: 60px;
}

.contact-form-container5 {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 10px 25px rgba(26, 32, 44, 0.1);
    border: 1px solid #EBF8FF;
}

.contact-form-title5 {
    color: #1A202C;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 3px solid #3182CE;
    padding-bottom: 15px;
}

.contact-form5 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-row5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label5 {
    color: #2D3748;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-input5,
.form-textarea5 {
    padding: 15px 18px;
    border: 2px solid #EBF8FF;
    border-radius: 8px;
    font-size: 16px;
    color: #1A202C;
    background-color: #F7FAFC;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-input5:focus,
.form-textarea5:focus {
    outline: none;
    border-color: #3182CE;
    background-color: white;
    box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1);
    transform: translateY(-1px);
}

.form-input5:hover,
.form-textarea5:hover {
    border-color: #4299E1;
    background-color: white;
}

.form-textarea5 {
    resize: vertical;
    min-height: 120px;
    line-height: 1.6;
}

.form-submit5 {
    background: linear-gradient(135deg, #3182CE 0%, #4299E1 100%);
    color: white;
    border: none;
    padding: 18px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.form-submit5:hover {
    background: linear-gradient(135deg, #2D3748 0%, #3182CE 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(49, 130, 206, 0.3);
}

.form-submit5:active {
    transform: translateY(0);
}

.form-submit5:disabled {
    background: #4A5568;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.submit-loading5 {
    display: inline-block;
    animation: pulse5 1.5s ease-in-out infinite;
}

@keyframes pulse5 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.form-message5 {
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
}

.form-message5.success5 {
    background-color: #EBF8FF;
    border: 2px solid #4299E1;
    color: #2D3748;
}

.form-message5.error5 {
    background-color: #FED7D7;
    border: 2px solid #E53E3E;
    color: #742A2A;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-form-wrapper5 {
        padding: 15px;
    }
    
    .contact-form-container5 {
        padding: 25px 20px;
    }
    
    .contact-form-title5 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .form-row5 {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .form-input5,
    .form-textarea5 {
        padding: 12px 15px;
        font-size: 16px; /* Prevents zoom on iOS */
    }
    
    .form-submit5 {
        padding: 15px 30px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .contact-form-wrapper5 {
        padding: 10px;
    }
    
    .contact-form-container5 {
        padding: 20px 15px;
        border-radius: 8px;
    }
    
    .contact-form-title5 {
        font-size: 22px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    
    .form-group5 {
        gap: 6px;
    }
    
    .form-label5 {
        font-size: 13px;
    }
    
    .form-input5,
    .form-textarea5 {
        padding: 10px 12px;
    }
    
    .form-submit5 {
        padding: 12px 25px;
        font-size: 14px;
    }
}

/* Accessibility Improvements */
.form-input5:focus,
.form-textarea5:focus,
.form-submit5:focus {
    outline: 2px solid #3182CE;
    outline-offset: 2px;
}

.form-input5[required],
.form-textarea5[required] {
    box-shadow: inset 0 0 0 1px rgba(49, 130, 206, 0.2);
}

/* Loading Animation Enhancement */
.form-submit5 .submit-loading5::after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: currentColor;
    margin-left: 8px;
    animation: bounce5 1.4s ease-in-out infinite both;
}

@keyframes bounce5 {
    0%, 80%, 100% { 
        transform: scale(0);
    } 
    40% { 
        transform: scale(1.0);
    }
}

/* Hover Effects for Better UX */
.form-group5:hover .form-label5 {
    color: #3182CE;
    transition: color 0.2s ease;
}

.contact-form-container5:hover {
    box-shadow: 0 15px 35px rgba(26, 32, 44, 0.15);
    transition: box-shadow 0.3s ease;
}