/********** Template CSS **********/
:root {
  --primary-color: #00b4d8;
  --secondary-color: #90e0ef;
  --purple-color: #7b2cbf;
  --dark-color: #1a1a2e;
  --light-bg: #f8f9fa;
  --text-color: #333;
  --e-global-color-primary: #3ABBDA;
  --e-global-color-secondary: #93278F;
  --e-global-color-text: #414042;
  --e-global-color-accent: #858384;
  --e-global-color-ea9f3fc: #DBE2E5;
  --e-global-color-cdd4fd6: #FFCD3C;
  --e-global-color-79f018b: #FF781E;
  --e-global-color-9e3ef25: #FF1D25;
  --e-global-color-6503890: #FF7BAC;
  --e-global-color-1e815fc: #7AC943;
  --e-global-color-9d410bc: #FFFFFF;
  --e-global-color-caa3ba3: #262527;
  --e-global-color-99d6b44: #F2F2F9;
  --e-global-typography-primary-font-family: "Poppins";
  --e-global-typography-primary-font-size: 16px;
  --e-global-typography-primary-font-weight: 700;
  --e-global-typography-primary-text-transform: uppercase;
  --e-global-typography-primary-line-height: 1.2em;
  --e-global-typography-primary-letter-spacing: -0.5px;
  --e-global-typography-secondary-font-family: "Poppins";
  --e-global-typography-secondary-font-size: 34px;
  --e-global-typography-secondary-font-weight: 700;
  --e-global-typography-secondary-line-height: 1.2em;
  --e-global-typography-secondary-letter-spacing: -1px;
  --e-global-typography-text-font-family: "Poppins";
  --e-global-typography-text-font-size: 24px;
  --e-global-typography-text-font-weight: 700;
  --e-global-typography-text-line-height: 1.2em;
  --e-global-typography-text-letter-spacing: -1px;
  --e-global-typography-accent-font-family: "Poppins";
  --e-global-typography-accent-font-size: 20px;
  --e-global-typography-accent-font-weight: 700;
  --e-global-typography-accent-line-height: 1.2em;
  --e-global-typography-accent-letter-spacing: -0.7px;
  --e-global-typography-2df2b70-font-family: "Poppins";
  --e-global-typography-2df2b70-font-size: 60px;
  --e-global-typography-2df2b70-font-weight: 700;
  --e-global-typography-2df2b70-line-height: 1.2em;
  --e-global-typography-2df2b70-letter-spacing: -1.5px;
  --e-global-typography-d1176dd-font-family: "Poppins";
  --e-global-typography-d1176dd-font-size: 17px;
  --e-global-typography-d1176dd-line-height: 1.9em;
  --e-global-typography-d1176dd-letter-spacing: -0.5px;
  --e-global-typography-28bec9a-font-family: "Poppins";
  --e-global-typography-28bec9a-font-size: 18px;
  --e-global-typography-28bec9a-line-height: 1.9em;
  --e-global-typography-28bec9a-letter-spacing: -0.7px;
  --e-global-typography-568c4b5-font-family: "Poppins";
  --e-global-typography-568c4b5-font-size: 17px;
  --e-global-typography-568c4b5-font-weight: 700;
  --e-global-typography-568c4b5-text-transform: uppercase;
  --e-global-typography-568c4b5-line-height: 1.3em;
  --e-global-typography-568c4b5-letter-spacing: -0.7px;
  --e-global-typography-15f774d-font-family: "Poppins";
  --e-global-typography-15f774d-font-size: 18px;
  --e-global-typography-15f774d-font-weight: 700;
  --e-global-typography-15f774d-text-transform: uppercase;
  --e-global-typography-15f774d-line-height: 1.2em;
  --e-global-typography-15f774d-letter-spacing: -0.7px;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-d1176dd-font-family), Sans-serif;
  font-size: var(--e-global-typography-d1176dd-font-size);
  line-height: var(--e-global-typography-d1176dd-line-height);
  letter-spacing: var(--e-global-typography-d1176dd-letter-spacing);
  --display: flex;
  --min-height: 100vh;
  --flex-direction: column;
  --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: space-between;
  --align-items: stretch;
  --overlay-opacity: 0.95;
  --padding-top: 0em;
  --padding-bottom: 0em;
  --padding-left: 3em;
  --padding-right: 3em;
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text-color);
  overflow-x: hidden;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}


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

