
:root {
  --big-txt: 48px;
}

.txt-p-color{
  color: #3CBEB1;
}

/************* header & nav *************/
.header {
  position: relative;
  background-image: url('../images/header_bg.png');
  background-size: cover;
  background-position: center;
  height: 768px;
  padding-top: 100px; /* إضافة مسافة من الأعلى لتجنب تداخل الصورة مع الـ navbar */
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; /* لضمان أن شريط التنقل يكون فوق الصورة */
}

/* توسيط الشعار */
.navbar-brand img {
  width: 145px; /* عرض الشعار */
  height: 55px;
}

/* تخصيص القوائم لتكون في المنتصف */
.navbar-nav {
  display: flex;
  justify-content: center; /* توسيط القوائم */
  gap: 30px; /* مسافة بين القوائم */
  width: 100%;
  text-align: center; /* توسيط النصوص */
  padding-top: 10px;
}

.navbar-nav li a {
  color: #fff;
}

.navbar-nav li a:hover {
  color: #04413a;
}

.navbar-nav .dropdown-item  {
  color: black;
}


.header .right-part {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
}


.head-img{
  width: 278px;
  height: 362px;
  margin: 0px 5px;

}

.centered-image {
  margin-top: 53px;
}


.left-part {
  color: white;
}

.left-part .top-text {
  margin-top: 100px;
  margin-bottom: 10px;
}

.left-part .top-text h2 {
  margin: 20px 0px;
  font-size: 42px;
  font-weight: bold;
  color: #FAC64B;
}

.left-part .top-text span {
  color: white;
  font-size: 18px;
}

.left-part .bottom-text {
  margin-top: 120px;
}

.left-part .bottom-text p {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
}

.left-part .bottom-images svg {
  margin-right: 30px;
}


/* مسافة من الهيدر لتجنب تغطيته */
.content {
  padding-top: 450px; /* رفع المحتوى أسفل الهيدر */
}

.navbar .container-fluid {
  padding-left: 150px;
  padding-right: 150px;
}
.header .container-fluid {
  padding-left: 150px;
}

.about-section .container {
  padding-left: 150px;
}

/* منع ظهور شريط التمرير الأفقي */
html, body {
  overflow-x: hidden;
}

.brd2 {
  border: 2px solid red;
}



.page_sections{
  padding-top: 150px;
}

/************* about us *************/
.about-section .first-container {
  text-align: center;
}

.square-block {
  width: 124px;
  height: 124px;
  margin: 50px auto; /* محاذاة المربع في المنتصف */
  border-radius: 30px; /* حواف دائرية */
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.2); /* إضافة ظل للمربع */
  background-color: #fff; /* خلفية بيضاء */
  align-content: center;
}

.about-section h2 {
  font-size: 3rem;
  font-weight: bold;
  color: black;
  margin: 20px 0px;
}

.about-section .about-overview {
  font-size: 1.25rem;
  color: #2F2F2F;
  max-width: 58%;
  margin: 0 auto;
}


.background-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.background-container svg {
  position: absolute;
  z-index: 1;
}

.background-container .left-svg {
  left: -20%;
  transform: translateY(10%);
}

.background-container .right-svg {
  right: -10%;
  transform: translateY(-22%);
}

.about-section .py-5 .row div{
  position: relative;
  z-index: 10;
}

.feature-block {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
  height: 160px;
  overflow: hidden;
}

.feature-block h5{
  font-size: 22px;
  font-weight: 450;
  text-transform: uppercase;
  text-align: inherit;
}


.feature-block .block-txt{
  color: #2F2F2F;
  font-size: 15px;
  margin-right: 15%;
  height: 67px;
  overflow: hidden;
  opacity: 80%;
}

/************* active users *************/
.active-users{
  margin: 200px 150px;
}

.active-users .title{
  font-size: 24px;
  font-weight: bold;
}

.icons .image-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.icons .image-container img {
  filter: grayscale(100%);
  width: 100px;
  height: auto;
  object-fit: contain;
}

