/*---------------------------------------------------------------------
File Name: style.css
---------------------------------------------------------------------*/


/*---------------------------------------------------------------------
import Fonts
---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,500i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800,800i&display=swap');

/*---------------------------------------------------------------------
import Files
 ---------------------------------------------------------------------*/

@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);

/*---------------------------------------------------------------------
basic
---------------------------------------------------------------------*/

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Cairo', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
     background-color: #f2f2f2;
}
.breadcrumb {
    background-color: #ffffff;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #666666;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 18px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #666666;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 5px;
     list-style: none;
}

p {
     margin: 0px;
     padding: 0;
     font-weight: 400;
     font-size: 14px;
     line-height: 28px;
}

a {
     color: #666666;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #7a7a7a !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.titlepage {
     padding-bottom: 10px;
}

.titlepage h2 {
     font-size: 30px;
     /*font-weight: bold;
     line-height: 55px;*/
     color: #313258;
     padding-bottom: 10px;
}

.read_more {
     display: inline-block;
     background: #ffffff;
     color: #000;
     max-width: 200px;
     height: 61px;
     line-height: 61px;
     width: 100%;
     font-size: 17px;
     text-align: center;
     font-weight: 500;
     border-radius: 10px;
     transition: ease-in all 0.5s;
}

.read_more:hover {
     background: #8f1588;
     color: #fff;
     transition: ease-in all 0.5s;
}

.img_responsive {
     max-width: 100%;
}

