/*
Theme Name: Wakeel
Text Domain: wakeel
Version: 2.0
Description: Custom theme for Wakeel.com
Author: the Wakeel team
*/

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

*:focus {
  outline: none;
}

html,
body {
  border: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}

blockquote::before,
blockquote::after {
  content: '';
}

/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */

html {
  font-size: 62.5%; /* 1rem = 10px */
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.sandbox-launch-text {
  color: #6C00D9;
  font-weight: bold;
  text-align: left;
}

.rtl .sandbox-launch-text {
  text-align: right;
}

.sandbox-lang {
  position: absolute;
  right: 0;
  top: 25px;
  font-family: "Almarai", serif;
  font-weight: bold;
}

.sandbox-lang-en {
  position: absolute;
  left: 0;
  top: 32px;
  font-family: "Montserrat", serif;
  font-weight: bold;
}

body {
  background: #ffffff;
  box-sizing: border-box;
  color: #000;
  font-family: "Montserrat", serif;
  font-size: 16px;
  letter-spacing: -0.015em;
  overflow-x: hidden !important;
  padding-top: 75px; /* Add padding-top to account for fixed header height */
}

body.rtl {
  font-family: "Almarai", serif !important;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}

#site-content {
  overflow: hidden;
}

/* Clearing ---------------------------------- */

.group::after,
.entry-content::after,
.wk_cs-inner::after {
  clear: both;
  content: '';
  display: block;
}

/* Base Transitions -------------------------- */

a,
path {
  transition: all 0.15s linear;
}

/* Screen Reader Text ------------------------ */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Skip Link --------------------------------- */

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.rtl .skip-link {
  right: -9999rem;
}


/* Accessibility Settings -------------------- */

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0s !important;
    transition-duration: 0s !important;
  }
}

/* -------------------------------------------------------------------------- */

/*	2. Element Base
/* ---------------------------------------------*---------------------------- */

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
  font-feature-settings: 'lnum';
  font-variant-numeric: lining-nums;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 3.5rem 0 2rem;
}

h1,
.heading-size-1 {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.138888889;
}

h2,
.heading-size-2 {
  font-size: 3.2rem;
}

h3,
.heading-size-3 {
  font-size: 2.8rem;
}

h4,
.heading-size-4 {
  font-size: 2.4rem;
}

h5,
.heading-size-5 {
  font-size: 2.1rem;
}

h6,
.heading-size-6 {
  font-size: 1.6rem;
  letter-spacing: 0.03125em;
  text-transform: uppercase;
}

p {
  line-height: 1.5;
  margin: 0 0 1em 0;
}

em,
i,
q,
dfn {
  font-style: italic;
}

em em,
em i,
i em,
i i,
cite em,
cite i {
  font-weight: bolder;
}

big {
  font-size: 1.2em;
}

small {
  font-size: 0.75em;
}

b,
strong {
  font-weight: 700;
}

ins {
  text-decoration: underline;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

abbr,
acronym {
  cursor: help;
}

address {
  line-height: 1.5;
  margin: 0 0 2rem 0;
}

hr {
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  border-color: #dcd7ca;
  margin: 4rem 0;
}

.entry-content hr,
hr.styled-separator {
  background: linear-gradient(
    to left,
    currentColor calc(50% - 16px),
    transparent calc(50% - 16px),
    transparent calc(50% + 16px),
    currentColor calc(50% + 16px)
  );
  background-color: transparent !important;
  border: none;
  height: 0.1rem;
  overflow: visible;
  position: relative;
}

.entry-content hr:not(.has-background),
hr.styled-separator {
  color: #6d6d6d;
}

.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
  background: currentColor;
  content: '';
  display: block;
  height: 1.6rem;
  position: absolute;
  top: calc(50% - 0.8rem);
  transform: rotate(22.5deg);
  width: 0.1rem;
}

.entry-content hr::before,
hr.styled-separator::before {
  left: calc(50% - 0.5rem);
}

.entry-content hr::after,
hr.styled-separator::after {
  right: calc(50% - 0.5rem);
}