/************* profiles *************/

.marg-rl-150{
  margin-right: 150px;
  margin-left: 150px;
}

.profiles .big-title{
  font-size: var(--big-txt);
  font-weight: bold;
  color: black
}

/************* slider *************/

.carousel-indicators {
  transform: translateY(100px);
}

.carousel-indicators button {
  width: 18px !important;
  height: 18px !important;
  margin: 0 10px !important;
  background-color: #3CBEB1 !important;
  border-radius: 50%;
}

.profiles .btn-bg{
  width: 84px !important;
  height: 84px !important;
  background-color: #3CBEB1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profiles .carousel-control-prev{
  transform: translateX(-150px);
}
.profiles .carousel-control-next{
  transform: translateX(150px);
}


.carousel-item{
  max-height: 730px;
}

.carousel-item .card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 351px;
  border: none;
  border-radius: 30px;
  background: #F8F8F8;
}

.carousel-item .first-card{
  height: 728px;
}

.card-img-bottom {
  width: 303px;
  height: auto;
  object-fit: contain;
}

.carousel-item .card-title{
  font-size: 25px;
  font-weight: bold;
}

.carousel-item .card-text{
  font-size: 20px;
  color: #2F2F2F;
  /*width: 476px;*/
  height: 74px;

}

/************* features *************/

.features-bg{
  margin-top: 200px;
  background-image: url("../images/features-bg.png");
  width: 100%;
  max-width: 1140px;
  height: 1587px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 70px;

}

.features .features-title{
  color: white;
  font-size: var(--big-txt);
  font-weight: bold;
  text-align: center;
}
.features .features-text{
  color: white;
  font-size: 20px;
  text-align: center;
  padding: 0 120px;
  opacity: 70%;
}


.features .app-icon{
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #51ABA2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .app-title{
  font-size: 20px;
  color: white;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.features .app-text{
  font-size: 16px;
  width: 100%;
  height: 58px;
  overflow: hidden;
  color: white;
  opacity: 70%;
  padding: 4px 0px;
}

/************* user features *************/

.user-feature{
  width: 100%;
  margin-top: 120px;
}

.user-feature .sec-cont{
  width: 100%;
  max-width: 1140px;
}

.user-feature .title{
  font-size: var(--big-txt);
  font-weight: bold;
}

.user-card{
  width: 230px;
  height: 110px;
  background: #F8F8F8;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.user-card-border{
  border: 3px solid #3CBEB1;
}

.user-card .user-title{
  font-size: 18px;
  padding-left: 20px;
}

/************* downloadApp *************/

.downloadApp-bg{
  margin: 50px 0px;
  background-image: url("../images/downloadApp-bg.png");
  width: 100%;
  max-width: 1140px;
  height: 567px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 70px;
  overflow: hidden;
}

.downloadApp .title{
  font-size: 42px;
  font-weight: bold;
  color: #ffffff;
}

.downloadApp .left-part{
  align-content: center;
}

.downloadApp .app-img{

  background-image: url("../images/app.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top;
}

/************* footer *************/
.footer{
  background: #F6F6F6;
  min-height: 200px;
  margin-top: 50px;
}

.footer a{
  color: #000;
  text-decoration: none;
}

.footer .icon-circle {
  display: inline-block;
  padding: 5px;
  background-color: white;
  border-radius: 50%;
  color: #000;
  text-align: center;
  transition: background-color 0.3s ease;
}

.footer .icon-circle i {
  font-size: 20px;
  color: #2F2F2F;
}

.footer .icon-circle:hover {
  background-color: #3CBEB1;
}

.footer .icon-circle:hover i {
  color: white;
}


.footer .icon-circle-b {
  display: inline-block;
  padding: 3px;
  background-color: black;
  border-radius: 50%;
  color: white;
  text-align: center;
  font-size: 10px;
}


.footer .list-unstyled li{
  margin-bottom: 10px;
  opacity: 67%;
  font-size: 16px;
}