 
html, body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
}


body{
  margin: 0; 
  padding: 0;
  overflow-x: hidden;
  max-width: 100%;
  
}

 
/* قسم وسام */

.About {
  
    height: 400px;
    width: 100%;
    margin-top: 20px;
 
    background-image: url('./images/img1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.h1about {
    font-size: 50px;
    padding-top: 200px;
    margin-left: 50px;

}

.Aboutdiv1 {
    width: 250px;
    height: 70px;
    position: relative;
    z-index: 2;
    background-color: white;
    transform: translateY(-120px);
    border-radius: 10px;
    margin-left: 70%;
}

.aboutdiv2 {
    width: 220px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 3;
    transform: translateY(20px);
    margin-left: 15px;
    padding-top: 10px;
}

.aboutA {
    text-decoration: none;
    color: white;
}

.aboutimg {
    width: 40px;
    height: 40px;
 


}

.abouticon {
   width: 70px;
   height: 70px;
}
.aboutdiv5 {
    display: flex;
    width: 250px;
    height: 90px;
    justify-content: center;
    gap: 20px;
    border-radius: 10px;
    position: relative;
    z-index: 3;
    transform: translateY(-300px);

}

.abouticn {
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 40px;
    margin-top: 20px;
}

.aboutimgg1 {
    width: 300px;
    height: 350px;
    transform: translateX(200px);
}

.aboutimgg2 {
    position: relative;
    z-index: 2;
    transform: translateY(-200px);
}

.aboutaa {
    text-decoration: none;
    color:  #0e234b;
    font-weight: bold;
}
 



/* قسم وسام */
 
/* قسم منى */

@media(max-width:462px){
.videoSize{
  margin: 25px;
  width: 90% !important;
  height: 500px !important;
    border-radius: 20px !important;
}
}
.play-button {
  z-index: 2;
  cursor: pointer;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #d2f1f86c;
  }
 
  70% {
    box-shadow: 0 0 0 20px #b2e3ee8f;
  }
  100% {
    box-shadow: 0 0 0 0 #2bc8ebcc;
  }
}
.accordion-button.custom-btn:not(.collapsed) {
  background-color: #2f2beb; 
  color: white;
}


.accordion-button:not(.collapsed) .icon-box {
  background-color: #ffff;
}

.show{
  border: 2px solid #2bc8eb;
}
/* قسم منى */

 

/* قسم هديل */

.bg-img{

    background-image: url('https://techinhtml.netlify.app/assets/images/v1/pricing-bg.png');
    width: 100%;
    background-position: center;
    background-size: cover;
}
.monthly-btn{
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
}
.yearly-btn{
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
}
.pading-btn{
    padding: 20px;
}
 
.daire{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: black;
    border: 5px solid white;
}
.bag{
    background-color: #2bc8eb;
    color: white;
}
.btn-bg{
    background-color: #2f2beb;
}
.card-border{
    border: #2f2beb 0.1px solid;
    
}
.img-leaner1{
    background-color: #2f2beb;
}
.daire1{
       width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #2f2beb;
    border: 5px solid white;
}
.bag1{
    background-color: white;
    color: black;
}

/* working */
.bor{
    border: #2f2beb inset 3px;
    padding: 25px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: transform 1s ease;
}
.card-bor{
     border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.cardPlan:hover .daire{
background-color: #2f2beb;
}
.cardPlan:hover .img-leaner{
    background-color: #2f2beb;
}
.cardPlan:hover ul{
    color: white;
}  
.cardPlan:hover .bag{
    color: black;
    background-color: white;
}
.bor:hover{
transform: translateY(-10px);
}
/* قسم هديل */


/* قسم ابتسام */
 

.card1 {
    position: relative;
    text-align: center;
    transition: all 0.5s ease;
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-top-right-radius: 100px;
}

.card1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: #007bff;
    border-top-right-radius: 100px;
    z-index: 2;
    transition: all 0.4s ease;
}

.card-icon1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.card-icon1 i {
    width: 80px;
    height: 80px;
    font-size: 40px;
    background-color: #007bff;
    color: white;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
    z-index: 3;
}