a {
  color: #5800c8;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

/* Lists ------------------------------------- */

ul,
ol {
  margin: 0 0 3rem 3rem;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

ul ul ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

ol ol {
  list-style: lower-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

li {
  line-height: 1.5;
  /* margin: 0.5rem 0 0 2rem; */
}

li > ul,
li > ol {
  margin: 1rem 0 0 2rem;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
  list-style: none;
  margin: 0;
}

.reset-list-style li {
  margin: 0;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: 700;
}

dt + dd {
  margin-top: 0.5rem;
}

dd + dt {
  margin-top: 1.5rem;
}

/* Quotes ------------------------------------ */

blockquote {
  border-color: #5800c8;
  border-style: solid;

  /*rtl:ignore*/
  border-width: 0 0 0 0.2rem;
  color: inherit;
  font-size: 1em;
  margin: 4rem 0;

  /*rtl:ignore*/
  padding: 0.5rem 0 0.5rem 2rem;
}

cite {
  color: #6d6d6d;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
}

blockquote cite {
  display: block;
  margin: 2rem 0 0 0;
}

blockquote p:last-child {
  margin: 0;
}

/* Code -------------------------------------- */

code,
kbd,
pre,
samp {
  font-size: 0.9em;
  padding: 0.4rem 0.6rem;
}

pre {
  border: 0.1rem solid #dcd7ca;
  line-height: 1.5;
  margin: 4rem 0;
  overflow: auto;
  padding: 3rem 2rem;
  text-align: left;
}

pre code {
  background: transparent;
  padding: 0;
}

/* Media ------------------------------------- */

figure {
  display: block;
  margin: 0;
}

iframe {
  display: block;
  max-width: 100%;
}

video {
  display: block;
}

svg,
img,
embed,
object {
  display: block;
  height: auto;
  max-width: 100%;
}


/* Inputs ------------------------------------ */

fieldset {
  border: 0.2rem solid #dcd7ca;
  padding: 2rem;
}

legend {
  font-size: 0.85em;
  font-weight: 700;
  padding: 0 1rem;
}

label {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
}

input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
  line-height: 1;
}

input,
textarea {
  border-color: #dcd7ca;
  color: #000;
}

code,
input[type='url'],
input[type='email'],
input[type='tel'] {
  /*rtl:ignore*/
  direction: ltr;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='week'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='color'],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  box-shadow: none;
  display: block;
  font-size: 1.6rem;
  letter-spacing: -0.015em;
  margin: 0;
  max-width: 100%;
  padding: 1.5rem 1.8rem;
  width: 100%;
}

select {
  font-size: 1em;
}

textarea {
  height: 12rem;
  line-height: 1.5;
  width: 100%;
}

input::-webkit-input-placeholder {
  color: #D9D9D9;'
  line-height: normal;
}

input:-ms-input-placeholder {
    color: #D9D9D9;'
  line-height: normal;
}

input::-moz-placeholder {
  color: #D9D9D9;'

  line-height: revert; /* Reset to the value from the user-agent stylesheet. */
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type='button'],
input[type='reset'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #5800c8;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  margin: 0;
  opacity: 1;
  padding: 1.1em 1.44em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.15s linear;
}


/* Tables ------------------------------------ */

table {
  border: 0.1rem solid #dcd7ca;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 1.6rem;
  margin: 4rem 0;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

.alignleft > table {
  margin: 0;
}

.alignright > table {
  margin: 0;
}

th,
td {
  border: 0.1rem solid #dcd7ca;
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: 0.5em;
}

caption {
  background: #dcd7ca;
  font-weight: 600;
  padding: 0.5em;
  text-align: center;
}

thead {
  vertical-align: bottom;
  white-space: nowrap;
}

th {
  font-weight: 700;
}

/* -------------------------------------------------------------------------- */

/*	3. Helper Classes
/* -------------------------------------------------------------------------- */

/* Layout ------------------------------------ */

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.screen-height {
  min-height: 100vh;
}

.admin-bar .screen-height {
  min-height: calc(100vh - 32px);
}

@media (max-width: 782px) {
  .admin-bar .screen-height {
    min-height: calc(100vh - 46px);
  }
}

.screen-width {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
}


.section-inner, .footer-social {
  margin-left: auto;
  margin-right: auto;
  max-width: 112rem;
  width: calc(100% - 4rem);
}


#site-header {
  background: #fff;
  position: fixed; /* Change from relative to fixed */
  width: 100%; /* Add width 100% */
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137254902);
  z-index: 999;
  top: 0; /* Add top 0 */
}

.header-inner {
  /* max-width: 168rem; */
  padding: 15px 0;
  z-index: 100;
}

/* Header Titles ----------------------------- */

.header-titles-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 4rem;
  text-align: center;
}


.site-title,
.site-logo,
.site-description {
  margin: 0;
}

.site-title {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1;
}

.site-title a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
  text-decoration: underline;
}

.site-description {
  margin-top: 1rem;
  color: #6d6d6d;
  font-size: 1.8rem;
  font-weight: 500;
  display: none;
  letter-spacing: -0.0311em;
  transition: all 0.15s linear;
}

.site-logo a,
.site-logo img {
  display: block;
}

.header-titles .site-logo .site-logo {
  margin: 0;
}

.site-logo img {
  width: 105px;
  margin: 0 auto;
  /* width: auto; */
}

body:not(.enable-search-modal) .site-logo img {
  margin: 0;
}


.header-inner {
  position: relative;
}

/* Header Toggles ---------------------------- */

.header-toggles {
  display: none;
}

.header-inner .toggle {
  align-items: center;
  display: flex;
  overflow: visible;
  padding: 0 2rem;
}

.header-inner .toggle svg {
  display: block;
  position: relative;
  z-index: 1;
}

.header-inner .toggle path {
  fill: currentColor;
}

.to-the-content-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.5rem);
}

.to-the-content {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 4rem;
  text-decoration: none;
}

.to-the-content svg {
  height: 2rem;
  transition: transform 0.15s linear;
  transform: translateY(0);
  width: 1.767rem;
}

.to-the-content:focus svg,
.to-the-content:hover svg {
  transform: translateY(20%);
}


.singular .entry-header {
  background-color: #c8f0e8;
  padding: 4rem 0;
}

.entry-categories {
  line-height: 1.25;
  margin-bottom: 2rem;
}

.entry-categories-inner {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem 0 0 -1rem;
}

