/* CLIENTS SECTION */
.clients-section {
  background: #fff;
  padding: 100px 0;
}

.clients-title {
  color: #5b433e;
  font-family: 'mont-light', 'myr-light', Arial, sans-serif;
  font-size: 42px;
  line-height: 1.18;
  text-align: center;
  margin-bottom: 60px;
  
}

/* CALENDLY MODAL STYLES */
.calendly-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  justify-content: center;
  align-items: center;
  padding: 20px;
  overflow: hidden;
}

.calendly-modal.active {
  display: flex;
}

.calendly-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.calendly-modal-content {
  position: relative;
  background: #fff;
  border-radius: 12px;
  max-width: 800px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
  z-index: 20001;
  margin-top: 30px;
}

.calendly-modal-close {
  position: fixed;
  width: 45px;
  height: 45px;
  background: #fff;
  border: 2px solid #831212;
  font-size: 32px;
  cursor: pointer;
  color: #831212;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 20003;
  padding: 0;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 405px), calc(-50% - 445px));
}

.calendly-modal-close:hover {
  background: #831212;
  color: #fff;
  transform: translate(calc(-50% + 405px), calc(-50% - 445px)) scale(1.1);
}

.calendly-container {
  padding: 0;
  overflow-y: auto;
  max-height: 85vh;
  width: 100%;
}

.calendly-inline-widget {
  width: 100% !important;
}

@media (max-width: 650px) {
  .calendly-modal {
    padding: 10px;
  }

  .calendly-modal-content {
    max-height: 90vh;
    margin-top: 25px;
  }

  .calendly-modal-close {
    width: 40px;
    height: 40px;
    font-size: 26px;
    transform: translate(calc(-50% + 50vw), calc(-50% - 45vh)) !important;
  }

  .calendly-modal-close:hover {
    transform: translate(calc(-50% + 50vw), calc(-50% - 45vh)) scale(1.1) !important;
  }

  .calendly-container {
    padding: 0;
    max-height: 90vh;
  }

  .calendly-inline-widget {
    min-width: 100% !important;
  }
}

body.calendly-modal-open {
  overflow: hidden;
}

.clients-logos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 38px 28px;
  justify-items: center;
  align-items: center;
}

.client-logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.client-logo-item img {
  max-width: 120px;
  width: 100%;
  height: 100px;

  margin-bottom: 12px;
  object-fit: contain;
  border-radius: 8px;
  
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.client-logo-title {
      font-size: 15px;
    color: #3f302c;
    text-transform: uppercase;
    font-family: 'mont-regular', 'myr-regular', Arial, sans-serif;
    margin-top: 2px;
}

@media (max-width: 650px) {
  .clients-section {
    padding: 60px 0;
  }
  .clients-title {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .clients-logos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 12px;
  }
  .client-logo-item img {
    max-width: 90px;
  }
  .client-logo-title {
    font-size: 13px;
  }
}
/* Hamburger and Overlay Menu Styles */
.hamburger-menu {
  display: none;
  align-items: center;
  margin-left: 18px;
}

@media (max-width: 450px) {
  .header-links {
    display: none !important;
  }
  .hamburger-menu {
    display: flex !important;
  }
}

.overlay-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(44, 10, 8, 0.90);
  z-index: 10000;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.overlay-close-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  z-index: 10001;
}

.overlay-menu.active {
  display: flex;
}

.overlay-menu-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.overlay-menu-link {
  color:#b8711f;
  font-size: 32px;
  font-family: 'mont-regular', 'myr-light', Arial, sans-serif;
  text-decoration: none;
  
  transition: color 0.2s;
}
.overlay-menu-link:hover {
  color: #d88a27;
}
/* Remove boldness from all H1, H2, H3 headers */
h1, h2, h3 {
  font-weight: 100 !important;
  font-family: 'mont-light', 'myr-light', Arial, sans-serif !important;
}
/* ------------------------- */
/* FONTS */
/* ------------------------- */

