.elementor-kit-6{--e-global-color-primary:#8DDBFC;--e-global-color-secondary:#000000;--e-global-color-text:#BAB8B8;--e-global-color-accent:#61CE70;--e-global-color-2a05f97:#FFFFFF;--e-global-color-bf5b8e6:#4F5FCD;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Rajdhani";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );color:#000000;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#FF7F81;color:#1D1D1D;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Inter", Inter;font-weight:400;}.elementor-kit-6 h1{font-size:42px;}.elementor-kit-6 h2{font-family:"Rajdhani", Inter;font-size:36px;font-weight:700;}.elementor-kit-6 h3{font-family:"Rajdhani", Inter;font-size:24px;}.elementor-kit-6 h4{font-family:"Rajdhani", Inter;font-size:22px;}.elementor-kit-6 h5{font-family:"Rajdhani", Inter;font-size:20px;}.elementor-kit-6 h6{font-family:"Rajdhani", Inter;font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */a{color: #8ddbfc;}
a:hover {
    color: #8ddbfc!important;
}
.elementor-button:hover { color: #000 !important;}
.firstRow{background-color: #8ddbfc;color:#fff;    text-align: center;color: #323232;
    font-size: 18px;margin-bottom: 0;
}
.firstRow p{font-size: 18px;margin-bottom: 0;
}

.pagelist  a{position: relative;
    background: #fff;
    height: 60px;
    width: 100%;
    min-width: 280px;
    align-items: center;
    border-left: 2px solid #8ddbfc;
    padding-left: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom:10px;
    
}
.pagelist li{width: 100%;}
/* Container to ensure full width */
.container1 {
    width: 100%;
    overflow-x: auto; /* Allows horizontal scrolling */
    overflow-y: hidden; /* Prevents vertical scrollbar */
}

/* Style the table */
table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* Ensures table columns are evenly distributed */
}

/* Style the table cells */
table th, table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
    word-wrap: break-word; /* Allows long words to break and wrap within cells */
}

/* Style for table headers */
table th {
    background-color: #f4f4f4;
}

/* Responsive adjustments for smaller screens */
@media screen and (max-width: 600px) {
    /* Reduced padding for smaller screens */
    table th, table td {
        padding: 8px;
    }
}

.page-content h2,.single h2 {
    color: #000;
    font-size: 28px;
    position: relative;
    font-family: 'Rajdhani-Bold';
    line-height: 1.1em !important;
    margin:30px 0;
    border-left: 5px solid #8ddbfc;
    padding-left: 18px;
}/* End custom CSS */