.container {
    padding: 0 15px;
}

.text-pink{
    color: #e02454 !important;
}

/*.bg-image{
	background-image: url(../images/traineeship-in-europe/banner-1.jpg);
	background-size: cover;
	padding: 50px 0px;
}*/

.banner-inner-section{
	background-color: #ffffffc2;
  padding: 40px;
}
.banner-inner-section h1{
	font-size: 36px;
	color: #003760;
	line-height: 1.4;
}
.banner-inner-section h1 span{
	background-color: #e02454;
	color: #fff;
}
.banner-inner-section p{
	font-size: 18px;
	color: #003760;
}

.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #003760;
}

.custom-list li {
  position: relative;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
  padding-left: 35px;
}

.custom-list li::before {
  font-family: 'FontAwesome'; 
  content: "\f105"; 
  position: absolute;
  left: 0;
  top: 2px;
  /*top: 50%;
  transform: translateY(-50%);*/
  width: 24px;
  height: 24px;
  background-color: #e02454;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  display: block;
}
.custom-list li strong{
	color: #003760;
}
.image-box-padding{
	padding: 40px;
}
/* table css */

/* Table styling */
.table-area table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin: 20px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Header styling */
.table-area thead th {
    background-color: #2c3e50;
    color: white;
    padding: 12px 15px;
    text-align: left;
    font-weight: bold;
    border-right: 1px solid #34495e;
}

.table-area thead th:first-child {
    /*border-top-left-radius: 4px;*/
}

.table-area thead th:last-child {
    /*border-top-right-radius: 4px;*/
    border-right: none;
}

/* Body styling */
.table-area tbody tr {
    border-bottom: 1px solid #dddddd;
}

.table-area tbody tr:nth-of-type(even) {
    background-color: #f8f9fa;
}

/*.table-area tbody tr:last-of-type {
    border-bottom: 2px solid #2c3e50;
}*/

.table-area tbody td {
    padding: 12px 15px;
    border-right: 1px solid #e0e0e0;
}

.table-area tbody td:last-child {
    border-right: none;
}

/* Hover effect */
.table-area tbody tr:hover {
    background-color: #e8f4fc;
}

/* First column styling */
.table-area tbody td:first-child {
    font-weight: bold;
    color: #2c3e50;
}

/* Responsive design */
@media screen and (max-width: 768px) {
    .table-area table {
        display: block;
        overflow-x: auto;
    }
}

/* Table CSS 2 */
/* Table styling */
.table-area-2 table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin: 20px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border: 1px solid #e0e0e0;
}

/* Header styling */
.table-area-2 thead th {
    background-color: #f8f9fa;
    color: #2c3e50;
    padding: 12px 15px;
    text-align: left;
    font-weight: bold;
    border-bottom: 2px solid #2c3e50;
    border-right: 1px solid #e0e0e0;
}

.table-area-2 thead th:first-child {
    border-left: none;
}

.table-area-2 thead th:last-child {
    border-right: none;
}

/* Body styling */
.table-area-2 tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

.table-area-2 tbody tr:last-child {
    border-bottom: none;
}

.table-area-2 tbody td {
    padding: 12px 15px;
    border-right: 1px solid #e0e0e0;
}

.table-area-2 tbody td:last-child {
    border-right: none;
}

/* First column styling */
.table-area-2 tbody td:first-child, .table-area-2 thead th:first-child {
    font-weight: bold;
    color: #fff;
    background-color: #003a66;
    border-bottom: 1px solid #e0e0e0;
}

/* Country flag styling */
.table-area-2 thead th span {
    margin-left: 5px;
    font-size: 1.2em;
}

/* Highlight differences */
.table-area-2 tbody td:not(:first-child) {
    color: #555;
}

/* Responsive design */
@media screen and (max-width: 768px) {
    .table-area-2 table {
        display: block;
        overflow-x: auto;
    }
}

