.background{
    position: relative;
    width: 100%;
    height: 100vh; /* يمكن تعديل هذا بحسب حجم الصورة */
    background-image: url('../img/ainers.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
   
}
.sticky {
    position: fixed;
    top: 54px; /* سيتم تثبيته تحت 53.19px من الأعلى */
    left: 0;
    right: 0;
    z-index: 1000;
    background: white; /* اختر اللون المناسب */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    animation: fadeInDown 0.3s ease-out;
}

.col-lg-8{
  text-align: right;
}

ul {
  list-style: none;
}
.header {
  background-color: white;
  height: 55px;
  position: relative;
}
.header-top-contact{
  color: black;
  background-color: white;
  
}
.header .my-3{
  margin: 0 !important;
  padding-left: 0;
} 
.header-top-contact .row {
  height: 55px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-left: 0px;
}

.header-email a {
  color: black;
}
.header-email a:hover {
  color: #44808f;
}
.header-email i{
  color: black;
}
.header-email-sub a{
  font-weight: 600;
}
.header-phone a{
  font-weight: 600;
  color: #44808f;
  font-size: 14px;
  margin-right: 10px;
}

.header-right i{
  color: black;
  cursor: pointer;
}
.fa-chevron-down:before{
  color: #44808f;
}
.header-right a:hover{
  color: #44808f;
}
.sticky-header {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 2000;
    background-color: white;
    animation: fadeInDown 0.3s ease-out;
    padding: 0px 20px
}
@media (max-width: 767px) { /* On small screens (sm and below) */
    .header-top-bar .row {
        align-items: center; /* توسيط المحتوى عند التكديس */
        height: 55px;
    }
    .header-left,
    .header-right {
        justify-content: center !important; /* توسيط العناصر داخل الأعمدة */
    }
  
    .header-top-bar .text-md-start,
    .header-top-bar .text-md-end {
        text-align: center !important; /* ضمان التوسيط على الشاشات الصغيرة جداً */
    }
    .header-top-contact {
      height: 55px;
    }
    .container-fluid {
      height: 55px;
      padding-left: 0;
    }
    
    .sticky-header {
    padding: 0px 10px
}
.header-phone a{
  
  margin-right: 8px !important;
}
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* لتعويض المساحة عند تثبيت الشريط */
body.sticky-header-active {
    padding-top: 60px; /* اضبط هذه القيمة حسب ارتفاع شريطك */
}
.extra-add{
  border: none;
  background-color: transparent;
  color: #44808f;
  font-size: 20px;
}
.social-icon-ht{
  text-align: right;
}
.social-icon-ht i{
  padding: 0 4px;
  color: #44808f;
  font-style: 16px;
  transition: 0.4s ease-in-out;
  cursor: pointer;

}
.social-icon-ht i:hover{
  color: #44808f;
}




.menu-burger-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.booking-button {
  display: inline-block;
  width: 250px;
  background-color: white;
  color: #44808f;
  border: 1px solid #44808f;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border-radius: 999px;
  padding: 5px 10px;
  text-align: center;
}
.header-booking {
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.booking-button i{
  margin-right: 4px;
}

.booking-button:hover {
  background-color: #35636e;
  color: white;
}


.boking-btn-one{
  width: 250px;
  text-align: center;
  margin: 0 30px 0px 4px;
}
.boking-btn-tow{
  width: 240px;
  text-align: center;
  margin: 0 37px 0px 4px;
}
.boking-btn-three{
  width: 230px;
  text-align: center;
  margin: 0 50px 0px 4px;
}
.menu-divider {
  border: none;
  border-top: 1px solid #44808fb2; /* خط فاهي شبه شفاف */
  width: 100%;
  margin: 3px 0;
}

.services-clinc {
  min-height: 100vh;
  text-align: center;
  padding: 5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;

}
.services-h1 {
  font-size: 2.25rem;         /* text-4xl */
  font-weight: 600;           /* font-semibold */
  max-width: 48rem;           /* max-w-3xl */
  margin-left: auto;          /* mx-auto */
  margin-right: auto;
  margin-bottom: 4rem;        /* mb-16 */
  line-height: 1.375; 
  text-align: center;
  margin: auto !important;
}
.services-grid{
  display: grid;                      /* grid */
  text-align: left;                  /* text-left */
  gap: 1.25rem;                      /* gap-5 */
  max-width: 64rem;                  /* max-w-5xl */
  margin-left: auto;                 /* mx-auto */
  margin-right: auto;
  grid-template-columns: 1fr; 
  margin-top: 4rem;       /* 1 عمود افتراضيًا */
}
.services-clinc span{
  color: black;
}
.services-clinc h1{
  color: #44808f;
}
.services-clinc .card {
  position: relative;
  background-color: white;
  padding: 2rem;
}
.services-clinc .card .card-text{
  color: black;
}
.services-clinc .card h2{
  color: black;
}
.services-clinc .card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transition: 0.6s;
  z-index: 0;
  background-color: #44808f;
}

.services-clinc .card:hover {
  box-shadow: 0.063rem 0.063rem 1.25rem 0.375rem #44808f;
}

.services-span{
     color: black;
    font-size: 1.125rem;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5rem;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}
.services-clinc .card:nth-child(1)::before {
  bottom: 0;
  right: 0;
  clip-path: circle(calc(2.25rem + 7.5vw) at 100% 100%);
}

.services-clinc .card:nth-child(2)::before {
  bottom: 0;
  left: 0;
  clip-path: circle(calc(2.25rem + 7.5vw) at 0% 100%);
}

.services-clinc .card:nth-child(3)::before {
  top: 0;
  right: 0;
  clip-path: circle(calc(2.25rem + 7.5vw) at 100% 0%);
}

.services-clinc .card:nth-child(4)::before {
  top: 0;
  left: 0;
  clip-path: circle(calc(2.25rem + 7.5vw) at 0% 0%);
}
.services-clinc .card-box {
  position: relative;
}

@media (min-width: 1024px) {
  .services-clinc .card:nth-child(1) .card-box {
    padding-right: 13rem;
  }
  .services-clinc .card:nth-child(2) .card-box {
    padding-left: 12rem;
  }
   .services-clinc .card:nth-child(3) .card-box {
    padding-right: 13rem;
  }
  .services-clinc .card:nth-child(4) .card-box {
    padding-left: 12rem;
  }
}

.card-inner {
  display: flex;
  flex-direction: column;
}

/* على الشاشات الصغيرة: خليه يصير صف (الصورة يمين والنص يسار) */
@media (max-width: 767px) {
  .card-inner {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
.services-clinc .card:nth-child(3){
  margin-top: 50px;
}
  .services-clinc .card:nth-child(3) .cir {
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    border-radius: 50%;
    clip-path: none !important;
    position: absolute;
    left: 0;
    top: -40px !important;
  }
 .services-clinc .card:nth-child(1) .cir {
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    border-radius: 50%;
    clip-path: none !important;
    position: absolute;
    left: 0;
    top: -40px !important;
  }
  .card-inner .card-box {
    flex: 1;
  }
  .services-clinc .card:nth-child(4),
  .services-clinc .card:nth-child(2){
  margin-top: 50px;
}
.services-clinc .card:nth-child(4) .cir,
.services-clinc .card:nth-child(2) .cir {
  position: absolute;
  top: -40px !important;
  left: auto !important; /* أضف هذا */
  right: 0 !important;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  clip-path: none !important;
}

  .card-inner .card-box {
    flex: 1;
  }
  .services-grid{
  margin-top: 4rem;       /* 1 عمود افتراضيًا */
}
.header-booking {
    display: none;

}
}

.services-clinc .card p {
  transition: 0.8s;
}

.services-clinc .card:hover::before {
  clip-path: circle(110vw at 100% 100%);
}

.services-clinc .card:hover p {
  color: #fff;
}

/* Media query manually (replacing @include mQ(62.5rem)) */
@media screen and (min-width: 62.5rem) {
  .services-clinc .cir {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .services-clinc {
    padding-left: 0; /* يعادل xl:px-0 */
    padding-right: 0;
  }
}
/* حجم الخط الأكبر على شاشات متوسطة */
@media (min-width: 768px) {
  .services-h1 {
    font-size: 3rem;          /* md:text-5xl */
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr); /* md:grid-cols-2 */
  }
}
@media (min-width: 640px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr); /* sm:grid-cols-2 */
  }
}
/* حجم الخط الأكبر على شاشات كبيرة جدًا */
@media (min-width: 1280px) {
  .services-h1 {
    font-size: 3.75rem;       /* xl:text-6xl */
  }
   .card-box-cap {
    font-size: 1.875rem;   /* text-3xl */
    line-height: 2.25rem;
  }
}
.card-box-cap {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 1.5rem;       /* text-2xl */
  line-height: 2rem;
}
.services-clinc .card:nth-child(1) .cir {
  background: url("../img/card/1.jpg") no-repeat 50% 50% / cover;
  bottom: 0;
  right: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 100% 100%);
}