svg {
    display: block;
    height: 1.4em;
    position: relative;
    width: 1.4em;
}

.ar-page {
  direction: rtl;
}


a {
  color: #106eea;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

.font-poppins {
  font-family: 'Poppins', sans-serif! important;
}

.font-medium {
  font-weight: 500! important;
}

.bg-93278F {
  background-color: #93278F;
}

/*** Heading ***/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Poppins', sans-serif;
}


h1,
h2,
.fw-bold {
  font-weight: 700 !important;
  color: var(--dark);
}

h3,
h4,
.fw-semi-bold {
  font-weight: 600 !important;
  color: var(--dark);
}

h5,
h6,
.fw-medium {
  font-weight: 500 !important;
  color: var(--dark);
}

/*** Input Placeholder ***/

.input-group::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #fff;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #fff;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #fff;
}
/*::-ms-input-placeholder {*/ /* Microsoft Edge */
 /*color:    #fff;
}*/

.input-group ::placeholder { /* Most modern browsers support this now. */
 color:    #fff;
}

textarea:focus::-webkit-input-placeholder { color:transparent; }
input:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: var(--e-global-typography-d1176dd-font-size);
  color: #1f2124;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-size: var(--e-global-typography-d1176dd-font-size);
  color: #1f2124;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-size: var(--e-global-typography-d1176dd-font-size);
  color: #1f2124;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-size: var(--e-global-typography-d1176dd-font-size);
  color: #1f2124;
}

input:-internal-autofill-selected {
  background-color: #fff!important;
  color: fieldtext !important;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 5px 10px 30px white inset !important;
    box-shadow: 0 5px 10px 30px white inset !important;
}
/* === */

section, 
.section {
    padding: 60px 20px;
    overflow: hidden;
}

/*** Button ***/
.btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  transition: .5s;
}

