@import url("./nav.css");
@import url("./mobilenav.css");


@media (max-width: 768px) {
    .follow-box, .flo-box {
        text-align: center;
    }

    .flo-box {
        margin-top: 20px; 
    }
}
/* PS  */
.total-statement {
    padding: 60px 0;
    font-family: "source-code-pro", monospace !important;
    
    /* background-color: #f8f9fa; */
    
   
}

.statement-box {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-left: -20px;
    font-family: "source-code-pro", monospace !important;
}

.statement-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}

.statement-box p {
    font-size: 16px;
    color: #666;
}

.hard, .soft {
    text-align: center;
    background: #e9ecef;
    border-radius: 8px;
    padding: 20px;
}

.hard h3 {
    color: #007bff;
}

.soft h3 {
    color: #28a745;
}

.hard p, .soft p {
    font-size: 16px;
    color: #666;
}


/* Total Statements Styles */
.total-statement {
    padding: 60px 0;
    
    /* background: linear-gradient(to right, #ffffff 0%, #ffffff 100%); */
    
    
}


.heading-spacing {
    margin-top: 100px !important; 
    font-family: "greycliff-cf", sans-serif;
    font-weight: 600;
    background-image: linear-gradient(45deg, #e8c942, rgb(148, 98, 209));
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    font-size: 2.5vw;
    
   
  
    

}

.heading-spacing i {
    font-family: "lores-9-plus-wide", sans-serif;
    font-weight: 200;
    font-style: normal;
    
    font-size: clamp(28px,3.25vw,35px);
  
}


#theme-select {
    width: 100%;
    padding: 1%;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff; 
    font-size: 16px; 
    
}

/* Table Styles */


.table-section {
    padding: 60px 0;    
    font-family: "source-code-pro", monospace !important;
    min-height: 600px;
 
}

.table-section h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    color: #333;
    font-family: "source-code-pro", monospace !important;
}

.table-container {
    overflow-x: auto; 
    padding: 0 30px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px; 
    border: 1px solid black;
    box-shadow: 0 0 0 1px black; 
}

table, th, td {
    border: 1px solid #ddd; 
}

th, td {
    padding: 12px;
    text-align: center;
}

th {
    background-color: #007bff; 
    color: white; 
    font-size: 16px; 
    font-weight: bold;
}

tbody tr:nth-child(even) {
    background-color: #f2f2f2; 
}

tbody tr:hover {
    background-color: #ddd;
}


.custom-header-cell {
    border: 2px solid black;
}

.table {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* A,S,H */


.table-filter {
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-right: 30px; /* Align with table container padding */
}

.table-filter h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-right: 10px; /* Space between label and dropdown */
    font-family: "source-code-pro", monospace !important;
}

.category-dropdown {
    padding: 5px;       
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-family: "source-code-pro", monospace !important;
}

.category-dropdown:focus {
    outline: none;
    border-color: #000000;
}





.container.mt-5 {
    margin-top: 3rem; 
    width: 520px;
    padding-bottom: 30px;
    
}

h2.text-center.mb-4 {
    font-size: 2rem; 
    color: #343a40; 
    margin-bottom: 1.5rem;
}

form {
    background-color: #ffffff; 
    padding: 2rem; 
    border-radius: 0.5rem; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
    border: 1px solid black;
}

.form-label {
    font-weight: 600; 
    color: #495057; 
}

.form-control,
.form-select {
    border-radius: 0.375rem;
    border: 1px solid #ced4da; 
    padding: 0.75rem; 
    
}

.form-control:focus,
.form-select:focus {
    border-color: #007bff; 
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.25);
}


.btn-primary {
    background-color: #007bff; 
    border: none; 
    padding: 0.75rem 1.25rem; 
    font-size: 1rem; 
    border-radius: 0.375rem; 
}

.btn-primary:hover {
    background-color: #0056b3; 
} 