@font-face {
  font-family: 'mont-regular';
  src: url('../assets/fonts/Montserrat-Regular.otf');
}

@font-face {
  font-family: 'mont-bold';
  src: url('../assets/fonts/Montserrat-Bold.otf');
}

@font-face {
  font-family: 'mont-medium';
  src: url('../assets/fonts/Montserrat-Medium.otf');
}

@font-face {
  font-family: 'mont-light';
  src: url('../assets/fonts/Montserrat-Light.otf');
}

@font-face {
  font-family: 'myr-regular';
  src: url('../assets/fonts/MyriadPro-Regular.otf');
}

@font-face {
  font-family: 'myr-light';
  src: url('../assets/fonts/MyriadPro-Light.otf ');
}

@font-face {
  font-family: 'myr-lightitalic';
  src: url('../assets/fonts/MyriadPro-LightIt.otf');
}


/* ------------------------- */
/* RESET */
/* ------------------------- */

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  background:#d8c8b8;
  overflow-x:hidden;
}





/* ------------------------- */
/* REUSABLE */
/* ------------------------- */

.site-width{
  width:100%;
  max-width:1300px;

  margin:auto;

  padding-left:60px;
  padding-right:60px;
}

.section-padding{
  padding-top:170px;
  padding-bottom:170px;
}

.split-layout{
  display:flex;
  justify-content:space-between;

  gap:120px;
}

.section-label{
  font-family:'mont-light';

  font-size:12px;

  letter-spacing:0.18em;

  text-transform:uppercase;

  color:#6b514b;

  opacity:0.9;
}

.white-label{
  color:white;
}

.gold-text{
  color:#d88a27;
}





/* ------------------------- */
/* BUTTONS */
/* ------------------------- */

.primary-btn,
.secondary-btn{
  margin: auto;
    argin: auto;
    width: fit-content;
    /* min-width: 310px; */
    height: autopx;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.3s ease;
    background: #b6a290;
    color: #2a211c;
    font-family: 'mont-regular';
    font-size: 13px;
    letter-spacing: 0.04em;
}

.primary-btn:hover,
.secondary-btn:hover{
  background:white;
}

.gold-btn{
  width:fit-content;
  height:auto;

  border-radius:10px;

  background:#d87b22;

  display:flex;
  justify-content:center;
  align-items:center;

  text-decoration:none;

  padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;

  color:black;

  font-family:'mont-regular';

  font-size:13px;

  letter-spacing:0.04em;

  transition:0.3s ease;
}

.gold-btn:hover{
  background:#cb832e;
}

.large-gold-btn{
  width:420px;
  height:64px;

  border-radius:10px;

  background:#d87b22;

  display:flex;
  justify-content:center;
  align-items:center;

  text-decoration:none;

  color:#1f140f;

  font-family:'mont-regular';

  font-size:18px;

  transition:0.3s ease;
}

.large-gold-btn:hover{
  background:#e28a35;
}





/* ------------------------- */
/* HEADER */
/* ------------------------- */

.main-header{
  position:fixed;

  top:0;
  left:0;

  width:100%;

  padding-top:20px;

  z-index:9999;
}

.header-inner{
  height:100px;

  display:flex;
  justify-content:space-between;
  align-items:flex-start;
}

.header-logo img{
  width:90px;
}

@media (max-width: 650px) {
  .header-logo img {
    width: 70px;
    min-width: 40px;
  }
}

.header-links{
  display:flex;
  align-items:center;

  gap:38px;

  padding-top:20px;
}

.menu-link{
  text-decoration:none;

  color:white;

  font-family:'mont-regular';

  font-size:11px;

  letter-spacing:0.08em;

  transition:0.3s ease;
}

.menu-new-link{
  text-decoration:none;

  color:white;

  font-family:'mont-regular';

  font-size:11px;

  letter-spacing:0.08em;

  transition:0.3s ease;
}



.menu-link:hover{
  opacity:0.7;
}


/* ------------------------- */
/* HERO */
/* ------------------------- */

