
.td_block_template_1 .block-title {
    text-align: center;
	  font-size: 25px;
    font-weight: bold;
}

.table  {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
	font-size: 14pt;
	text-align: center;
}

.table {
  border: 3px solid #ddd;
  padding: 8px;
	width: 100%;
}

.table  tr:nth-child(even){background-color: #f2f2f2;}

.table tr:hover {background-color: #ddd;}

.table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

.tdi_195 h2 {
    font-size: 33px;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #ddd;
    border-right: 10px solid #0d42a2;
    padding: 5px 10px;
    font-family: 'Cairo';
    font-weight: 700;
}

.rq-alike-show-difference {
    position: absolute;
    background: #5e23dc;
    color: #fff;
    padding: 10px 15px;
    top: 30px;
    display: none;
}

.tdi_171 {
    justify-content: center !important;
    text-align: center !important;
    FONT-SIZE: 15PT;
}

.alike-compare-widget-button {
    background-color: #0d42a2;
    transition: all .4s ease;
}

.alike-compare-widget-button-text {
    display: inline-block;
    padding-left: 15px;
    padding-top: 12px;
    MARGIN-RIGHT: 20PX;
}

.rq-alike-compare .rq-alike-items .rq-alike-items-list h2 {
    font-size: 18pt;
    margin: 0;
    color: #0d42a2;
}

.table th {
    text-align: center;
}

#product_icons_new {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
#product_icons_new li {
    background: #fceed1;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 18px;
    min-width: 160px;
    box-shadow: 0 2px 8px #eee;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px;
    direction: rtl;
}
#product_icons_new h6 {
    margin: 0 0 4px 0;
    font-size: 16px;
    font-weight: bold;
}
#product_icons_new .about small {
    color: #666;
    font-size: 13px;
}
#product_icons_new svg {
    margin-left: 10px;
    color: #007bff;
    width: 24px;
    height: 24px;
}

#product_icons_new .d-flex.flex-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

#product_icons_new svg,
#product_icons_new i {
    min-width: 24px;
    min-height: 24px;
    margin-left: 8px;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
}

#product_icons_new .ml-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#product_icons_new h6,
#product_icons_new .about {
    display: inline-block;
    margin: 0 4px 0 0;
    vertical-align: middle;
}

.keywords-box {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 15px;
    direction: rtl;
}
.keywords-box a {
    color: #007bff;
    text-decoration: underline;
    margin-left: 8px;
}


.mob-devices-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.mob-device {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  text-align: center;
  padding: 10px 5px 15px 5px;
  transition: box-shadow .2s, transform .2s;
  box-shadow: 0 1px 4px #eee;
  position: relative;
}
.mob-device:hover {
  box-shadow: 0 4px 16px #ddd;
  transform: translateY(-4px) scale(1.03);
}
.mob-device img {
  max-width: 100%;
  height: 140px;
  object-fit: contain;
  margin-bottom: 8px;
  border-radius: 6px;
  background: #fafafa;
}
.mob-device-title {
  font-size: 15px;
  color: #222;
  margin-top: 5px;
  font-weight: bold;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mob4me-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  background: #fff;
  direction: rtl;
  font-size: 15px;
}
.mob4me-table th, .mob4me-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: right;
}
.mob4me-table th {
  background: #f5f5f5;
  font-weight: bold;
}
.mob4me-table tr:nth-child(even) {
  background: #fafafa;
}
.keywords-box {
  background: #f9f9f9;
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 15px;
  direction: rtl;
  border-radius: 8px;
}
.keywords-box a {
  color: #007bff;
  text-decoration: underline;
  margin-left: 8px;
}