.entry-categories a {
  border-bottom: 0.15rem solid currentColor;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.036666667em;
  margin: 0.5rem 0 0 1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.entry-categories a:focus,
.entry-categories a:hover {
  border-bottom-color: transparent;
}

h1.entry-title,
h2.entry-title {
  margin: 0;
  color: #6100cf;
}

.entry-title a {
  color: inherit;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  text-decoration: underline;
}

.intro-text {
  margin-top: 2rem;
}

.singular .intro-text {
  font-size: 2rem;
  letter-spacing: -0.0315em;
  line-height: 1.4;
}

/* POST META */

.post-meta-wrapper {
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  /* max-width: 58rem; */
  width: 100%;
}

.post-meta {
  color: #6d6d6d;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  font-weight: 500;
  list-style: none;
  margin: 0;
}

.post-meta li {
  flex-shrink: 0;
  letter-spacing: -0.016875em;
  margin: 1rem 0 0 2rem;
  max-width: calc(100% - 2rem);
}

.archive .post-meta li,
.search .post-meta li{
    margin-left: 0;
}

.post-meta a {
  color: inherit;
  text-decoration: none;
}

.post-meta a:focus,
.post-meta a:hover {
  text-decoration: underline;
}

.post-meta .meta-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
}

.post-meta .meta-icon {
  flex-shrink: 0;
  margin-right: 1rem;
}

.rtl .post-meta .meta-icon {
  margin-right: unset;
  margin-left: 1rem;
}


.post-meta svg * {
  fill: currentColor;
}

/* Featured Media ---------------------------- */

.featured-media {
  margin-top: 5rem;
  position: relative;
}

.singular .featured-media-inner {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
}

.singular .featured-media::before {
  background: #fff;
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  top: 0;
}

.featured-media img {
  margin: 0 auto;
}

.featured-media figcaption {
  margin: 1.5rem auto 0 auto;
  text-align: center;
  width: calc(100% - 5rem);
}


.page-template-default .post-inner {
  padding-left: 0;
  padding-right: 0;
}

.has-text-color a {
  color: inherit;
}
/* Block Typography Classes ------------------ */

.has-text-align-left {
  /*rtl:ignore*/
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.has-drop-cap:not(:focus)::first-letter {
  color: #5800c8;
  font-size: 5.1em;
  font-weight: 800;
  margin: 0.05em 0.1em 0 0;
}

.has-drop-cap:not(:focus)::first-letter::after {
  content: '';
  display: table;
  clear: both;
}

.has-drop-cap:not(:focus)::after {
  padding: 0;
}

/* Block Font Families ----------------------- */

/* Block Font Sizes -------------------------- */

.entry-content .has-small-font-size {
  font-size: 0.842em;
}

.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
  font-size: 1em;
}

.entry-content .has-medium-font-size {
  font-size: 1.1em;
  line-height: 1.45;
}

.entry-content .has-large-font-size {
  font-size: 1.25em;
  line-height: 1.4;
}

.entry-content .has-larger-font-size {
  font-size: 1.5em;
  line-height: 1.3;
}


.entry-content .wp-block-archives > li,
.entry-content .wp-block-categories > li,
.entry-content .wp-block-latest-posts > li,
.entry-content .wp-block-latest-comment > li {
  margin-left: 0;
}

.entry-content .wp-block-archives > li:last-child,
.entry-content .wp-block-categories > li:last-child,
.entry-content .wp-block-latest-posts > li:last-child,
.entry-content .wp-block-latest-comment > li:last-child {
  margin-bottom: 0;
}



.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-posts li {
  color: #6d6d6d;
}

.wp-block-archives a,
.wp-block-categories a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
  font-weight: 700;
  text-decoration: none;
}

.wp-block-archives a:hover,
.wp-block-categories a:hover,
.wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover,
.wp-block-archives a:focus,
.wp-block-categories a:focus,
.wp-block-latest-posts a:focus,
.wp-block-latest-comments a:focus {
  text-decoration: underline;
}

.wp-block-latest-posts a,
.wp-block-latest-comments__comment-meta {
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
  color: #6d6d6d;
  font-size: 0.7em;
  font-weight: 600;
  letter-spacing: normal;
  margin-top: 0.15em;
}

/* Block: Shared Media Styles ---------------- */

.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: #6d6d6d;
  font-size: 1.4rem;
  margin-bottom: 0;
  margin-top: 1.5rem;
}

/* Block: Audio ------------------------------ */

.wp-block-audio audio {
  width: 100%;
}

/* Block: Button ----------------------------- */

.wp-block-button {
  margin: 3rem 0;
}

.wp-block-button.is-style-outline {
  color: #5800c8;
}

.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: inherit;
}

.is-style-outline .wp-block-button__link {
  padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
}

/* Block: Columns ---------------------------- */

.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
  padding-left: 2rem;
  padding-right: 2rem;
}

.wp-block-column {
  margin-bottom: 3.2rem;
}

.wp-block-column > *:first-child {
  margin-top: 0;
}

.wp-block-column > *:last-child {
  margin-bottom: 0;
}

/* Block: Cover ------------------------------ */

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: calc(100% - 4rem);
  padding: 2rem 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
  max-width: 100%;
  padding: 0;
}

.wp-block-cover-image h2,
.wp-block-cover h2 {
  font-size: 3.2rem;
}

/* Block: Embed ------------------------------ */