.statement-box {
	background: linear-gradient(to right, #d8bdbd 0%, #eed35c 100%);
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out;
	margin-top: 	50px;
}

.statement-box:hover {
    transform: translateY(-10px);
}

.statement-box h3 {
    font-size: 26px;
    margin-bottom: 12px;
    color: #1f1f1f;
}

.statement-box p {
    font-size: 18px;
    color: #4a4a4a;
}

.statement-type {
    text-align: center;
     background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 25px;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.statement-type:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

.statement-type .icon {
    font-size: 40px;
    margin-bottom: 10px;
    color: #fff;
    background: linear-gradient(45deg, #007bff, #00c6ff);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
}

.hard .icon {
    background: linear-gradient(45deg, #ff7f50, #ff6347);
}

.soft .icon {
    background: linear-gradient(45deg, #28a745, #20c997);
}

.statement-type h3 {
    font-size: 28px;
    margin-bottom: 8px;
    color: #333;
}

.statement-type p {
    font-size: 18px;
    color: #555;
}

/* icons */

.icon-container {
    font-size: 40px; 
    margin-bottom: 15px; 
    color: #333; 
}

.hard .icon-container {
    background: linear-gradient(45deg, #d49d89, #ff6347);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    color: #fff; 
}

.soft .icon-container {
    background: linear-gradient(45deg, #8fc59c, #20c997);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    color: #fff; 

}

.statement-box .row .col-md-6{
    align-items: center;
    align-self: center;
}

.ts {
    /* margin-top: 60px; */
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "source-code-pro", monospace !important;
}


@media screen and (max-width:768px) {

    
}





  
/* Section One Styles */
.section-one {
    
    padding: 10px;
   
    border-radius: 5px;
    .section-one {
        width: 50%; 
        margin-left: 20px;
    }
    
}

/* Section Two Styles */
.section-two {
   
    padding: 10px;
    
    border-radius: 5px;
    width: 350px;
    margin-left:310px;
}


.section-one label, 
.section-two label, 
.section-three label {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.section-one label{

    margin-left: -80px;
}


#theme-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff; 
    font-size: 16px;
    
}

.table-section {
    padding: 60px 0;
}

.table-container {
    overflow-x: auto; 
}

.table-container h2 {

   padding-bottom: 20px;
}

/* Table Styles */
.custom-table {
    border-collapse: separate; /* Ensures that border-spacing works */
    border-spacing: 0 20px; /* Adds vertical space between rows */
}

.custom-header {
    background-color: #ffffff;
}

.custom-header-cell {
    color: #f1d639; 
    font-size: 16px;
    font-weight: bold; 
    padding: 12px;
    padding-left: 30px; 
    text-align: center;
    border: 1px solid #000000; 
    background-color: #ffffff; 
}

/* Styling for table header */
.custom-table thead {
    border: 1px solid #000; /* Border around thead */
    
    
}

.custom-table th {
    color: #f5da40; 
    font-size: 16px;
    font-weight: bold; 
    padding: 12px;
    padding-left: 30px; 
    text-align: center;
    border: 1px solid #000000; 
    background-color: #ffffff; 
}

tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

tbody tr:hover {
    background-color: #ddd; 
}

.custom-table td {
    border: 1px solid #000000; 
    padding: 12px;
    text-align: center; 
}

/* Pagination Styles */
.pagination {
    text-align: center;
    margin-top: -35px;
    margin-left: 20px;
}

.pagination button, .pagination span, .pagination .page-link {
    padding: 8px 16px;
    margin: 0 5px;
    background-color: white; /* White background for buttons and links */
    color: rgb(0, 0, 0); /* Black text color */
    border: 1px solid black; /* Black border for buttons and links */
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.pagination .page-link {
    background-color: white; /* Ensure background is white */
}

.pagination button:hover, 
.pagination .page-link:hover {
    background-color: #f0f0f0; /* Light grey on hover for better visibility */
}

.pagination button:disabled {
    background-color: #e0e0e0; /* Light grey for disabled state */
    color: black; /* Black text color for disabled state */
    cursor: not-allowed;
}

.pagination .page-link.active {
    background-color: rgb(248, 225, 120); /* Black background for active page */
    color: rgb(0, 0, 0); /* White text color for active page */
}

/* Registration Form Styles */
.container.mt-5 {
    margin-top: 3rem; /* Adjust spacing from top */
    width: 520px;
    padding-bottom: 30px;
    
}










/* Container for Sections */
.section-container {
    display: flex;
    justify-content: space-between; 
    /* Aligns sections to the left and right */
    
}

/* Styles for Each Section */
.section-one {
    margin-right: 60px; /* Pushes the section to the left */
    width: 450px;
    padding: 10px;
    
}

.section-two {
    margin-left: 60px; /* Pushes the section to the right */
    width: 450px;
    padding: 10px;
    border-radius: 5px;
}

/* Common Styles for Labels */
.section-one label, 
.section-two label {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    color: black;
}

#theme-select,
#category-select {
    width: 150%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff; /* Background color for select */
    font-size: 16px; /* Font size inside the select */
}

/*** Footer ***/
.footer {
    background: url(../img/footer.png) center center no-repeat;
    background-size: contain;
    
    
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.5);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: rgba(255,255,255,.5);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: rgba(255,255,255,.5);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.problem-title{

    text-decoration: underline;
}

.problem-title:hover{

    cursor: pointer;
    
}
footer {
    background: linear-gradient(to right, #e2d6d6 0%, #e4dbb2 100%);
    color: #000000; /* White text color */
    margin-top: 60px;
    font-family: "source-code-pro", monospace !important;
}

.follow-box {
    padding: 20px;
}

.follow-box h3 {
    color: #000000; /* White heading color */
    margin-bottom: 15px;
    font-family: "source-code-pro", monospace !important;
    
}

.follow-box-copyright,
.follow-box-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    gap: 15px; /* Space between icons */
    
}

.follow-box-copyright li {
    display: inline-block;
    
}

.follow-box-copyright li a,
.follow-box-contact li a {
    color: #000000;
    text-decoration: none;
    
}


.follow-box-copyright li a:hover,
.follow-box-contact li a:hover {
    text-decoration: underline;
}

.follow-box i {
    margin-right: 10px; /* Adds space between icon and text */
    color: #fff; /* Icon color */
}

.follow-box-copyright li a:hover i,
.follow-box-contact li a:hover i {
    color: #007bff; /* Change icon color on hover */
}

.flo-box {
    text-align: right; /* Aligns the contact information to the right */
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
    color: #007bff; /* Changes link color on hover */
}

/* pop up  */




/* Modal Background */
/* Modal Background */




.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fff;
    margin: 5% auto; /* Centered horizontally and vertically */
    padding: 20px;
    border: 1px solid #888;
    width: 90%; /* Responsive width */
    max-width: 800px; /* Maximum width of the modal */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    max-height: 80vh; /* Ensure modal doesn't exceed viewport height */
    overflow-y: auto; /* Add scrollbar if content is too long */
}

.close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
}

.modal-header {
    font-weight: bold;
    font-size: 18px;
    color: black;
    margin-bottom: 10px;
}

.modal-table {
    width: 100%;
    border-collapse: collapse;
}

.modal-table td,
.modal-table th {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.modal-table th {
    background-color: #f2f2f2;
    color: black;
    font-weight: bold;
}

.modal-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.modal-table tr:hover {
    background-color: #ddd;
}

.modal-description {
    font-size: 16px;
    line-height: 1.5;
    color: black;
}














/* mobile  */

/* General Styles */
*,
*::after,
*::before {
    box-sizing: border-box;
}

:root {
    font-size: 14px;
    --color-text: #000;
    --color-bg: #f2f1eb;
    --color-link: #000;
    --color-link-hover: #000;
    --page-padding: 1rem;
    --columns: 15;
    --cursor-blend-mode: difference;
    --cursor-radius: 0;
}

body {
    margin: 0;
    color: var(--color-text);
    background-color: var(--color-bg);
    font-family: "source-code-pro", monospace;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100vh;
    overflow: auto;
    overflow-x: hidden;
}

/* Responsive Design */
@media (max-width: 1200px) {
    :root {
        --columns: 20;
        --page-padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    :root {
        --columns: 10;
        --page-padding: 1rem;
    }

    .frame {
        grid-template-columns: 1fr;
        grid-template-areas: 
            'title'
            'prev'
            'sponsor'
            'demos';
        grid-gap: 1rem;
    }

    .content {
        padding: 0 var(--page-padding);
        align-items: center;
    }

    .frame__demos {
        flex-direction: column;
    }

    .frame__demos-item {
        width: 100%;
    }

    .section-container {
        flex-direction: column;
        align-items: center;
    }

    .section-one, .section-two {
        width: 100%;
        margin: 0;
        padding: 10px;
    }

    .footer {
        background: url(../img/footer.png) center center no-repeat;
        background-size: cover;
    }

    .footer .btn.btn-social, 
    .footer .btn.btn-link {
        margin: 0;
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .pagination button, .pagination span, .pagination .page-link {
        padding: 6px 12px;
        font-size: 12px;
    }

    .container.mt-5 {
        width: 100%;
        padding: 15px;
    }

    .statement-box {
        padding: 20px;
        margin-top: 30px;
        font-family: "source-code-pro", monospace !important;
    }

    .statement-box h3 {
        font-size: 20px;
    }

    .statement-box p {
        font-size: 14px;
    }

    .statement-type h3 {
        font-size: 22px;
    }

    .statement-type p {
        font-size: 16px;
    }
    .statement-box{
    transform: scale(0.8);
    }
    .heading-spacing{
        margin-top: 20px;
    }
 
    .heading{
        font-size: 28px;
    }
}

/* Modal Styling */
.modal-content {
    margin: 10% auto;
    width: 100%;
    max-width: 900px;
}

/* Table Styles */
.table-container {
    overflow-x: auto; 
}

.custom-table {
    border-collapse: collapse;
    width: 100%;
}

.custom-table td, 
.custom-table th {
    padding: 8px;
    font-size: 14px;
}

.custom-table th {
    font-size: 16px;
}


#theme-select, 
#category-select {
    width: 200%;

}


#theme-select{
    margin-left: -90px;
}


/* ani */