.text_align_center {
     text-align: center;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.container {
     /*max-width: 1170px;*/
     max-width: 1300px;
}


/*----------------------------
loader
----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*---------------------------------------------------------------------
header
---------------------------------------------------------------------*/

header {
     background: #ffffff;
     width: 100%;
    /* padding: 40px 30px;*/
     position: fixed;
     z-index: 9;
     top: 0px;
}


/*---------------------------------------------------------------------
menu section
---------------------------------------------------------------------*/

ul.email {
     display: flex;
     align-items: center;
     justify-content: flex-end;
}

ul.email li {
     display: inline-block;
}

ul.email li a {
     font-size: 14px;
     color: #666666;
     display: flex;
     align-items: center;
     /*padding-right: 60px;*/
}

ul.email li a i {
     font-size: 25px;
     padding-right: 10px;
}

.sidepanel {
     width: 0;
     position: fixed;
     z-index: 9999999;
     height: 100%;
     top: 59px;
     right: 0;
     background-color: #ffffff;
     overflow-x: hidden;
     transition: 0.5s;
     padding-top: 60px;
     text-align: right;
}

.sidepanel a {
     padding: 8px 8px 8px 32px;
     text-decoration: none;
     font-size: 14px;
     color: #666666;
     display: block;
     transition: 0.3s;
}

.sidepanel a:hover {
     color: #059d9d;
}

.sidepanel a.active {
     color: #070046;
}

.sidepanel .closebtn {
     position: absolute;
     top: 0;
     right: 25px;
     font-size: 36px;
}

.openbtn {
     cursor: pointer;
     background-color: transparent;
     color: white;
     border: none;
}


/** banner_main **/

.banner_main {
     background-image: url('../images/banner2.jpg');
     width: 100%;
     background-size: cover;
     padding-top: 110px;
     position: relative;
     /*  background-attachment: fixed;*/
     background-position: center;
}

.airmic {
     text-align: left;
}

.airmic h1 {
     color: #fff;
     font-size: 64px;
     line-height: 69px;
     font-weight: bold;
     padding-bottom: 35px;
}

.airmic p {
     color: #fff;
     line-height: 25px;
     padding-bottom: 50px;
     font-size: 17px;
}

.mic_img figure {
     margin: 0;
}


/** services **/

.services {
     padding-top: 20px;
     padding-bottom: 50px;
     background: #fff;
     direction: rtl;
     text-align: center;
}

.services .titlepage p {
     color: #b5b1b1;
}

.service_text h3 {
     color: #090303;
     font-size: 18px;
     /*line-height: 13px;*/
     padding-bottom: 40px;
     font-weight: 500;
     margin-top: 30px;
}

.service_text p {
     color: #5c5c5c;
     padding-bottom: 30px;
     font-size: 15px;
     line-height: 22px;
}

.service_img {
     background: rgb(234 240 248);
     /*background: linear-gradient(139deg, rgb(240 91 34) 6%, rgb(79 113 151) 96%);*/
     border-radius:35%;
     height: 100px;
     width: 100px;
     margin: 0 auto;
     display: flex;
     align-items: center;
     justify-content: center;
}

.service_img:hover {
     box-shadow: 0 0 10px 10px rgb(255 255 255 / 50%), inset 0 0 250px 250px rgb(255 255 255 / 50%);
     transform: rotateX(-5deg) translateZ(-80px) scale(1);

   }

/* end services */


/** about **/

.about {
     background: linear-gradient(to left, #8f1588 4%, #8316cc 32%);
     padding: 80px 0;
}

.about .titlepage {
     padding-bottom: 0;
     max-width: 554px;
     float: right;
     width: 100%;
}

.about .titlepage h2 {
     color: #fff;
}

.about .titlepage p {
     color: #fff;
     padding-bottom: 35px;
}

.about_img {
     padding-right: 30px;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     border-radius: 50px;
}

.divright {
     float: right;
}


/** end about **/


/* our_mics */

.our_mics {
     background: #fff;
     padding: 80px 0 40px 0;
}

.our_mics .titlepage p {
     color: #b5b1b1;
}

.mics {
     background: linear-gradient(to bottom, #b0130c 35%, #8316cc 60%);
     padding: 5px;
     border-radius: 50%;
     margin: 0 auto;
}

.mics figure {
     margin: 0;
}

.margin_bottom40 {
     margin-bottom: 40px;
}

.mics figure img {
     border-radius: 50%;
     text-align: center;
}

.mics_icon {
     opacity: 0;
     margin: 0 auto;
     position: absolute;
     top: 15px;
     text-align: center;
     left: 30px;
     right: 30px;
     bottom: 15px;
     background: #ffffff9c;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: ease-in all 0.5s;
}

.mics_icon a {
     display: flex;
}

.mics_icon a i {
     color: #8920c7 !important;
     font-size: 25px;
}

#ho_show:hover .mics_icon {
     opacity: 1;
     cursor: pointer;
     transition: ease-in all 0.5s;
}


/* end tranner */


/** testimonial **/

.testimonial {
     padding-top: 80px;
     padding-bottom: 142px;
     background: rgb(154, 20, 91);
     background: linear-gradient(62deg, rgba(154, 20, 91, 1) 12%, rgba(149, 20, 109, 1) 19%, rgba(137, 21, 160, 1) 30%, rgba(127, 22, 202, 1) 100%);
}

.testimonial .titlepage {
     padding-bottom: 20px;
}

.testimonial .titlepage h2 {
     color: #fff;
}

.testimonial .titlepage p {
     color: #fff;
}

.posi_in {
     position: inherit;
     padding: 0;
}

.testomoniam_text {
     background: #fff;
     padding: 40px 50px;
     border-radius: 70px;
     position: relative;
     margin-top: 64px;
}

.testomoniam_text::before {
     position: absolute;
     content: "";
     top: -64px;
     left: 0;
     right: 0;
     background: url(../images/test.png);
     width: 88px;
     height: 64px;
     margin: 0 auto;
}

.testomoniam_text p {
     color: #000000;
     padding: 10px 0;
     display: block;
}

#testimo .carousel-control-next,
#testimo .carousel-control-prev {
     display: none;
}

.testimonial .carousel-indicators {
     display: block;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
     bottom: -60px;
}

.testimonial .carousel-indicators li {
     width: 29px;
     height: 29px;
     border-radius: 20px;
     display: inline-block;
     background-color: #ffffff;
     cursor: pointer;
}

.testimonial .carousel-indicators .active {
     background-color: #0c0909;
}


/** end testimonial **/


/** contact section **/

.contact {
     background: #ffffff;
     padding: 80px 0 190px 0;
}

.contact .titlepage p {
     color: #090404;
}

.main_form .contactus {
     border: inherit;
     padding: 0 15px;
     margin-bottom: 25px;
     width: 100%;
     height: 68px;
     background: #dbdada;
     color: #969494;
     font-size: 16px;
     font-weight: normal;
}

.main_form .textarea {
     border: inherit;
     margin-bottom: 25px;
     width: 100%;
     background: #dbdada;
     color: #969494;
     font-size: 18px;
     font-weight: normal;
     padding: 36px 15px 0 15px;
     border-radius: 0;
     height: 109px;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #0c0909;
     color: #fff;
     height: 68px;
     line-height: 68px;
     max-width: 216px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: 500;
     margin: 0 auto;
}

.main_form .send_btn:hover {
     background-color: #7f16ca;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #969494;
     opacity: 1;
}


/** end contact section **/


/** category **/

.category {
    /* background: #450275;*/
     padding-top: 90px;
     position: relative;
}

.category::before {
     position: absolute;
     content: "";
     width: 100%;
    /* background: url(../images/footer.jpg);*/
     height: 251px;
     top: -115px;
     background-size: 100% 100%;
     background-position: center;
}

.logo_footer {
     margin-bottom: 15px;
     display: block;
}

.Informa h3 {
     color: #ffffff;
     font-size: 25px;
     font-weight: bold;
     line-height: 25px;
     margin-bottom: 15px;
     margin-top: 30px;
}

.conta li {
     font-size: 15px;
     line-height: 29px;
     color: #ffffff;
}

.helpful {
     padding-top: 50px;
}

.helpful ul li {
     display: inline-block;
     padding-right: 30px;
}

.helpful ul li:last-child {
     padding-right: 0;
}

.helpful ul li a {
     text-transform: uppercase;
     color: #fff;
     font-size: 15px;
     line-height: 29px;
}

.helpful ul li a:hover {
     color: #ff0000;
}

.conta ul li a {
     color: #ffffff;
}

.conta ul li a i {
     padding-right: 5px;
}

ul.social_icon {
     float: left;
     padding-top: 15px;
}

ul.social_icon li {
     display: inline-block;
     padding-right: 10px;
}

ul.social_icon li:last-child {
     padding-right: 0;
}

ul.social_icon li a {
     color: #fff;
     display: inline-block;
     text-align: center;
     line-height: 33px;
     font-size: 28px;
     font-weight: bold;
}

ul.social_icon li a:hover {
     color: #ff0000;
     transition: ease-in all 0.7s;
}

.ente {
     background: #dbdada;
     color: #fff;
     border: inherit;
     padding: 0 15px;
     height: 62px;
     width: 100%;
     font-size: 17px;
}

.subs_btn {
     max-width: 127px;
     display: inline-block;
     background: #ff0000;
     height: 59px;
     width: 100%;
     color: #cecdcd;
     font-size: 17px;
     text-transform: uppercase;
     font-weight: normal;
     transition: ease-in all 0.5s;
     margin-top: 20px;
}

.subs_btn:hover {
     background: #9a145b;
     transition: ease-in all 0.5s;
}

.copyright {
     background: #eaeaea;
     margin-top: 50px;
}

.copyright p {
     color: #1d1c1c;
     padding: 20px 0px;
}

.copyright a {
     color: #1d1c1c;
}

.copyright a:hover {
     color: #7f16ca;
}


/** end footer **/


/*- - ener page css--*/

.inner_page header {
     box-shadow: 0 -3px 12px 0px #a540e6;
     position: inherit;
     background: #8f100a;
}
.inner_page .about {
     margin:80px 0 190px 0;
}
.inner_page .contact {
     padding-bottom:80px;
}
.inner_page .category {
     margin-top: 110px;
}
.username{
     color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 8px;
    background-color: #3b5879d6;
    font-weight: bold;
}
.table td, .table th {
     font-size: 14px;
 }
 .btn-primary {
     color: #fff;
     background-color: #c6f4ff;
     border-color: #c6f4ff;
 }

 .btn-primary:hover {
     color: #fff;
     background-color: #fd6023;
     border-color: #fd6023;
 }

 .card{
    /* border: 0px solid rgb(79 113 151 / 52%);*/
    border: 1px solid rgba(0,0,0,.125);
     border-radius: 1.25rem;
 }

 .card:hover {
     border: 0px solid rgba(3, 11, 21, 0.52);

     box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.5), inset 0 0 250px 250px rgba(255, 255, 255, 0.5);
     transform: rotateX(-5deg) translateZ(-80px) scale(1);
 }

 .card-img-top{
     margin-left: 10px;
    max-width: 100px;
    /*border-radius: 0 1.25rem 1.25rem 0;
    border-radius:1.25rem 1.25rem 1.25rem 1.25rem;*/
    max-height: 80px;
 }
 .card-title {
     text-align: center;
     /*margin: 24px -25px 0 0;*/
     margin: 25px 0 25px 0;
     color: #313257;
     font-size: 15px;
 }
 .mySlides{
     width:100%;height:800px;max-height: 800px;
 }
 .carousel-control-prev{
     max-height: 400px;top:60;
 }

 .carousel-control-next{
     max-height: 400px;top:60;
 }


 /**********************************************/



 .profile-container {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    border: 1px solid #e5e5e5;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
    color: #ffffff;
    background-color: #059d9d;
    border-color: #059d9d #dee2e6 #fff;
}

