/* General Layout */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #000;
}

/* Header Styles */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #111;
}

.logo img {
    height: 40px;
    margin-top: 25px;
    margin-left: 25px;
}

.nav {
    display: flex;
    gap: 40px;
    align-items: center;
}

.nav-item {
    position: relative;
    cursor: pointer;
    overflow: visible;
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.dropdown-parent {
    position: relative;
}

/* Dropdown Menu */
.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    color: black;
    padding: 10px 0;
    min-width: 160px;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

/* Dropdown Links */
.dropdown a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.dropdown a:hover {
    background-color: #f0f0f0;
}

.dropdown-parent:hover .dropdown,
.dropdown:hover {
    display: block;
}

/* Language Selector */
.language-selector {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    font-size: 14px;
}

.arrow {
    font-size: 10px;
}


.language-dropdown {
    position: relative;
}

/* Dropdown Menu */
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    color: black;
    padding: 10px 0;
    min-width: 160px;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

/* Dropdown Links */
.dropdown div {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.dropdown div:hover {
    background-color: #f0f0f0;
}

.language-dropdown:hover .dropdown-content,
.dropdown-content:hover {
    display: block;
}



.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  color: black;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding: 10px 0;
  min-width: 100px;
  text-align: center;
}

.dropdown-content div {
  padding: 8px 0;
  cursor: pointer;
}

.dropdown-content div:hover {
  background-color: #f0f0f0;
}

.language-dropdown:hover .dropdown-content {
  display: block;
}


.coverage-section {
    display: flex;
    justify-content: space-between;
    background-color: #E7E7E7;
    padding: 60px 80px;
    gap: 60px;
}

.coverage-section .left {
    flex: 1;
    max-width: 50%;
}

.coverage-section .left h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

.coverage-section .left p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.coverage-section .left .logo {
    width: 693.917px;
    height: 107px;
    object-fit: contain;
    margin: 30px 0;
}

.coverage-section .left .note {
    font-size: 14px;
    color: #333;
}

.coverage-section .right {
    flex: 1;
    max-width: 50%;
}

.coverage-section .right p {
    font-size: 14px;
    margin-bottom: 20px;
}

.coverage-section form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.coverage-section input,
.coverage-section select,
.coverage-section textarea {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.coverage-section textarea {
    resize: vertical;
    min-height: 80px;
}

.coverage-section .checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
}

.coverage-section button {
    background-color: #0d6efd;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
}

.whatsapp-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.whatsapp-contact img {
  width: 100px;
  height: 150px;
  filter: brightness(0);
  cursor: pointer;
  transition: transform 0.2s ease;
}

.whatsapp-contact img:hover {
  transform: scale(1.1);
}

.whatsapp-contact .note {
  font-size: 10px;
  color: white;
  margin: 0;
}

.whatsapp-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.whatsapp-icon img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.whatsapp-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.whatsapp-icon img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}


/* ===== Footer Section ===== */
footer {
    padding: 20px 100px;
    background-color: #000;
    color: #fff;
}

.footer-top-border {
    width: 1200px;
    border-top: 2px solid #007bff;
    margin: 0 auto 30px auto;
}

.footer-content {
    display: flex;
    gap: 165px;
}

.footer-logo {
    max-width: 180px;
}

.logo {
    width: 200px;
    height: 71px;
    letter-spacing: -2px;
}

.footer-logo p {
    margin: 15px 0;
    font-weight: 600;
    width: 250px;
}

.socials img {
    margin-right: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

/* Columns */
.footer-column h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    max-width: 150px;
}

.footer-column p {
    font-size: 13px;
    margin: 5px 0;
}