.services-clinc .card:nth-child(2) .cir {
  background: url("../img/card/2.jpg") no-repeat 50% 50% / cover;
  bottom: 0;
  left: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 0% 100%);
}

.services-clinc .card:nth-child(3) .cir {
  background: url("../img/card/3.jpg") no-repeat 50% 50% / cover;
  top: 0;
  right: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 100% 0%);
}

.services-clinc .card:nth-child(4) .cir {
  background: url("../img/card/4.jpg") no-repeat 50% 50% / cover;
  top: 0;
  left: 0;
  clip-path: circle(calc(6.25rem + 7.5vw) at 0% 0%);
}

/* ---------- Start Articles ------------ */
.articles {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  position: relative;
}

.articles .container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 40px;
}

.articles .box {
  box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
  background-color: white;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden;
  transition: transform var(--main-transition),
    box-shadow var(--main-transition);
  -webkit-transition: transform var(--main-transition),
    box-shadow var(--main-transition);
  -moz-transition: transform var(--main-transition),
    box-shadow var(--main-transition);
  -ms-transition: transform var(--main-transition),
    box-shadow var(--main-transition);
  -o-transition: transform var(--main-transition),
    box-shadow var(--main-transition);
}

.articles .box:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  box-shadow: 0 2px 15px rgb(0 0 0 / 30%);
}

