.elementor-1643 .elementor-element.elementor-element-867c54b{text-align:center;}.elementor-1643 .elementor-element.elementor-element-867c54b .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:50px;}.elementor-1643 .elementor-element.elementor-element-eebc328{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1643 .elementor-element.elementor-element-3ba0ab3{--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;}.elementor-1643 .elementor-element.elementor-element-c0f0f9f{--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;}.elementor-1643 .elementor-element.elementor-element-c4776a2{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1643 .elementor-element.elementor-element-263808a{--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;}.elementor-1643 .elementor-element.elementor-element-c47dd7e{--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;}.elementor-1643 .elementor-element.elementor-element-232839c > .elementor-widget-container{background-color:#D3D3D3;}body.elementor-page-1643:not(.elementor-motion-effects-element-type-background), body.elementor-page-1643 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E9E9E9;}@media(min-width:768px){.elementor-1643 .elementor-element.elementor-element-3ba0ab3{--width:50%;}.elementor-1643 .elementor-element.elementor-element-c0f0f9f{--width:50%;}.elementor-1643 .elementor-element.elementor-element-263808a{--width:70%;}.elementor-1643 .elementor-element.elementor-element-c47dd7e{--width:30%;}}/* Start custom CSS for html, class: .elementor-element-232839c */body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
 
    text-align: center;
    color: black; /* Default text color */
}

.table-heading {
    font-size: 2rem;
    color: black;
    margin-bottom: 30px;
}

.country-table {
 
    margin: 0 auto;
    border-collapse: collapse;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background-color: #fff;
    color: black; /* Text color inside table */
}

.country-table th,
.country-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 1.1rem;
}

.country-table th {
    background-color: #007BFF;
    color: white; /* Header text color stays white */
}

.country-table tbody tr:hover {
    background-color: #f1f1f1;
}

.country-table td:first-child {
    font-size: 2rem;
    text-align: center;
}/* End custom CSS */