/*
  Template Name: SoftLand
  Template URL: https://bootstrapmade.com/softland-bootstrap-app-landing-page-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #444546;
  line-height: 1.2;
}
a:hover {
    color: #25D366 !important;
    opacity: 1 !important;
}
a {
  color: #777;
  transition: .3s all ease;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
}
.header-scrolled {
    background-color: #ffffff !important; 
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); 
    padding: 10px 0 !important; 
}

.header-scrolled .site-menu li a {
    color: #25D366 !important;
}

.header-scrolled .site-logo span {
    color: #25D366 !important;
}

.container {
  z-index: 2;
  position: relative;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #25D !important;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
  margin-top: .5rem;
  font-style: italic;
  font-size: .8rem;
}

.site-section {
  padding: 7rem 0;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(45deg, #25D366, #128C7E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #25D366;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 10px;
}

/* Default btn sre-tyling */

.btn {
  border-radius: 50px; 
  padding: 12px 30px !important;
  font-weight: 600;
  transition: 0.4s;
  margin-left: 150px;
}

.btn.btn-outline-white {
  border: 2px solid #25D366;
  background: #25D366;
  color: #fff !important;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn.btn-outline-white:hover {
  background: transparent;
  color: #25D366 !important;
  transform: translateY(-3px); 
}