.alike-button {
    display: inline-block;
    margin: 8px 8px 0 0;
    padding: 10px 26px;
    background: linear-gradient(90deg,#007cf0 0,#00dfd8 100%);
    color: #fff !important;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 2px 12px rgba(0,124,240,0.12);
    border: none;
    outline: none;
    transition: background 0.2s, box-shadow 0.2s, transform 0.1s;
    cursor: pointer;
    letter-spacing: 0.5px;
}
.alike-button:hover {
    background: linear-gradient(90deg,#00dfd8 0,#007cf0 100%);
    color: #fff !important;
    box-shadow: 0 4px 24px rgba(0,124,240,0.18);
    text-decoration: none !important;
    transform: translateY(-2px) scale(1.04);
}
.alike-button-box {
    margin-bottom: 16px;
    margin-top: 24px;
    text-align: right;
}

.fast-compare-box table {
    width: 100%;
    border-collapse: collapse;
    direction: rtl;
    background: #fff;
    margin: 18px 0;
}
.fast-compare-box th,
.fast-compare-box td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 10px 12px;
    font-size: 16px;
    text-align: right;
}
.fast-compare-box tr {
    display: block;
    margin-bottom: 8px;
    border-radius: 8px;
    background: #f9f9f9;
    box-shadow: 0 1px 4px #eee;
}
.fast-compare-box th {
    background: #eaf6ff;
    color: #007cf0;
    font-weight: bold;
    border-bottom: none;
}
.fast-compare-box td:first-child {
    font-weight: bold;
    color: #222;
    background: #f1f8ff;
}
.fast-compare-box td:last-child {
    color: #007cf0;
    background: #fff;
}



ul#product_icons_new {
    list-style: none;
    padding: 0;
    margin: 24px 0;
    background: #f7fafd;
    border-radius: 12px;
    box-shadow: 0 1px 8px #eaf6ff;
    max-width: 100%;
    direction: rtl;
}

ul#product_icons_new li {
    display: block;
    margin: 0 0 12px 0;
    padding: 12px 18px;
    background: #fff;
    border-radius: 8px;
    font-size: 17px;
    color: #007cf0;
    font-weight: bold;
    box-shadow: 0 1px 4px #eee;
    text-align: right;
    border: 1px solid #eaf6ff;
    transition: background 0.2s;
	  width: 100%;
}

ul#product_icons_new li:last-child {
    margin-bottom: 0;
}

ul#product_icons_new li:hover {
    background: #eaf6ff;
    color: #005fa3;
}

.article-content {
    float: right;
    width: 100%;
}


.post-content h1:not(.plain), .post-content h2:not(.plain), .post-content h3:not(.plain), .post-content h4:not(.plain), .post-content h5:not(.plain), .post-content h6:not(.plain) {
    display: inline-block;
    padding: 5px 15px;
    background-color: #eaf6ff;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}


.related-devices-widget {
    margin: 30px 0 0 0;
    direction: rtl;
}
.related-devices-widget h3 {
    margin-bottom: 18px;
    font-size: 20px;
    text-align: right;
}
.related-devices-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.related-device-item {
    width: 33.33%;
    text-align: center;
    padding-bottom: 18px;
}
.related-device-item img,
.related-device-item div[style*="background"] {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover;
    border-radius: 6px;
    display: inline-block;
}
.related-device-item div {
    font-size: 13px;
    margin-top: 7px;
}
@media (max-width: 600px) {
    .related-device-item { width: 50%; }
}


ul#product_icons_new li {
    display: block;
    margin: 0 0 12px 0;
    padding: 12px 18px;
    background: #e1e1e1;
    border-radius: 8px;
    font-size: 17px;
    color: #007cf0;
    font-weight: bold;
    box-shadow: 0 1px 4px #fff;
    text-align: right;
    border: 1px solid #eaf6ff;
    transition: background 0.2s;
    width: 100%;
}


.info-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}
.info-title {
    color: #2271b1;
    font-weight: bold;
    min-width: 80px;
    text-align: right;
}
.info-detail {
    text-align: left;
    font-size: 16px;
}


/* CSS لجعل الأيقونة والعنوان والمعلومات جنب بعض بشكل أنيق */
#product_icons_new {
    margin: 0;
    padding: 0;
}

#product_icons_new .list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    border: none;
    border-bottom: 1px solid #eee;
    background: #eaf6ff;
}

#product_icons_new .d-flex.flex-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

#product_icons_new i {
    color: #2271b1;
    min-width: 32px;
    text-align: center;
}

#product_icons_new .ml-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

#product_icons_new h6 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #222;
}

#product_icons_new .about {
    font-size: 14px;
    color: #666;
    margin-top: 2px;
}

@media (max-width: 600px) {
    #product_icons_new .list-group-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    #product_icons_new .d-flex.flex-row {
        gap: 8px;
    }
}
	
