{"id":4574,"date":"2026-04-27T12:15:52","date_gmt":"2026-04-27T12:15:52","guid":{"rendered":"http:\/\/localhost:10041\/?page_id=4574"},"modified":"2026-04-27T12:16:06","modified_gmt":"2026-04-27T12:16:06","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/amerelialtd.com\/el\/contact-us\/","title":{"rendered":"Contact Us"},"content":{"rendered":"<section class=\"amrl-contact-section\">\n  <style>\n    \/* Global Section Settings *\/\n    .amrl-contact-section {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      padding: 80px 18px; \/* Strict 80px vertical rhythm *\/\n      color: #1F1E1B;\n      background: #ffffff;\n    }\n    \n    \/* Header Container *\/\n    .amrl-contact-head {\n      position: relative;\n      max-width: 600px;\n      margin: 0 auto 40px;\n      text-align: center;\n    }\n    .amrl-contact-kicker {\n      display: inline-block;\n      margin-bottom: 12px;\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: .2em;\n      text-transform: uppercase;\n      color: #C9A84C;\n    }\n    .amrl-contact-title {\n      margin: 0 0 12px;\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 42px;\n      line-height: 1.1;\n      font-weight: 700;\n      color: #1F1E1B;\n    }\n    .amrl-contact-title em {\n      font-style: italic;\n      font-weight: 400;\n    }\n    .amrl-contact-sub {\n      margin: 0;\n      color: #5a5955;\n      font-size: 15px;\n      line-height: 1.65;\n      font-weight: 300;\n    }\n\n    \/* Main Shell (Grid) *\/\n    .amrl-contact-shell {\n      max-width: 1200px;\n      margin: 0 auto;\n      background: #F4F2EE;\n      border-radius: 18px;\n      padding: 44px;\n      display: grid;\n      grid-template-columns: 1.2fr 0.8fr;\n      gap: 24px; \/* Universal 24px gap *\/\n    }\n\n    \/* Form Side (Left) *\/\n    .amrl-form-wrap {\n      background: #ffffff;\n      border-radius: 16px;\n      padding: 40px;\n      border: 1px solid rgba(212,211,203,.78);\n    }\n    .amrl-form-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 28px;\n      margin: 0 0 24px;\n      color: #1F1E1B;\n    }\n    .amrl-form-row {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 16px;\n      margin-bottom: 16px;\n    }\n    .amrl-form-group {\n      display: flex;\n      flex-direction: column;\n      gap: 8px;\n      margin-bottom: 16px;\n    }\n    .amrl-form-group label {\n      font-size: 12px;\n      font-weight: 600;\n      color: #5a5955;\n      text-transform: uppercase;\n      letter-spacing: .05em;\n      padding-left: 12px;\n    }\n    .amrl-input {\n      padding: 16px 24px;\n      border-radius: 50px;\n      border: 1px solid rgba(179,178,171,.5);\n      background: #F4F2EE;\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 14px;\n      outline: none;\n      transition: border-color .2s ease, background .2s ease;\n    }\n    textarea.amrl-input {\n      border-radius: 24px;\n      min-height: 140px;\n      resize: vertical;\n    }\n    .amrl-input:focus {\n      border-color: #C9A84C;\n      background: #fff;\n    }\n    .amrl-submit-btn {\n      display: inline-flex;\n      align-items: center;\n      gap: 12px;\n      background: #1F1E1B;\n      color: #fff;\n      padding: 14px 32px;\n      border-radius: 50px;\n      border: none;\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 15px;\n      font-weight: 600;\n      cursor: pointer;\n      transition: background .2s;\n      width: max-content;\n      margin-top: 8px;\n    }\n    .amrl-submit-btn:hover {\n      background: #C9A84C;\n    }\n\n    \/* Info Side (Right) *\/\n    .amrl-info-panel {\n      background: #1F1E1B;\n      border-radius: 16px;\n      padding: 40px;\n      display: flex;\n      flex-direction: column;\n      position: relative;\n      overflow: hidden;\n      color: rgba(255,255,255,.7);\n    }\n    .amrl-info-panel:before {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      background: radial-gradient(circle at 80% 20%, rgba(201,168,76,.18), transparent 50%);\n      pointer-events: none;\n    }\n    .amrl-info-panel > * { position: relative; }\n    \n    .amrl-info-block {\n      margin-bottom: 32px;\n    }\n    .amrl-info-block h4 {\n      color: #fff;\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 22px;\n      margin: 0 0 12px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n    .amrl-info-block h4 svg {\n      color: #C9A84C;\n      width: 18px;\n      height: 18px;\n    }\n    .amrl-info-block p {\n      margin: 0 0 6px;\n      font-size: 14px;\n      line-height: 1.6;\n      font-weight: 300;\n    }\n    .amrl-info-block a {\n      color: rgba(255,255,255,.7);\n      text-decoration: none;\n      transition: color .2s ease;\n    }\n    .amrl-info-block a:hover {\n      color: #C9A84C;\n    }\n    .amrl-socials {\n      display: flex;\n      gap: 12px;\n      margin-top: auto;\n      padding-top: 24px;\n      border-top: 1px solid rgba(255,255,255,.1);\n    }\n    .amrl-social-icon {\n      width: 40px;\n      height: 40px;\n      border-radius: 50%;\n      background: rgba(255,255,255,.05);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #fff;\n      transition: background .2s ease, transform .2s ease;\n    }\n    .amrl-social-icon:hover {\n      background: #C9A84C;\n      transform: translateY(-3px);\n    }\n    .amrl-social-icon svg { width: 16px; height: 16px; }\n\n    \/* Responsive Design *\/\n    @media(max-width: 991px) {\n      .amrl-contact-shell { grid-template-columns: 1fr; }\n      .amrl-info-panel { padding: 32px; }\n    }\n    @media(max-width: 767px) {\n      .amrl-contact-section { padding: 50px 12px; }\n      .amrl-contact-title { font-size: 34px; }\n      .amrl-contact-shell { padding: 16px; border-radius: 14px; }\n      .amrl-form-wrap { padding: 24px; }\n      .amrl-form-row { grid-template-columns: 1fr; gap: 0; }\n    }\n  <\/style>\n\n  <div class=\"amrl-contact-head\">\n    <span class=\"amrl-contact-kicker\">Here To Help<\/span>\n    <h2 class=\"amrl-contact-title\"><em>Contact<\/em> Amerelia<\/h2>\n    <p class=\"amrl-contact-sub\">Have a question about our authentic Arabic scents or need help finding your perfect signature fragrance? Send us a message.<\/p>\n  <\/div>\n\n  <div class=\"amrl-contact-shell\">\n    \n    <div class=\"amrl-form-wrap\">\n      <h3 class=\"amrl-form-title\">Send a Message<\/h3>\n      <form action=\"#\" method=\"POST\" data-trp-original-action=\"#\">\n        \n        <div class=\"amrl-form-row\">\n          <div class=\"amrl-form-group\">\n            <label for=\"fName\">First Name<\/label>\n            <input type=\"text\" id=\"fName\" class=\"amrl-input\" placeholder=\"Enter your name\">\n          <\/div>\n          <div class=\"amrl-form-group\">\n            <label for=\"lName\">Last Name<\/label>\n            <input type=\"text\" id=\"lName\" class=\"amrl-input\" placeholder=\"Enter your last name\">\n          <\/div>\n        <\/div>\n\n        <div class=\"amrl-form-group\">\n          <label for=\"email\">Email Address<\/label>\n          <input type=\"email\" id=\"email\" class=\"amrl-input\" placeholder=\"hello@example.com\">\n        <\/div>\n\n        <div class=\"amrl-form-group\">\n          <label for=\"message\">How can we help?<\/label>\n          <textarea id=\"message\" class=\"amrl-input\" placeholder=\"Tell us what you're looking for...\"><\/textarea>\n        <\/div>\n\n        <button type=\"submit\" class=\"amrl-submit-btn\">\n          Send Message \n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"22\" y1=\"2\" x2=\"11\" y2=\"13\"><\/line><polygon points=\"22 2 15 22 11 13 2 9 22 2\"><\/polygon><\/svg>\n        <\/button>\n      <input type=\"hidden\" name=\"trp-form-language\" value=\"el\"\/><\/form>\n    <\/div>\n\n    <aside class=\"amrl-info-panel\">\n      \n      <div class=\"amrl-info-block\">\n        <h4>\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path><circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle><\/svg>\n          Location\n        <\/h4>\n        <p>Amerelia Fragrances<br>\n        Archbishop Makarios III Ave.<br>\n        Limassol 3030, Cyprus<\/p>\n      <\/div>\n\n      <div class=\"amrl-info-block\">\n        <h4>\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"><\/path><\/svg>\n          Direct Contact\n        <\/h4>\n        <p>Phone: <a href=\"tel:+35725000000\">+357 25 000 000<\/a><\/p>\n        <p>Email: <a href=\"mailto:support@amerelia.com\">support@amerelia.com<\/a><\/p>\n      <\/div>\n\n      <div class=\"amrl-info-block\">\n        <h4>\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><polyline points=\"12 6 12 12 16 14\"><\/polyline><\/svg>\n          Support Hours\n        <\/h4>\n        <p>Monday &#8211; Friday: 10:00 &#8211; 19:00<\/p>\n        <p>Saturday: 10:00 &#8211; 15:00<\/p>\n        <p>Sunday: Closed<\/p>\n      <\/div>\n\n      <div class=\"amrl-socials\">\n        <a href=\"#\" class=\"amrl-social-icon\" aria-label=\"Facebook\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\"><\/path><\/svg>\n        <\/a>\n        <a href=\"#\" class=\"amrl-social-icon\" aria-label=\"Instagram\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\"><\/rect><path d=\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\"><\/path><line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"><\/line><\/svg>\n        <\/a>\n      <\/div>\n\n    <\/aside>\n  <\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>Here To Help Contact Amerelia Have a question about our authentic Arabic scents or need help finding your perfect signature fragrance? Send us a message. Send a Message First Name Last Name Email Address How can we help? Send Message Location Amerelia Fragrances Archbishop Makarios III Ave. Limassol 3030, Cyprus Direct Contact Phone: +357 25 000 000 Email: support@amerelia.com Support Hours Monday &#8211; Friday: 10:00 &#8211; 19:00 Saturday: 10:00 &#8211; 15:00 Sunday: Closed<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4574","page","type-page","status-publish","hentry","post-no-thumbnail"],"_links":{"self":[{"href":"https:\/\/amerelialtd.com\/el\/wp-json\/wp\/v2\/pages\/4574","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/amerelialtd.com\/el\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/amerelialtd.com\/el\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/amerelialtd.com\/el\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/amerelialtd.com\/el\/wp-json\/wp\/v2\/comments?post=4574"}],"version-history":[{"count":1,"href":"https:\/\/amerelialtd.com\/el\/wp-json\/wp\/v2\/pages\/4574\/revisions"}],"predecessor-version":[{"id":4576,"href":"https:\/\/amerelialtd.com\/el\/wp-json\/wp\/v2\/pages\/4574\/revisions\/4576"}],"wp:attachment":[{"href":"https:\/\/amerelialtd.com\/el\/wp-json\/wp\/v2\/media?parent=4574"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}