.btn.btn-primary {
  background: linear-gradient(45deg, #133133, #25D366);
  border: none;
  color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.btn.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
/* Feature 1 */
:root {
    --primary-emerald: #11998e;
    --light-emerald: #38ef7d;
    --soft-bg: #f8fbf9;
    --text-dark: #2c3e50;
    --text-muted: #6c757d;
}

.cta-section {
    background: linear-gradient(135deg, var(--primary-emerald) 0%, var(--light-emerald) 100%) !important;
    border: none !important;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(17, 153, 142, 0.2);
}

.cta-section .btn-light {
    color: var(--primary-emerald) !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.cta-section .btn-light:hover {
    transform: scale(1.05);
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* --- Features Section (bg-whats) --- */
.bg-whats {
    background-color: var(--soft-bg);
    padding: 80px 0;
}

.section-heading {
    color: var(--text-dark);
    font-size: 2.5rem;
    position: relative;
    margin-bottom: 20px;
}

/* Feature Cards */
.feature-1 {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 15px;
    border: 1px solid rgba(0,0,0,0.03);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
}

.feature-1:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-color: var(--light-emerald);
}

/* Icons Styling */
.wrap-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 20px;
    background: rgba(56, 239, 125, 0.15); 
    border-radius: 20px; 
    color: var(--primary-emerald);
    font-size: 28px;
    transition: all 0.3s ease;
}

.feature-1:hover .wrap-icon {
    background: var(--primary-emerald);
    color: #ffffff;
    transform: rotateY(180deg); 
}

.feature-1 h3 {
    font-size: 1.25rem;
    color: var(--text-dark);
    font-weight: 600;
}

.feature-1 p {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.whats-app-pulse {
    display: inline-block;
    color: #25d366;
    animation: pulse-emerald 2s infinite;
}

@keyframes pulse-emerald {
    0% { transform: scale(0.95); opacity: 0.8; }
    50% { transform: scale(1.05); opacity: 1; }
    100% { transform: scale(0.95); opacity: 0.8; }
}
/* Section Styling */
#features.bg-sky2 {
    background-color: #f8fbff; /* لون سماوي فاتح جداً ومريح للعين */
    padding-bottom: 80px;
}

/* Heading & Tagline */
.section-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a2b3c;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.section-tagline {
    font-size: 1.1rem;
    color: #5f6d7d;
    max-width: 700px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

/* API Showcase Container */
.api-showcase-container {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden; /* لضمان أن الزوايا المنحنية تظهر مع الـ iframe */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05); /* ظل ناعم جداً */
    border: 1px solid #e1e8f0;
    transition: transform 0.3s ease;
}

.api-showcase-container:hover {
    transform: translateY(-5px); /* حركة بسيطة عند تمرير الماوس */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .section-heading {
        font-size: 2rem;
    }
    
    iframe {
        height: 450px; /* تقليل الارتفاع على الموبايل */
    }
}
/* Step */

.step {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
}

.step .number {
  background: linear-gradient(-45deg, #133133, #508d8e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-weight: 700;
    letter-spacing: .2rem;
    margin-bottom: 10px;
    display: block;
    font-size: 90px;
    position: absolute;
    top: 9px;
    /* right: 20px; */
    bottom: 0;
    left: 30px;
    z-index: 999;
    overflow: hidden;
    opacity: 0.4;
}

.step p:last-child {
  margin-bottom: 0px;
}

/* Review */

.review h3 {
  font-size: 20px;
}

.review p {
  line-height: 1.8;
  font-style: italic;
  color: #333333;
}

.review .stars span {
  color: #FF8803;
}

.review .stars .muted {
  color: #ccc;
}

.review .review-user img {
  width: 70px;
  margin: 0 auto;
}

/* Testimonial Carousel */

.testimonial-carousel .owl-dots {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.testimonial-carousel .owl-dots .owl-dot > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #cbd3da;
  border-radius: 50%;
  margin: 5px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  outline: none;
}

.testimonial-carousel .owl-dots .owl-dot.active > span {
  background: linear-gradient(-45deg, #133133, #508d8e);
}

/* Pricing */

.pricing {
  padding: 50px;
  background: linear-gradient(-45deg, #133133, #508d8e);
  color: #fff;
  padding-bottom: 12rem !important;
  position: relative;
  border-radius: 4px;
  color: #000000;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

.pricing h3 {
  color: #2d71a1;
}

.pricing .price-cta {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  left: 0;
}

.pricing .price-cta .price {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 300;
}

.pricing .popularity {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .2rem;
  display: block;
  margin-bottom: 20px;
}

.pricing ul {
  margin-bottom: 50px;
}

.pricing ul li {
  margin-bottom: 10px;
}

.pricing .btn-white {
  background: #fff;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.pricing .btn-white:hover {
  color: #2d71a1;
}

.pricing.popular {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  color: #000000;
  background: linear-gradient(-45deg, #133133, #508d8e);
  color: #fff;
  box-shadow: none;
}

.pricing.popular .popularity {
  color: #b3b3b3;
}

.pricing.popular h3 {
  color: #fff;
  background: none;
}

.pricing.popular .btn-white {
  border: 2px solid #2d71a1;
}

/* Sticky Wrapper */

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper .site-navbar {
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar .site-menu-toggle {
  color: #fff;
}

.sticky-wrapper .site-navbar .site-logo a {
  color: #fff;
}

.sticky-wrapper .site-navbar .site-menu > li > a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.sticky-wrapper .site-navbar .site-menu > li > a:hover,
.sticky-wrapper .site-navbar .site-menu > li > a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .burger:before,
.sticky-wrapper.is-sticky .burger span,
.sticky-wrapper.is-sticky .burger:after {
  background: #000000;
  transition: .0s all ease;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  border-bottom: 1px solid transparent;
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo img {
  content:url("../images/logo2-green-ltr.png");
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #000000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  color: #000000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
  color: #2d71a1 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li.active a {
  color: #2d71a1 !important;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* Contact Form */

.form-control {
  height: 53px;
  border-radius: 0;
  border: 1px solid #dae0e5;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #2d71a1;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Blog */

.post-entry {
  margin-bottom: 60px;
}

.post-entry .post-text .post-meta {
  color: #ccc;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.post-entry .post-text h3 {
  font-size: 20px;
  color: #000000;
}

.post-entry .post-text h3 a {
  color: #000000;
}

.post-entry .post-text h3 a:hover {
  text-decoration: none;
  color: #2d71a1;
}

.post-entry .post-text .readmore {
  color: #2d71a1;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a,
.sidelink li a {
  display: block;
}

.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
  color: #000000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Header Section
--------------------------------------------------------------*/

.hero-section {
  /*background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%), url(../img/hero-bg.jpg);*/
  background: linear-gradient(270deg, #133133 0%, #508d8e 100%);
  position: relative;
}

.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -120px;
}

.hero-section .wave svg {
  width: 100%;
}

.hero-section,
.hero-section > .container > .row {
  height: 90vh;
  min-height: 95px;
}
/* 
.hero-section.inner-page {
  /*height: 60vh;
  min-height: 0;*/
}  */

.hero-section.inner-page .hero-text {
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  margin-top: -100px;
}

.hero-section.inner-page-small {
  /*height: 18vh;*/
  min-height: 95px;
}

.hero-section.inner-page-small .hero-text {
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  margin-top: 100px;
}

.hero-section h1 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

.hero-section p {
  font-size: 18px;
  color: #fff;
}
/* 
.hero-section .iphone-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-section .iphone-wrap .phone {
  position: relative;
  top: -30%;
  overflow: hidden;
  left: 0;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  width: 300px;
  z-index: 2;
  transition: all 0.8s ease;
} */
.site-section .container .col-md-6 img{
  mix-blend-mode: multiply !important;
}

.main-phone-wrapper {
    position: relative !important;
    width: 200px !important; 
    /* margin: 60px auto !important; */
    z-index: 10 !important;
}

.phone-img-base {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 30px;
}

.bubble {
    position: absolute !important;
    padding: 10px 15px !important;
    border-radius: 18px !important;
    margin-top: 30px;
    font-size: 12px !important;
    width: 180px !important; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    z-index: 5 !important; 
    opacity: 0;
    animation: slideShow 0.5s forwards !important;
    text-align: left;
    direction: ltr;
}

.bubble-left {
    background: #fff !important;
    color: #333 !important;
    left: -210px !important; 
    border-bottom-left-radius: 2px !important;
}

.bubble-right {
    background: #25D366 !important;
    color: #fff !important;
    right: 210px !important; 
    border-bottom-right-radius: 2px !important;
}

.msg-1 { top: 40px !important; animation-delay: 0.5s !important; }
.msg-2 { top: 160px !important; animation-delay: 1s !important; }
.msg-3 { top: 280px !important; animation-delay: 1.5s !important; }

@keyframes slideShow {
    to { opacity: 1; transform: translateY(-10px); }
}

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%;
}

.site-navbar .site-logo {
  position: relative;
  font-size: 24px;
}

.site-navbar .site-logo a {
  color: #fff;
}

.site-navbar .site-logo a:hover {
  text-decoration: none;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
  padding: 30px 20px;
  color: #000000;
  display: inline-block;
  text-decoration: none !important;
  font-weight: bold;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #2d71a1;
}

.site-navbar .site-navigation .site-menu > li.active > a {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\ea99";
  font-size: 16px;
  top: 52%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icofont';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 15px;
  margin-left: 0px;
  background: #fff;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  transition: 0s all;
  color: #000000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
  color: #2d71a1 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 210px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #f2f4f6;
  color: #000000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\ea75";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #f2f4f6;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #2d71a1;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  transition-delay: 0s;
  margin-top: -10px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #2d71a1;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
  color: #2d71a1;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icofont";
  content: "\ea99";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

/* Burger */

.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
  z-index: 99;
  float: right;
}

.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before,
.burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */

.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */

.burger.active span {
  opacity: 0;
}

.burger.active:before,
.burger.active:after {
  top: 40%;
}

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}

.burger:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

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

footer {
  padding: 15px 0 15px;
  overflow: hidden;
  background-color: #0a0b12;
}

footer .title {
  font-size: 20px;
  color: #009788;
  margin-bottom: 30px;
  font-family: "Almarai";
  font-weight:bold;
}

footer h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

footer ul {
    margin-bottom: 0;
    padding-left: 0;/**/
    padding-right: 0;/**/
    list-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

footer .links li a {
  color: #7f7f7f;
}

footer .logoFooter {
  /*text-align: left;*/
}

footer .logoFooter img {
  margin-bottom: 30px;
  max-width: 324px;
}

footer .logoFooter p {
  color: #009788;
}

footer .footerInfo {
  background-color: #0e0f17;
  border-radius: 10px;
  margin-bottom: 45px;
  margin-top: 40px;
  padding: 30px 60px 30px 30px;
}

footer .footerInfo .socialFooter {
  float: right;
}

footer .footerInfo .socialFooter li {
  float: right;
  margin-right: 30px;/**/
}

footer .footerInfo .socialFooter li:not(:last-of-type) {
}

footer .footerInfo .socialFooter li a {
  color: #525256;
  font-size: 20px;
}

footer .footerInfo .infoNumb {
  float: left;
  font-size: 15px;
  color: #7f7f7f;
}

footer .footerInfo .infoNumb a {
  color: #7f7f7f;
}

footer .footerInfo .infoNumb:first-of-type {
  margin-right: 45px;
}

footer .footerInfo .infoNumb i {
  margin-left: 10px;
  font-size: 20px;
  color: #525256;
  float: left;
  margin-top: -3px;
}

footer .footerDown .listFooterDown {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}

footer .footerDown .listFooterDown li {
  float: left;
}

footer .footerDown .listFooterDown li a {
  color: #009788;
  font-size: 15px;
}

footer .footerDown .listFooterDown li:not(:last-of-type):before {
  content: "|";
  float: right;
  margin: 0 10px;
  color: #009788;
  font-size: 15px;
}

footer .footerDown .paymentImgs {
  float: right;
}

footer .footerDown .paymentImgs li {
  float: right;
  margin-top: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
}

footer .footerDown .paymentImgs li:not(:last-of-type) {
}
footer .footerDown .paymentImgs li {
  width: 70px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  padding: 0;
  border-radius: 5px;
  opacity: 0.2;
}
footer .footerDown .paymentImgs li img {
  display: inline-block;
  width: 50px;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

footer .footerDown .paymentImgs li:hover {
  margin-top: 0;
  opacity: 1;
}

footer .footerDown .paymentImgs li:hover img {
}

footer .footerDown .enBtn {
  float: left;
  width: 130px;
  height: 40px;
  text-align: center;
  border: 1px solid #2c2e36;
  color: #009788;
  font-size: 15px;
  border-radius: 5px;
  line-height: 40px;
  margin-left: 10px;
}
footer .footerDown .enBtn i {
  margin-left: 5px;
}
footer .footerDown .enBtn:hover {
  color: #fff;
  background-color: #2c2e36;
}






.bg-gray {
    background: #f9f9f9;
}

.bg-whats {
    background: #ecf6d5 url(../images/whats-bg.png) no-repeat 50% 50%;
    padding: 50px 0 50px 0;
    overflow: hidden;
    /*margin-top: 30px;*/
}

.bg-sky {
    background: #D0E9EA;
}

.bg-sky1 {
    background: #F1FAF7;
}

.bg-sky2 {
    background: #EDF8F5;
}

.bg-gradiant {
  /*background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%), url(../img/hero-bg.jpg);*/
  background: linear-gradient(270deg, #133133 0%, #508d8e 100%);
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  transition: .3s background ease;
  color: #0d1e2d;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #fff;
  background: #2d71a1;
}

/*             Navigation Pills               */
.nav-pills  {
  direction: ltr;
}
.nav-pills .nav-item + .nav-link {
  margin-left: 0;
}
.nav-pills .nav-item .nav-link {
  border: 1px solid #66615B;
  border-radius: 0;
  color: #66615B;
  font-weight: 600;
  margin-left: -1px;
}
.nav-pills .nav-item.active .nav-link,
.nav-pills .nav-item.active .nav-link:hover,
.nav-pills .nav-item.active .nav-link:focus {
  background-color: #66615B;
  color: #FFFFFF;
}
.nav-pills .nav-item:first-child .nav-link {
  border-radius: 30px 0 0 30px !important;
  margin: 0;
}
.nav-pills .nav-item:last-child .nav-link {
  border-radius: 0 30px 30px 0 !important;
}
.nav-pills .nav-item .nav-link.active {
  background-color: #66615B;
  color: #FFFFFF;
}

.nav-pills-primary .nav-item .nav-link {
  border: 1px solid #51cbce !important;
  color: #51cbce !important;
}
.nav-pills-primary .nav-item .nav-link.active {
  border: 1px solid #51cbce !important;
  color: #FFFFFF !important;
}

.nav-pills-danger .nav-item .nav-link {
  border: 1px solid #407678 !important;
  color: #407678 !important;
}
.nav-pills-danger .nav-item .nav-link.active {
  border: 1px solid #407678 !important;
  color: #FFFFFF !important;
}

.nav-pills-info .nav-item .nav-link {
  border: 1px solid #51bcda !important;
  color: #51bcda !important;
}
.nav-pills-info .nav-item .nav-link.active {
  border: 1px solid #51bcda !important;
  color: #FFFFFF !important;
}

.nav-pills-success .nav-item .nav-link {
  border: 1px solid #6bd098 !important;
  color: #6bd098 !important;
}
.nav-pills-success .nav-item .nav-link.active {
  border: 1px solid #6bd098 !important;
  color: #FFFFFF !important;
}

.nav-pills-warning .nav-item .nav-link {
  border: 1px solid #fbc658 !important;
  color: #fbc658 !important;
}
.nav-pills-warning .nav-item .nav-link.active {
  border: 1px solid #fbc658 !important;
  color: #FFFFFF !important;
}



#price_category{}
.pricingTable10{text-align:center;border:1px solid}
.pricingTable10 .pricingTable-header{padding:30px 0;background:#4d4d4d;position:relative;transition:all .3s ease 0s}
.pricingTable10:hover .pricingTable-header{background:#09b2c6}
.pricingTable10 .pricingTable-header:after,.pricingTable10 .pricingTable-header:before{content:"";width:16px;height:16px;border-radius:50%;border:1px solid #d9d9d8;position:absolute;bottom:12px}
.pricingTable10 .pricingTable-header:before{left:40px}
.pricingTable10 .pricingTable-header:after{right:40px}
.pricingTable10 .heading{font-size:20px;color:#fff;text-transform:uppercase;letter-spacing:2px;margin-top:0}
.pricingTable10 .price-value{display:inline-block;position:relative;font-size:55px;font-weight:700;color:#09b1c5;transition:all .3s ease 0s}
.pricingTable10:hover .price-value{color:#fff}
.pricingTable10 .currency{font-size:30px;font-weight:700;position:absolute;top:6px;left:-19px}
.pricingTable10 .month{font-size:16px;color:#fff;position:absolute;bottom:15px;right:-30px;text-transform:uppercase}
.pricingTable10 .pricing-content{padding-top:50px;background:#fff;position:relative}
.pricingTable10 .pricing-content:after,.pricingTable10 .pricing-content:before{content:"";width:16px;height:16px;border-radius:50%;border:1px solid #7c7c7c;position:absolute;top:12px}
.pricingTable10 .pricing-content:before{left:40px}
.pricingTable10 .pricing-content:after{right:40px}
.pricingTable10 .pricing-content ul{padding:0 20px;margin:0;list-style:none}
.pricingTable10 .pricing-content ul:after,.pricingTable10 .pricing-content ul:before{content:"";width:8px;height:46px;border-radius:3px;background:linear-gradient(to bottom,#818282 50%,#727373 50%);position:absolute;top:-22px;z-index:1;box-shadow:0 0 5px #707070;transition:all .3s ease 0s}
.pricingTable10:hover .pricing-content ul:after,.pricingTable10:hover .pricing-content ul:before{background:linear-gradient(to bottom,#40c4db 50%,#34bacc 50%)}
.pricingTable10 .pricing-content ul:before{left:44px}
.pricingTable10 .pricing-content ul:after{right:44px}
.pricingTable10 .pricing-content ul li{font-size:15px;font-weight:700;color:#777473;padding:10px 0;border-bottom:1px solid #d9d9d8}
.pricingTable10 .pricing-content ul li:last-child{border-bottom:none}
.pricingTable10 .read{display:inline-block;font-size:16px;color:#fff;text-transform:uppercase;background:#d9d9d8;padding:8px 25px;margin:30px 0;transition:all .3s ease 0s}
.pricingTable10 .read:hover{text-decoration:none}
.pricingTable10:hover .read{background:#09b1c5}
@media screen and (max-width:990px){.pricingTable10{margin-bottom:25px}
}



/*Accordion style*/

#accordion .panel{
    border: 1px solid #009788;
    border-radius: 0;
    box-shadow: none;
    margin-left: 50px;
    margin-bottom: 12px;
}
 
#accordion .panel-heading{
    padding: 0;
    background: #fff;
    position: relative;
}
#accordion .panel-heading:before,
#accordion .panel-heading:after{
    content: "";
    border-right: 8px solid #009788;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    position: absolute;
    top: 12px;
    left: -9px;
}
#accordion .panel-heading:after{
    border-right: 7px solid #fff;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    position: absolute;
    top: 13px;
    left: -6px;
}
#accordion .panel-title a{
    display: block;
    padding: 10px 20px;
    border: none;
    font-size: 20px;
    font-weight: 600;
    color: #009788;
    position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #009788;
    text-align: center;
    border: 1px solid #009788;
    position: absolute;
    top: 0;
    left: -50px;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:before{ content: "\f067"; }
#accordion .panel-body{
    padding: 0 15px 15px;
    border: none;
    font-size: 14px;
    color: #807e7e;
    line-height: 28px;
}
#accordion .panel-body p{ margin-bottom: 0; }

/*Accordion style*/



@media screen and (max-width: 992px) {
  .hero-section .wave {
    bottom: -180px;
  }

  .hero-section.inner-page .hero-text {
    margin-top: -80px;
  }

  .hero-section h1 {
    font-size: 2.5rem;
    text-align: center;
  }

  .hero-section .hero-text-image {
    margin-top: 4rem;
  }

  .hero-section .iphone-wrap {
    text-align: center;
  }

  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }

  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }

  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .cta-section h2 {
    font-size: 2rem;
  }
}
/*--------------------------------------------------------------
# Custom Replier Footer (English & Modern)
--------------------------------------------------------------*/
.footer-black {
    background: #0d1117 !important; /* أسود كربوني احترافي */
    color: #e6edf3 !important;
    padding: 60px 0 30px;
    font-family: "Poppins", sans-serif;
}

/* تنسيق العناوين داخل الفوتر */
.footer-black h3.title, .footer-black .footer-title {
    color: #25D366 !important; /* أخضر واتساب */
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-black h3.title hr {
    border-top: 2px solid #25D366;
    width: 40px;
    margin: 10px 0 0 0; /* محاذاة لليسار لأن الفوتر أصبح إنكليزي */
}

/* تنسيق الروابط */
.footer-black ul.links {
    padding: 0;
    list-style: none;
}

.footer-black ul.links li {
    margin-bottom: 12px;
}

.footer-black ul.links li a {
    color: #8b949e !important;
    transition: 0.3s all ease;
    font-size: 0.95rem;
    text-decoration: none !important;
}

.footer-black ul.links li a:hover {
    color: #25D366 !important;
    padding-left: 8px; 
}

.footerInfo p {
    color: #8b949e;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.footerInfo a {
    color: #e6edf3 !important;
    font-weight: 500;
}

.socialFooter {
    padding: 0;
    margin-top: 20px;
}

.socialFooter li {
    display: inline-block;
    margin-right: 15px;
}

.socialFooter li a {
    width: 40px;
    height: 40px;
    background: #21262d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff !important;
    font-size: 18px;
    transition: 0.3s;
}

.socialFooter li a:hover {
    background: #25D366;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

.enBtn {
    background: transparent;
    border: 1px solid #30363d;
    color: #8b949e !important;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 0.8rem;
    transition: 0.3s;
}

.enBtn:hover {
    background: #25D366;
    color: #fff !important;
    border-color: #25D366;
}

@media (max-width: 767.98px) {
    .footer-black {
        text-align: center;
    }
    .footer-black h3.title hr {
        margin: 10px auto; 
    .footer-black ul.links li a:hover {
        padding-left: 0;
    }
}