details {
    color: #e7effb;;
}
* {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
   user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}
body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;word-break:break-word;background:#e7effb;line-height:25px;color:#828282;margin:0;font-size:13px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}
a,h1,ul{margin:0;padding:0}
a,a:visited{text-decoration:none}a{color:#ffffff}a:hover{color:#e8554e}
img{aspect-ratio:16 / 9;max-width:100%;height:auto}
*,:before,:after{box-sizing:border-box}
svg{fill:#fefefe}
@media print{body{display:none}}
.topbars{max-width:1200px;margin:auto;min-height:80px;display:flex;flex-wrap:wrap;align-items:center;padding:0 20px} 
.site-logo{justify-content:flex-start;display:flex;align-items:center}
#site-navigation{flex-grow:1;justify-content:center;display:flex}
.search-form{justify-content:flex-end;display:flex}
.main-navigation .hide-visually{position:absolute;clip-path:inset(10px 20px 30px 40px)}
.main-navigation #toggle-menu{align-items:center;display:flex;padding:5px 10px;color:#05182c;background-color:#e7eefb; border-radius:6px}
#site-navigation #toggle-menu::after{content:"\2261";font-weight:bold;font-size:18px;margin-right:5px}
#site-navigation #toggle:checked + #toggle-menu::after{content: "\00D7";}
#site-navigation > div{top:80px;background-color:#1b1757;left:0;position:absolute;padding:0 16px;right:0;z-index:9999;bottom:0} 
.main-navigation > div > ul{display:flex;flex-wrap:wrap;list-style:none;margin:0;max-width:none;padding-left:0;position:relative} 
.main-navigation > div > ul li{display:block;position:relative;width:100%;z-index:1}
.main-navigation a{font-size:1.2rem;padding:16px;line-height:1.5;border-bottom:3px solid #00000000;display:block}
.main-navigation a:hover{border-bottom:3px solid #374453;color:aliceblue}
.main-navigation #toggle:checked ~ div{display:block}
.main-navigation > div{display:none}
.search-form{position:relative;padding-right:5px;border:1px solid #374453;border-radius:100px}
.search-field{font:normal 14px/20px tahoma;overflow:hidden;padding:10px 5px;border:hidden;background-color:#ffffff00;color:#fff}
.search-submit{position:absolute;left:3px;height:35px;border:0;cursor:pointer;border-radius:inherit;font-size:0;top:2.5px}
.search-submit:before{content:'\1F50D';font-size:18px}
.search-field:focus{outline:0}
@media only screen and (min-width: 750px){.main-navigation > div{display:block}.main-navigation > div > ul li{display:inherit;width:inherit}#site-navigation > div{position:inherit;padding:0}  #site-navigation #toggle-menu{display:none}}
@media screen and (max-width:920px){.search-form{display:none}}
#footer{background-color:#09192b;border-top:3px solid #333333;padding:10px 0px 10px 0px;min-height:80px;text-align:center}
#menu-bottom{max-width:1000px;margin:0 auto;padding:10px}
#footer ul{display:flex;justify-content:center}
#footer ul li{margin-right:calc(32px/2);margin-left:calc(32px/2);display:flex;align-items:center}
#footer ul li a{font-size:17px;font-weight:bold}
#footer ul li:not(:last-child):after{content:"";height:13px;border-color:#A8A8A861;border-left-width:1px;border-left-style:solid;left:calc(-32px/2);position:relative}
.arbcprtxt{padding:0 10px;color:#A8A8A8;font-size:16px}
.single-hero-outside{align-items:center;display:flex;max-width:1100px;margin:auto;padding:20px}
.entry-top{margin-left:-25%;border-radius:15px;position:relative;padding:25px;backdrop-filter:blur(15px);z-index:999;background:#05182c4f;box-shadow:0px 5px 15px 0px rgb(141 154 171 / 50%)}
.p-category{display:inline-block;padding:5px 10px;border-radius:0 8px 0 8px;background-color:#0c1a2a;line-height:2;position:relative;font-size:0.9rem}
a.p-category{font-weight:bold;color:#dadada}
.entry-top .p-category:after{border-left:5px solid transparent;right:0;content:"";position:absolute;bottom:-4px;border-top:4px solid #0c1a2a}
.entry-title{font-size:1.8rem;color:#ffffff;line-height:1.4;text-shadow:1px 1px 1px #05182c;border-bottom:2px solid rgba(0,0,0,0.12);padding:10px 0}
.post-meta{flex-wrap:wrap;display:flex;align-items:center;justify-content:space-between;padding-top:5px}
address,time{font-style:normal}
address::before{content:"\1F4DD";font-size:14px}
a.u-url,time{color:#202020}
time::before{content:"\1F552";font-size:14px}
.post-feature{flex:0 0 auto;width:70%}
.post-feature-image-wrapper { display: flex ; position: relative; overflow: hidden; text-align: center; margin: auto; width: 100%; height: auto; box-shadow: 0 0 2rem #13141780; border-radius: 25px; max-width: 1600px; flex-wrap: nowrap; align-content: stretch; justify-content: center; flex-direction: row-reverse; }
.post-feature-image-wrapper svg{left:10px;top:10px;position:absolute;overflow:hidden;height:30px;width:30px}
.image-feature{aspect-ratio:16 / 9;background-size:cover;background-position:center;width:100%;height:100%}
.post-body{background:#fff;overflow:hidden}
.p-summary{max-width:1100px;margin:auto;padding:0 20px;font-size:20px;line-height:1.8;color:#48525c}
.post-tags{display:flex;flex-wrap:wrap;padding:10px;max-width:1100px;margin:auto;font-weight:bold}
.post-tags:before{position:relative;border-radius:3px;font-size:22px;color:#000000;background:#ffffff;content:"\0023";margin:3px;padding:5px 10px}
.post-tags a{flex-grow:1;text-align:center;border-radius:3px;margin:3px;font-size:14px;color:#000000;display:block;padding:5px 10px;background:#ffffff}
.post-body h2,.post-body h3,.post-body h4{text-shadow:-1px 1px 3px rgb(0 0 0 / 25%);display:table;border-radius:7px;background:#e6effb;position:relative;padding:10px;font-size:18px;line-height:1.7;margin-right:10px}
.post-body h2::before{content:"";position:absolute;right:-24px;top:calc(50% - 5px);width:10px;height:10px;border-radius:50%;background:#e6effb}
.post-body h2::after{content:"";position:absolute;right:-10px;top:calc(50% - 10px);width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #e6effb}
.post-body ol{counter-reset:li;display:table}
.post-body ol li{position:relative;display:block;margin:10px 0;border-bottom:2px solid #f2f8ff}
.post-body ol li:before{content:counter(li);counter-increment:li;position:absolute;right:-2.7em;top:50%;margin-top:-1em;background:#e7effb;color:#545457;border-radius:7px;height:2em;width:2em;line-height:2em;text-align:center;box-shadow:0 1px 1px rgb(32 33 36 / 28%)}
.post-body ol li:hover{color:#1a3a71}
.post-body ol li:hover:before{background:#1a3a71;color:#FFFFFF;border:1px solid #DDD}
.post-body ul li{margin-right:1em}
blockquote{padding:0.5em 1em;position:relative;overflow:hidden;border-radius:8px;margin:20px auto;background:#fff9ea;border:1px solid;font-size:17px;line-height:27px}
.post-body td{border:1px solid #262263;padding:0.75rem}
.post-body table{width:100%}
.post-body a{color:#b50000}
.post-body a:hover{position:relative;top:1px;left:1px;color:#e8554e}
.separator{content-visibility:auto;display:flex;position:relative;overflow:hidden;margin:auto;width:fit-content;height:auto;box-shadow:0 5px 40px 5px #2b2c3040;border-radius:25px;max-width:100%;margin-top:20px}
.separator img{aspect-ratio:auto}
.video-container{background-color: #1d242c;position: relative;padding-bottom:56.25%;height:0;margin:8px auto;overflow:hidden;border-radius:8px;box-shadow:0 1px 6px rgb(32 33 36 / 28%)}
.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}
@media screen and (max-width:850px){.entry-top{padding:10px;margin-left:-45%}}
@media screen and (max-width:750px){.entry-title{font-size:1.5rem}}
@media screen and (max-width:650px){.single-hero-outside {display:grid;gap:20px}.entry-top{margin:auto}.post-feature{display:flex;width:100%}.entry-title{color:#3f3f3f;font-size:1.2rem;text-shadow:inherit}}
.related-posts-container{max-width:1100px;margin:auto}
.rivax-heading{justify-content:center;display:flex;flex-wrap:nowrap;gap:5px;position:relative;align-items:center}
.divider{background:#09192b;width:14px;height:4px}
.divider-1{order:1}.divider-2{order:2}.divider-3{order:4}.divider-4{order:5}
.title-inner{transform:skewX(-15deg);background:#05182c;color:#fff;padding:5px 20px;order:3;font-size:1.1rem;font-weight:bold}
.rivax-heading{justify-content:center;display:flex;flex-wrap:nowrap;gap:5px;position:relative;align-items:center;margin:20px 0px 30px 0px}
#related-posts-widget{min-height:320px;padding:10px;grid-gap:30px 10px;display:grid;grid-template-columns:repeat(4, 1fr)}
.related-post-item{padding:20px 20px 0px 20px;background-color:#FFFFFF;border-radius:10px;box-shadow:0 4px 4px rgb(0 0 0 / 25%);position:relative}
.related-post-item a{content-visibility:auto}
.related-img{width:100%;height:180px;margin:-40px 0px 0px 0px;border-radius:10px;box-shadow:0 0 2rem #13141780}
.related-title{font-weight:bold;color:#2b2d42;position:relative;text-align:center;margin:0;font-size:1.1rem;padding:20px 0px 20px 0px}
@media screen and (max-width:900px){#related-posts-widget{grid-template-columns:repeat(2, 1fr)}}
@media screen and (max-width:450px){#related-posts-widget {grid-template-columns:repeat(1, 1fr)}}
#site-navigation > div, .topbar, #footer, .status-msg-wrap {background-image: linear-gradient(216deg, rgba(77, 77, 77,0.05) 0%, rgba(77, 77, 77,0.05) 25%,rgba(42, 42, 42,0.05) 25%, rgba(42, 42, 42,0.05) 38%,rgba(223, 223, 223,0.05) 38%, rgba(223, 223, 223,0.05) 75%,rgba(36, 36, 36,0.05) 75%, rgba(36, 36, 36,0.05) 100%),linear-gradient(44deg, rgba(128, 128, 128,0.05) 0%, rgba(128, 128, 128,0.05) 34%,rgba(212, 212, 212,0.05) 34%, rgba(212, 212, 212,0.05) 57%,rgba(25, 25, 25,0.05) 57%, rgba(25, 25, 25,0.05) 89%,rgba(135, 135, 135,0.05) 89%, rgba(135, 135, 135,0.05) 100%),linear-gradient(241deg, rgba(55, 55, 55,0.05) 0%, rgba(55, 55, 55,0.05) 14%,rgba(209, 209, 209,0.05) 14%, rgba(209, 209, 209,0.05) 60%,rgba(245, 245, 245,0.05) 60%, rgba(245, 245, 245,0.05) 69%,rgba(164, 164, 164,0.05) 69%, rgba(164, 164, 164,0.05) 100%),linear-gradient(249deg, rgba(248, 248, 248,0.05) 0%, rgba(248, 248, 248,0.05) 32%,rgba(148, 148, 148,0.05) 32%, rgba(148, 148, 148,0.05) 35%,rgba(202, 202, 202,0.05) 35%, rgba(202, 202, 202,0.05) 51%,rgba(181, 181, 181,0.05) 51%, rgba(181, 181, 181,0.05) 100%),linear-gradient(92deg, rgb(4,2,89),rgb(4,2,89));}
  
  
.arba7k #closeingg{cursor:pointer;line-height:20px;display:flex;width:80px;height:20px;align-items:center;justify-content:center; background:#252162;color:#fff;position:absolute;bottom:-25px;right:0;left:0;border-radius:3px;margin:0 auto}
.arba7k{transition:all 0.3s;position:fixed;bottom:-500px;right:0;left:0;z-index:99999999;display:flex;justify-content:center;align-items:center}
.arba7k.activ{bottom:30px}
.arba7{position:relative;overflow:hidden}