.nav-tabs {
    /* border-bottom: 1px solid #dee2e6; */
    background-color: white;
}
.profile-header {
    text-align: center;
    margin-bottom: 20px;
}

.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.tabs-container {
    margin-top: 20px;
}

.tabs {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    padding: 0;
    border-bottom: 2px solid #ddd;
}

.tab-link {
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 5px 5px 0 0;
    background-color: #f7f7f7;
    transition: background-color 0.3s ease;
}

.tab-link.active {
    background-color: #059d9d;
    border-bottom: none;
    border: 1px solid #059d9d;
    border-radius: 5px 5px 0 0;
    color: white;
}

.tab-content {
    /*display: none;*/
    padding: 20px;
    /*border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;*/
    background-color: white;
}

.mt-4, .my-4 {
    margin-top: 0 !important;
}

.tab-content.active {
    display: block;
}


.list-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center; /* لتوسيط العناصر أفقياً */
    align-items: center; /* لتوسيط العناصر عمودياً */
}

.list-meta li {
    display: flex;
    align-items: center;
    gap: 5px; /* المسافة بين الأيقونة والنص */
}

.list-meta i {
    margin-right: 5px;
}



:root{
    --c-body-font-clr: #000;
    --c-primary-focus-color: #03a9f5;
    --c-primary-anchor-clr: #03a9f5;
    --c-primary-btn-bg: #f0483e;
    --c-white: #fff;
    --c-zsh-place-fontcolor: #878787;
    --c-zf-hover: #f6f8fb;
    --c-highlight:#059d9d;
    --c-primary-color:#272F43;
    --c-top-bar-color:#262F45;
    --c-cta:#1AB394;
    --c-cta-padding:12px 20px;
    --c-dark-text:#333333;
    --c-text-color:#272F43;
    --c-b-radius: 3px;
    --c-fontsize14 : 14px;
    --c-fontsize16 : 16px;
    --c-fontsize12 : 12px;
    --c-gray :#555555;
    --c-body-bg:#F5F6F8;
    --c-discard:#A8A8A8;
    --c-gray-100: #0d4453;
    --c-gray-60: #9d9d9d;
    --c-gray-50: #f5f6f8;
    --c-gray-10: #bbbbbb;
    --c-gray-200: #0c4451;
    --c-light-gray:#F4F4F4;
    --c-dark-blue-gray:#464D5D;
    --c-charcoal-blue: #464D5D;
    --c-sonic-silver:#7C7C7C;
    --c-light-black: rgba(0,0,0,0.7);
    --c-silver-gray:#D3D3D3;
    --c-corl:#ff6347;
    --c-off-gray:#FAFAFA;
    --c-mist-slate:#DDDDDD80;
    --c-dark-charcoal: #333;
    --c-soft-silver:#E3E3E3;
    --c-granite-gray:#848484;
    --c-red: red;
    --c-teal: #20A58A;
    --c-celadon-green:#52AD93;
    --c-dodger-blue:#2680EB;
    --c-alice-blue: #edf4fd;
    --c-border-gray: #ddd;
    --c-pale-gray:#eee;
    --c-vibrant-red:#EF4C4C;
    --c-aliceBlue: #ECF4FE;
    --c-mintcream:#EEF6F5;
    --c-drak-sea-green: #88bcaa;
    --c-keppel: #36bc9e;
}