.articles .box:hover .info i {
  animation: right-move 0.5s linear infinite;
  -webkit-animation: right-movie 0.5s linear infinite;
}

.articles img {
  width: 100%;
  max-width: 100%;
}

.articles .content {
  border-bottom: 1px solid #e6e6e7;
}

.articles .content h3 {
  margin: 10px 20px;
}

.articles .content p {
  color: #777;
  margin: 10px 20px;
}

.articles .info {
  margin: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.articles .info a {
  text-decoration: none;
  color: var(--main-color);
  font-weight: bold;
}

.articles .info i {
  color: var(--main-color);
}

/* ---------- End Articles ------------ */

#reviwes {
  min-height: 100vh; /* تأكد من أن القسم يأخذ ارتفاع الشاشة بالكامل */
  width: 100%;
 
  background-attachment: fixed; /* اجعل الخلفية ثابتة عند التمرير */
  padding: 40px 0 80px; /* تحسين التباعد */
  font-family: 'Monnich';
}

.review-author {
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
    text-transform: uppercase;
}

.carousel-indicators {
    bottom: -58px;
}

.carousel-indicators li {
    background-color: rgba(0, 0, 0, .5);
}

.carousel-indicators .active {
    background-color: #000;
}


@media (max-width: 575px) {
    .review {
        padding-left: 40px;
        padding-right: 20px;
    }
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.451 25.451' fill='%23000'%3E%3Cpath d='M20.982.521v2.006L8.57 12.315c-.121.101-.195.251-.195.41s.074.311.195.41l12.412 9.79v2.005a.52.52 0 01-.297.469.519.519 0 01-.549-.061L4.664 13.136a.531.531 0 010-.82L20.136.113a.523.523 0 01.846.408z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.005 512.005' fill='%23000'%3E%3Cpath d='M388.418 240.923L153.751 6.256c-8.341-8.341-21.824-8.341-30.165 0s-8.341 21.824 0 30.165L343.17 256.005 123.586 475.589c-8.341 8.341-8.341 21.824 0 30.165a21.275 21.275 0 0015.083 6.251 21.277 21.277 0 0015.083-6.251l234.667-234.667c8.34-8.34 8.34-21.823-.001-30.164z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
   width: 45px;
   height: 45px;
}
/* ---------- Start Gallery ------------ */
.gallery {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  position: relative;
  background-color: var(--section-background);
  z-index: 100;
}

.gallery .container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 40px;
}

.gallery .box {
  box-shadow: 0 12px 20px 0 rgb(0 0 0 / 13%), 0 2px 4px 0 rgb(0 0 0 / 13%);
}

.gallery .box:hover .image img {
  transform: rotate(6deg) scale(1.1);
  -webkit-transform: rotate(6deg) scale(1.1);
  -moz-transform: rotate(6deg) scale(1.1);
  -ms-transform: rotate(6deg) scale(1.1);
  -o-transform: rotate(6deg) scale(1.1);
  transition: var(--main-transition);
  -webkit-transition: var(--main-transition);
  -moz-transition: var(--main-transition);
  -ms-transition: var(--main-transition);
  -o-transition: var(--main-transition);
}

.gallery .image {
  border: 12px solid white;
  overflow: hidden;
  position: relative;
}

.gallery .image::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: rgb(255 255 255 / 20%);
  z-index: 100;
}

.gallery .image:hover::before {
  animation: flashing 0.7s;
  -webkit-animation: flashing 0.7s;
}

.gallery .container .image img {
  max-width: 100%;
  width: 100%;
  transition: var(--main-transition);
  -webkit-transition: var(--main-transition);
  -moz-transition: var(--main-transition);
  -ms-transition: var(--main-transition);
  -o-transition: var(--main-transition);
}

/* ---------- End Gallery ------------ */
/* ---------- Start Features ------------ */
.features {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  position: relative;
  background-color: white;
}

.features .container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 40px;
}

.features .container .box {
  border: 1px solid #ccc;
  text-align: center;
  position: relative;
}

.features .img-holder {
  position: relative;
  overflow: hidden;
}

.features .img-holder::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.features .img-holder::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0px 0px 170px 472px;
  border-color: transparent transparent white transparent;
  transition: var(--main-transition);
  -webkit-transition: var(--main-transition);
  -moz-transition: var(--main-transition);
  -ms-transition: var(--main-transition);
  -o-transition: var(--main-transition);
}

.features .box:hover .img-holder::after {
  position: absolute;
  border-width: 170px 500px 170px 0;
}

.features .container img {
  max-width: 100%;
}