/* Block: File ------------------------------- */

.wp-block-file {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wp-block-file a:not(.wp-block-file__button) {
  font-weight: 700;
  text-decoration: none;
}

.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
  margin-right: 1rem;
}

.wp-block-file a:not(.wp-block-file__button):focus,
.wp-block-file a:not(.wp-block-file__button):hover {
  text-decoration: underline;
}

.wp-block-file .wp-block-file__button {
  font-size: 1.5rem;
  padding: 1em 1.25em;
}

.wp-block-file a.wp-block-file__button:visited {
  opacity: 1;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Block: Gallery ---------------------------- */

.wp-block-gallery ul {
  list-style: none;
  margin: 0 0 -1.6rem 0;
}

figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

figure.wp-block-gallery.alignleft {
  margin: 0.3rem 2rem 2rem 0;
}

figure.wp-block-gallery.alignright {
  margin: 0.3rem 0 2rem 2rem;
}

figure.wp-block-gallery.alignwide {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

figure.wp-block-gallery.alignfull {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

/* Block: Group ------------------------------ */

.wp-block-group.has-background {
    padding: 2em 2em 4em;
}

.wp-block-group__inner-container {
  margin: 0 auto;
}

.wp-block-group__inner-container,
.entry-content .wp-block-group p {
  max-width: 100%;
}

.alignfull:not(.has-background)
  > .wp-block-group__inner-container
  > p:not(.has-background-color) {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* Block: Image ------------------------------ */

/* Block: Media And Text --------------------- */

.wp-block-media-text .wp-block-media-text__content {
  padding: 3rem 2rem;
}

.wp-block-media-text .wp-block-media-text__content p {
  max-width: none;
}

.wp-block-media-text__content > *:first-child {
  margin-top: 0;
}

.wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}

/* Block: Pullquote -------------------------- */

/* STYLE: DEFAULT */

.wp-block-pullquote {
  padding: 0;
  position: relative;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: calc(100% - 4rem);
}

.reduced-spacing .wp-block-pullquote::before {
  border: 0.1rem solid currentColor;
  font-size: 5.9rem;
}

.wp-block-pullquote blockquote {
  border: none;
  margin: 0;
  padding: 0;
}

.wp-block-pullquote blockquote p {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.178571429;
  letter-spacing: -0.041785714em;
  max-width: 100%;
}

.wp-block-pullquote p:last-of-type {
  margin-bottom: 0;
}

.wp-block-pullquote cite {
  color: #6d6d6d;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1.2rem;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 2.8rem;
}

.wp-block-pullquote.alignleft {
  text-align: left;
}

.wp-block-pullquote.alignright {
  text-align: right;
}

.wp-block-pullquote.alignleft::before {
  margin-left: 0;
}

.wp-block-pullquote.alignright::before {
  margin-right: 0;
}

/* STYLE: SOLID BACKGROUND COLOR */

.wp-block-pullquote.is-style-solid-color {
  padding: 3rem 2rem;
}

.wp-block-pullquote.is-style-solid-color::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
  transform: translateY(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before {
  left: 2rem;
}

.wp-block-pullquote.is-style-solid-color.alignright::before {
  left: auto;
  right: 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  text-align: inherit;
}

.wp-block-pullquote.is-style-solid-color cite {
  color: inherit;
}

/* Block: Separator  ------------------------- */

hr.wp-block-separator {
  margin: 3rem 0;
}

/* STYLE: WIDE */

.wp-block-separator.is-style-wide {
  max-width: calc(100vw - 4rem);
  position: relative;
  width: 100%;
}

/* STYLE: DOTS */

.wp-block-separator.is-style-dots::before {
  background: none;
  color: inherit;
  font-size: 3.2rem;
  font-weight: 700;
  height: auto;
  letter-spacing: 1em;
  padding-left: 1em;
  position: static;
  transform: none;
  width: auto;
}

.wp-block-separator.is-style-dots::after {
  content: none;
}

/* Block: Search ----------------------------- */

.wp-block-search .wp-block-search__input {
  width: auto;
}

/* Block: Table ------------------------------ */

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: #dcd7ca;
}

figure.wp-block-table.is-style-stripes {
  border-bottom: none;
}

.wp-block-table.is-style-stripes table {
  border-collapse: inherit;
}

/* Block: Quote ------------------------------ */

.wp-block-quote p,
.wp-block-quote cite {
  text-align: inherit;
}

.wp-block-quote[style='text-align:center'] {
  border-width: 0;
  padding: 0;
}

.wp-block-quote[style='text-align:right'] {
  /*rtl:begin:ignore*/
  border-width: 0 0.2rem 0 0;
  padding: 0 2rem 0 0;

  /*rtl:end:ignore*/
}

/* STYLE: LARGE */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  border: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.285;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 1.6rem;
  text-align: inherit;
}

/* Block: Widget Latest Comments ------------- */

.entry-content .wp-block-latest-comments li {
  margin: 2rem 0;
}

.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt,
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta {
  margin-left: 5.5rem;
}

.entry-content .wp-block-latest-comments a {
  text-decoration: none;
}

.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-comments a:focus {
  text-decoration: underline;
}

.wp-block-latest-comments__comment {
  font-size: inherit;
}

.wp-block-latest-comments__comment-date {
  margin-top: 0.4em;
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: 0.7em;
  margin: 0.9rem 0 2rem 0;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.read-more-button-wrap {
  margin-top: 1em;
  text-align: center;
}

.entry-content a:hover,
.entry-content a:focus {
  text-decoration: none;
}

.entry-content p,
.entry-content li {
  /* line-height: 1.4; */
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
/*   margin: 0; */
}


.entry-content h2 {
    font-size: 26px;
}

.entry-content h3 {
    font-size: 24px;
}

.entry-content h4 {
    font-size: 22px;
}

.entry-content h5 {
    font-size: 20px;
}

.entry-content h6 {
    font-size: 18px;
    text-transform: none;
    letter-spacing: normal;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin-bottom: 1rem;
}

.entry-content hr {
  margin: 4rem auto;
}

/* Font Families ----------------------------- */

.entry-content p,
.entry-content ol,
.entry-content ul,
.entry-content dl,
.entry-content dt {
  letter-spacing: normal;
}


.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
  /* margin-top: 4rem; */
  margin-right: auto;
  /* margin-bottom: 4rem; */
  margin-left: auto;
}

[class*='__inner-container']
  > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
}

/* Full */

.alignfull {
  /* margin-top: 5rem; */
  margin-right: auto;
  /* margin-bottom: 5rem; */
  margin-left: auto;
  max-width: 100vw;
  position: relative;
  width: 100%;
}

[class*='__inner-container'] > .alignfull {
  max-width: 100%;
}

/* Wide */

.alignwide {
  max-width: 108.8rem;
  position: relative;
  width: calc(100% - 4rem);
}

[class*='__inner-container'] > .alignwide {
  width: 100%;
}

/* Left and right */

.alignleft,
.alignright {
  max-width: 50%;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0.3rem 2rem 2rem 2rem;
}


/* Entry Media ------------------------------- */

.alignfull > figcaption,
.alignfull > .wp-caption-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 58rem;
  width: calc(100% - 4rem);
}