ul li { list-style: none }


.tree {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-right: 46px;
  position: relative;
 }

.tree .parent {
  position: relative;
  padding-block: 4px;
}

/*
.tree .parent::before,
.tree .parent::after {
  content: '';
  position: absolute;

}


.tree .parent::before {
  width: 18px;
  top: 13px;
  right: -18px;
  border-bottom: 1px dashed var(--c-gray-200);
}*/

.tree .parent::after {
  display: block;
  width: 0;
  top: 0;
  right: -27.5px;
  height: 39px;
  border-right: 1px solid var(--c-gray-200);
  bottom: 0;
}


.tree .parent:last-child::after {
  height: 5px;
  bottom: auto;
}

.tree .parent::after {
  height: 100%;
  top: 23px;
}

.tree details[open] > .parent::before,
.tree details[open] > .nested-item::after {
  border-right-color: var(--c-drak-sea-green);
}

.tree .parent.parent:last-child::after {
  content: none;
  bottom: auto;
}

.tree details {
  margin: 0 auto;
}

.details > .nested-list {
  padding: 15px;
}

.tree summary {
  display: block;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  background-color: #059d9d;
  padding: 5px 21px 8px 15px;
  margin-right: -27px;
}

/*
.tree summary::before {
  content: '+';
  position: absolute;
  top: 0;
  right: -37px;
  width: 18px;
  height: 18px;
  text-align: center;
  color: var(--c-gray-200);
  border: 1px solid var(--c-gray-200);
  border-radius: 50%;
  background-color: var(--c-white);
  z-index: 10;
}


.tree::after {
  content: '';
  position: absolute;
  top: -18px;
  right: -27px;
  width: 1px;
  height: 22px;
  background-color: var(--c-gray-200);

}


.tree details[open] > summary::before {
  content: '-';
  border: 1px solid var(--c-drak-sea-green);
  color: var(--c-drak-sea-green);
}


.tree details[open] > .tree.parent::after {
  display: block;
  width: 0;
  top: 0;
  right: -27.5px;
  height: 39px;
  border-right: 1px solid var(--c-drak-sea-green);
  bottom: 0;
}*/