.features .box h2 {
  position: relative;
  width: fit-content;
  font-size: 40px;
  margin: auto;
}

.features .box h2::after {
  content: "";
  position: absolute;
  height: 5px;
  background-color: red;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
}

.features .box p {
  line-height: 2;
  font-size: 20px;
  margin: 30px 0;
  padding: 20px;
  color: #777;
}

.features .box a {
  display: block;
  width: fit-content;
  margin: 0 auto 30px;
  border: 3px solid transparent;
  padding: 10px 30px;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transition: var(--main-transition);
  -webkit-transition: var(--main-transition);
  -moz-transition: var(--main-transition);
  -ms-transition: var(--main-transition);
  -o-transition: var(--main-transition);
}

.features .quality h2::after {
  background-color: #f44036;
}

.features .quality .img-holder::before {
  background-color: rgb(244 64 54 / 60%);
}

.features .quality a {
  color: #f44036;
  border-color: #f44036;
  background: linear-gradient(to right, #f44036 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.features .time h2::after {
  background-color: #009688;
}

.features .time .img-holder::before {
  background-color: rgb(0 150 136 / 60%);
}

.features .time a {
  color: #009688;
  border-color: #009688;
  background: linear-gradient(to right, #009688 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.features .passion h2::after {
  background-color: #03a9f4;
}

.features .passion .img-holder::before {
  background-color: rgb(3 169 244 / 60%);
}

.features .passion a {
  color: #03a9f4;
  border-color: #03a9f4;
  background: linear-gradient(to right, #03a9f4 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.features .box:hover a {
  background-position: left bottom;
  color: white;
}

/* ---------- End Features ------------ */
/* ---------- Strat Testimonials ------------ */
.testimonials {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  position: relative;
  background-color: var(--section-background);
}

.testimonials .container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 40px;
}

.testimonials .box {
  background-color: white;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 20px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
  position: relative;
}

.testimonials .box img {
  position: absolute;
  width: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  right: -10px;
  top: -50px;
  border: 10px solid var(--section-background);
}

.testimonials .box h3 {
  margin: 0 0 10px;
  color: var(--main-color);
}

.testimonials .box .title {
  color: black;
  margin-bottom: 10px;
  display: block;
}

.testimonials .box .rate .falled {
  color: #ffc107;
  margin-bottom: 10px;
}

.testimonials .box p {
  color: #777;
}

/* ---------- End Testimonials ------------ */



/* doctor-details */
.doctor-details {
  background-color: white;
  padding: 100px 0 0;
  margin-bottom: 100px;
}
.doctor-image{
  background-repeat: no-repeat;
  background-position: center center;
}
.doctor-full-text p{
  color: #555;
}
.doctor-degree span{
  color: #676767;
  font-weight: 600;
}

.doctor-degree h2{
  color: black;
  font-family: 'Monnich';
  font-size: 28px;
  margin-bottom: 0;
}
.doctor-details img{
  max-width: 50%;
}
/* ---------- Strat Team Member ------------ */
.team {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  position: relative;
}

.team .container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}

.team .box {
  position: relative;
}

.team .box::before,
.team .box::after {
  content: "";
  background-color: #f3f3f3;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 10px;
  transition: var(--main-transition);
  -webkit-transition: var(--main-transition);
  -moz-transition: var(--main-transition);
  -ms-transition: var(--main-transition);
  -o-transition: var(--main-transition);
}

.team .box::before {
  width: calc(100% - 60px);
  z-index: -2;
}

.team .box::after {
  z-index: -1;
  background-color: #e4e4e4;
  width: 0;
}

.team .box:hover::after {
  width: calc(100% - 60px);
}

.team .box .data {
  display: flex;
  align-items: center;
  padding-top: 60px;
}

.team .box .data img {
  width: calc(100% - 60px);
  transition: var(--main-transition);
  border-radius: 10px;
  -webkit-transition: var(--main-transition);
  -moz-transition: var(--main-transition);
  -ms-transition: var(--main-transition);
  -o-transition: var(--main-transition);
}

.team .box:hover img {
  filter: grayscale(100%);
}

.team .box .data .social {
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.team .box .data .social a {
  width: 60px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team .box .data .social a:hover i {
  color: var(--main-color);
}

.team .box .data .social i {
  color: #777;
  transition: var(--main-transition);
  -webkit-transition: var(--main-transition);
  -moz-transition: var(--main-transition);
  -ms-transition: var(--main-transition);
  -o-transition: var(--main-transition);
}

.team .box .info {
  padding-left: 80px;
}

.team .box .info h3 {
  margin-bottom: 0;
  color: var(--main-color);
  font-size: 22px;
  transition: var(--main-transition);
  -webkit-transition: var(--main-transition);
  -moz-transition: var(--main-transition);
  -ms-transition: var(--main-transition);
  -o-transition: var(--main-transition);
}

.team .box .info p {
  margin-top: 10px;
  margin-bottom: 25px;
}

.team .box:hover .info h3 {
  color: #777;
}

/* ---------- End Team Member ------------ */
/* ---------- Start Services  ------------ */
.services {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  position: relative;
  background-color: var(--section-background);
}

.services .container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 40px;
}

.services .box {
  background-color: white;
  box-shadow: 0 12px 20px 0 rgb(0 0 0 / 13%), 0 2px 4px 0 rgb(0 0 0 / 12%);
  counter-increment: services;
  transition: var(--main-transition);
  -webkit-transition: var(--main-transition);
  -moz-transition: var(--main-transition);
  -ms-transition: var(--main-transition);
  -o-transition: var(--main-transition);
}

.services .box::before {
  content: "";
  background-color: var(--main-color);
  transition: var(--main-transition);
  -webkit-transition: var(--main-transition);
  -moz-transition: var(--main-transition);
  -ms-transition: var(--main-transition);
  -o-transition: var(--main-transition);
  position: absolute;
  left: 50%;
  top: -3px;
  width: 0;
  height: 3px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.services .box:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}

.services .box:hover::before {
  width: 100%;
}

.services .box i {
  display: block;
  margin: 20px auto;
  text-align: center;
  color: #d5d5d5;
}

.services .box h3 {
  color: var(--main-color);
  text-align: center;
  font-size: 26px;
  margin: 20px 0 40px;
}

.services .info {
  position: relative;
  padding: 20px;
  text-align: right;
  background-color: #f9f9f9;
}

.services .info::before {
  content: "0" counter(services);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  color: white;
  height: 100%;
  width: 80px;
  left: 0;
  top: 0;
  padding-right: 15px;
}

.services .info::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  background-color: #d5d5d5;
  left: 75px;
  top: 0;
  transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
}

.services .info a {
  text-decoration: none;
  color: var(--main-color);
}

/* ---------- End Services  ------------ */
/* ---------- Start Skills ------------ */
.our-skills {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  position: relative;
  background-color: white;
}

.our-skills .container {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .our-skills img {
    display: none;
  }
}

.our-skills .skills {
  flex: 1;
}
.our-skills .skill {
  margin-bottom: 20px;
}
.our-skills .skill h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.our-skills .skill h3 span {
  font-size: 12px;
  border: 1px solid #ccc;
  padding: 3px 5px;
  border-radius: 4px;
  color: var(--main-color);
}

.our-skills .skill .the-progress {
  height: 30px;
  background-color: #eee;
  position: relative;
}

.our-skills .skill .the-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: var(--main-color);
}
/* ---------- End Skills ------------ */
/* ---------- Start Work Steps ------------ */
.work-steps {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  position: relative;
  background-color: var(--section-background);
}
.work-steps .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .work-steps .container {
    flex-direction: column;
  }
}