.footer-widgets + .footer-widgets {
  margin-top: 3rem;
}

/* Footer Bottom ----------------------------- */

#site-footer {
  /* font-size: 1.6rem; */
}

#site-footer .section-inner {
  align-items: baseline;
  display: flex;
  justify-content: center;
}

#site-footer a {
  text-decoration: none;
}

#site-footer a:focus,
#site-footer a:hover {
  text-decoration: underline;
}

.footer-copyright a,
.powered-by-wordpress a {
  color: inherit;
}

.powered-by-wordpress,
.to-the-top {
  color: #6d6d6d;
}

a.to-the-top > * {
  pointer-events: none;
}

.footer-copyright {
  /* font-weight: 600; */
  margin: 0;
}


@media (max-width: 479px) {
  /* Blocks -------------------------------- */

  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright {
    float: none;
  }

  /* Entry Content ------------------------- */

  /* LISTS */

  ul,
  ol {
    margin: 0 0 3rem 2rem;
  }

  li {
    margin: 0.5rem 0 0 1rem;
  }
}

@media (min-width: 480px) {

  .alignleft,
  .alignright {
    max-width: 26rem;
  }
}


@media (min-width: 700px) {
  /* Element Base ------------------------- */

  ul,
  ol {
    margin-bottom: 4rem;
  }

  pre {
    padding: 3rem;
  }

  hr {
    margin: 8rem auto;
  }

  table {
    font-size: 1.8rem;
  }

  /* TITLES */

  h1, .heading-size-1, h2, .heading-size-2, .heading-size-3 {
    margin: 6rem auto 3rem;
  }

  h4,
  .heading-size-4,
  h5,
  .heading-size-5,
  h6,
  .heading-size-6 {
    margin: 4.5rem auto 2.5rem;
  }

  h1,
  .heading-size-1 {
    /* font-size: 6.4rem; */
  }

  h2,
  .heading-size-2 {
    font-size: 33px;
  }

  h4,
  .heading-size-4 {
    font-size: 3.2rem;
  }

  h5,
  .heading-size-5 {
    font-size: 2.4rem;
  }

  h6,
  .heading-size-6 {
    font-size: 1.8rem;
  }

  /* INPUTS */

  fieldset {
    padding: 3rem;
  }

  legend {
    padding: 0 1.5rem;
  }

  button,
  .button,
  .faux-button,
  .wp-block-button__link,
  input[type='button'],
  input[type='reset'],
  input[type='submit'] {
    font-size: 1.7rem;
  }

  /* MEDIA */

  figcaption,
  .wp-caption-text {
    margin-top: 1.8rem;
  }

  .site-title {
    font-size: 2.4rem;
    font-weight: 700;
  }

  .site-description {
    display: block;
  }

  /* HEADER TOGGLES */

  .toggle-inner .toggle-text {
    font-size: 1.2rem;
  }

  .search-toggle {
    left: 2rem;
  }

  .nav-toggle {
    right: 2rem;
  }

  /* Modal Search Form ------------------------- */

  .search-modal form {
    position: relative;
    width: 100%;
  }

  .search-untoggle svg {
    height: 2.5rem;
    width: 2.5rem;
  }

  .search-modal .search-field {
    border: none;
    font-size: 3.2rem;
    height: 14rem;
  }

  .search-modal .search-field::-moz-placeholder {
    line-height: 4.375;
  }


  .singular .entry-header {
    padding: 8rem 0;
  }

  .entry-categories {
    margin-bottom: 3rem;
  }

  .entry-categories-inner {
    margin: -1rem 0 0 -2rem;
  }

  .entry-categories a {
    font-size: 1.5rem;
    margin: 1rem 0 0 2rem;
  }

  .intro-text {
    font-size: 2rem;
    margin-top: 2.5rem;
  }

  .singular .intro-text {
    font-size: 2.6rem;
  }

  .post-meta-wrapper {
    margin-top: 0;
  }

  .post-meta {
    font-size: 1.6rem;
    margin: 0;
  }

  .post-meta li {
    margin: 1.4rem 0 0 3rem;
    max-width: calc(100% - 3rem);
  }

  .featured-media {
    margin-top: 6rem;
  }

  .home .post-inner {
    padding-left: 0;
    padding-right: 0;
  }


  /* Entry Content ------------------------- */

/*   .entry-content {
    font-size: 2.1rem;
  } */

  .entry-content p,
  .entry-content li {
    line-height: 1.8;
  }

  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    margin: 2rem auto 1rem;
  }

  .alignnone,
  .aligncenter {
    /* margin-bottom: 0; */
    margin-top: 4rem;
  }

  .alignleft {
    /*rtl:ignore*/
    margin: 0.3rem 2rem 2rem 0;
  }

  .alignright {
    /*rtl:ignore*/
    margin: 0.3rem 0 2rem 2rem;
  }


  /* Error 404 ----------------------------- */

  .error404 #site-content {
    padding-top: 8rem;
  }

  /* FOOTER TOP */

  .footer-top {
    padding: 3.7rem 0;
  }

  .footer-menu {
    font-size: 2.4rem;
    margin: -0.8rem 0 0 -1.6rem;
  }

  .footer-menu li {
    margin: 0.8rem 0 0 1.6rem;
  }

  .has-footer-menu .footer-social-wrapper {
    flex: 1;
    margin-left: 4rem;
    width: auto;
  }

  /* FOOTER WIDGETS */

  .footer-widgets-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .footer-widgets {
    width: 25%;
  }

  .footer-widgets + .footer-widgets {
    margin-top: 0;
  }

  .footer-widgets .widget {
    border-top: none;
    margin-top: 5rem;
    padding-top: 0;
  }

  .footer-widgets .widget:first-child {
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
 
  #site-header {
     z-index: 1; 
  }

  .header-inner {
    text-align: center;
  }

  .header-titles {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -1rem 0 0 -2.4rem;
  }

  .header-titles .site-title,
  .header-titles .site-logo,
  .header-titles .site-description {
    margin: 10px 0 0;
  }

  .rtl .header-titles .site-title, 