.hero-section{
  position:relative;

  min-height:100vh;

  background-image:url('../assets/img/hero_img.jpg');
  background-size:cover;
  background-position:center;

  display:flex;
  align-items:center;
  justify-content:center;

  overflow:hidden;
}

.hero-overlay{
  position:absolute;

  inset:0;

  background:
  linear-gradient(
    180deg,
    rgba(112, 38, 16, 0.22) 0%,
    rgba(88, 22, 8, 0.42) 100%
  );

  z-index:1;
}

.hero-content-wrapper{
  position:relative;
  z-index:2;
}

.hero-content{
  min-height:100vh;

  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;

  text-align:center;

  padding-top:220px;
  padding-bottom:55px;
}

.hero-title{
  color:white;

  font-family:'mont-regular' !important;

  font-size:32px;
  line-height:1.3;

   /* letter-spacing: 0.05em;  */

  max-width:820px;
}

.hero-quote-group{
  margin-top:36px;

  display:flex;
  flex-direction:column;

  gap:8px;
}

.hero-quote{
  color:rgba(255,255,255,0.82);

  font-family:'myr-lightitalic';

  font-size:18px;
  line-height:1.45;

  font-style:italic;
}

.hero-buttons{
  margin-top:40px;

  display:flex;
  flex-direction:column;

  gap:16px;
}

.hero-bottom-content{
  margin-top:auto;

  padding-bottom:8px;
}

.hero-brand-text{
  color:white;

  font-family:'mont-regular';
  padding-top: 40px;

  font-size:18px;
}

.hero-services-text{
  margin-top:18px;
    /* text-transform: uppercase; */
  color:#e28d28;

  font-family:'mont-regular';

  font-size:15px;
  line-height:1.5;
}

/* ------------------------- */
/* WHO */
/* ------------------------- */

.who-section{
  background:#d8c8b8;
}

.who-title{
  margin-top:20px;

  max-width:1200px;

  font-family:'mont-light';

  font-size:42px;
  line-height:1.18;

  /*letter-spacing:-0.04em;*/ 

  color:#5b433e;
}

.who-title span{
  font-family:'mont-bold';
}

.who-layout{
  margin-top:90px;
}

.who-left,
.who-right{
  width:50%;
}

.who-list{
  display:flex;
  flex-direction:column;

  gap:24px;

  padding-left:24px;
}

.who-list li{
  font-family:'myr-light';

  font-size:18px;
  line-height:1.45;

  color:#5d4742;
}

.who-left .gold-btn{
  margin-top:55px;
}

.who-text{
  font-family:'mont-regular';

  font-size:18px;
  line-height:1.5;

  color:#3f302c;
}

.who-italic{
  margin-top:42px;

  font-family:'myr-lightitalic';

  font-size:18px;
  line-height:1.5;

  color:#2f2320;

  font-style:italic;
}





/* ------------------------- */
/* PROBLEM */
/* ------------------------- */

.problem-section{
  position:relative;

  background-image:url('../assets/img/woman_smiles.jpg');
  background-size:cover;
  background-position:center;

  overflow:hidden;
}

.problem-overlay{
  position:absolute;

  inset:0;

  background:
  linear-gradient(
    180deg,
    rgba(72, 14, 10, 0.42) 0%,
    rgba(38, 10, 8, 0.54) 100%
  );

  z-index:1;
}

.problem-content{
  position:relative;
  z-index:2;
}

.problem-title{
  margin-top:18px;

  color:white;

  font-family:'mont-light';

  font-size:42px;
  line-height:1.12;

  /* /*letter-spacing:-0.04em;*/ */
}

.problem-description{
  margin-top:28px;

  color:white;

  font-family:'myr-light';

  font-size:20px;
  line-height:1.5;

  max-width:850px;
}

.problem-cards{
  margin-top:60px;

  gap:30px;
}

.problem-card{
  width:50%;

  padding:50px;

  border-radius:18px;

  background:rgba(28, 18, 18, 0.55);

  backdrop-filter:blur(10px);
}

