.elementor-9081 .elementor-element.elementor-element-a27720d{--display:flex;}.elementor-9081 .elementor-element.elementor-element-a229295{text-align:center;}.elementor-9081 .elementor-element.elementor-element-a229295 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:50px;}.elementor-9081 .elementor-element.elementor-element-830caaf{--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-9081 .elementor-element.elementor-element-46b2fce{--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-9081 .elementor-element.elementor-element-3a3eab3{--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-9081 .elementor-element.elementor-element-8fa8044{--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-9081 .elementor-element.elementor-element-e397ec0{--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-9081 .elementor-element.elementor-element-c9d41df > .elementor-widget-container{background-color:#D3D3D3;}body.elementor-page-9081:not(.elementor-motion-effects-element-type-background), body.elementor-page-9081 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EDEDED;}@media(min-width:768px){.elementor-9081 .elementor-element.elementor-element-8fa8044{--width:70%;}.elementor-9081 .elementor-element.elementor-element-e397ec0{--width:30%;}}/* Start custom CSS for html, class: .elementor-element-c9d41df */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 */