.rtl .header-titles .site-logo, 
.rtl .header-titles .site-description {
        margin: 10px 0 0;
    }

  .wp-custom-logo .header-titles {
    align-items: center;
  }

  /* HEADER NAVIGATION */

  .header-navigation-wrapper {
    align-items: center;
    display: flex;
  }

  .primary-menu-wrapper {
    display: block;
    width: 100%;
  }

  /* HEADER TOGGLES */

  .mobile-search-toggle,
  .mobile-nav-toggle {
    display: none !important;
  }

  .primary-menu-wrapper + .header-toggles {
    margin-left: 3rem;
  }

  .header-toggles {
    display: flex;
    flex-shrink: 0;
    margin-right: -3rem;
  }

  .header-inner .toggle {
    height: 4.4rem;
    padding: 0 3rem;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
  }

  .header-inner .toggle-wrapper {
    position: relative;
  }

  .header-inner .toggle-wrapper::before {
    background: #dedfdf;
    content: '';
    display: block;
    height: 2.7rem;
    position: absolute;
    left: 0;
    top: calc(50% - 1.35rem);
    width: 0.1rem;
  }

  .header-inner .toggle-wrapper:first-child::before {
    content: none;
  }

  /* Site Footer --------------------------- */

  .footer-menu {
    font-size: 2.4rem;
    margin: -1.5rem 0 0 -3rem;
  }

  .footer-menu li {
    margin: 1.5rem 0 0 3rem;
  }

  ul.footer-social {
    margin: -1rem 0 0 -1rem;
  }

  ul.footer-social li {
    margin: 1rem 0 0 1rem;
  }

  .footer-social a {
    height: 4.4rem;
    width: 4.4rem;
  }

  .footer-social a::before {
    font-size: 2rem;
  }
}


  /* Entry Content ------------------------- */

  /* ALIGNMENT CLASSES */

  .entry-content > .alignleft,
  .entry-content > p .alignleft,
  .entry-content > .wp-block-image .alignleft {
    /*rtl:ignore*/
    right: calc((100vw - 58rem) / 2 + 58rem + 4rem);

    /*rtl:ignore*/
    margin-left: -31rem;
  }

  .entry-content > .alignright,
  .entry-content > p .alignright,
  .entry-content > .wp-block-image .alignright {
    /*rtl:ignore*/
    left: calc((100vw - 58rem) / 2 + 58rem + 4rem);

    /*rtl:ignore*/
    margin-right: -31rem;
  }

  .entry-content > .alignwide {
    max-width: 108.8rem;
    width: 108.8rem;
  }