.work-steps .image {
  max-width: 100%;
  margin-right: 100px;
}

@media (max-width: 991px) {
  .work-steps .image {
    margin: 0 0 50px;
  }
}

.work-steps .info .box {
  background-color: #f6f5f5;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  border: 2px solid white;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .work-steps .info .box {
    flex-direction: column;
    text-align: center;
  }
}

.work-steps .info .box::before {
  content: "";
  left: 50%;
  top: 50%;
  position: absolute;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  background-color: #ededed;
  z-index: -1;
  transition: var(--main-transition);
}

.work-steps .info .box:hover::before {
  width: 100%;
  height: 100%;
}

.work-steps .info .box img {
  width: 64px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .work-steps .info .box img {
    margin: 0 0 30px;
  }
}

.work-steps .info .box h3 {
  margin: 0;
  font-size: 22px;
}

.work-steps .info .box p {
  color: #777;
  line-height: 1.7;
  margin: 10px 0 0;
  font-size: 18px;
}
/* ---------- End Work Steps ------------ */
/* ---------- Start Events ------------ */
.events {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  position: relative;
  background-color: white;
}
.events .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.events img {
  max-width: 450px;
}

@media (max-width: 991px) {
  .events img {
    display: none;
  }
}

.events .info {
  flex: 1;
}

.events .info .time {
  display: flex;
  align-items: center;
  margin: 20px auto;
  gap: 10px;
  justify-content: center;
}

.events .info .time .unit {
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  text-align: center;
  width: 75px;
  transition: var(--main-transition);
}

.events .info .time .unit span {
  display: block;
  transition: var(--main-transition);
}

.events .info .time .unit span:first-child {
  font-size: 35px;
  padding: 15px;
  color: var(--main-color);
  font-weight: bold;
}

.events .info .time .unit span:last-child {
  padding: 8px 10px;
  font-size: 13px;
  border-top: 1px solid #d4d4d4;
}

.events .info .time .unit:hover,
.events .info .time .unit:hover span:last-child {
  border-color: var(--main-color);
}

.events .title {
  text-align: center;
  margin: 40px 0 0;
  font-size: 30px;
}

.events .description {
  text-align: center;
  line-height: 1.7;
  font-size: 19px;
  color: #777;
}

.events .subscribe {
  width: 100%;
  margin-top: 50px;
}