.problem-card-title{
  color:#caa08a;

  font-family:'mont-light';

  font-size:28px;

   /*letter-spacing:-0.04em;*/ 
}

.problem-list{
  margin-top:30px;

  display:flex;
  flex-direction:column;

  gap:18px;

  padding-left:10px;
}

.problem-list li{
  color:#F0E2D7;

  font-family:'myr-light';

  font-size:18px;
  /* line-height:1.45; */
}

.problem-quote{
  margin-top:60px;

  color:white;

  font-family:'myr-lightitalic';

  font-size:24px;
  line-height:1.5;

  font-style:italic;
}





/* ------------------------- */
/* SHIFT */
/* ------------------------- */

.shift-section{
  position:relative;

  background-image:url('../assets/img/shift_image.jpg');
  background-size:cover;
  background-position:center;

  overflow:hidden;
}

.shift-overlay{
  position:absolute;

  inset:0;

  background:
  linear-gradient(
    180deg,
    rgba(82, 12, 10, 0.44) 0%,
    rgba(42, 10, 8, 0.62) 100%
  );

  z-index:1;
}

.shift-content{
  position:relative;
  z-index:2;
}

.shift-title{
  margin-top:18px;

  font-family:'mont-light';

  font-size:42px;
  line-height:1.12;

   /*letter-spacing:-0.04em;*/ 

  color:white;
}

.shift-title span{
  color:#d88a27;
}

.shift-layout{
  margin-top:70px;
}

.shift-side{
  width:50%;
}

.shift-side-label{
  color:#d88a27;

  font-family:'mont-light';

  font-size:12px;

  /* letter-spacing:0.18em; */

  text-transform:uppercase;
}

.shift-side-title{
  margin-top:18px;

  color:white;

  font-family:'mont-light';

  font-size: 23px;
line-height: 1.3;

  /*letter-spacing:-0.04em;*/

  max-width:450px;
}

.shift-list{
  margin-top:34px;

  padding-left:10px;

  display:flex;
  flex-direction:column;

  gap:16px;

  list-style: none;
}

.shift-list li{
  color:white;

  font-family:'myr-light';

  font-size:18px;
  line-height:1.45;
  
  position: relative;
  padding-left: 28px;
}

