{"id":833,"date":"2023-11-29T13:21:25","date_gmt":"2023-11-29T13:21:25","guid":{"rendered":"https:\/\/richfieldpackaging.com\/?page_id=833"},"modified":"2026-04-09T05:27:44","modified_gmt":"2026-04-09T05:27:44","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/richfieldpackaging.com\/ar\/contact-us\/","title":{"rendered":"Contact Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"833\" class=\"elementor elementor-833\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-438bf51 e-flex e-con-boxed e-con e-parent\" data-id=\"438bf51\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8126534 elementor-widget elementor-widget-html\" data-id=\"8126534\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>Contact Us - Richfield Packaging<\/title>\r\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap\" rel=\"stylesheet\">\r\n<style>\r\n@font-face {\r\n  font-family: 'goodtimes';\r\n  src: url('https:\/\/richfieldpackaging.com\/wp-content\/fonts\/good-times-rg.woff2') format('woff2');\r\n  font-weight: 700;\r\n}\r\n\r\n:root {\r\n  --rfp-green: #2C634B;\r\n  --rfp-green-dark: #1c3d2d;\r\n  --rfp-gold: #C9A96E;\r\n}\r\n\r\n* {\r\n  margin: 0;\r\n  padding: 0;\r\n  box-sizing: border-box;\r\n}\r\n\r\nbody {\r\n  font-family: 'Poppins', sans-serif;\r\n  overflow-x: hidden;\r\n}\r\n\r\n\/* FULL WIDTH CONTAINER *\/\r\n.rfp-contact-wrap {\r\n  width: 100vw;\r\n  position: relative;\r\n  left: 50%;\r\n  right: 50%;\r\n  margin-left: -50vw;\r\n  margin-right: -50vw;\r\n}\r\n\r\n\/* Hero with Watermarks *\/\r\n.rfp-hero {\r\n  background: linear-gradient(135deg, var(--rfp-green) 0%, var(--rfp-green-dark) 100%);\r\n  padding: 100px 40px 80px;\r\n  text-align: center;\r\n  position: relative;\r\n  overflow: hidden;\r\n  width: 100%;\r\n}\r\n\r\n.rfp-hero::before {\r\n  content: '';\r\n  position: absolute;\r\n  top: -30%;\r\n  right: -5%;\r\n  width: 400px;\r\n  height: 400px;\r\n  background: radial-gradient(circle, rgba(201,169,110,0.15) 0%, transparent 70%);\r\n  border-radius: 50%;\r\n  pointer-events: none;\r\n}\r\n\r\n\/* Watermark SVGs *\/\r\n.rfp-hero .wm {\r\n  position: absolute;\r\n  fill: none;\r\n  stroke: var(--rfp-gold);\r\n  stroke-width: 1.5;\r\n  opacity: 0.08;\r\n  pointer-events: none;\r\n}\r\n\r\n.wm-cup { width: 180px; height: 220px; top: -40px; right: 8%; transform: rotate(15deg); }\r\n.wm-box { width: 140px; height: 140px; top: 20%; left: 5%; transform: rotate(-12deg); }\r\n.wm-bag { width: 120px; height: 140px; bottom: 10%; right: 15%; transform: rotate(8deg); }\r\n\r\n.rfp-hero__inner {\r\n  max-width: 700px;\r\n  margin: 0 auto;\r\n}\r\n\r\n.rfp-hero__badge {\r\n  display: inline-block;\r\n  padding: 6px 18px;\r\n  background: rgba(201,169,110,0.2);\r\n  border: 1px solid rgba(201,169,110,0.3);\r\n  border-radius: 50px;\r\n  color: var(--rfp-gold);\r\n  font-size: 10px;\r\n  font-weight: 700;\r\n  letter-spacing: 2px;\r\n  text-transform: uppercase;\r\n  margin-bottom: 18px;\r\n}\r\n\r\n.rfp-hero h1 {\r\n  font-family: 'goodtimes', sans-serif;\r\n  font-size: 44px;\r\n  font-weight: 900;\r\n  color: #fff;\r\n  letter-spacing: 2px;\r\n  text-transform: uppercase;\r\n  line-height: 1.3;\r\n  margin-bottom: 16px;\r\n}\r\n\r\n.rfp-hero h1 span {\r\n  color: var(--rfp-gold);\r\n}\r\n\r\n.rfp-hero p {\r\n  font-size: 15px;\r\n  font-weight: 500;\r\n  color: rgba(255,255,255,0.85);\r\n  line-height: 1.7;\r\n  max-width: 600px;\r\n  margin: 0 auto 40px;\r\n}\r\n\r\n\/* Feature Boxes in Hero *\/\r\n.rfp-features {\r\n  display: grid;\r\n  grid-template-columns: repeat(3, 1fr);\r\n  gap: 20px;\r\n  max-width: 800px;\r\n  margin: 0 auto;\r\n}\r\n\r\n.rfp-feature {\r\n  background: rgba(255,255,255,0.1);\r\n  backdrop-filter: blur(10px);\r\n  border: 1px solid rgba(255,255,255,0.15);\r\n  border-radius: 12px;\r\n  padding: 24px 20px;\r\n  text-align: center;\r\n  transition: all 0.3s;\r\n}\r\n\r\n.rfp-feature:hover {\r\n  background: rgba(255,255,255,0.15);\r\n  border-color: rgba(201,169,110,0.3);\r\n  transform: translateY(-3px);\r\n}\r\n\r\n.rfp-feature__icon {\r\n  width: 50px;\r\n  height: 50px;\r\n  margin: 0 auto 14px;\r\n  background: rgba(201,169,110,0.2);\r\n  border: 1px solid rgba(201,169,110,0.3);\r\n  border-radius: 50%;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  color: var(--rfp-gold);\r\n  font-size: 22px;\r\n}\r\n\r\n.rfp-feature__text {\r\n  font-size: 13px;\r\n  font-weight: 600;\r\n  color: #fff;\r\n  line-height: 1.4;\r\n}\r\n\r\n\/* Cards Section *\/\r\n.rfp-cards {\r\n  padding: 70px 40px;\r\n  background: #fff;\r\n  width: 100%;\r\n}\r\n\r\n.rfp-cards__grid {\r\n  max-width: 1140px;\r\n  margin: 0 auto;\r\n  display: grid;\r\n  grid-template-columns: repeat(3, 1fr);\r\n  gap: 24px;\r\n}\r\n\r\n.rfp-card {\r\n  background: #fff;\r\n  border: 1px solid #e5e5e5;\r\n  border-radius: 12px;\r\n  padding: 36px 28px;\r\n  text-align: center;\r\n  transition: all 0.3s;\r\n}\r\n\r\n.rfp-card:hover {\r\n  border-color: var(--rfp-gold);\r\n  box-shadow: 0 6px 24px rgba(44,99,75,0.1);\r\n  transform: translateY(-4px);\r\n}\r\n\r\n.rfp-card__icon {\r\n  width: 64px;\r\n  height: 64px;\r\n  margin: 0 auto 18px;\r\n  background: linear-gradient(135deg, var(--rfp-green), var(--rfp-green-dark));\r\n  border-radius: 50%;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  color: #fff;\r\n  font-size: 26px;\r\n}\r\n\r\n.rfp-card__label {\r\n  font-size: 10px;\r\n  font-weight: 800;\r\n  letter-spacing: 2px;\r\n  text-transform: uppercase;\r\n  color: var(--rfp-gold);\r\n  margin-bottom: 10px;\r\n}\r\n\r\n.rfp-card__value {\r\n  font-size: 18px;\r\n  font-weight: 700;\r\n  color: var(--rfp-green);\r\n  margin-bottom: 6px;\r\n}\r\n\r\n.rfp-card__sub {\r\n  font-size: 13px;\r\n  font-weight: 500;\r\n  color: #777;\r\n}\r\n\r\n\/* Form Section *\/\r\n.rfp-form-section {\r\n  padding: 70px 40px;\r\n  background: #f9faf9;\r\n  width: 100%;\r\n}\r\n\r\n.rfp-form-inner {\r\n  max-width: 800px;\r\n  margin: 0 auto;\r\n}\r\n\r\n.rfp-form-head {\r\n  text-align: center;\r\n  margin-bottom: 40px;\r\n}\r\n\r\n.rfp-form-head__eye {\r\n  font-size: 11px;\r\n  font-weight: 800;\r\n  letter-spacing: 2px;\r\n  text-transform: uppercase;\r\n  color: var(--rfp-gold);\r\n  margin-bottom: 12px;\r\n  display: block;\r\n}\r\n\r\n.rfp-form-head h2 {\r\n  font-family: 'goodtimes', sans-serif;\r\n  font-size: 32px;\r\n  font-weight: 900;\r\n  color: var(--rfp-green);\r\n  letter-spacing: 1.5px;\r\n  text-transform: uppercase;\r\n  margin-bottom: 14px;\r\n}\r\n\r\n.rfp-form-head h2 span {\r\n  color: var(--rfp-gold);\r\n}\r\n\r\n.rfp-form-head p {\r\n  font-size: 14px;\r\n  font-weight: 500;\r\n  color: #777;\r\n}\r\n\r\n\/* Contact Form *\/\r\n.rfp-form {\r\n  background: #fff;\r\n  border: 1px solid #e5e5e5;\r\n  border-radius: 14px;\r\n  padding: 40px;\r\n  box-shadow: 0 4px 20px rgba(0,0,0,0.06);\r\n}\r\n\r\n.rfp-form-row {\r\n  display: grid;\r\n  grid-template-columns: 1fr 1fr;\r\n  gap: 20px;\r\n  margin-bottom: 20px;\r\n}\r\n\r\n.rfp-form-group {\r\n  margin-bottom: 20px;\r\n}\r\n\r\n.rfp-form-group label {\r\n  display: block;\r\n  font-size: 11px;\r\n  font-weight: 700;\r\n  letter-spacing: 1px;\r\n  text-transform: uppercase;\r\n  color: var(--rfp-green);\r\n  margin-bottom: 8px;\r\n}\r\n\r\n.rfp-form-group label span {\r\n  color: #dc2626;\r\n}\r\n\r\n.rfp-form-group input,\r\n.rfp-form-group textarea,\r\n.rfp-form-group select {\r\n  width: 100%;\r\n  padding: 14px 16px;\r\n  border: 1px solid #ddd;\r\n  border-radius: 8px;\r\n  font-family: 'Poppins', sans-serif;\r\n  font-size: 14px;\r\n  color: #333;\r\n  background: #fafafa;\r\n  transition: all 0.3s;\r\n}\r\n\r\n.rfp-form-group input:focus,\r\n.rfp-form-group textarea:focus,\r\n.rfp-form-group select:focus {\r\n  outline: none;\r\n  border-color: var(--rfp-gold);\r\n  background: #fff;\r\n  box-shadow: 0 0 0 3px rgba(201,169,110,0.1);\r\n}\r\n\r\n.rfp-form-group textarea {\r\n  min-height: 140px;\r\n  resize: vertical;\r\n}\r\n\r\n.rfp-form-submit {\r\n  width: 100%;\r\n  padding: 16px;\r\n  background: linear-gradient(135deg, var(--rfp-green), var(--rfp-green-dark));\r\n  border: none;\r\n  border-radius: 10px;\r\n  color: #fff;\r\n  font-family: 'goodtimes', sans-serif;\r\n  font-size: 13px;\r\n  font-weight: 900;\r\n  letter-spacing: 1.5px;\r\n  text-transform: uppercase;\r\n  cursor: pointer;\r\n  transition: all 0.3s;\r\n  box-shadow: 0 4px 14px rgba(44,99,75,0.3);\r\n}\r\n\r\n.rfp-form-submit:hover {\r\n  transform: translateY(-2px);\r\n  box-shadow: 0 6px 20px rgba(44,99,75,0.4);\r\n}\r\n\r\n.rfp-form-note {\r\n  text-align: center;\r\n  font-size: 12px;\r\n  color: #999;\r\n  margin-top: 14px;\r\n}\r\n\r\n\/* Map Section *\/\r\n.rfp-map-section {\r\n  padding: 70px 40px;\r\n  background: #fff;\r\n  width: 100%;\r\n}\r\n\r\n.rfp-map-inner {\r\n  max-width: 1140px;\r\n  margin: 0 auto;\r\n}\r\n\r\n.rfp-map-head {\r\n  text-align: center;\r\n  margin-bottom: 50px;\r\n}\r\n\r\n.rfp-map-head__eye {\r\n  font-size: 11px;\r\n  font-weight: 800;\r\n  letter-spacing: 2px;\r\n  text-transform: uppercase;\r\n  color: var(--rfp-gold);\r\n  margin-bottom: 12px;\r\n  display: block;\r\n}\r\n\r\n.rfp-map-head h2 {\r\n  font-family: 'goodtimes', sans-serif;\r\n  font-size: 32px;\r\n  font-weight: 900;\r\n  color: var(--rfp-green);\r\n  letter-spacing: 1.5px;\r\n  text-transform: uppercase;\r\n}\r\n\r\n.rfp-map-head h2 span {\r\n  color: var(--rfp-gold);\r\n}\r\n\r\n.rfp-map-grid {\r\n  display: grid;\r\n  grid-template-columns: 1fr 1fr;\r\n  gap: 30px;\r\n}\r\n\r\n.rfp-map-card {\r\n  background: #fff;\r\n  border: 2px solid #e5e5e5;\r\n  border-radius: 14px;\r\n  padding: 36px;\r\n  transition: all 0.3s;\r\n}\r\n\r\n.rfp-map-card:hover {\r\n  border-color: var(--rfp-gold);\r\n  box-shadow: 0 6px 24px rgba(44,99,75,0.12);\r\n  transform: translateY(-3px);\r\n}\r\n\r\n.rfp-map-card__head {\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 16px;\r\n  margin-bottom: 24px;\r\n  padding-bottom: 20px;\r\n  border-bottom: 2px solid #e8e8e8;\r\n}\r\n\r\n.rfp-map-card__icon {\r\n  width: 56px;\r\n  height: 56px;\r\n  background: linear-gradient(135deg, var(--rfp-green), var(--rfp-green-dark));\r\n  border-radius: 12px;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  color: #fff;\r\n  font-size: 24px;\r\n  flex-shrink: 0;\r\n}\r\n\r\n.rfp-map-card__title {\r\n  font-family: 'goodtimes', sans-serif;\r\n  font-size: 16px;\r\n  font-weight: 900;\r\n  color: var(--rfp-green);\r\n  letter-spacing: 1px;\r\n  text-transform: uppercase;\r\n  line-height: 1.3;\r\n}\r\n\r\n.rfp-map-card__sub {\r\n  font-size: 11px;\r\n  color: var(--rfp-gold);\r\n  letter-spacing: 1.5px;\r\n  text-transform: uppercase;\r\n  font-weight: 700;\r\n  margin-top: 5px;\r\n}\r\n\r\n.rfp-map-card__info {\r\n  display: flex;\r\n  flex-direction: column;\r\n  gap: 16px;\r\n  margin-bottom: 24px;\r\n}\r\n\r\n.rfp-map-card__item {\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 14px;\r\n  font-size: 14px;\r\n  font-weight: 500;\r\n  color: #555;\r\n}\r\n\r\n.rfp-map-card__item i {\r\n  width: 22px;\r\n  color: var(--rfp-gold);\r\n  font-size: 16px;\r\n}\r\n\r\n.rfp-map-link {\r\n  display: inline-flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  gap: 10px;\r\n  width: 100%;\r\n  padding: 14px 24px;\r\n  background: linear-gradient(135deg, var(--rfp-green), var(--rfp-green-dark));\r\n  color: #fff;\r\n  text-decoration: none;\r\n  border-radius: 10px;\r\n  font-size: 13px;\r\n  font-weight: 700;\r\n  letter-spacing: 1px;\r\n  text-transform: uppercase;\r\n  transition: all 0.3s;\r\n  box-shadow: 0 4px 12px rgba(44,99,75,0.25);\r\n}\r\n\r\n.rfp-map-link:hover {\r\n  transform: translateY(-2px);\r\n  box-shadow: 0 6px 20px rgba(44,99,75,0.35);\r\n}\r\n\r\n.rfp-map-link i {\r\n  font-size: 16px;\r\n}\r\n\r\n\/* RTL Support *\/\r\nhtml[lang=\"ar\"] .rfp-contact-wrap,\r\nhtml[lang=\"ar\"] .rfp-hero,\r\nhtml[lang=\"ar\"] .rfp-cards,\r\nhtml[lang=\"ar\"] .rfp-form-section,\r\nhtml[lang=\"ar\"] .rfp-map-section {\r\n  direction: rtl;\r\n}\r\n\r\nhtml[lang=\"ar\"] .rfp-hero,\r\nhtml[lang=\"ar\"] .rfp-card,\r\nhtml[lang=\"ar\"] .rfp-form-head,\r\nhtml[lang=\"ar\"] .rfp-map-head {\r\n  text-align: center;\r\n}\r\n\r\nhtml[lang=\"ar\"] .rfp-map-card__head,\r\nhtml[lang=\"ar\"] .rfp-map-card__item {\r\n  flex-direction: row-reverse;\r\n}\r\n\r\nhtml[lang=\"ar\"] .rfp-form-group input,\r\nhtml[lang=\"ar\"] .rfp-form-group textarea,\r\nhtml[lang=\"ar\"] .rfp-form-group select {\r\n  text-align: right;\r\n}\r\n\r\n\/* Responsive *\/\r\n@media (max-width: 968px) {\r\n  .rfp-features {\r\n    grid-template-columns: 1fr;\r\n    gap: 16px;\r\n  }\r\n  \r\n  .rfp-cards__grid,\r\n  .rfp-map-grid {\r\n    grid-template-columns: 1fr;\r\n  }\r\n  \r\n  .rfp-form-row {\r\n    grid-template-columns: 1fr;\r\n  }\r\n}\r\n\r\n@media (max-width: 768px) {\r\n  .rfp-hero {\r\n    padding: 80px 24px 60px;\r\n  }\r\n  \r\n  .rfp-hero h1 {\r\n    font-size: 32px;\r\n  }\r\n  \r\n  .rfp-cards,\r\n  .rfp-form-section,\r\n  .rfp-map-section {\r\n    padding: 60px 24px;\r\n  }\r\n  \r\n  .rfp-form,\r\n  .rfp-map-card {\r\n    padding: 28px;\r\n  }\r\n  \r\n  .rfp-form-head h2,\r\n  .rfp-map-head h2 {\r\n    font-size: 26px;\r\n  }\r\n}\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"rfp-contact-wrap\">\r\n\r\n<!-- Hero Section -->\r\n<section class=\"rfp-hero\">\r\n  <!-- Watermarks -->\r\n  <svg class=\"wm wm-cup\" viewBox=\"0 0 100 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M20 15 L15 95 Q15 108 28 110 L72 110 Q85 108 85 95 L80 15 Z\"\/>\r\n    <line x1=\"20\" y1=\"15\" x2=\"80\" y2=\"15\"\/>\r\n    <path d=\"M80 30 Q95 35 93 50 Q91 65 80 62\"\/>\r\n    <ellipse cx=\"50\" cy=\"15\" rx=\"30\" ry=\"6\"\/>\r\n  <\/svg>\r\n  <svg class=\"wm wm-box\" viewBox=\"0 0 120 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <polygon points=\"60,10 110,35 110,85 60,110 10,85 10,35\"\/>\r\n    <line x1=\"60\" y1=\"10\" x2=\"60\" y2=\"110\"\/>\r\n    <line x1=\"10\" y1=\"35\" x2=\"110\" y2=\"35\"\/>\r\n    <line x1=\"10\" y1=\"85\" x2=\"60\" y2=\"60\"\/>\r\n    <line x1=\"110\" y1=\"85\" x2=\"60\" y2=\"60\"\/>\r\n  <\/svg>\r\n  <svg class=\"wm wm-bag\" viewBox=\"0 0 100 110\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M15 35 L10 100 Q10 108 20 108 L80 108 Q90 108 90 100 L85 35 Z\"\/>\r\n    <path d=\"M35 35 Q35 15 50 15 Q65 15 65 35\"\/>\r\n    <line x1=\"15\" y1=\"35\" x2=\"85\" y2=\"35\"\/>\r\n    <path d=\"M30 60 Q50 68 70 60\"\/>\r\n  <\/svg>\r\n  \r\n  <div class=\"rfp-hero__inner\">\r\n    <span class=\"rfp-hero__badge\">Richfield Packaging \u2014 UAE<\/span>\r\n    <h1>Let's Talk <span>Packaging<\/span><\/h1>\r\n    <p>Connect with our team for tailored packaging solutions, competitive pricing, and expert consultation on sustainable alternatives for your business needs.<\/p>\r\n    \r\n    <!-- Feature Boxes -->\r\n    <div class=\"rfp-features\">\r\n      <div class=\"rfp-feature\">\r\n        <div class=\"rfp-feature__icon\">\r\n          <i class=\"fas fa-leaf\"><\/i>\r\n        <\/div>\r\n        <div class=\"rfp-feature__text\">ECO Friendly<\/div>\r\n      <\/div>\r\n      \r\n      <div class=\"rfp-feature\">\r\n        <div class=\"rfp-feature__icon\">\r\n          <i class=\"fas fa-shipping-fast\"><\/i>\r\n        <\/div>\r\n        <div class=\"rfp-feature__text\">Next Day Delivery<\/div>\r\n      <\/div>\r\n      \r\n      <div class=\"rfp-feature\">\r\n        <div class=\"rfp-feature__icon\">\r\n          <i class=\"fas fa-headset\"><\/i>\r\n        <\/div>\r\n        <div class=\"rfp-feature__text\">On Call Away<\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- Contact Cards -->\r\n<section class=\"rfp-cards\">\r\n  <div class=\"rfp-cards__grid\">\r\n    \r\n    <div class=\"rfp-card\">\r\n      <div class=\"rfp-card__icon\">\r\n        <i class=\"far fa-envelope\"><\/i>\r\n      <\/div>\r\n      <div class=\"rfp-card__label\">Email Us<\/div>\r\n      <div class=\"rfp-card__value\">info@richpack.ae<\/div>\r\n      <div class=\"rfp-card__sub\">We'll get back to you soon<\/div>\r\n    <\/div>\r\n    \r\n    <div class=\"rfp-card\">\r\n      <div class=\"rfp-card__icon\">\r\n        <i class=\"fas fa-warehouse\"><\/i>\r\n      <\/div>\r\n      <div class=\"rfp-card__label\">Sharjah Office<\/div>\r\n      <div class=\"rfp-card__value\">+971 6 521 6 971<\/div>\r\n      <div class=\"rfp-card__sub\">Main Sales Office & Warehouse<\/div>\r\n    <\/div>\r\n    \r\n    <div class=\"rfp-card\">\r\n      <div class=\"rfp-card__icon\">\r\n        <i class=\"far fa-building\"><\/i>\r\n      <\/div>\r\n      <div class=\"rfp-card__label\">Dubai Office<\/div>\r\n      <div class=\"rfp-card__value\">+971 4 266 4 971<\/div>\r\n      <div class=\"rfp-card__sub\">Administration Office<\/div>\r\n    <\/div>\r\n    \r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- Form Section -->\r\n<section class=\"rfp-form-section\">\r\n  <div class=\"rfp-form-inner\">\r\n    <div class=\"rfp-form-head\">\r\n      <span class=\"rfp-form-head__eye\">Get in Touch<\/span>\r\n      <h2>Send Us a <span>Message<\/span><\/h2>\r\n      <p>Fields marked * are required. We'll get back to you soon.<\/p>\r\n    <\/div>\r\n    \r\n    <form class=\"rfp-form\" method=\"post\" action=\"https:\/\/formsubmit.co\/info@richpack.ae\">\r\n      <!-- FormSubmit Configuration -->\r\n      <input type=\"hidden\" name=\"_subject\" value=\"New Contact Form Submission\">\r\n      <input type=\"hidden\" name=\"_captcha\" value=\"false\">\r\n      <input type=\"hidden\" name=\"_template\" value=\"table\">\r\n      \r\n      <!-- Row 1: First Name & Last Name -->\r\n      <div class=\"rfp-form-row\">\r\n        <div class=\"rfp-form-group\">\r\n          <label for=\"first-name\">First Name <span>*<\/span><\/label>\r\n          <input type=\"text\" id=\"first-name\" name=\"first_name\" placeholder=\"Ahmed\" required>\r\n        <\/div>\r\n        <div class=\"rfp-form-group\">\r\n          <label for=\"last-name\">Last Name <span>*<\/span><\/label>\r\n          <input type=\"text\" id=\"last-name\" name=\"last_name\" placeholder=\"Al Mansoori\" required>\r\n        <\/div>\r\n      <\/div>\r\n      \r\n      <!-- Row 2: Company & Email -->\r\n      <div class=\"rfp-form-row\">\r\n        <div class=\"rfp-form-group\">\r\n          <label for=\"company\">Company Name <span>*<\/span><\/label>\r\n          <input type=\"text\" id=\"company\" name=\"company\" placeholder=\"Your Company Name\" required>\r\n        <\/div>\r\n        <div class=\"rfp-form-group\">\r\n          <label for=\"email\">Business Email <span>*<\/span><\/label>\r\n          <input type=\"email\" id=\"email\" name=\"email\" placeholder=\"ahmed@company.ae\" required>\r\n        <\/div>\r\n      <\/div>\r\n      \r\n      <!-- Row 3: Phone & Country -->\r\n      <div class=\"rfp-form-row\">\r\n        <div class=\"rfp-form-group\">\r\n          <label for=\"phone\">Phone Number <span>*<\/span><\/label>\r\n          <input type=\"tel\" id=\"phone\" name=\"phone\" placeholder=\"50 000 0000\" required>\r\n        <\/div>\r\n        <div class=\"rfp-form-group\">\r\n          <label for=\"country\">Country <span>*<\/span><\/label>\r\n          <select id=\"country\" name=\"country\" required>\r\n            <option value=\"\">Select Country<\/option>\r\n            <option value=\"United Arab Emirates\" selected>United Arab Emirates<\/option>\r\n            <option value=\"Saudi Arabia\">Saudi Arabia<\/option>\r\n            <option value=\"Oman\">Oman<\/option>\r\n            <option value=\"Qatar\">Qatar<\/option>\r\n            <option value=\"Bahrain\">Bahrain<\/option>\r\n            <option value=\"Kuwait\">Kuwait<\/option>\r\n            <option value=\"India\">India<\/option>\r\n            <option value=\"Pakistan\">Pakistan<\/option>\r\n            <option value=\"Other\">Other<\/option>\r\n          <\/select>\r\n        <\/div>\r\n      <\/div>\r\n      \r\n      <!-- Row 4: Enquiry Type & Product Category -->\r\n      <div class=\"rfp-form-row\">\r\n        <div class=\"rfp-form-group\">\r\n          <label for=\"enquiry\">Enquiry Type <span>*<\/span><\/label>\r\n          <select id=\"enquiry\" name=\"enquiry_type\" required>\r\n            <option value=\"\">Select an option<\/option>\r\n            <option value=\"Sales Inquiry - Domestics\">Sales Inquiry - Domestics<\/option>\r\n            <option value=\"Sales Inquiry - Export\">Sales Inquiry - Export<\/option>\r\n            <option value=\"Product Information\">Product Information<\/option>\r\n            <option value=\"Suppliers\">Suppliers<\/option>\r\n            <option value=\"General Information\">General Information<\/option>\r\n          <\/select>\r\n        <\/div>\r\n        <div class=\"rfp-form-group\">\r\n          <label for=\"category\">Product Category<\/label>\r\n          <select id=\"category\" name=\"product_category\">\r\n            <option value=\"\">All \/ Not sure yet<\/option>\r\n            <option value=\"Paper Products\">Paper Products<\/option>\r\n            <option value=\"Biodegradable Products\">Biodegradable Products<\/option>\r\n            <option value=\"Wooden Products\">Wooden Products<\/option>\r\n            <option value=\"Plastic Products\">Plastic Products<\/option>\r\n            <option value=\"Aluminium Products\">Aluminium Products<\/option>\r\n            <option value=\"Hygienic Protection\">Hygienic Protection<\/option>\r\n            <option value=\"Cleaning Products\">Cleaning Products<\/option>\r\n          <\/select>\r\n        <\/div>\r\n      <\/div>\r\n      \r\n      <!-- Message -->\r\n      <div class=\"rfp-form-group\">\r\n        <label for=\"message\">Message <span>*<\/span><\/label>\r\n        <textarea id=\"message\" name=\"message\" placeholder=\"Please describe your packaging needs \u2014 estimated quantity, product type, and any customization requirements...\" required><\/textarea>\r\n      <\/div>\r\n      \r\n      <button type=\"submit\" class=\"rfp-form-submit\">Send Message<\/button>\r\n      \r\n      <p class=\"rfp-form-note\">* Required fields \u00b7 Our team will respond to your enquiry shortly.<\/p>\r\n    <\/form>\r\n    \r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- Map Section -->\r\n<section class=\"rfp-map-section\">\r\n  <div class=\"rfp-map-inner\">\r\n    \r\n    <div class=\"rfp-map-head\">\r\n      <span class=\"rfp-map-head__eye\">Where to Find Us<\/span>\r\n      <h2>Locate <span>Us<\/span><\/h2>\r\n    <\/div>\r\n    \r\n    <div class=\"rfp-map-grid\">\r\n      \r\n      <!-- Dubai Office Card -->\r\n      <div class=\"rfp-map-card\">\r\n        <div class=\"rfp-map-card__head\">\r\n          <div class=\"rfp-map-card__icon\">\r\n            <i class=\"far fa-building\"><\/i>\r\n          <\/div>\r\n          <div>\r\n            <div class=\"rfp-map-card__title\">Dubai Office<\/div>\r\n            <div class=\"rfp-map-card__sub\">Administration Office<\/div>\r\n          <\/div>\r\n        <\/div>\r\n        <div class=\"rfp-map-card__info\">\r\n          <div class=\"rfp-map-card__item\">\r\n            <i class=\"fas fa-map-marker-alt\"><\/i>\r\n            <span>Apricot Tower, Dubai Silicon Oasis<\/span>\r\n          <\/div>\r\n          <div class=\"rfp-map-card__item\">\r\n            <i class=\"fas fa-phone-alt\"><\/i>\r\n            <span>+971 4 266 3788<\/span>\r\n          <\/div>\r\n          <div class=\"rfp-map-card__item\">\r\n            <i class=\"far fa-envelope\"><\/i>\r\n            <span>info@richpack.ae<\/span>\r\n          <\/div>\r\n        <\/div>\r\n        <a href=\"https:\/\/maps.app.goo.gl\/p4YjNq2Cucrj9XoA6\" target=\"_blank\" rel=\"noopener\" class=\"rfp-map-link\">\r\n          <i class=\"fas fa-directions\"><\/i>\r\n          Get Directions\r\n        <\/a>\r\n      <\/div>\r\n      \r\n      <!-- Sharjah Office Card -->\r\n      <div class=\"rfp-map-card\">\r\n        <div class=\"rfp-map-card__head\">\r\n          <div class=\"rfp-map-card__icon\">\r\n            <i class=\"fas fa-warehouse\"><\/i>\r\n          <\/div>\r\n          <div>\r\n            <div class=\"rfp-map-card__title\">Sharjah<\/div>\r\n            <div class=\"rfp-map-card__sub\">Main Sales Office & Warehouse<\/div>\r\n          <\/div>\r\n        <\/div>\r\n        <div class=\"rfp-map-card__info\">\r\n          <div class=\"rfp-map-card__item\">\r\n            <i class=\"fas fa-warehouse\"><\/i>\r\n            <span>Sales + Warehouse<\/span>\r\n          <\/div>\r\n          <div class=\"rfp-map-card__item\">\r\n            <i class=\"fas fa-map-marker-alt\"><\/i>\r\n            <span>Shed 6, Industrial Area 18, Maleha Road<\/span>\r\n          <\/div>\r\n          <div class=\"rfp-map-card__item\">\r\n            <i class=\"fas fa-phone-alt\"><\/i>\r\n            <span>+971 6 521 4278<\/span>\r\n          <\/div>\r\n          <div class=\"rfp-map-card__item\">\r\n            <i class=\"far fa-envelope\"><\/i>\r\n            <span>info@richpack.ae<\/span>\r\n          <\/div>\r\n        <\/div>\r\n        <a href=\"https:\/\/maps.app.goo.gl\/HaZemaiykFBHcW3T9\" target=\"_blank\" rel=\"noopener\" class=\"rfp-map-link\">\r\n          <i class=\"fas fa-directions\"><\/i>\r\n          Get Directions\r\n        <\/a>\r\n      <\/div>\r\n      \r\n    <\/div>\r\n    \r\n  <\/div>\r\n<\/section>\r\n\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Contact Us &#8211; Richfield Packaging Richfield Packaging \u2014 UAE Let&#8217;s Talk Packaging Connect with our team for tailored packaging solutions, competitive pricing, and expert consultation on sustainable alternatives for your business needs. ECO Friendly Next Day Delivery On Call Away Email Us info@richpack.ae We&#8217;ll get back to you soon Sharjah Office +971 6 521 6 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-833","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/richfieldpackaging.com\/ar\/wp-json\/wp\/v2\/pages\/833","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/richfieldpackaging.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/richfieldpackaging.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/richfieldpackaging.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/richfieldpackaging.com\/ar\/wp-json\/wp\/v2\/comments?post=833"}],"version-history":[{"count":20,"href":"https:\/\/richfieldpackaging.com\/ar\/wp-json\/wp\/v2\/pages\/833\/revisions"}],"predecessor-version":[{"id":5501,"href":"https:\/\/richfieldpackaging.com\/ar\/wp-json\/wp\/v2\/pages\/833\/revisions\/5501"}],"wp:attachment":[{"href":"https:\/\/richfieldpackaging.com\/ar\/wp-json\/wp\/v2\/media?parent=833"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}