.tree .nested-list {
  padding: 0 0 0 45px;
}

.tree .nested-item {
    position: relative;
    padding: 8px 8px 0 0;
    margin-top: 15px;
    color: #059d9d;
}

.tree .nested-item::before,
.tree .nested-item::after {
  content: '';
  position: absolute;
  right: -17px;
}


.tree .nested-item::before {
  width: 28px;
  top: 18px;
  right: -27px;
  border-bottom: 1px dashed #059d9d;
}

.tree .nested-item::after {
  display: block;
  width: 0;
  top: 0;
  right: -27px;
  height: 45px;
  height: 100%;
  border-right: 1px dashed #059d9d;
  bottom: 0;
}

.tree .nested-item:last-child::after {
  top: 0px;
  height: 19px ;
  bottom: auto;
}

.tree .label {
    display: inline-block;
    font-size: 13px;
    padding-inline: 6px;
    color: #46acac;
    margin-right: 10px;
    border: 1px solid #3da9a9;
}

.tree > .parent:last-child {
  padding-bottom: 0;
}

.tree-title {
  font-size: 12px;
}

.tree-title:hover {
  color: var(--c-keppel);
  cursor: pointer;

}


.custom-row {
    display: flex;
    flex-wrap: wrap;
}
.custom-col {
    flex: 1;
    padding: 15px;
}
.left-widgets {
    margin-left: 0;
}