.btn,
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  -webkit-appearance: none;
}

.btn-block,
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  display: block;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

.btn {
  background-color: #5800c8 !important;
  color: #ffffff;
  display: inline-block;
  font-size: 0.9375em;
  font-weight: normal;
  line-height: 1.2;
  margin-right: 0.3125em;
  margin-bottom: 0.3125em;
  padding: 0.5em 0.6875em;
  text-decoration: none;
  white-space: normal;
}

/* wakeel_custom */

.wk_daily .post-inner > .entry-content *:first-child {
  margin-top: auto !important;
}

.menu_icon {
  text-align: right !important;
  display: inline-block !important;
}

.wk_menu-cms {
  position: absolute;
  right: 40px;
  top: 20px;
}

.wk_menu-cms .menu_lang,
.lang-item a {
  color: #6b06d9;
  font-weight: 300;
  font-size: 20px;
  position: relative;
  text-align: right;
  direction: rtl;
}

.wk_menu-cms .menu_account {
  top: 8px;
  position: relative;
  right: -10px;
}

.lang-item {
  margin: 0;
  list-style-type: none;
  display: inline-block;
}

.wk_copyright {
  background: #f9f9f9;
  padding: 16.5px 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #aaaacc !important;
}

.wk_footer-widgets {
  padding: 31px 0 27px;
}

.footer-nav-widgets-wrapper.header-footer-group {
  padding: 31px 0 27px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
	    background: #fff;

}

.wk_footer-anchor {
  font-size: 14px;
  letter-spacing: 0px;
  color: #3b3b4d;
  display: block;
  margin-bottom: 7px;
}

.wk_footer-social {
  margin-top: 52px;
}
.wk-social-icon {
  margin-right: 8.5px;
  display: inline-block;
}

.wk_footer-last {
  text-align: right;
  width: 100px;
  margin-left: auto;
}

.wk_footer-last img {
  display: inline-block;
  margin-bottom: 15px;
}

.wk_footer-last img:last-child {
  margin-bottom: 0;
}

.wk_section-title {
  font-size: 33px;
}

.wk_section-subtitle {
  font-size: 17px;
  margin-top: 17px;
}


/*
 * Navigation
 */

.wk_header {
  padding: 19px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137254902);
  background-color: white;
  z-index: 999;

  @media (max-width: $phablet) {
    padding: 10px 0;
    & .brand img {
      max-width: 104px;
    }
  }
}

@media (max-width: $phablet) {
  .wk_logo.vertical-center {
    justify-content: start;
  }
}

.wk_navbar {
  line-height: 32px;
  & a {
    padding-left: 1em;
    color: #65489c;
    font-size: 15px;
    letter-spacing: 0;
  }
}

/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}



.entry-content li {
  margin-right: 1em;
  margin-bottom: 0.5em;
  margin-left: 0;
}

.rtl .entry-content li {
  margin-left: 0;
  margin-right: 1em;
}


.wp-block-columns.alignwide.are-vertically-aligned-center.wk_presence-bottom {
  margin-top: 1em !important;
}


@media only screen and (max-width: 769px) {
  header.entry-header.has-text-align-center.header-footer-group {
    height: 100px !important;
  }
  .footer-nav-widgets-wrapper {
    text-align: center;
  }
  .entry-content h4 {
    text-align: center;
    margin: 0 0 2rem;
    width: 100% !important;
  }
}

.wk_hamburger {
  position: absolute;
  height: 16px;
  width: 26px;
  left: 0;
  top: 28px;
  transform: scaleX(-1);
}

.rtl .wk_hamburger {
  right: 0;
  left: unset;
  transform: none;
}

@media (max-width: 768px) {
  .wp-block-group {
      /* Adjust styles for smaller screens */
      padding: 20px; /* Example padding */
  }
}

.wp-block-group.best-2col {
  max-width: 64% !important;
}


.wk-cta-bottom {
  background-position: 50% 0 !important;
  background-size: 961px !important;
  background-repeat: no-repeat !important;
  height: 332px !important;
}

.wk-cta-btn .wp-block-button__link {
  box-shadow: 0 8px 15px rgba(255, 127, 17, 0.25), /* Soft orange glow */
              0 4px 6px rgba(0, 0, 0, 0.1);        /* Subtle dark shadow for depth */
  transition: box-shadow 0.3s ease;                /* Smooth transition for hover effect */
}

.wk-cta-btn .wp-block-button__link:hover {
  box-shadow: 0 12px 20px rgba(255, 127, 17, 0.3), /* Enhanced orange glow on hover */
              0 6px 8px rgba(0, 0, 0, 0.12);       /* Slightly stronger dark shadow */
}

/* Footer Styles */
#site-footer {
  background: #6C00D9;
  color: white;
  padding: 4rem 0 2em;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  width: 100%;
}

.footer-column {
  flex: 1;
  /* max-width: 270px; */
  margin-right: 1rem;
}

.footer-column:last-child {
  margin-right: 0;
  text-align: center;
}

.footer-column h3 {
  color: white;
  font-size: 15px;
  margin-bottom: 1.5rem;
  text-transform: none;
  font-weight: bolder;
  margin-top: 0;
}

.rtl .footer-column h3 {
  font-family: 'Almarai';
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
}

