.elementor-18 .elementor-element.elementor-element-da203de{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18 .elementor-element.elementor-element-f1f09a8{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18 .elementor-element.elementor-element-7cd9b1f{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18 .elementor-element.elementor-element-d1bb26c{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-93275f7 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

.eom-chero { width: 100%; background: #f8f6f2; position: relative; overflow: hidden; }

.eom-chero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 80% 20%, rgba(201, 166, 86, 0.05) 0%, transparent 45%),
    radial-gradient(circle at 20% 80%, rgba(144, 25, 28, 0.04) 0%, transparent 45%);
  pointer-events: none;
}

.eom-chero-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 20px 70px;
  position: relative;
  z-index: 2;
}

/* Breadcrumb */
.eom-chero-bread {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.eom-chero-bread a {
  font-family: 'Roboto', sans-serif;
  font-size: 12.5px;
  color: #aaa;
  text-decoration: none;
  font-weight: 500;
}

.eom-chero-bread a:hover { color: #90191c; text-decoration: none; }

.eom-chero-bread svg { width: 12px; height: 12px; color: #ddd; }

.eom-chero-bread span {
  font-family: 'Roboto', sans-serif;
  font-size: 12.5px;
  color: #90191c;
  font-weight: 500;
}

/* Main content */
.eom-chero-content {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.eom-chero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(144, 25, 28, 0.06);
  border: 1px solid rgba(144, 25, 28, 0.12);
  border-radius: 100px;
  padding: 6px 18px 6px 8px;
  margin-bottom: 22px;
}

.eom-chero-tag-dot {
  width: 8px;
  height: 8px;
  background: #c9a656;
  border-radius: 50%;
  animation: cheroPulse 2s ease-in-out infinite;
}

@keyframes cheroPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}

.eom-chero-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-chero h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.08;
  color: #1a1a1a;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
}

.eom-chero h1 .chero-hl {
  color: #90191c;
  position: relative;
}

.eom-chero h1 .chero-hl::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c9a656;
  border-radius: 2px;
}

.eom-chero-sub {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #666;
  line-height: 1.7;
  margin: 0 auto 36px;
  max-width: 680px;
}

/* Quick Contact Pills */
.eom-chero-quick {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.eom-chero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  background: #fff;
  border: 1px solid #eeebe4;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.35s ease;
}

.eom-chero-pill:hover {
  border-color: rgba(201, 166, 86, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  text-decoration: none;
}

.eom-chero-pill-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eom-chero-pill-icon svg { width: 14px; height: 14px; }

.eom-chero-pi-phone { background: rgba(144, 25, 28, 0.08); color: #90191c; }
.eom-chero-pi-wa { background: rgba(37, 211, 102, 0.12); color: #25d366; }
.eom-chero-pi-mail { background: rgba(201, 166, 86, 0.12); color: #c9a656; }

.eom-chero-pill-text {
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #333;
}

@media (max-width: 1024px) {
  .eom-chero-inner { padding: 50px 20px 60px; }
  .eom-chero h1 { font-size: 44px; }
}

@media (max-width: 600px) {
  .eom-chero-inner { padding: 36px 16px 48px; }
  .eom-chero h1 { font-size: 34px; }
  .eom-chero-sub { font-size: 15px; }
  .eom-chero-quick { flex-direction: column; align-items: stretch; }
  .eom-chero-pill { justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-02d486b */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

.eom-cmain { width: 100%; background: #fff; }

.eom-cmain-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px;
}

/* Two-column layout */
.eom-cmain-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 48px;
  align-items: start;
}

/* ── Left: Info Column ── */
.eom-cmain-info {
  padding-right: 10px;
}

.eom-cmain-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(144, 25, 28, 0.06);
  border: 1px solid rgba(144, 25, 28, 0.12);
  border-radius: 100px;
  padding: 6px 18px 6px 8px;
  margin-bottom: 22px;
}

.eom-cmain-tag-dot { width: 8px; height: 8px; background: #c9a656; border-radius: 50%; }

.eom-cmain-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-cmain-info h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 14px;
}

.eom-cmain-info h2 .cm-g { color: #c9a656; }

.eom-cmain-info-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #777;
  line-height: 1.75;
  margin: 0 0 36px;
}

/* Contact Cards */
.eom-cmain-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 30px;
}

.eom-cmain-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  background: #faf9f6;
  border: 1px solid #eeebe4;
  border-radius: 14px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.eom-cmain-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #90191c;
  transition: width 0.35s ease;
}

.eom-cmain-card:hover {
  background: #fff;
  border-color: rgba(144, 25, 28, 0.12);
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  transform: translateY(-2px);
  text-decoration: none;
}

.eom-cmain-card:hover::before { width: 4px; }

.eom-cmain-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.eom-cmain-card-icon svg { width: 22px; height: 22px; }

.eom-cmic-phone { background: rgba(144, 25, 28, 0.08); color: #90191c; }
.eom-cmic-wa { background: rgba(37, 211, 102, 0.1); color: #25d366; }
.eom-cmic-mail { background: rgba(201, 166, 86, 0.12); color: #c9a656; }
.eom-cmic-loc { background: rgba(144, 25, 28, 0.08); color: #90191c; }

.eom-cmain-card-text {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.eom-cmain-card-label {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 3px;
}

.eom-cmain-card-value {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
}

.eom-cmain-card-arrow {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ece8e0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.eom-cmain-card:hover .eom-cmain-card-arrow {
  background: #90191c;
  border-color: #90191c;
}

.eom-cmain-card-arrow svg {
  width: 14px;
  height: 14px;
  color: #bbb;
  transition: all 0.3s ease;
}

.eom-cmain-card:hover .eom-cmain-card-arrow svg {
  color: #fff;
  transform: translateX(2px);
}

/* Operating Hours */
.eom-cmain-hours {
  background: #faf9f6;
  border: 1px solid #eeebe4;
  border-radius: 14px;
  padding: 24px 26px;
}

.eom-cmain-hours-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}

.eom-cmain-hours-title svg {
  width: 18px;
  height: 18px;
  color: #c9a656;
}

.eom-cmain-hours-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px solid #f0ede6;
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
}

.eom-cmain-hours-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.eom-cmain-hours-day { color: #777; }
.eom-cmain-hours-time { color: #1a1a1a; font-weight: 600; }
.eom-cmain-hours-time-closed { color: #90191c; font-weight: 500; }

/* ── Right: Form Card ── */
.eom-cmain-form-wrap {
  position: relative;
}

.eom-cmain-form-card {
  background: #fff;
  border-radius: 20px;
  padding: 44px 40px;
  box-shadow: 0 14px 52px rgba(0,0,0,0.06), 0 2px 8px rgba(0,0,0,0.03);
  border: 1px solid #eeebe4;
  position: relative;
  overflow: hidden;
}

/* Top gradient */
.eom-cmain-form-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #90191c 0%, #c9a656 100%);
}

/* Decorative corner */
.eom-cmain-form-deco {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 50px;
  height: 50px;
  border-top: 2px solid rgba(201, 166, 86, 0.2);
  border-right: 2px solid rgba(201, 166, 86, 0.2);
  border-radius: 0 12px 0 0;
  pointer-events: none;
}

.eom-cmain-form-header {
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.eom-cmain-form-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(144, 25, 28, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.eom-cmain-form-icon svg {
  width: 26px;
  height: 26px;
  color: #90191c;
}

.eom-cmain-form-header h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px;
  line-height: 1.2;
}

.eom-cmain-form-header p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #888;
  margin: 0;
  line-height: 1.6;
}

/* Form fields - styles CF7 fields */
.eom-cmain-form-card .wpcf7-form {
  display: block;
}

.eom-cmain-form-card .wpcf7-form p {
  margin: 0 0 18px;
}

.eom-cmain-form-card label {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  margin-bottom: 6px;
  letter-spacing: 0.2px;
}

.eom-cmain-form-card input[type="text"],
.eom-cmain-form-card input[type="email"],
.eom-cmain-form-card input[type="tel"],
.eom-cmain-form-card input[type="url"],
.eom-cmain-form-card input[type="number"],
.eom-cmain-form-card input[type="date"],
.eom-cmain-form-card select,
.eom-cmain-form-card textarea {
  width: 100%;
  padding: 13px 16px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #333;
  background: #faf9f6;
  border: 1.5px solid #ece8e0;
  border-radius: 8px;
  outline: none;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.eom-cmain-form-card input:focus,
.eom-cmain-form-card select:focus,
.eom-cmain-form-card textarea:focus {
  background: #fff;
  border-color: #c9a656;
  box-shadow: 0 0 0 3px rgba(201, 166, 86, 0.1);
}

.eom-cmain-form-card input::placeholder,
.eom-cmain-form-card textarea::placeholder {
  color: #b0a898;
  font-weight: 300;
}

.eom-cmain-form-card select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer;
}

.eom-cmain-form-card textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.6;
}

/* Submit button */
.eom-cmain-form-card input[type="submit"],
.eom-cmain-form-card button[type="submit"] {
  width: 100%;
  padding: 15px 28px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #90191c;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.3px;
  margin-top: 4px;
}

.eom-cmain-form-card input[type="submit"]:hover,
.eom-cmain-form-card button[type="submit"]:hover {
  background: #7a1518;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(144, 25, 28, 0.3);
}

/* CF7 validation states */
.eom-cmain-form-card .wpcf7-not-valid {
  border-color: #e74c3c !important;
  background: #fef7f7 !important;
}

.eom-cmain-form-card .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #e74c3c;
  margin-top: 4px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

.eom-cmain-form-card .wpcf7-spinner {
  display: none;
}

.eom-cmain-form-card .wpcf7-response-output {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 14px 18px !important;
  border-radius: 8px !important;
  margin-top: 16px !important;
  border: none !important;
}

.eom-cmain-form-card .wpcf7-form.sent .wpcf7-response-output {
  background: #f0fdf4 !important;
  color: #166534 !important;
  border-left: 4px solid #22c55e !important;
}

.eom-cmain-form-card .wpcf7-form.invalid .wpcf7-response-output,
.eom-cmain-form-card .wpcf7-form.failed .wpcf7-response-output {
  background: #fef2f2 !important;
  color: #991b1b !important;
  border-left: 4px solid #ef4444 !important;
}

/* Form footer note */
.eom-cmain-form-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f0ede6;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #aaa;
}

.eom-cmain-form-note svg {
  width: 14px;
  height: 14px;
  color: #c9a656;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-cmain-inner { padding: 70px 20px; }
  .eom-cmain-grid { grid-template-columns: 1fr; gap: 40px; }
  .eom-cmain-info { padding-right: 0; }
  .eom-cmain-info h2 { font-size: 32px; }
}

@media (max-width: 600px) {
  .eom-cmain-inner { padding: 50px 16px; }
  .eom-cmain-info h2 { font-size: 26px; }
  .eom-cmain-form-card { padding: 32px 22px; border-radius: 16px; }
  .eom-cmain-form-header h3 { font-size: 22px; }
  .eom-cmain-card { padding: 16px 18px; gap: 12px; }
  .eom-cmain-card-icon { width: 42px; height: 42px; }
  .eom-cmain-card-value { font-size: 14px; }
  .eom-cmain-card-arrow { display: none; }
  .eom-cmain-hours { padding: 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2fda480 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

.eom-ccov { width: 100%; background: #f8f6f2; }

.eom-ccov-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px;
}

/* Header */
.eom-ccov-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 52px;
}

.eom-ccov-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(144, 25, 28, 0.06);
  border: 1px solid rgba(144, 25, 28, 0.12);
  border-radius: 100px;
  padding: 6px 18px 6px 8px;
  margin-bottom: 22px;
}

.eom-ccov-tag-dot { width: 8px; height: 8px; background: #c9a656; border-radius: 50%; }

.eom-ccov-tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #90191c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eom-ccov h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 14px;
}

.eom-ccov h2 .cc-g { color: #c9a656; }

.eom-ccov-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #888;
  line-height: 1.7;
  margin: 0;
}

/* Emirates grid */
.eom-ccov-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 44px;
}

.eom-ccov-card {
  background: #fff;
  border: 1px solid #eeebe4;
  border-radius: 14px;
  padding: 22px 20px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  overflow: hidden;
}

.eom-ccov-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #90191c, #c9a656);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.eom-ccov-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(0,0,0,0.06);
  border-color: transparent;
  text-decoration: none;
}

.eom-ccov-card:hover::before { transform: scaleX(1); }

.eom-ccov-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: rgba(144, 25, 28, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.eom-ccov-card:hover .eom-ccov-card-icon {
  background: #90191c;
}

.eom-ccov-card-icon svg {
  width: 20px;
  height: 20px;
  color: #90191c;
  transition: color 0.3s ease;
}

.eom-ccov-card:hover .eom-ccov-card-icon svg { color: #fff; }

.eom-ccov-card-text { flex: 1; min-width: 0; }

.eom-ccov-card-name {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 2px;
}

.eom-ccov-card-sub {
  font-family: 'Roboto', sans-serif;
  font-size: 11.5px;
  color: #999;
}

/* International Banner */
.eom-ccov-intl {
  background: #fff;
  border: 1px solid #eeebe4;
  border-radius: 18px;
  padding: 36px 40px;
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  overflow: hidden;
}

.eom-ccov-intl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #90191c 0%, #c9a656 100%);
}

.eom-ccov-intl-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(201, 166, 86, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eom-ccov-intl-icon svg {
  width: 30px;
  height: 30px;
  color: #c9a656;
}

.eom-ccov-intl-text { flex: 1; }

.eom-ccov-intl-text h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 6px;
}

.eom-ccov-intl-text p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #888;
  margin: 0 0 10px;
  line-height: 1.6;
}

.eom-ccov-countries {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.eom-ccov-country {
  display: inline-block;
  padding: 4px 11px;
  background: #faf9f6;
  border: 1px solid #f0ede6;
  border-radius: 100px;
  font-family: 'Roboto', sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  color: #777;
}

.eom-ccov-country-more {
  background: rgba(201, 166, 86, 0.1);
  border-color: rgba(201, 166, 86, 0.2);
  color: #a88b3e;
}

.eom-ccov-intl-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  background: #90191c;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.35s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.eom-ccov-intl-btn:hover {
  background: #7a1518;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(144, 25, 28, 0.25);
  color: #fff;
  text-decoration: none;
}

.eom-ccov-intl-btn svg { width: 16px; height: 16px; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .eom-ccov-inner { padding: 70px 20px; }
  .eom-ccov h2 { font-size: 32px; }
  .eom-ccov-grid { grid-template-columns: repeat(2, 1fr); }

  .eom-ccov-intl {
    flex-direction: column;
    text-align: center;
    padding: 32px 24px;
  }

  .eom-ccov-countries { justify-content: center; }
}

@media (max-width: 600px) {
  .eom-ccov-inner { padding: 50px 16px; }
  .eom-ccov h2 { font-size: 26px; }
  .eom-ccov-grid { grid-template-columns: 1fr; }
  .eom-ccov-intl-btn { width: 100%; justify-content: center; }
}/* End custom CSS */