.btn-primary,
.btn-secondary {
  color: #FFFFFF;
  box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary-light:hover,
.btn-dark:hover,
.btn-primary:hover {
  color: #fff;
  box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-dark:hover {
  box-shadow: inset 0 0 0 0 var(--light);
}

.btn-secondary:hover {
  box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-dark {
  color: #FFFFFF;
  background-color: var(--dark);
  box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary-light {
  color: rgb(255, 255, 255);
  background-color: var(--primary-light);
  box-shadow: transparent 0px 0px 0px 50px inset;
}

.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 30px;
  height: 30px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.btn-raduis-8 {
  border-radius: 8px;
}

.btn-raduis-4 {
  border-radius: 4px;
}


.btn-raduis-6 {
  border-radius: 6px;
}

.singin-btn {
  border-color: var(--dark);
  color: var(--dark);
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  padding: 12px 15px;
  max-width: 121px;
  width: 100%;
}

.store-btn {
  background-color: var(--primary-light);
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  padding: 12px 15px;
  max-width: 154px;
  width: 100%;
}

.back-to-top:hover,
.submit-btn:hover,
.store-btn:hover {
  background-color: #000f5b;
  border-color: var(--primary);
  box-shadow: inset 0 0 0 0 var(--primary);
}

.start-btn {
  max-width: 210px;
  width: 100%;
}

.custom-btn {
  max-width: 160px;
  width: 100%;
}

.bg-0d0d0d {
  background: #0d0d0d! important;
}
.o-wrapper,
.container-xxl {
  max-width: 1650px;
  width: 100%;
  padding: 40px 0;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: url(../img/scroll-top-bg.png) top center no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background-color: transparent;
  opacity: .8;
}
.back-to-top.active {
  visibility: visible;
  opacity: .8;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.header-section {
  overflow: visible;
}
#header.fixed-top {
  height: 155px;
}
#header .logo {
  display: inline-block;
}

#header .logo a {
  color: #222222;
}
#header .logo a span {
  color: #106eea;
}

/* #header .logo img {
  max-height: 40px;
} */

.scrolled-offset {
  margin-top: 150px;
}

.contact-btn {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.contact-btn h2 {
  margin-left: 5px;
  font-size: 22px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.contact-btn .qus-note {
  font-size: 13px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.enqury-btn {
  border-radius: 30px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1;
  height: 52px;
  width: 130px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;

}

.bg-3ABBDA {
  background-color: #3ABBDA;
  border-color: #3ABBDA;
}

/* Top Bar */
.top-bar {
  background: transparent;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  box-shadow: none;
}

.top-bar .phone-link {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4em;
}

.top-bar .phone-link p {
  margin-bottom: 0;
}

.top-bar .phone-link span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-top: 5px;
}

.top-bar .phone-link .ph-icon {
  color: var(--primary-color);
  background-color: #fff;
  fill: #3abbda;
  color: #3abbda;
  font-size: 24px;
  border-radius: 16px 0px 16px 16px;
  padding: .5em;
  display: inline-block;
  line-height: 1;
  text-align: center;
  transition: all .3s;
  max-width: 48px;
  width: 100%;
  height: 48px;
}

.top-bar .phone-link .ph-icon svg {
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
}

.site-logo {
  max-width: 90px;
  width: 100%;
  display: inline-block;
}

.site-logo img {
  width: 100%;
}

/* Hero Section */
.hero-section {
  background-image: url('../img/banner_1.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding: 200px 0 0;
  position: relative;
  color: white;
  overflow: hidden;
}

.hero-section::before {
  border-block-end-width: var(--border-block-end-width);
  border-block-start-width: var(--border-block-start-width);
  border-color: var(--border-color);
  border-inline-end-width: var(--border-inline-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  content: var(--background-overlay);
  display: block;
  /* left: calc(0px - var(--border-left-width)); */
  mix-blend-mode: var(--overlay-mix-blend-mode);
  opacity: var(--overlay-opacity);
  position: absolute;
  top: 0;
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  --background-overlay: '';
  background-image: linear-gradient(230deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
  content: var(--background-overlay);
  transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s);
}
.hero-content {
  position: relative;
  z-index: 1;
  gap: 20px;
  margin-top: 30px;
}
.hero-section span {
  color: var(--e-global-color-9d410bc);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
}

.hero-section h1 {
  font-family: var(--e-global-typography-2df2b70-font-family), Sans-serif;
  font-size: var(--e-global-typography-2df2b70-font-size);
  font-weight: var(--e-global-typography-2df2b70-font-weight);
  line-height: var(--e-global-typography-2df2b70-line-height);
  letter-spacing: var(--e-global-typography-2df2b70-letter-spacing);
  color: var(--e-global-color-9d410bc);
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

.hero-section .lead {
  font-family: var(--e-global-typography-28bec9a-font-family), Sans-serif;
  font-size: var(--e-global-typography-28bec9a-font-size);
  line-height: var(--e-global-typography-28bec9a-line-height);
  letter-spacing: var(--e-global-typography-28bec9a-letter-spacing);
  color: var(--e-global-color-9d410bc);
  max-width: 695px;
  align-self: center;
  margin: 0 auto 15px;
  font-weight: 300;
}

.btn-explore:focus,
.btn-explore {
  background-color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-15f774d-font-family), Sans-serif;
  font-size: var(--e-global-typography-15f774d-font-size);
  font-weight: var(--e-global-typography-15f774d-font-weight);
  text-transform: var(--e-global-typography-15f774d-text-transform);
  line-height: var(--e-global-typography-15f774d-line-height);
  letter-spacing: var(--e-global-typography-15f774d-letter-spacing);
  padding: 18px 36px 18px 36px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: var(--e-global-color-9d410bc);
  border-style: none;
  border-radius: 16px 0px 16px 16px;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-activity:focus,
.btn-activity {
  background-color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-15f774d-font-family), Sans-serif;
  font-size: var(--e-global-typography-15f774d-font-size);
  font-weight: var(--e-global-typography-15f774d-font-weight);
  text-transform: var(--e-global-typography-15f774d-text-transform);
  line-height: var(--e-global-typography-15f774d-line-height);
  letter-spacing: var(--e-global-typography-15f774d-letter-spacing);
  padding: 18px 36px 18px 36px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: var(--e-global-color-9d410bc);
  border-style: none;
  border-radius: 16px 0px 16px 16px;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-explore:active,
.btn-explore:hover {
  background-color: var(--e-global-color-secondary)! important;
  color: var(--e-global-color-9d410bc)! important;
  border-style: none! important;
}

.btn-activity:active,
.btn-activity:hover {
  background-color: var(--e-global-color-primary)! important;
  color: var(--e-global-color-9d410bc)! important;
  border-style: none! important;
}

.icon-container {
  margin-top: 100px;
}

.stat-item {
  text-align: center;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.stat-icon svg {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    color: white;
    fill: var(--e-global-color-9d410bc);
    color: var(--e-global-color-9d410bc);
}

.stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.stat-item h6 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6em;
  margin-block-end: 0px;
  color: var(--e-global-color-9d410bc);
}

/* Problem Section with Scroll Effect */
.problem-section {
  padding: 100px 0 85px;
  background: white;
  overflow: hidden;
}

.section-subtitle {
  color: var(--primary-color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.section-title h2 {
  color: var(--e-global-color-caa3ba3);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  /* line-height: 1.3; */
}

.section-title p,
.problem-section p {
  font-family: var(--e-global-typography-28bec9a-font-family), Sans-serif;
  font-size: var(--e-global-typography-28bec9a-font-size);
  line-height: var(--e-global-typography-28bec9a-line-height);
  letter-spacing: var(--e-global-typography-28bec9a-letter-spacing);
  color: #000;
  margin-bottom: 20px;
  font-weight: 400;
}

.rating-stars {
  color: #ffc107;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.rating-stars small {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  color: #000;
  transition: color 0.3s;
  align-self: center;
}

/* Scroll Effect Container */
.scroll-effect-container {
  position: relative;
  min-height: 1ch;
}

.scroll-image-wrapper {
  /* position: sticky;
  top: 100px;
  overflow: hidden; */
  height: 100%;
  border-radius: 16px 0 16px 16px;
}

.is-fixed {
    position: fixed;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    /* animation: fadeSlideIn 0.6s ease forwards;*/
}

.is-absolute-bottom {
    position: absolute;
    /* top: auto !important; */
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.left-col-wrapper {
    background: transparent;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    transform: translateY(10px);
    position: relative;
    max-width: 100%;
    width: 100%;
    left: 0! important;
}

.scroll-image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 16px 0 16px 16px;
  object-fit: cover;
}

/* .scroll-content-wrapper {
  padding-left: 60px;
} */

.warning-signs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.scroll-text-block {
  margin-bottom: 0px;
  opacity: 0;
  transform: translateY(0px);
  transition: all 0.6s ease;
}

.scroll-text-block.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Video Section */
.video-section {
  padding: 85px 0;
  background: white;
}

.video-section .section-title {
  text-align: center;
  margin-bottom: 15px;
}

.video-section .section-title h2 {
  max-width: 550px;
  margin: 0 auto 20px;
  width: 100%;
}

.video-section .section-title p {
  max-width: 700px;
  margin: 0 auto 30px;
  width: 100%;
}

.video-section > .container > .row > .col-lg-8 > p {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Gallery Section */
.gallery-section {
  padding: 85px 0;
  background-color: var(--e-global-color-99d6b44);
}

.gallery-section .section-title {
  text-align: center;
  max-width: 550px;
  margin: 0 auto 30px; 
  width: 100%;
}

.gallery-section .section-title h2 {
  margin-bottom: 1rem;
}

.gallery-section .section-title p {
  text-align: center;
  font-weight: 300;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gallery-item {
    border-radius: 0px;
    overflow: hidden;
    height: 250px;
    cursor: pointer;
    position: relative;
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item.wide {
    grid-column: span 2;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(123, 44, 191, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay i {
    color: white;
    font-size: 2.5rem;
}

/* GLightbox Customization */
.glightbox-container .gslide-description {
    background: rgba(0, 0, 0, 0.8);
}

.glightbox-container .gdesc-inner {
    padding: 15px 20px;
}

.glightbox-container .gslide-title {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.glightbox-container .gslide-desc {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Poppins', sans-serif;
}

.glightbox-next, .glightbox-prev {
    background: rgba(123, 44, 191, 0.8);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.glightbox-next:hover, .glightbox-prev:hover {
    background: rgba(0, 180, 216, 0.9);
}

/* Steps Section */
.steps-section {
  padding: 85px 0;
  background-image: url('../img/bg-1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, .95);
  background-blend-mode: overlay;
}

.steps-section .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.step-card {
  background-color: var(--e-global-color-9d410bc);
  padding: 28px 28px 28px 28px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #85838436;
  border-radius: 16px 0px 16px 16px;
  margin-bottom: 20px;
  /* box-shadow: 0 5px 20px rgba(0,0,0,0.05); */
  display: flex;
  gap: 15px;
  align-items: flex-start;
  transition: transform 0.3s ease;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.step-number {
  width: 56px;
  height: 56px;
  background-color: var(--e-global-color-primary);
  fill: var(--e-global-color-9d410bc);
  color: var(--e-global-color-9d410bc);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.step-content h3 {
  color: var(--e-global-color-caa3ba3);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight)! important;
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
}

.step-content p {
  font-family: var(--e-global-typography-28bec9a-font-family), Sans-serif;
  font-size: var(--e-global-typography-28bec9a-font-size);
  line-height: var(--e-global-typography-28bec9a-line-height);
  letter-spacing: var(--e-global-typography-28bec9a-letter-spacing);
  color: #000;
  margin-bottom: 20px;
  font-weight: 300;
}

/* Testimonials Section */
.testimonials-section {
  padding: 85px 0;
  background-image: url('../img/bg-2.webp');
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.testimonials-section::before {
  content: var(--background-overlay);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --background-overlay: '';
  transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s);
  background-color:rgba(65, 64, 66, 1);
  left: calc(0px - var(--border-left-width));
  mix-blend-mode: var(--overlay-mix-blend-mode);
  opacity: var(--overlay-opacity);
  position: absolute;
}

.testimonials-content {
  position: relative;
  z-index: 1;
}

.testimonials-section .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.testimonials-section .section-title h2 {
  margin-bottom: 0;
  color: white;
}

.testimonial-card {
  background: white;
  padding: 30px;
  border-radius: 15px;
  color: var(--text-color);
  height: 100%;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.testimonial-card h3 {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight)! important;
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    color: #1c2022;
}

.testimonial-card .stars {
  color: #ffc107;
  margin-bottom: 20px;
  font-size: 1rem;
}

.testimonial-card p {
  font-family: var(--e-global-typography-d1176dd-font-family), Sans-serif;
  font-size: var(--e-global-typography-d1176dd-font-size);
  line-height: var(--e-global-typography-d1176dd-line-height);
  letter-spacing: var(--e-global-typography-d1176dd-letter-spacing);
  /* color: #000; */
  margin-bottom: 0px;
}

.swiper-slide figure {
  margin:0;
}

.swiper-slide figure img{
  border-radius: 16px 0px 16px 16px;
}

/* Swiper Custom Styles */
.swiper-testimonials {
  padding: 20px 0 60px;
  width: 100%;
}

.swiper-testimonials .swiper-slide {
  height: auto;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--primary-color);
  background: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: var(--primary-color);
  color: white;
  box-shadow: 0 8px 30px rgba(0, 180, 216, 0.4);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.2rem;
  font-weight: bold;
}

.swiper-pagination-bullet {
  background:var(--e-global-color-9d410bc);
  opacity: var(--e-global-color-9d410bc);;
  width: 12px;
  height: 12px;
  /* opacity: 0.6; */
}

.swiper-pagination-bullet-active {
  background: var(--e-global-color-primary);;
  opacity: 1;
}

/* Contact Section */
.contact-section {
  padding: 85px 0;
  background-image: url('../img/bg-3.webp');
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: rgba(255, 255, 255, .7);
  background-blend-mode: overlay;
}

.contact-section .section-title h2 {
  max-width: 465px;
  width: 100%;
  margin-bottom: 20px;
}

.contact-section .saudi-section-title h2 {
  max-width: 100%;
  margin-bottom: 20px;
}

.contact-section .section-title p {
  font-weight: 300;
  max-width: 560px;
}

.benefit-content-box {
  max-width: 565px;
  width: 100%;
}

.benefit-content-box p {
  font-family: var(--e-global-typography-28bec9a-font-family), Sans-serif;
  font-size: var(--e-global-typography-28bec9a-font-size);
  line-height: var(--e-global-typography-28bec9a-line-height);
  letter-spacing: var(--e-global-typography-28bec9a-letter-spacing);
  color: #000;
  margin-bottom: 20px;
  font-weight: 300;
}

.benefit-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}
.benefit-content-box .benefit-list-saudi {
  margin-bottom: 30px;
}

.benefit-content-box .benefit-list-saudi li {
  max-width: 545px;
}

.benefit-list li {
  max-width: 435px;
  width: 100%;
  position: relative;
  color: #555;
  line-height: 1.6;
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
  font-family: var(--e-global-typography-28bec9a-font-family), Sans-serif;
  font-size: var(--e-global-typography-28bec9a-font-size);
  line-height: var(--e-global-typography-28bec9a-line-height);
  letter-spacing: var(--e-global-typography-28bec9a-letter-spacing);
  color: #000;
  font-weight: 300;
}

.benefit-list li span svg {
  fill: var(--e-global-color-primary);
  transition: fill 0.3s;
  height: 24px;
  width: 24px;
}

.contact-form {
  background: var(--e-global-color-9d410bc);
  padding: 32px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-ea9f3fc);
  border-radius: 16px 0px 16px 16px;
}

.contact-form .form-control, 
.contact-form .form-select {
  background-color: var(--e-global-color-99d6b44);
  border-color: #8583841F;
  border-width: 1px 1px 1px 1px;
  padding: 12px 15px;
  font-family: var(--e-global-typography-d1176dd-font-family), Sans-serif;
  font-size: var(--e-global-typography-d1176dd-font-size);
  line-height: var(--e-global-typography-d1176dd-line-height);
  letter-spacing: var(--e-global-typography-d1176dd-letter-spacing);
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 10px;
  color: #1f2124;
  
}

.contact-form .form-control:focus, 
.contact-form .form-select:focus {
  border-color: #69727d;
  box-shadow: 0 0 0 0.2rem rgba(0, 180, 216, 0.15);
}

.contact-form textarea.form-control {
  min-height: 100px;
  resize: vertical;
}

.btn-submit:focus,
.btn-submit {
  background-color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-15f774d-font-family), Sans-serif;
  font-size: var(--e-global-typography-15f774d-font-size);
  font-weight: var(--e-global-typography-15f774d-font-weight);
  text-transform: var(--e-global-typography-15f774d-text-transform);
  line-height: var(--e-global-typography-15f774d-line-height);
  letter-spacing: var(--e-global-typography-15f774d-letter-spacing);
  padding: 18px 36px 18px 36px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: var(--e-global-color-9d410bc);
  border-style: none;
  border-radius: 16px 0px 16px 16px;
  display: block;
  transition: all 0.3s ease;
  width: 100%;
}

.btn-submit:hover {
  background-color: var(--e-global-color-secondary);
  color: var(--e-global-color-9d410bc);
  border-style: none;
}

/* FAQ Section */
.faq-section {
  padding: 85px 0;
  background: white;
}

.faq-section .section-title {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 550px;
  width: 100%;
}

.accordion-item {
  border: none;
  margin-bottom: 20px;
  border-radius: 0px !important;
  overflow: hidden;
  background: transparent;
}

.accordion-button {
  font-weight: 600;
  color: var(--dark-color);
  border: none;
  background-color: var(--e-global-color-ea9f3fc);
  border-style: none;
  align-items: center;
  border-color: var(--n-accordion-border-color);
  border-radius: var(--n-accordion-border-radius)! important;
  border-style: var(--n-accordion-border-style);
  border-width: var(--n-accordion-border-width);
  color: var(--n-accordion-title-normal-color);
  --n-accordion-icon-normal-color: var(--n-accordion-title-normal-color);
  --n-accordion-icon-hover-color: var(--n-accordion-title-hover-color);
  --n-accordion-icon-active-color: var(--n-accordion-title-active-color);
  --n-accordion-icon-gap: 0 10px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-grow: var(--n-menu-title-flex-grow);
  gap: var(--n-accordion-icon-gap);
  justify-content: var(--n-accordion-title-justify-content);
  list-style: none;
  padding: var(--n-accordion-padding);
  --n-accordion-padding: 20px 24px;
  font-size: var(--n-accordion-title-font-size);
  --n-accordion-title-font-size: 17px;
  max-width: 100%;
  --n-accordion-border-radius: 16px 0px 16px 16px;
  --n-accordion-title-normal-color: var(--e-global-color-text);
  --n-accordion-title-hover-color: var(--e-global-color-9d410bc);
  --n-accordion-title-active-color: var(--e-global-color-9d410bc);
  --n-accordion-icon-size: 15px;
  line-height: var(--n-accordion-title-line-height);
  --n-accordion-title-line-height: 1.5;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: var(--n-accordion-border-radius)! important;
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
  background-color: var(--e-global-color-secondary);
  border-style: none;
  color: white;
  border-radius: var(--n-accordion-border-radius)! important;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  filter: none;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.accordion-body {
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.accordion-body p {
  font-family: var(--e-global-typography-28bec9a-font-family), Sans-serif;
  font-size: var(--e-global-typography-28bec9a-font-size);
  line-height: var(--e-global-typography-28bec9a-line-height);
  letter-spacing: var(--e-global-typography-28bec9a-letter-spacing);
  color: #000;
  margin-bottom: 0px;
  font-weight: 300;
}

/* Footer */
.footer {
  /* background-color: var(--e-global-color-text); */
  color: white;
  /* padding: 70px 0; */
}

.footer-top {
  background-color: var(--e-global-color-text);
  color: white;
  padding: 70px 0;
}

.footer-logo {
  width: 100%;
  max-width: 88px;
  margin-left: auto;
}

.footer h5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  color: var(--e-global-color-9d410bc);
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 15px;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

.footer-links a {
  color: var(--e-global-color-9d410bc);
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
}

.footer-links a:hover {
  color: var(--e-global-color-primary);;
}

.footer-content p {
  color: var(--e-global-color-9d410bc);
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  line-height: 1.8;
  font-size: 1rem;
  font-weight: 500;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 17px 0;
  /* margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center; */
}

.footer-bottom p {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  line-height: 1;
  color: #000;
  font-size: 15px;
  margin-bottom: 0;
}

.footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 160px;
  width: 100%;
  margin-left: auto;
}

.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  box-shadow: 0 5px 20px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  color: white;
}

/* Responsive */
@media (max-width: 991px) {
  .hero-section h1 {
      font-size: 2rem;
  }

  .gallery-grid {
      grid-template-columns: 1fr;
  }

  .gallery-item.wide {
      grid-column: span 1;
  }

  .step-card {
      flex-direction: column;
  }

  .footer-bottom {
      flex-direction: column;
      text-align: center;
      gap: 15px;
  }

  .scroll-effect-container {
      min-height: auto;
  }

  .scroll-image-wrapper {
      position: relative;
      top: 0;
      height: 400px;
      margin-bottom: 40px;
  }

  .scroll-content-wrapper {
      padding-left: 0;
  }
}

@media (max-width: 768px) {
  .hero-section {
      padding: 120px 0 60px;
  }
}

.buying-section {
  background-color: var(--e-global-color-ea9f3fc);
  padding: 85px 0;
}

.buying-section .section-title {
  max-width: 540px;
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}

.buying-card {
  background-color: var(--e-global-color-9d410bc);
  padding: 32px 32px 32px 32px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #85838436;
  border-radius: 16px 0px 16px 16px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  text-align: center;
}

.buying-img-icon {
  background-color: var(--e-global-color-primary);
  fill: var(--e-global-color-9d410bc);
  color: var(--e-global-color-9d410bc);
  font-size: 28px;
  border-radius: 50%;
  padding: .5em;
  line-height: 1;
}

.buying-img-icon svg {
  width: 28px;
  height: 28px;
}

.buying-card-body h4 {
  color: var(--e-global-color-caa3ba3);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  margin-block-end: 12px;
}

.buying-card-body p {
  font-family: var(--e-global-typography-28bec9a-font-family), Sans-serif;
  font-size: var(--e-global-typography-28bec9a-font-size);
  line-height: var(--e-global-typography-28bec9a-line-height);
  letter-spacing: var(--e-global-typography-28bec9a-letter-spacing);
  color: rgba(0, 0, 0, .7);
  margin-bottom: 20px;
  font-weight: 400;
}

.buying-card-body span {
  font-size: 1rem;
  font-weight: 500;
  line-height: var(--e-global-typography-28bec9a-line-height);
  letter-spacing: var(--e-global-typography-28bec9a-letter-spacing);
  font-style: italic;
  display: inline-block;
}

.plan-section {
  padding: 85px 0;
}

.cn-section-title span {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  margin-bottom: 20px;
  display: block;
}

.widget-box {
  background-color: var(--e-global-color-99d6b44);
  padding: 50px;
  display: flex;
  border-radius: 16px 16px 16px 16px;
  flex-direction: var(--flex-direction);
  --flex-direction: column;
  --flex-basis: auto;
  --flex-grow: 0;
  --flex-shrink: 1;
  flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
}

.widget-box .section-title h2 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 20px;
}

.widget-box .section-title p {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  color: rgba(0, 0, 0, .7);
}

.widget-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.widget-btns .btn {
  max-width: 210px;
  width: 100%;
  padding: 19px 30px;
  font-size: 16px;
  line-height: 1;
  border-radius: 16px 0px 16px 16px;
}