.footer-column ul li {
  margin-bottom: 0.8rem;
}

.footer-column ul li a {
  color: white;
  text-decoration: none;
  font-size: 13px;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

/* Trial Launch styles */
.trial-launch img {
  max-width: 40%;
  height: auto;
  margin: 0 auto;
}

.footer-social {
  /* text-align: center; */
}

.social-links {
  display: flex;
  justify-content: left;
  gap: 1rem;
}

.social-icon {
  width: 40px;
  height: 40px;
  /* background: white; */
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Accordion Styles */
.accordion-header {
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  text-align: left;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-icon {
  display: none;
}

.accordion-content {
  max-height: none;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

/* Mobile Styles */
@media (max-width: 767px) {
  .footer-columns {
    flex-direction: column-reverse;
  }

  .footer-column {
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .trial-launch {
    order: -1; /* Move trial launch to top on mobile */
  }

  .accordion-header {
    padding: 1rem 0;
    text-align: left !important;!i;!;
  }

  .accordion-icon {
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }

  .accordion-icon.active {
    transform: rotate(-135deg);
  }

  .accordion-content {
    max-height: 0;
  }

  .footer-column h3 {
    margin-bottom: 0;
  }

  .trial-launch .accordion-header h3 {
    /* font-size: 1rem; */
    text-align: left !important;!i;!;
    max-width: 100% !important;!i;!;
    margin: 0 !important;!i;!;
  }

  .trial-launch img {
    max-width: 100px;
    margin: 0 auto 1em;
    display: block;
  }

  .footer-bottom {
    border-top: none;
    padding-top: 1rem;
  }
}

.footer-bottom {
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
}

.footer-social {
  /* display: flex; */
  align-items: center;
  /* justify-content: center; */
}

.follow-us {
  color: white;
  font-size: 13px;
  /* font-weight: bold; */
}

.social-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.social-icon {
  width: 40px;
  height: 40px;
  /* background: white; */
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.social-icon:hover {
  transform: translateY(-2px);
}

.social-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .footer-social {
    flex-direction: column;
    gap: 1rem;
  }
}

.entry-content {
  padding: 4rem 0;
}

@media (max-width: 767px) {
  .wp-block-group.alignfull.has-background {
    min-height: auto !important;
}

h1.wp-block-heading.has-text-align-center.has-text-color.has-link-color.wp-elements-199a108c1e9ba3b227004a9e92317870 {
    margin-top: 0;
}

.wp-block-spacer {
    display: none;
}

h1.wp-block-heading.has-text-align-center.has-text-color.has-link-color.wp-elements-199a108c1e9ba3b227004a9e92317870 {
    font-size: 18px !important;
    margin-bottom: 2em;
}
.wp-block-group.alignfull.has-background {
  margin: 0;
}
.rtl .sandbox-launch-text,
.sandbox-launch-text {
  margin-bottom: 30px;
  text-align: center;
}
}

a.cart-icon {
  position: absolute;
  right: 50px;
  top: 23px;
  border: 1px solid purple;
  padding: 5px;
  border-radius: 5px;
}

.cart-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 20px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 0 0 4px;
  padding: 1em 2em;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 1000;
  border-top: 0;
  color: #5d02cb;
  font-weight: bold;
}

.cart-dropdown.show {
  display: block;
}

.coming-soon-box {
  display: inline-block;
  font-size: 15px;
  border-radius: 22px;
  margin-bottom: 10px;
}

/* Product Cards Layout */
.product-cards {
  display: flex;
  gap: 2rem;
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.product-card {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.card-icon {
  margin-bottom: 1.5rem;
}

.product-card h2 {
  font-size: 1.5rem;
  color: #3B3B4D;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-top: 0;
}

.card-description {
  color: #3B3B4D;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.card-features {
  list-style: none;
  padding: 0;
  margin: 1rem 0 2rem 0;
  text-align: center;
  width: 100%;
}

.card-features li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  color: #3B3B4D;
}

.card-features li::before {
  /* content: "•"; */
  color: #6C00D9;
  position: absolute;
  left: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .product-cards {
    flex-direction: column;
    padding: 2rem 1rem;
  }

  .product-card {
    margin-bottom: 2rem;
  }
}

.product-container {
  text-align: center;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 30px;
    border-radius: 8px;
    width: 80%;
    max-width: 500px;
    position: relative;
}

.close-modal {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #6C00D9;
}

.close-modal:hover {
    color: #4a008f;
}

.modal h3 {
    color: #6C00D9;
    margin-top: 0;
    margin-bottom: 15px;
}

.modal p {
    color: #3B3B4D;
    line-height: 1.6;
    font-size: 14px;
}

a.nav-link {
  position: absolute;
  left: 0;
  top: 28px;
  font-weight: 600;
}

.rtl .cart-icon {
  right: unset;
  left: 70px;
  top: 25px;
}

.rtl a.nav-link {
  left: unset;
  right: 0;
}

.rtl .cart-dropdown {
  right: unset;
  left: 0;
}

.entry-content h1,
.product-title {
  color: #6C00D9;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 1em;
}

.rtl span.close-modal {
  right: unset;
  left: 20px;
}

@media (max-width: 782px) {
  a.nav-link {
    font-size: 12px;
  }
}