.elementor-3582 .elementor-element.elementor-element-a3d5a72{--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-3582 .elementor-element.elementor-element-98cf7b9{text-align:center;}.elementor-3582 .elementor-element.elementor-element-98cf7b9 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:50px;}.elementor-3582 .elementor-element.elementor-element-24e2ea9{--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-3582 .elementor-element.elementor-element-efdfabb{--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-3582 .elementor-element.elementor-element-fa76ac6{--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-3582 .elementor-element.elementor-element-7a68454{--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-3582 .elementor-element.elementor-element-805610d > .elementor-widget-container{background-color:#D3D3D3;}.elementor-3582 .elementor-element.elementor-element-2bbcc12{--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;}body.elementor-page-3582:not(.elementor-motion-effects-element-type-background), body.elementor-page-3582 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EDEDED;}@media(min-width:768px){.elementor-3582 .elementor-element.elementor-element-7a68454{--width:50%;}.elementor-3582 .elementor-element.elementor-element-2bbcc12{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-805610d */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 */