.panel {
        border: 1px solid #ddd;
        border-radius: 0.25rem;
        margin-bottom: 1rem;
    }
    .panel-heading {
        padding: 0.75rem 1.25rem;
        border-bottom: 1px solid #ddd;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .panel-body {
        padding: 1.25rem;
    }
    .attachments {
        margin-top: 1rem;
    }
    .attachment {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.75rem;
        border-bottom: 1px solid #ddd;
    }
    .attachment .list-meta {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .attachment .list-meta li {
        display: inline;
        margin-right: 0.5rem;
    }


/* تنسيق القائمة */
.list-meta {
list-style: none;
padding: 0;
margin: 0;
}

/* تنسيق العناصر في القائمة */
.list-meta li {
display: inline-block;
margin: 0 10px; /* المسافة بين الأزرار */
}

/* تنسيق الروابط داخل العناصر */
.list-meta a {
text-decoration: none;
color: #fff; /* اللون الافتراضي للنص */
padding: 10px 16px; /* الحشو حول النص */
border-radius: 5px; /* الزوايا المنحنية */
font-weight: bold;
transition: background-color 0.3s, color 0.3s; /* تأثير الانتقال عند التمرير */
}

/* تنسيق أزرار تويتر */
.list-meta .btn-x-twitter {
background-color: #1DA1F2;
}

/* تنسيق أزرار فيسبوك */
.list-meta .btn-facebook {
background-color: #1877F2;
}

/* تنسيق أزرار لينكد إن */
.list-meta .btn-linkedin {
background-color: #0077B5;
}

/* تغيير اللون عند التمرير */
.list-meta a:hover {
opacity: 0.8; /* تأثير التعتيم عند التمرير */
}

/* تغيير اللون عند التمرير للأزرار */
.list-meta a:focus {
outline: none; /* إزالة الخط المحيط */
}



.projects {
    display: flex;
    flex-direction: column;
    /*padding: 20px;
    gap: 20px;*/
}

.project {
    background-color: white;
    padding: 20px 17px;
    /*border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
    /*max-width: 800px;*/
    width: 100%;
    text-align: right;
    border: 1px solid #e8e8e8;
}

.project h2 {
    margin: 0 0 10px 0;
    color: #333;
}

.project p {
    margin: 5px 0;
    color: #555;
}



.project__meta { list-style: none; padding: 0; margin: 0; font-size: 14px; color: #6c757d; }
.project__meta li { display: inline-flex; align-items: center; /*margin-right: 15px;*/ }
.project__meta i { margin-right: 5px; color: #059d9d; }


.slider-container {
        width: 300px;
        margin: 50px auto;
        text-align: center;
    }

    .slider-values {
        margin-top: 10px;
        font-size: 18px;
    }

    .noUi-target, .noUi-ltr, .noUi-horizontal {
        width: 100%;
        height: 10px;
        border-radius: 5px;
        background: #ddd;
        margin: 15px 0;
    }

    .noUi-connect {
        background: #007bff;
        border-radius: 5px;
    }

    .noUi-handle {
        width: 20px;
        height: 20px;
        background: #fff;
        border: 2px solid #007bff;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .footer {
        width: 100%;
        color: white;
        text-align: center;
        padding: 10px 0;
    }



.page-title {
    margin: 30px 0;
    text-align: center;
}

.title {
    font-size: 24px;
    font-weight: bold;
}
  /* تنسيق للخطوات */
  .stepper {
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
        }
        .step {
            text-align: center;
            padding: 10px 20px;
            /*background-color: #f1f1f1;*/
            border-radius: 5px;
            transition: background-color 0.3s, color 0.3s;
        }
        .step.active {
            background-color: #059d9d;
            color: white;
        }
        .step a {
            text-decoration: none;
            color: inherit;
        }
        .step-circle {
            width: 30px;
            height: 30px;
            line-height: 30px;
            border-radius: 50%;
            background-color: #fff;
            border: 2px solid #059d9d;
            margin: 0 auto 10px;
            color: #059d9d;
        }
        .step.active .step-circle {
            background-color: #059d9d;
            color: white;
        }
        .step-label {
            font-size: 14px;
        }

.profile-card {
    text-align: center;
    margin-bottom: 30px;
}

.profile-avatar img {
    border-radius: 50%;
    width: 128px;
    height: 128px;
}

.profile-details h2 {
    margin: 10px 0;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.required {
    color: red;
}

.input-group {
    display: flex;
    align-items: center;
}

.input-group-addon {
    background-color: #f1f1f1;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 5px;
}

.account-type-selector {
    display: flex;
    justify-content: space-between;
}

.account-type-selector label {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.account-type-selector img {
    max-width: 50px;
    margin-bottom: 10px;
}

.btn {
    background-color: #059d9d;
    color: white;
    /*padding: 10px 20px;*/
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.btn-primary {
    background-color: #02aaaa;
}

.btn:hover {
    background-color: #02aaaa;
}

.btn-primary:hover {
    background-color: #02aaaa;
}


 /* تنسيق الشبكة */
 .image-grid-container {
            display: inline-block;
            width: 45%;
            margin: 10px;
            text-align: center;
            border: 1px solid #ddd;
            border-radius: 10px;
            padding: 20px;
            cursor: pointer;
            transition: transform 0.3s, box-shadow 0.3s;
        }
        .image-grid-container:hover {
            transform: scale(1.05);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        .image-grid-container.active {
            border-color: #059d9d;
            box-shadow: 0 0 10px #059d9d;
        }
        .image-grid img {
            max-width: 100px;
            margin-bottom: 15px;
        }
        .hidden {
            display: none;
        }
        .text-primary {
            color: #059d9d;
            font-weight: bold;
            font-size: 18px;
        }


        .account-grid-container {
            display: inline-block;
            width: 45%;
            margin: 10px;
            text-align: center;
            border: 1px solid #ddd;
            border-radius: 10px;
            padding: 20px;
            cursor: pointer;
            transition: transform 0.3s, box-shadow 0.3s;
            background-color: #fff;
        }
        .account-grid-container:hover {
            transform: scale(1.05);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        .account-grid-container.active {
            border-color: #059d9d;
            box-shadow: 0 0 10px #059d9d;
        }
        .account-grid img {
            max-width: 100px;
            margin-bottom: 15px;
        }
        .hidden {
            display: none;
        }
        .text-primary {
            color: #059d9d;
            font-weight: bold;
            font-size: 18px;
        }
 /**********************************************/
 .panel {
    border-radius: 5px;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
    margin-bottom: 20px;
    padding: 30px 30px;
    background-color: white;
}

/* Header styling */
.heada {
    padding: 15px;
    /*background-color: #f7f7f7;*/
    border-bottom: 1px solid #ddd;
}

.heada__title {
    font-size: 18px;
    margin: 0;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* Content styling */
.carda__body {
    padding: 15px;
}

.carda__content {
    font-size: 14px;
    line-height: 1.6;
}

/* Skills styling */
.skills {
    padding: 0;
    margin: 0;
    list-style: none;
}

.skills__item {
    display: inline-block;
    /*margin: 5px;*/
}

.skills__item .tag {
    display: inline-block;
    background-color: #049D9D1A;
    padding: 5px 10px;
    border-radius: 3px;
    text-decoration: none;
    color: #333;
}

.skills__item .tag:hover {
    background-color: #ecffff;
}

/* General panel styling */
.panel {
    border-radius: 5px;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
    margin-bottom: 20px;
}

/* Header styling */
.heada {
    padding: 15px;
    /*background-color: #f7f7f7;*/
    border-bottom: 1px solid #ddd;
}

.heada__title {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* Content styling */
.carda__body {
    padding: 15px;
}

/* Table styling */
.table-meta {
    width: 100%;
    margin-bottom: 0;
}

.table-meta td {
    padding: 10px 5px;
    vertical-align: middle;
}

.label-rating-good {
    color: #28a745;
    font-weight: bold;
}

/* Divider line */
.divider-line {
    height: 1px;
    background-color: #ddd;
    margin: 15px 0;
}

/* Badges styling */
.badges {
    padding: 0;
    list-style: none;
}

.badges img {
    width: 42px;
    height: auto;
}

.profile-img {
    width: 100px;
    height: 100px;
}

.profile-edit-btn {
    margin: 8px 70px 16px 0;
}

.heada__title {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.checklist {
    padding: 0;
    margin: 0;
}

.checklist .check {
    background-color: #effdfd ;
    /* لون مخصص للعناصر المكتملة */
}

.pdn--sn-imp {
    padding: 10px;
    display: block;
    color: #333;
}

.pdn--sn-imp:hover {
    text-decoration: none;
    color: #059d9d;
}

/* القاعدة الأساسية للويدجت */
.widget {
    border-radius: 0.25rem;
    text-align: center;
}

/* رأس الويدجت */
.widget__header {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

/* رابط داخل الويدجت */
.widget__link {
    display: block;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* تغيير لون الرابط عند التحويم */
.widget__link:hover {
    color: #059d9d;
}

/* عنوان الويدجت */
.widget__title {
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #333;
}

/* عداد الرسائل في الويدجت */
.widget__count {
    font-size: 1.5em;
    color: #444;
}

/* تذييل الويدجت */
.widget__footer {
    padding: 10px 15px;
}

/* نص في الويدجت */
.widget__text {
    color: #666;
}

/* الرقم داخل الويدجت */
.widget__number {
    color: #059d9d;
    font-weight: bold;
}

/* تنسيق الويدجت الخاص بالرصيد */
.balance-widget {
    text-decoration: none;
    color: inherit;
    display: block;
    text-align: center;
}

.panel__card {
    overflow: hidden;
}

.dashboard__credits {
    padding: 15px;
}

.balance-title {
    margin-top: 0;
    font-weight: bold;
}

.balance-amount {
    font-size: 1.5em;
    font-weight: bold;
}

.panel-footer {
    padding: 10px 15px;
    border-top: 1px solid #f0f0f0;
    background-color: #f9f9f9;
}

.text-success {
    color: #28a745;
}

.text-primary {
    color: #059d9d;
}

.pdn--vt {
    padding-top: 10px;
    padding-bottom: 10px;
}

.input-group-textt{
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    height: 46px;
    border-bottom-left-radius: 9px;
    border-top-left-radius: 9px;

}
.formatted-text {
    white-space: pre-wrap;
}
.custom-container {
    direction: ltr;
    padding: 0 9px;
}

.custom-btn-group {
    padding: 0 53px;
}
/* تخصيص الأيقونة ذات اللون الأخضر */
.clr-green {
    color: green; /* تغيير اللون إلى الأخضر */
    font-size: 12px; /* تعيين حجم الأيقونة */
}

/* تخصيص مظهر الأيقونة إذا لزم الأمر */
.fa-circle {
    /* يمكنك إضافة خصائص أخرى هنا إذا لزم الأمر */
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #059d9d;
    border-color: #059d9d;
}
.notification-count {
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 0px 6px;
    font-size: 9px;
    position: absolute;
    /* top: -10px;
    right: 194px;*/
    margin: -1px 0px 0px -8px;
}


.chat-container {
    max-width: 600px;
    margin: 0 auto;
}

.messages {
    border: 1px solid #ccc;
    padding: 10px;
    height: 300px;
    overflow-y: scroll;
}

.message-sent {
    text-align: right;
    background-color: #d1f7d1;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
}

.message-received {
    text-align: left;
    background-color: #f0f0f0;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
}

#message-box {
    margin-top: 20px;
}

textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