.listdesign1 {
  width: 100%; /* You can adjust width as needed */
  border: 1px solid #ddd;
  font-family: Arial, sans-serif;
}

.listdesign1header {
  background-color: #e02454;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  margin: 0;
  text-transform: uppercase;
}

.countries-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.countries-list li {
  border-top: 1px solid #e6e6e6;
  padding: 10px;
  font-size: 14px;
  color: #003366;
  cursor: default;
}

.countries-list li:first-child {
  border-top: none;
}

/* table css 3*/
.table-area-3 table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.table-area-3 th {
  background-color: #003366;
  color: white;
  text-align: left;
  padding: 10px;
  font-weight: bold;
}

.table-area-3.pink-header th{
    background-color: #e02454 !important;
}

.table-area-3 td {
  padding: 10px;
  vertical-align: top;
  color: #003366;
}

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

.table-area-3 tr:nth-child(odd) {
  background-color: #ffffff;
}

.table-area-3 table, 
.table-area-3 th, 
.table-area-3 td {
  border: 1px solid #ddd;
}

/* Footer CSS */

.footer-landing-page {
  background-color: #003a66 !important;
  color: #ffffff;
}

.footer-landing-page .social-icons{
    justify-content: end !important;
}
.footer-landing-page-title {
  font-weight: 700;
  font-size: 2.5rem;
  color: #fff;
}

.footer-landing-page-line {
  width: 3px;
  height: 60px;
  background-color: #e1306c;
}

.footer-landing-page-phone,
.footer-landing-page-email {
  font-size: 1.25rem;
  font-weight: 500;
}

.footer-landing-page .btn-danger {
  background-color: #e1306c;
  border: none;
  font-size: 1.25rem;
}

.footer-landing-page .btn-danger:hover {
  background-color: #c0275c;
}

.footer-landing-page .widget_social ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.footer-landing-page .widget_social ul li a {
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
}

.footer-landing-page .widget_social ul li img {
  width: 24px;
  height: 24px;
}

.footer-landing-page .border-top {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.contact_form {
  overflow:hidden;
  margin:0px 0 25px;
  background: #fff;
  padding: 0px 30px 20px 30px;
}
.contact_form h2{
  font-size: 32px;
  line-height: 1.4;
}
.contact_form label em{
  color: red;
}
.overlay .contact_details {
  color:#fff !important;
}
.contact_form textarea {
  height:133px !important;
}
.contact_form .form-control {
  margin-bottom: 10px;
  height: 42px !important;
  border-color: #dddddd;
  box-shadow: none;
  border-radius: 0;
}
.contact_form label {
  display: inline-block;
  margin-bottom: 0px !important;
  font-weight: 500;
}
#contactform fieldset {
  padding:10px;
  border:1px solid #eee;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}
#contactform legend {
  padding:7px 10px; 
  font-weight:bold; 
  color:#000; 
  border:1px solid #eee; 
  -webkit-border-radius:5px; 
  -moz-border-radius:5px; 
  margin-bottom:0 !important; 
  margin-bottom:20px;
}
#contactform span.required{ 
  font-size: 13px; 
  color: #ff0000;
}
#message {
  margin: 10px 0; 
  padding: 0;
}
.error_message {
  display: block; 
  height: 22px; 
  line-height: 22px; 
  background: #FBE3E4 url(../images/error.gif) no-repeat 10px center;
   padding: 3px 10px 3px 35px; 
   color:#8a1f11;
   border: 1px solid #FBC2C4; 
   -webkit-border-radius:5px;
}
.loader {
  padding: 0 10px;
}
#contactform #success_page h1 {
  background: url(../images/success.gif) left no-repeat; 
  padding-left:22px;
}
.w100, .iti{
  width: 100% !important;
}
.divider {
    width: 80%;
    height: 2px;
    background: linear-gradient(to right, rgba(192, 192, 192, 0), rgb(210, 210, 210), rgba(192,192,192,0));
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0);
    margin: 20px auto;
    border-radius: 2px;
}