.events .subscribe form {
  width: 600px;
  margin: 20px auto;
  padding: 30px 40px;
  background-color: #f6f5f5;
  border-radius: 50px;
  display: flex;
  gap: 20px;
}

@media (max-width: 767px) {
  .events .subscribe form {
    max-width: 100%;
    padding: 20px;
    flex-direction: column;
    border-radius: 0;
  }
}

.events .subscribe form input[type="email"] {
  padding: 20px;
  border-radius: 50px;
  border: none;
  flex: 1;
  caret-color: var(--main-color);
}

@media (max-width: 767px) {
  .events .subscribe form input[type="email"] {
    border-radius: 0;
  }
}

.events .subscribe form input[type="email"]:focus {
  outline: none;
}

.events .subscribe form input[type="email"]::placeholder {
  transition: opacity var(--main-transition);
}

.events .subscribe form input[type="email"]:focus::placeholder {
  opacity: 0;
}

.events .subscribe form input[type="submit"] {
  border-radius: 50px;
  border: none;
  background-color: var(--main-color);
  color: white;
  font-weight: bold;
  padding: 20px;
  cursor: pointer;
  transition: var(--main-transition);
}

@media (max-width: 767px) {
  .events .subscribe form input[type="submit"] {
    border-radius: 0;
  }
}

.events .subscribe form input[type="submit"]:hover {
  background-color: var(--main-color-alt);
}
/* ---------- End Events ------------ */
/* ---------- Start Pricing ------------ */
.pricing {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  position: relative;
  background-color: var(--section-background);
  margin-bottom: 100px;
}
.pricing h3 span {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.pricing .container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.pricing .box {
  position: relative;
  box-shadow: 0 12px 20px 0 rgb(0 0 0 / 13%), 0 2px 4px 0 rgb(0 0 0 / 12%);
  transition: var(--main-transition);
  background: #f5f5f5;
  text-align: center;
  z-index: 1;
  color: black;
}
.pricing .box:hover {
  box-shadow: 0 12px 20px 0 rgb(0 0 0 / 13%), 0 2px 4px 0 rgb(0 0 0 / 12%);
  transition: var(--main-transition);
  background: #44808f;
  text-align: center;
  z-index: 1;
  color: #051922;
}
.pricing .box::before,
.pricing .box::after {
  content: "";
  width: 0;
  height: 50%;
  background-color: #f6f6f6;
  position: absolute;
  z-index: -1;
  transition: var(--main-transition);
}

.pricing .box::before {
  left: 0;
  top: 0;
}

.pricing .box::after {
  right: 0;
  bottom: 0;
}

.pricing .box:hover::before,
.pricing .box:hover::after {
  width: 100%;
}

@media (min-width: 1200px) {
  .pricing .box.popular {
    top: -20px;
  }
}

.pricing .box.popular .label {
  position: absolute;
  writing-mode: vertical-rl;
  background-color: var(--main-color);
  color: white;
  font-weight: bold;
  padding: 10px 10px 35px 10px;
  font-size: 18px;
  right: 20px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing .box.popular .label::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-color: transparent transparent white;
  border-width: 20px;
}


.pricing .box .title {
  font-weight: bold;
  margin: 30px 0;
  font-size: 25px;
  letter-spacing: -1px;
}

.pricing .box img {
  width: 80px;
  margin-bottom: 30px;
}

.pricing .box .price {
  margin-bottom: 20px;
}

.pricing .box .amount {
  display: block;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #44808f;
}

.pricing .box .time {
  color: #777;
}

.pricing .box ul {
  text-align: left;
}

.pricing .box ul li {
  padding: 20px;
  border-top: 1px solid #eee;
}

.pricing .box ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  margin-right: 10px;
  font-weight: 900;
  color: #44808f;
}
.pricing .box ul li span {
  color: #44808f;
  font-weight: bolder;
  font-size: 18px;
}
.pricing h3 {
  padding-top: 75px;
}
/* ---------- End Pricing ------------ */
.testimonial-section{
  margin-bottom: 70px;
}
.testimonial-text p {
	font-size: 25px;
  color: black ;
}
.testimonial-header h3{
  color: #ff00aa;
}
.testimonial-bio {
	margin-top: 25px;
}
.testimonial-bio h6 {
	color: #ff00aa;
}
.testimonial-bio span {
	color: #606060;
}
.testimonial-bottom {
	width: 100%;
	margin-left: 100px;
}
.testimonial-img span {
	position: relative;
	top: 82px;
	left: -49%;
	width: 80px;
	height: 80px;
	background: #fff;
	display: inline-block;
	line-height: 80px;
	border-radius: 50%;
	text-align: center;
	font-size: 36px;
	color: #ff00aa;
	transition: .4s;
}
.testimonial-img span:hover{
	background: #ff00aa;
	color: #fff;
	cursor: pointer;
}

