:root {
color-scheme: light dark;
supported-color-schemes: light dark;
}
@media (prefers-color-scheme: dark) {
td {
color: #ffffff !important;
}
.white-text {
color: #ffffff !important;
}
.border-bottom-color {
border-bottom-color: #ffffff !important;
}
.button-td {
background: #ffffff !important;
}
.button-a {
background: #ffffff !important;
color: #000000 !important;
border-color: #ffffff !important;
}
.black-bg {
background: #121212 !important;
}
.dark-bg {
background: #000000 !important;
}
.logo-black {
filter: invert(1) !important;
}
/* Shows Dark Mode-Only Content, Like Images */
.dark-img {
display: block !important;
width: auto !important;
overflow: visible !important;
float: none !important;
max-height: inherit !important;
max-width: inherit !important;
line-height: auto !important;
margin-top: 0px !important;
visibility: inherit !important;
}
/* Hides Light Mode-Only Content, Like Images */
.light-img {
display: none;
display: none !important;
}
}
/* Shows Dark Mode-Only Content, Like Images */
[data-ogsc] .dark-img {
display: block !important;
width: auto !important;
overflow: visible !important;
float: none !important;
max-height: inherit !important;
max-width: inherit !important;
line-height: auto !important;
margin-top: 0px !important;
visibility: inherit !important;
}
/* Hides Light Mode-Only Content, Like Images */
[data-ogsc] .light-img {
display: none;
display: none !important;
}
.hr-blue {
border: none;
border-top: 1px dotted #2B75A9;
color: #2B75A9;
height: 1px;
width: 90%;
}
.hr-grey {
border: none;
border-top: 1px dotted #ABAAA9;
color: #ABAAA9;
height: 1px;
width: 90%;
}
ReadMsgBody {
width: 100%;
}
body,
td,
a,
h1,
h2,
h3,
h4,
h5,
h6,
span {
font-family: "Arial", sans-serif !important;
}
.mobile-padding {
padding-left: 15px !important;
padding-right: 15px !important;
}
.ExternalClass {
width: 100%;
}
.ExternalClass,
.ExternalClass p,
.ExternalClass span,
.ExternalClass font,
.ExternalClass td,
.ExternalClass div {
line-height: 100%;
}
body {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
margin: 0 !important;
}
p {
margin: 1em 0;
}
table td {
border-collapse: collapse;
}
img {
outline: 0;
}
a img {
border: none;
}
@-ms-viewport {
width: device-width;
}
@media only screen and (max-width: 480px) {
.container {
width: 100% !important;
}
.footer {
width: auto !important;
margin-left: 0;
}
.mobile-hidden {
display: none !important;
}
.pb10 {
padding-bottom: 10px !important;
}
.pb20 {
padding-bottom: 20px !important;
}
.photo {
width: 100% !important;
height: auto !important;
}
.font25 {
font-size: 25px !important;
line-height: 32px !important;
}
img {
max-width: 100% !important;
height: auto !important;
max-height: auto !important;
}
.header img {
max-width: 100% !important;
height: auto !important;
max-height: auto !important;
}
.photo img {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
}
.drop {
display: block !important;
width: 100% !important;
float: left;
clear: both;
}
.footerlogo {
display: block !important;
width: 100% !important;
padding-top: 15px;
float: left;
clear: both;
}
.nav4,
.nav5,
.nav6 {
display: none !important;
}
.tableBlock {
width: 100% !important;
}
.responsive-td {
width: 100% !important;
display: block !important;
padding: 0 !important;
}
.fluid,
.fluid-centered {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
margin-left: auto !important;
margin-right: auto !important;
}
.fluid-centered {
margin-left: auto !important;
margin-right: auto !important;
}
/* MOBILE GLOBAL STYLES - DO NOT CHANGE */
body {
padding: 0px !important;
font-size: 16px !important;
line-height: 150% !important;
}
h1 {
font-size: 22px !important;
line-height: normal !important;
}
h2 {
font-size: 20px !important;
line-height: normal !important;
}
h3 {
font-size: 18px !important;
line-height: normal !important;
}
.buttonstyles {
font-family: arial, helvetica, sans-serif !important;
font-size: 16px !important;
color: #FFFFFF !important;
padding: 10px !important;
}
/* END OF MOBILE GLOBAL STYLES - DO NOT CHANGE */
}
@media only screen and (max-width: 640px) {
.container {
width: 100% !important;
}
.mobile-hidden {
display: none !important;
}
.logo {
display: block !important;
padding: 0 !important;
}
.photo img {
width: 100% !important;
height: auto !important;
}
.nav5,
.nav6 {
display: none !important;
}
.fluid,
.fluid-centered {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
margin-left: auto !important;
margin-right: auto !important;
}
.fluid-centered {
margin-left: auto !important;
margin-right: auto !important;
}
}
To view this email as a web page, click here
body.webversion .view-online {
display: none !important;
}
96
/* ── GENERAL SETTINGS ── */
:root {
color-scheme: light dark;
supported-color-schemes: light dark;
}
/* Base Body Style (Light Mode) */
body {
margin: 0;
padding: 0;
background-color: #f8f8f8;
/* Template Background */
}
/* ── SCOPED STYLES ── */
/* Default Text Colors */
#modon-email,
#modon-email table,
#modon-email td,
#modon-email div,
#modon-email p,
#modon-email span {
color: #1a1a1a;
}
/* Links Default */
#modon-email a {
color: #1a1a1a !important;
text-decoration: underline;
}
/* Reset Table Spacing for Outlook */
#modon-email table,
#modon-email td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
border-collapse: collapse;
}
#modon-email img {
border: 0;
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic;
display: block;
max-width: 100%;
height: auto;
}
/* Column separator - Light Mode */
#modon-email .col-divider {
border-right: 1px solid #e8e2d6 !important;
}
/* Mobile lang divider - Light Mode */
#modon-email .lang-divider-cell {
background-color: #e8e2d6 !important;
}
/* ── MOBILE BLOCKS ── */
#modon-email .mobile-only {
display: none;
mso-hide: all;
overflow: hidden;
max-height: 0;
}
@media only screen and (max-width: 600px) {
#modon-email .email-container {
width: 100% !important;
max-width: 100% !important;
}
#modon-email .desktop-only {
display: none !important;
overflow: hidden !important;
max-height: 0 !important;
}
#modon-email .mobile-only {
display: block !important;
max-height: none !important;
overflow: visible !important;
width: 100% !important;
}
#modon-email .mobile-only td {
display: block !important;
width: 100% !important;
max-width: 100% !important;
word-break: break-word !important;
}
#modon-email td {
max-width: 100% !important;
box-sizing: border-box !important;
}
}
/* ── DARK MODE CONFIGURATION ── */
@media (prefers-color-scheme: dark) {
/* 1. Prevent Dark Mode from flowing to the Template Background */
/* This ensures the outer area stays Light Grey (#f8f8f8) */
body {
background-color: #f8f8f8 !important;
}
/* Wrapper Div also stays Light Grey */
#modon-email {
background-color: #f8f8f8 !important;
}
/* 2. Apply Dark Mode ONLY to the inner email card content */
/* The '.email-container' class targets the actual content tables */
#modon-email .email-container,
#modon-email .email-container table,
#modon-email .email-container td,
#modon-email .email-container div,
#modon-email .email-container p,
#modon-email .email-container span,
#modon-email .email-container a {
background-color: #000000 !important;
/* Black Content */
color: #ffffff !important;
/* White Text */
}
/* 3. Fix Hyperlinks: Force them to White inside the black card */
#modon-email a,
#modon-email a span {
color: #ffffff !important;
text-decoration: underline !important;
}
/* 4. Adjust Dividers for Dark Mode */
#modon-email .col-divider {
border-right: 1px solid #555555 !important;
}
#modon-email .lang-divider-cell {
background-color: #555555 !important;
}
}
Dear Valued Customer,
عملاءنا الكرام،
As part of Modon's commitment to transparency and providing accurate and reliable information, we would like to clarify that the information currently circulating regarding the launch of projects or land offerings in Al Ain is not based on any official announcement issued by the company.
حرصاً من “مدن” على الشفافية وتزويدكم بالمعلومات الدقيقة والموثوقة، نود التنويه إلى أن ما يتم تداوله من معلومات بشأن إطلاق مشاريع أو أراضٍ في مدينة العين لا يستند إلى أي إعلان رسمي صادر عن الشركة.
Modon confirms that all announcements related to its projects and sales are published exclusively through its official website and official social media channels.
وتؤكد “مدن” أن جميع الإعلانات المتعلقة بمشاريعها ومبيعاتها يتم نشرها حصرياً عبر موقعها الإلكتروني الرسمي وحساباتها الرسمية على منصات التواصل الاجتماعي.
We urge our valued customers to obtain information exclusively from Modon's official sources, and to refrain from sharing or relying on any information issued by unauthorised parties.
نهيب بعملائنا الكرام استيفاء المعلومات من المصادر الرسمية ل "مدن" فقط، وعدم تداول أو الاعتماد على أي معلومات صادرة عن جهات غير مخولة.
Modon further confirms that it will take all necessary legal action against any real estate brokerage or broker found to have published, circulated, or promoted false or unauthorised information relating to the company's projects or launches.
كما تؤكد “مدن” أنها ستتخذ الإجراءات القانونية اللازمة بحق أي شركة وساطة عقارية أو وسيط عقاري يثبت قيامه بنشر أو تداول أو الترويج لأي معلومات غير صحيحة أو غير معتمدة تتعلق بمشاريع الشركة أو إطلاقاتها،
These measures serve to protect our customers' interests and to safeguard the accuracy and integrity of the information shared.
وذلك حفاظاً على حقوق العملاء وضماناً لسلامة ودقة المعلومات المتداولة.
Should you have any questions or require further information, please visit our Sales Centre on Hudayriyat
Island or contact us at: 800 MODON (800 66366).
وفي حال وجود أي استفسارات أو الحاجة إلى مزيد من المعلومات، يرجى التكرم بزيارة مركز المبيعات في جزيرة
الحديريات أو التواصل معنا على الرقم: 800 MODON (800 66366).
Thank you for your continued trust.
شاكرين لكم ثقتكم وتعاونكم.
Best regards,
Modon
ودمتم بخير،
مدن
Dear Valued Customer,
As part of Modon's commitment to transparency and providing accurate and reliable information, we would like to clarify that the information currently circulating regarding the launch of projects or land offerings in Al Ain is not based on any official announcement issued by the company.
Modon confirms that all announcements related to its projects and sales are published exclusively through its official website and official social media channels.
We urge our valued customers to obtain information exclusively from Modon's official sources, and to refrain from sharing or relying on any information issued by unauthorised parties.
Modon further confirms that it will take all necessary legal action against any real estate brokerage or broker found to have published, circulated, or promoted false or unauthorised information relating to the company's projects or launches.
These measures serve to protect our customers' interests and to safeguard the accuracy and integrity of the information shared.
Should you have any questions or require further information, please visit our Sales Centre on Hudayriyat
Island or contact us at: 800 MODON (800 66366).
Thank you for your continued trust.
Best regards,
Modon
عملاءنا الكرام،
حرصاً من “مدن” على الشفافية وتزويدكم بالمعلومات الدقيقة والموثوقة، نود التنويه إلى أن ما يتم تداوله من معلومات بشأن إطلاق مشاريع أو أراضٍ في مدينة العين لا يستند إلى أي إعلان رسمي صادر عن الشركة.
وتؤكد “مدن” أن جميع الإعلانات المتعلقة بمشاريعها ومبيعاتها يتم نشرها حصرياً عبر موقعها الإلكتروني الرسمي وحساباتها الرسمية على منصات التواصل الاجتماعي.
نهيب بعملائنا الكرام استيفاء المعلومات من المصادر الرسمية ل "مدن" فقط، وعدم تداول أو الاعتماد على أي معلومات صادرة عن جهات غير مخولة.
كما تؤكد “مدن” أنها ستتخذ الإجراءات القانونية اللازمة بحق أي شركة وساطة عقارية أو وسيط عقاري يثبت قيامه بنشر أو تداول أو الترويج لأي معلومات غير صحيحة أو غير معتمدة تتعلق بمشاريع الشركة أو إطلاقاتها،
وذلك حفاظاً على حقوق العملاء وضماناً لسلامة ودقة المعلومات المتداولة.
وفي حال وجود أي استفسارات أو الحاجة إلى مزيد من المعلومات، يرجى التكرم بزيارة مركز المبيعات في جزيرة
الحديريات أو التواصل معنا على الرقم:800 MODON (800 66366).
شاكرين لكم ثقتكم وتعاونكم.
ودمتم بخير،
مدن
Follow us on social media
This email was sent by: Modon
Al Maryah Tower, HQ - Al Maryah Island, Abu Dubai, 26866, United Arab Emirates
This email was sent to: salem@withoutemail.com
on Monday, June 29, 2026 at 07:47:56 PM
Update Your Preferences | Unsubscribe | Privacy Policy-->