.shift-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url('../assets/img/tic.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}

/* ------------------------- */
/* FITRA */
/* ------------------------- */

.fitra-section{
  position:relative;

  background-image:url('../assets/img/fitra_image.jpg');
  background-size:cover;
  background-position:center;

  overflow:hidden;
}

.fitra-overlay{
  position:absolute;

  inset:0;

  background:
  linear-gradient(
    180deg,
    rgba(88, 18, 12, -0.8) 0%,
    rgba(44, 10, 8, 0.72) 100%
  
  );

  z-index:1;
}

.fitra-content{
  position:relative;
  z-index:2;
}

.fitra-section .section-label{
  color:white;
}

.fitra-definition{
  margin-top:50px;

  display:flex;
  align-items:flex-start;

  gap:55px;
}

.fitra-left{
  width:170px;

  flex-shrink:0;
}

.fitra-logo{
  width:100%;
}

.fitra-right{
  flex:1;
}

.fitra-title{
  color:white;

  font-family:'mont-light';

  font-size:30px;
  line-height:1.15;

  /*letter-spacing:-0.04em;*/

  max-width:760px;
}

.fitra-arabic-row{
  margin-top:42px;

  display:flex;
  align-items:left;
  justify-content:flex-start;

  gap:18px;
}

.fitra-arabic-text{
  color:rgb(181 141 141);

  font-family: tahoma;

  font-weight: 100;
  font-size:24px;
  line-height:1.5;
  padding-right: 40px;

  text-align:right;
}

.fitra-arabic-word{
  color:white;

  font-family:'myr-light';

  font-size:72px;
}

.fitra-divider{
  width:100%;
  height:1px;

  background:rgba(255,255,255,0.18);

  margin-top:80px;
  margin-bottom:80px;
}





/* ------------------------- */
/* METHOD */
/* ------------------------- */

.fitra-method-title{
  margin-top:18px;

  color:white;

  font-family:'mont-light';

  font-size:32px;
  line-height:1.2;

  /* letter-spacing:-0.03em; */
}

.fitra-cards{
  margin-top:55px;

  display:flex;

  gap:28px;
}

.fitra-card{
  flex:1;

  min-height:260px;

  padding:28px;

  border-radius:16px;

  background:rgba(212, 176, 145, 0.60);

  backdrop-filter:blur(10px);
}

.fitra-number{
  color:#5e2d29;

  font-family:'mont-bold';

  font-size:62px;
}

.fitra-card-title{
  margin-top:18px;

  color:#2f2320;

  font-family:'MYR-light' !important;

  font-size:34px;
  line-height:1.08;

  /*letter-spacing:-0.04em;*/
}

.fitra-card-text{
  margin-top:18px;

  color:#2f2320;

  font-family:'myr-light';

  font-size:16px;
  line-height:1.45;
}





/* ------------------------- */
/* FRAMEWORK */
/* ------------------------- */

.framework-box{
  margin-top:60px;

  width:100%;

  padding:40px;

  border-radius:18px;

  background:rgba(212, 176, 145, 0.18);

  backdrop-filter:blur(10px);
}

.framework-label{
  color:#cda890;

  font-family:'MYR-light';

  font-size:20px;
}

.framework-text{
  margin-top:18px;

  color:#d4b6a2;

  font-family:'MYR-light';

  font-size:30px;
  line-height:1.4;

  /* letter-spacing:-0.03em; */
}





/* ------------------------- */
/* SOLUTIONS */
/* ------------------------- */

.solutions-section{
  position:relative;

  background-image:url('../assets/img/solutions_image.jpg');
  background-size:cover;
  background-position:center;

  overflow:hidden;

  padding-bottom:220px;
}

.solutions-overlay{
  position:absolute;

  inset:0;

  background:
  linear-gradient(
    180deg,
    rgba(38, 42, 12, 0.42) 0%,
    rgba(18, 20, 8, 0.52) 100%
  );

  z-index:1;
}

.solutions-content{
  position:relative;
  z-index:2;
}

.solutions-title{
  color:#d9c4b2;

  font-family:'mont-light';

  font-size:48px;

  /*letter-spacing:-0.04em;*/
}

.solutions-subtitle{
  margin-top:14px;

  color:white;

  font-family:'mont-regular';

  font-size:18px;
}

.solutions-cards{
  margin-top:50px;

  display:flex;

  gap:70px;
}

.solutions-card{
  width:360px;

  padding:36px;

  border-radius:16px;

  background:rgba(212, 115, 38, 0.80);

  backdrop-filter:blur(10px);
}

.solutions-card-title{
  color:white;
  text-transform: uppercase;

  font-family:'mont-light';

  font-size: 1.7em;

  /*letter-spacing:-0.04em;*/
}

.solutions-card-text{
  margin-top:28px;

  color:white;

  font-family:'myr-light';

  font-size:18px;
  line-height:1.5;
}

.solutions-italic{
  margin-top:45px;

  color:white;

  font-family:'myr-lightitalic';

  font-size:22px;
  line-height:1.4;

  font-style:italic;
}





/* ------------------------- */
/* IMPACT */
/* ------------------------- */

.impact-section{
  margin-top:220px;
}

.impact-title{
  margin-top:18px;

  color:#d5c2b0;

  font-family:'mont-light';

  font-size:48px;

  /*letter-spacing:-0.04em;*/
}

.impact-list{
  margin-top:30px;

  display:flex;
  flex-direction:column;

  gap:18px;
}

.impact-row{
  display:flex;
  align-items:center;

  gap:18px;
}

.impact-old{
  color:rgba(255,255,255,0.62);

  font-family:'myr-light';

  font-size:20px;

  text-decoration:line-through;
}

.impact-arrow{
  color:white;

  font-size:24px;
}

.impact-new{
  color:white;

  font-family:'myr-light';

  font-size:20px;
}

/* ------------------------- */
/* EXPERIENCE */
/* ------------------------- */

.experience-section{
  background:#d8c8b8;
}

.experience-line{
  width:100%;
  height:3px;

  background:#d38a2c;

  margin-bottom:70px;
}

.experience-title{
  margin-top:22px;

  color:#2f2320;

  font-family:'mont-light';

  font-size:54px;

  /* letter-spacing:-0.05em; */
}

.experience-text{
  margin-top:34px;

  color:#3f302c;

  font-family:'myr-light';

  font-size:22px;
  line-height:1.55;

  max-width:820px;
}





/* ------------------------- */
/* WADAD */
/* ------------------------- */

.wadad-section{
  position:relative;

  background-image:url('../assets/img/wadad_image.jpg');
  background-size:cover;
  background-position:center;

  overflow:hidden;
}

.wadad-overlay{
  position:absolute;

  inset:0;

  background:
  linear-gradient(
    180deg,
    rgba(92, 22, 30, 0.36) 0%,
    rgba(58, 8, 12, 0.52) 100%
  );

  z-index:1;
}

.wadad-content{
  position:relative;
  z-index:2;

  min-height:760px;

  display:flex;
  align-items:center;
}

.wadad-inner{
  max-width:700px;
}

.wadad-title{
  margin-top:18px;

  color:white;

  font-family:'mont-light';

  font-size:52px;

  /*letter-spacing:-0.04em;*/
}

.wadad-text{
  margin-top:36px;

  color:white;

  font-family:'myr-light';

  font-size:18px;
  line-height:1.55;
}

.wadad-quote{
  margin-top:48px;

  color:white;

  font-family:'myr-lightitalic';

  font-size:28px;

  font-style:italic;
}





/* ------------------------- */
/* CTA */
/* ------------------------- */

.cta-section{
  background:#d8c8b8;
}

.cta-top-text{
  color:#5b433e;

  font-family:'myr-light';

  font-size:42px;
  line-height:1.35;

  text-align:center;

  max-width:980px;

  margin:auto;
}

.cta-content{
  margin-top:100px;

  display:flex;
  flex-direction:column;
  align-items:center;

  text-align:center;
}

.cta-title{
  color:#7b5a57;

  font-family:'mont-light';

  font-size:62px;

  
}

.cta-description{
  margin-top:30px;

  color:#3f302c;

  font-family:'myr-light';

  font-size:22px;
  line-height:1.5;

  max-width:760px;
}

.cta-buttons{
  margin-top:70px;

  display:flex;
  flex-direction:column;

  gap:18px;
}





/* ------------------------- */
/* FOOTER */
/* ------------------------- */

.main-footer{
  background:#4a1f17;

  padding-top:70px;
  padding-bottom:60px;
}

.footer-layout{
  display:flex;
  justify-content:space-between;

  gap:90px;
}

.footer-column{
  flex:1;
}

.footer-left{
  max-width:420px;
}

.footer-logo{
  width:100px;
}

@media (max-width: 650px) {
  .footer-logo {
    width: 33vw;
    min-width: 90px;
    max-width: 100vw;
  }
}

.footer-description{
  margin-top:34px;

  color:rgba(255,255,255,0.88);

  font-family:'myr-light';

  font-size:12px;
  line-height:1.5;
}

.footer-copyright{
  margin-top:55px;

  color:rgba(255,255,255,0.88);

  font-family:'mont-regular';

  font-size:16px;
}





/* ------------------------- */
/* FOOTER CENTER */
/* ------------------------- */

.footer-links-group{
  display:flex;
  flex-direction:column;
}

.footer-link,
.footer-phone{
  padding-top:22px;
  padding-bottom:22px;

  border-bottom:1px solid rgba(255,255,255,0.18);

  text-decoration:none;

  color:white;

  font-family:'myr-light';

  font-size:20px;

  transition:0.3s ease;
}

.footer-link:hover,
.footer-phone:hover{
  opacity:0.7;
}

.footer-phone{
  font-family:'myr-regular';
}





/* ------------------------- */
/* SOCIALS */
/* ------------------------- */

.footer-socials{
  margin-top:50px;

  display:flex;
  align-items:center;

  gap:34px;
}

.social-link{
  color:white;

  transition:0.3s ease;
}

.social-link:hover{
  opacity:0.7;
}

.social-icon{
  width:37px;
  height:37px;

  display:block;
}





/* ------------------------- */
/* NEWSLETTER */
/* ------------------------- */

.footer-newsletter-title{
  color:#d8c8b8;

  font-family: 'myr-light' !important;;
  font-weight: 100;

  font-size:24px;

  /*letter-spacing:-0.04em;*/
}

.newsletter-form{
  margin-top:40px;

  display:flex;

  gap:18px;
}

.newsletter-input{
  flex:1;

  height:64px;

  padding-left:22px;
  padding-right:22px;

  border:1px solid rgba(255,255,255,0.22);

  background:transparent;

  outline:none;

  color:white;

  font-family:'myr-light';

  font-size:18px;
}

.newsletter-input::placeholder{
  color:rgba(255,255,255,0.72);
}

.newsletter-btn{
  width:100px;
  height:64px;

  border:none;
  border-radius:10px;

  cursor:pointer;

  background:#d87b22;

  color:white;

  font-family:'mont-regular';

  font-size:18px;

  transition:0.3s ease;
}

.newsletter-btn:hover{
  background:#e28a35;
}

.newsletter-note{
  margin-top:24px;

  color:rgba(255,255,255,0.82);

  font-family:'myr-light';

  font-size:18px;
  
  min-height: 24px;
  
  transition: color 0.3s ease;
}





/* ------------------------- */
/* RESPONSIVE */
/* ------------------------- */

@media screen and (max-width: 850px){

  .site-width{
    padding-left:34px;
    padding-right:34px;
  }

  .section-padding{
    padding-top:120px;
    padding-bottom:120px;
  }

  .split-layout,
  .fitra-cards,
  .solutions-cards,
  .footer-layout{
    flex-direction:column;
    gap: 65px;
  }

  .who-left,
  .who-right,
  .shift-side,
  .problem-card,
  .solutions-card{
    width:100%;
  }

  .fitra-definition,
  .fitra-arabic-row{
    flex-direction:column;
    align-items:flex-start;
  }

  .large-gold-btn{
    width:100%;
  }

}





@media screen and (max-width: 650px){

  .site-width{
    padding-left:22px;
    padding-right:22px;
  }

  .section-padding{
    padding-top:90px;
    padding-bottom:90px;
  }

  .cta-buttons {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    }

  .hero-section{
    background-image:url('../assets/img/hero_img_mobile.jpg');
    background-position: top;
    background-size: auto;
    background-attachment: scroll;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* margin: 0; */
    /* padding: 0; */
    margin-top: -40px;
    margin-bottom: 50px;
    padding-top: 80px;
  }

  .hero-content-wrapper {
    width: 100%;
    /* padding: 0 !important; */
    padding-bottom: 80px;
    margin: 0;
  }

  .hero-content{
    width: 100%;
    min-height: 100vh;
    padding-top: 160px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-title {
    font-size: 24px;
  }

  .who-title,
  .problem-title,
  .shift-title,
  .solutions-title,
  .impact-title,
  .experience-title,
  .wadad-title,
  .cta-title{
    font-size:32px;
  }

  .hero-quote,
  .who-text,
  .problem-description,
  .shift-list li,
  .solutions-card-text,
  .experience-text,
  .wadad-text,
  .cta-description{
    font-size:17px;
  }

  .primary-btn,
  .secondary-btn,
  .gold-btn,
  .large-gold-btn{
    width:100%;
    min-width:100%;
    font-size: 4vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    box-sizing: border-box;
  }

  .newsletter-form{
    flex-direction:column;
  }

  .newsletter-btn{
    width:100%;
  }

}