/* ---------- Time Line ------------ */
.timeline {
  margin-top: 200px;
  width: 100%;
  position: relative;
}
.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 4px;
  margin: 0 auto;
  padding-top: 50px;
  background: #44808f;
}
.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  z-index: 2;
  background: #44808f;
}
.timeline ul li h1{
  font-size: 18px;
  color: black;
  line-height: 1.5;
}
.timeline ul li p{
  color: black;
  line-height: 1.2;
}
.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 20px;
  background: #fff;
  box-shadow: 4px 13px 30px 1px #5335d633;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.timeline ul li div time {
  position: absolute;
  background: #44808f;
  color: white ;
  width: 80px;
  height: 30px;
  top: -15px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
}
.timeline ul li div div {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.timeline ul li div div p {
  text-align: center;
}
.timeline ul li div .discovery {
  margin-right: 10px;
}
.timeline ul li:nth-of-type(odd) > div {
  left: 45px;
}
.timeline ul li:nth-of-type(even) > div {
  left: -439px;
}
.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-of-type(even) div {
  transform: translate3d(-100px, -10px, 0) rotate(10deg);
}
.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .timeline ul li div {
      display: flex;
      align-items: center;
      flex-direction: column;
 }
  .timeline ul li div div {
      width: 90%;
      height: 90%;
      margin: 10px;
 }
  .timeline ul li:nth-of-type(even) > div {
      left: -289px;
 }
 .header-top-contact .row {
  align-items: center;
  background-color: white;
}
}
@media screen and (max-width: 600px) {
  .timeline ul li div {
    display: flex;
    align-items: center;
    flex-direction: column;
}
  .timeline ul li {
      margin-left: 20px;
 }
  .timeline ul li div {
      width: calc(100vw - 91px);
      height: 350px;
 }
  .timeline ul li:nth-of-type(even) > div {
      left: 45px;
 }
}
@media screen and (max-width: 460px) {
  .timeline ul li div {
    display: flex;
    align-items: center;
    flex-direction: column;
}
  .timeline ul li {
      margin-left: -15px;
 }
  .timeline ul li div {
      width: calc(100vw - 91px);
      height: 350px;

 }
  .timeline ul li:nth-of-type(even) > div {
      left: 45px;
 }

 .timeline ul li div div {
  height: 90%;
  width: 90%;
 

}
 .header .row {
  display: flex;
  align-items: center;
  background-color: white;
}
}


/* ---------- Start Videos ------------ */
.videos {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  position: relative;
  background-color: white;
}
.videos .holder {
  display: flex;
  justify-content: center;
  background-color: var(--section-background);
  border: 1px solid #ddd;
}

@media (max-width: 991px) {
  .videos .holder {
    flex-direction: column;
  }
}

.videos .holder .list {
  min-width: 300px;
  background-color: white;
}

.videos .holder .list .name {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #f4f4f4;
  font-weight: bold;
  /* color: var(--main-color);*/
}

.videos .holder .list ul li {
  padding: 20px;
  border-top: 1px solid var(--section-background);
  cursor: pointer;
  transition: var(--main-transition);
}

.videos .holder .list ul li:hover {
  background-color: #fafafa;
  color: var(--main-color);
}

.videos .holder .list ul li span {
  display: block;
  margin-top: 10px;
  color: #777;
}

.videos .holder .preview {
  background-color: #e2e2e2;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.videos .holder .preview img {
  max-width: 100%;
}

.videos .holder .preview .info {
  padding: 20px;
  background-color: white;
  margin-top: 10px;
}

/* ---------- End Videos ------------ */
/* ---------- Start Stats ------------ */
.stats {
  background-image: url("../img/stats.jpg");
  background-size: cover;
  position: relative;
  color: black;
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  min-height: 300px;
}
.stats::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 95%);
}

.stats h2 {
  font-weight: bold;
  font-size: 40px;
  width: fit-content;
  margin: 0 auto 50px;
  position: relative;
}

.stats .container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.stats .box {
  background-color: white;
  padding: 30px 15px;
  text-align: center;
  position: relative;
  opacity: 0.8;
  transition: var(--main-transition);
}

.stats .box::before,
.stats .box::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: var(--main-color);
  transition: 1s;
  height: 0;
}

.stats .box::before {
  top: 0;
  right: 0;
}

.stats .box::after {
  left: 0;
  bottom: 0;
}

.stats .box:hover {
  opacity: 1;
}

.stats .box:hover::before,
.stats .box:hover::after {
  height: 100%;
}

.stats .box .number {
  display: block;
  font-size: 50px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.stats .box .text {
  color: var(--main-color);
  font-style: italic;
  font-size: 20px;
  font-weight: bold;
}
/* ---------- End Stats ------------ */
/* ---------- Start Discount ------------ */
.discount {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.discount .image {
  background-image: url(../imgs/discount-background1.jpg);
  background-size: cover;
  color: white;
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  animation: change-background 10s linear infinite;
}

.discount .image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(23 135 224 / 97%);
  z-index: -1;
}

@media (max-width: 991px) {
  .discount .image {
    flex-basis: 100%;
  }
}

.discount .form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 50%;
}