.card-icon1 i:hover {
    background-color: white;
    color: #007bff;
    transform: scale(1.2);
}

.card1 h3 {
    z-index: 3;
    position: relative;
}

.card1 p {
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    min-height: 100px;
    z-index: 3;
}

.card1 button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.card1 button:hover {
    background-color: #339cff;
}

.card1:hover {
    background-color: #007bff;
    color: white;
    transform: translateY(-5px) rotate(5deg);
}

.card1:hover p,
.card1:hover h3 {
    color: white;
}

.card1:hover::after {
    background-color: #339cff;
}

@media (max-width: 768px) {
    .card-icon1 i {
        width: 60px;
        height: 60px;
        font-size: 30px;
    }
}

/* ====== Hero Section ====== */

.hero1 {
  position: relative;
  width: 100%;
  height: 100vh;
}

.hero-img1 {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  backdrop-filter: blur(5px);
  z-index: 1;
}

.cardp1 {
  position: absolute;
  left: 50%;
  top: 70vh;
  transform: translate(-50%, -50%) translateY(50px);
  width: 1000px;
  height: 300px;
  background-color: rgba(18, 74, 134, 0.95);
  color: white;
  padding: 60px;
  border-radius: 20px;
  z-index: 2;
  opacity: 0;
  animation: slideUp1 1s forwards 0.2s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text1 {
  display: flex;
  flex-direction: column;
}

.button1-1 {
  padding: 10px 20px;
  border: none;
  background-color: #fff;
  color: #007bff;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: .3s;
}

.button1-1:hover {
  background-color: #007bff;
  color: white;
  transform: translateY(-3px);
}

@keyframes slideUp1 {
  0% {opacity: 0; transform: translate(-50%, -50%) translateY(50px);}
  100% {opacity: 1; transform: translate(-50%, -50%) translateY(0);}
}

@media (max-width: 768px) {
  .hero-img1, .overlay1 {height: 50vh;}
  .cardp1 {
    width: 90%;
    padding: 20px;
    top: 50vh;
  }
}

/* ====== Team Cards ====== */

.team-card1 {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background: #1e0e4d;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    transition: transform .3s, box-shadow .3s;
}

.team-card1:hover {
    transform: translateY(-7px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.img-wrapper1 {
    overflow: hidden;
    border-radius: 15px;
    height: 300px;
}

.team-card1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.team-card1:hover img {
    transform: scale(1.08);
}

.info-box1 {
    position: absolute;
    bottom: 20px;
    left: 0px;
    background: #d8ecff;
    padding: 10px 15px;
    border-radius: 0 0 10px;
    z-index: 10;
}

.info-box1 h6 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: #003d7a;
}

.info-box1 span {
    font-size: 20px;
    color: #005aa7;
}

@media (max-width: 768px) {
  .info-box1 h6 {font-size: 12px;}
  .info-box1 span {font-size: 10px;}
}
 
/* قسم ابتسام */
 
/* قسم ايه */
  
        body {
            font-family: "Tahoma", sans-serif;
            background: #f8f9fa;
        }

        .contact-title {
            color: #000;
            font-size: 40px;
        }

        .contact-box {
            background: #ffffff;
            border-radius: 20px;
        }

        .contact-img {
            width: 100%;
            border-radius: 20px;
            object-fit: cover;
        }

        .info-section {
            background: linear-gradient(90deg, #06205c, #093bba);
            color: #fff;
            padding: 50px 0;
            border-radius: 25px;
        }

        .info-card {
            text-align: center;
            padding: 20px;
        }

        .info-card i {
            font-size: 40px;
            margin-bottom: 10px;
        }

        /* صورة ملء الشاشة */
        .full-img {
            width: 100%;
            height: 450px;
            object-fit: cover;
            border-radius: 25px;
            margin-top: 25px;
        }
    
/* قسم ايه */
 
/* قسم دعاء */

 .hero-section {
            background: #0b1f51; /* الأزرق الداكن المطابق للصورة الأصلية */
            padding: 80px 0;
            overflow: hidden;
        }

        /* Title big */
        .hero-title {
            font-size: 48px;
            font-weight: 800;
            line-height: 1.2;
            color: white;
        }

        /* Blue top text */
        .hero-top-text {
            color: #4da3ff;
            font-weight: 600;
            font-size: 18px;
        }

        /* Small paragraph */
        .hero-desc {
            color: #dfe6ff;
            font-size: 17px;
            margin-top: 15px;
        }

        /* Blue button */
        .hero-btn {
            background: #007bff;
            padding: 12px 26px;
            border-radius: 8px;
            color: white;
            font-weight: 600;
            display: inline-block;
            margin-top: 25px;
        }

        /* Image on right */
        .hero-image {
            max-width: 480px;
            width: 100%;
        }

        /* Center everything on small screens */
        @media (max-width: 992px) {
            .hero-title {
                font-size: 36px;
            }
            .hero-content {
                text-align: center;
            }
            .hero-image {
                margin-top: 40px;
            }
        }
/* قسم دعاء */

 
/* قسم مهند */



.top-navbar {
  background: #012448;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.nav-left {
  background: #0e234b;
  padding: 20px 100px;
  border-radius: 50px 110px 110px 50px;
  display: flex;
  gap: 15px;
}
.logo-img {
  width: 200px;
}

.nav-right {
  background: #0e234b;
  padding: 15px 35px;
  border-radius: 110px 50px 50px 110px;
  gap: 20px;
}

.menu-links {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  gap: 20px;
}
.menu-links a {
  color: #dce6ff;
  font-weight: 500;
  text-decoration: none;
}
.navLi::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: width 0.3s;
}

.navLi:hover::after {
  width: 100%;
}

.menu-links a:hover {
  color: #28c3ff;
}

.search-box {
  background: white;
  padding: 5px 15px;
  border-radius: 40px;
}
.search-box input {
  border: none;
  outline: none;
}
.search-box button {
  border: none;
  background: #3b47ff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: white;
}

.menu-btn {
  background: #3f3bff;
  color: white;
  font-size: 22px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  display: flex !important;
  justify-content: center;
  align-items: center;
  display: flex !important;
}

@media (max-width: 992px) {
  .menu-links,
  .search-box {
    display: none !important;
  }

  .menu-btn {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .top-navbar {
    justify-content: space-between;
  }
}

.mobile-sidebar {
  position: fixed;
  right: -300px;
  top: 0;
  width: 280px;
  height: 100vh;
  background: #0e234b;
  padding: 30px;
  transition: 0.4s ease;
  z-index: 99999;
}

.mobile-sidebar.active {
  right: 0;
}

.close-btn {
  background: none;
  color: white;
  font-size: 30px;
  border: none;
  float: right;

  cursor: pointer;
}

.mobile-links {
  list-style: none;
  margin-top: 60px;
  padding-left: 0;
}

.mobile-links li {
  margin-bottom: 25px;
}

.mobile-links a {
  color: #dce6ff;
  font-size: 20px;
  text-decoration: none;
}

.mobile-links a:hover {
  color: #29c5ff;
}


/* قسم مهند */

 

/* قسم براء */


 .carousel-controls {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 20px;
}

.carousel-controls button {
    background-color: blue;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    transition: 0.3s;
}

.carousel-controls button:hover {
    background-color: darkblue;
}

/* --- الكارد والصورة --- */

.colCArd {
    height: 270px;
}

.cardImg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
    transition: transform 0.3s ease;
    position: relative; /* مهم جداً */
}

.cardImg:hover {
    transform: scale(1.02);
    filter: brightness(80%);
}

/* الأيقونة */
.icon1 {
    font-size: xx-large;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
}

.cardImg:hover .icon1 {
    visibility: visible;
}

/* البوكس يلي فوق الصورة */
.p-projectCard {
    background-color: rgba(255, 255, 255, 0.4);
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    height: 50px;

    position: absolute;
    bottom: 0;     /* بدل top: 302px */
    left: 0;
    width: 100%;

    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;

    transition: background-color 0.3s ease, color 0.3s ease;
    visibility: hidden;
    z-index: 10;
}

.cardImg:hover .p-projectCard {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    visibility: visible;
}

/* زر السهم */
.projectsBtn {
    text-decoration: none;
    color: white;
    padding: 8px;
    border-radius: 18px;
    cursor: pointer;
}

.cardImg:hover .projectsBtn {
    background-color: lightslategray;
}
/* قسم براء */



 
.butuunHm {
  padding: 17px 40px;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  background-color: white;
  box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.5s ease;
}

.butuunHm:hover {
  letter-spacing: 3px;
  background-color: hsl(240, 100%, 62%);
  color: hsl(0, 0%, 100%);
  box-shadow: rgb(93 24 220) 0px 7px 29px 0px;
}

.butuunHm:active {
  letter-spacing: 3px;
  background-color: hsl(261deg 80% 48%);
  color: hsl(0, 0%, 100%);
  box-shadow: rgb(93 24 220) 0px 0px 0px 0px;
  transform: translateY(10px);
  transition: 100ms;
}

 
/* Background Section */
.pricing-section {
  padding: 80px 0;
  border-radius: 20px;
}

/* Toggle Buttons */
.pricing-toggle .toggle-btn {
  padding: 10px 25px;
  font-weight: bold;
  background: #ffffff20;
  border: 1px solid #ffffff50;
  color: #fff;
  transition: 0.3s;
}

.pricing-toggle .toggle-btn.active {
  background: #0d6efd;
  color: #fff;
}

.pricing-toggle .toggle-btn:hover {
  background: #0d6efd90;
}

/* Pricing Card */
.pricing-card {
  background: white;
  border-radius: 15px;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  transition: 0.4s;
  box-shadow: 0 5px 20px #0002;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px #0004;
}

/* Featured Plan */
.featured {
  background: linear-gradient(135deg, #2575fc, #6a11cb);
  color: white !important;
}

/* Price Circle */
.price-wrapper {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.price-circle {
  background: #0d6efd;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.price-circle .price {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}

/* Features */
.features {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.features li {
  font-weight: bold;
  margin: 10px 0;
}

.features li i {
  color: #0d6efd;
  margin-right: 10px;
  font-size: 18px;
}

/* Buttons */
.choose-btn {
  width: 80%;
  margin-top: 30px;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  background: #0d6efd;
  color: white;
  transition: 0.3s;
}

.choose-btn:hover {
  background: #084298;
}

.featured-btn {
  background: white;
}

.featured-btn:hover {
  background: #f2f2f2;
}

 



.team-card1 {
  overflow: hidden;
}

.carousel-item .team-card1 {
  padding: 0;
  margin: 0;
}

.carousel-item > .d-flex {
  gap: 0 !important;
}

.img-wrapper1 img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

 

    .team-horizontal {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 20px;
      overflow-x: auto;
      padding-bottom: 10px;
    }

    .team-horizontal > .col-md-4 {
      flex: 0 0 auto;
      width: 280px;
    }

    .team-card1 {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0,0,0,.1);
    }

    .img-wrapper1 {
      position: relative;
      width: 100%;
      height: 260px;
      overflow: hidden;
    }

    .img-wrapper1 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .hover-name {
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.6);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: bold;
      opacity: 0;
      transition: opacity 0.4s ease;
    }

    .img-wrapper1:hover .hover-name {
      opacity: 1;
    }

    .info-box1 {
      text-align: center;
      padding: 15px;
    }

    /* إخفاء Scroll */
    .team-horizontal::-webkit-scrollbar {
      display: none;
    }
    .team-horizontal {
      scrollbar-width: none;
    }
    
































.animated-bg {
  background: linear-gradient(
    -45deg,
    #020024,
    #090979,
    #007cf0,
    #00d4ff
  );
  background-size: 400% 400%;
  animation: gradientMove 4s ease infinite;
 
  color: white;
}

/* Animation */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

 

 