@media (max-width: 991px) {
  .discount .form {
    flex-basis: 100%;
  }
}

.discount .form .input {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  padding: 15px;
  border: none;
  border-bottom: 1px solid #ccc;
  background-color: #f9f9f9;
  caret-color: var(--main-color);
}

.discount .form textarea.input {
  resize: none;
  height: 200px;
}

.discount .form .input:focus {
  outline: none;
}

.discount .form [type="submit"] {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: var(--main-color);
  color: white;
  font-weight: bold;
  font-size: 20px;
  border: none;
  cursor: pointer;
  transition: var(--main-transition);
}

.discount .form [type="submit"]:hover {
  background-color: var(--main-color-alt);
}

.discount .content {
  text-align: center;
  padding: 0 20px;
}

.discount .content h2 {
  font-size: 40px;
  letter-spacing: -2px;
}

.discount .content p {
  line-height: 1.6;
  font-size: 18px;
  max-width: 500px;
}

.discount .content img {
  width: 300px;
  max-width: 100%;
}
/* ---------- End Discount ------------ */
/* ---------- Start Footer ------------ */
.footer {
  background-color: #191919;
  padding: 70px 0 0;
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}

.footer .container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 40px;
}

.footer .box h3 {
  color: white;
  font-size: 50px;
  margin: 0 0 20px;
}

.footer .box .social {
  display: flex;
}

@media (max-width: 767px) {
  .footer .box .social {
    justify-content: center;
  }
}

.footer .box .social li {
  margin-right: 10px;
}

.footer .box .social li a {
  background-color: #313131;
  color: #b9b9b9;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  text-decoration: none;
  transition: var(--main-transition);
  -webkit-transition: var(--main-transition);
  -moz-transition: var(--main-transition);
  -ms-transition: var(--main-transition);
  -o-transition: var(--main-transition);
}

.footer .box .social .facebook:hover {
  background-color: #1877f2;
}

.footer .box .social .twitter:hover {
  background-color: #1da1f2;
}

.footer .box .social .youtube:hover {
  background-color: #ff0000;
}

.footer .box .text {
  line-height: 2;
  color: #b9b9b9;
}

.footer .box .links li {
  padding: 15px 0;
  transition: var(--main-transition);
}

.footer .box .links li:not(:last-child) {
  border-bottom: 1px solid #444;
}

.footer .box .links li:hover {
  padding-left: 10px;
}

.footer .box .links li:hover a {
  color: white;
}

.footer .box .links li a {
  text-decoration: none;
  color: #b9b9b9;
  transition: var(--main-transition);
}

.footer .box .links li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\F101";
  font-weight: 900;
  margin-right: 10px;
  color: var(--main-color);
}

.footer .box .line {
  display: flex;
  align-items: center;
  color: #b9b9b9;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .footer .box .line {
    flex-direction: column;
  }
}

.footer .box .line i {
  font-size: 25px;
  color: var(--main-color);
  margin-right: 10px;
}

@media (max-width: 767px) {
  .footer .box .line i {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.footer .box .line .info {
  line-height: 1.7;
  flex: 1;
}

.footer .box .line .info span {
  display: block;
}

.footer .footer-gallery img {
  width: 78px;
  border: 3px solid white;
  margin: 2px;
}

.footer .copyright {
  padding: 25px 0;
  text-align: center;
  color: white;
  margin: 50px 0 0;
  border-top: 1px solid #444;
}


@media (max-width: 991.98px) {
  /* كل التنسيقات هون تطبق فقط على الشاشات الأقل من 992px (موبايل + تابلت) */

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: none;
  }
  .header-top-contact{
    height: fit-content;
  }
  .header-top-contact .row {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;

  }
  .social-flex > .row {
  display: flex;
  align-items: center;
  justify-content: flex-end; /* لتكون على اليمين */
  gap: 15px; /* مسافة بين العنصرين */
  flex-wrap: nowrap; /* حتى لا يلتفوا */
}

.social-flex .header-right {
  flex: 0 0 auto; /* حجم ثابت حسب محتوى select */
}

.social-flex .social-icon-ht {
  flex: 0 0 auto;
}

/* في شاشات صغيرة ممكن تضبط كما تريد */
/* مثال: إذا تريدهم ينزلوا تحت بعض عند الشاشات الصغيرة */
/*
@media (max-width: 576px) {
  .social-flex > .row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
*/

 .social-flex {
  display: flex;
  justify-content: space-between !important;
  align-items: center;
}
  

  .header-mail-sub {
    margin-right: 0;
  
  }

  .col-lg-6,
  .col-lg-8,
  .col-lg-4 {
    font-size: 12px;
  }

  .col-lg-8 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
  }
.col-lg-6{
  margin-top: 10px;
}
  .social-icon-ht {
    justify-content: center;
   
  }

  .extra-add {
    width: 100%;
    font-size: 12px;
  }
}

/*--------------- End Footer -----------------------*/
/* ---------- Start Animations ------------ */
