:root{
  --font-base: "Tajawal", "Noto Kufi Arabic", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
  font-family: var(--font-base);

}

body {

    background-color: hsl(0, 0%, 93%, 0.8);
    overflow-x: hidden !important;

}

.nav-bgbannertop i {
    color: #593199;
}

.nav-bgbannertop {
    background-color: #0b0d17;
    height: 30px;
    z-index: 2;

}

.nav-bgbannertop a {
    color: #fff !important;
    text-decoration: none !important;


}

.nav-bgbannertop p {
    font-size: 14px;
    padding: 2px;
    margin-top: 1px;

}

@media (max-width:621px) {
    .nav-bgbannertop {
        background-color: #0b0d17;
        height: 50px;
        padding:10px;

    }
}


.container-nav {
    width: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    height: 60px;
    z-index: 3;
    background-color:#efe8fe;
    background-color: white;
}

.sticky-navbar {
    margin-bottom: -200px;
    height: 60px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0px ;
    width: 100%;
    padding: -25px;
    padding-top: 10px;
    z-index: 3;
    background-color:#efe8fe;
    background-color: white;
    box-shadow: 2px 4px 8px grey;
}








.nav {
    width: fit-content;
    height: 50px;
    margin-left: 60px;
    padding-bottom: 10px;

}

.nav ul li {
    display: inline-block !important;
    padding: 5px 5px;
    /* border: 1px solid; */

}

.nav ul li a:hover {
    background: #7533AF !important;
    color: #fff !important;
    padding: 5px;
    border-radius: 5px;
}

.nav ul li a {
    color: #7533AF;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block !important;
    margin-right: 23px;
    text-decoration: none !important;
}

.logo img {
    padding: 13px 10px;
    margin-left: 130px;
    width: 130px;
    height: 90px;
}

.toggle {
    width: 35px;
    position: relative;
    right: 80px;
    top: 20px;
    display: none;
}

.toggle span {
    width: 100%;
    height: 2px;
    background-color: #000;
    float: left;
    margin-bottom: 8px;
}

.nav-btn {
    background-color: #7533AF;
    border: none;
    margin-left: 350px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding: 5px;
    display: flex;
    color: white;
    align-items: center;
    border-radius: 5px;
    height: 30px;
    font-weight: 600;
    cursor: pointer;
}


@media (max-width:991px) {

    .toggle {
        display: block;
        position: absolute;
        right: 40px;
    }

    .toggle span {
        width: 70%;
        height: 2px;
        background-color: #000;
        float: left;
        margin-bottom: 8px;
    }

    .logo img {
        padding: 5px 10px;
        margin-left: 15px;
        width: 100px;
        height: 80px;
    }

    .nav {
        display: none !important;
        background-color: white;
        width: 100%;
        border-top: 2px solid black;
        border-bottom: 2px solid black;
    }

    .nav-btn {
        margin-left: 80px;
        font-size: 14px;
        font-weight: 200;
    }

    .nav ul li {
        display: flex;
        flex-direction: column;
    }

}

.navtab-content {
    display: none;
    padding: 20px;
    z-index: 3;
    border-top: 1px solid #ccc;
    margin-top: 5px;
    width: 60%;
    margin-left: 5%;
    margin-right: 35%;
    border-radius: 10px;
    

    /* height: 150px; */
}

.navtab-content.active {
    display: block;
    background-color: white;
    border-radius: 15px;
    
    box-shadow: 2px 4px 8px grey;
}

.navtab-content {
    height: fit-content;
    position: fixed;
    top: 85px;
    z-index: 2;
    background-color: white;
    box-shadow: 2px 4px 8px grey;
}

#tabContent1 {
    margin-top: -50px;
    padding-top: 60px;
}

.nav-contant {
    display: flex;
    background-color: white;
    width: fit-content;

}

.rows {
    width: 100%;
    background-color: white;
    height: fit-content;
}

.nav-img {

    height: 130px;
    width: 250px;
}

.nav-contant .row ul li {
    list-style: none;
    color: black;
    background-color: white;
    line-height: 40px;

}
.nav-contant .row ul li a{
    color: black;
}
.nav-contant .row ul li a:hover{
    color: white;
    /* background: #7533AF !important; */
}


.nav-contant .row p {
    color: #7533AF;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}

.nav-contant .row ul li:hover {
    background: #7533AF !important;
    color: white;
    width: max-content;
    padding: 1px 6px;
    border-radius: 5px;
}

.canvas p a {
    color: #7533AF;
    font-size: 20px;
    font-weight: 600;
    padding-left: 15px;
}

.canvas-tab-content {
    display: none;
}

.canvas-tab-content.active {
    display: block;
}

.vertical-scrolling-div {
    height: 300px;
    /* Set height to 100 pixels */
    overflow-y: auto;
    /* Enable vertical scrolling */
    border: 2px solid #ccc;
    /* Optional: Add border for visibility */
    padding: 10px;
    /* Optional: Add padding for content spacing */
}

.nav-contant-res {
    display: flex;
    flex-direction: column !important;
}

.nav-contant-res ul li {
    list-style: none;
    font-size: 18px;
    line-height: 40px;
}

.nav-contant-res p {
    color: #7533AF;
    font-size: 22px;
    font-weight: 500;
    text-decoration: underline !important;
}
.nav-contant-res ul li a {
    color: #000;
}
.nav-contant-res ul li a:hover {
    color: white !important;
    background: #7533AF !important;
}
.nav-contant-res ul li:hover {
    background: #7533AF !important;
    color: #fff !important;
    width: max-content;
    padding: 1px 6px;
    border-radius: 5px;
}



  .new-footer {
    background-color: black !important;
    color: #fff;
    padding: 35px 50px;
  }

  .new-footer-column h4 {
    margin-bottom: 20px;
    color: #593199;
    font-size: 20px;
  }
  .new-footer-column p a {
    margin-bottom: 20px;
    color: white;
  }
  .social-media {
    display: flex;
    align-items: end;
    flex-direction: column;
    color: #593199;
    padding: 15px;
  }
  .social-mar a {
    margin-left: 20px;
  }
  .social-media h4 {
    text-align: center;
  }

  i {
    color: #593199;
  }
  @media (max-width: 991px) {
    .col-md-2,
    .col-md-4,
    .col-md-6 {
      text-align: center !important;
    }
    .social-media {
      display: flex;
      align-items: center;
      flex-direction: column;
      color: #593199;
      padding: 15px;
    }
  }
  
  
 .container-nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:0 20px; gap:16px;
}

.nav{ flex:1; display:flex; justify-content:center; }
.nav ul{ display:flex; align-items:center; flex-wrap:nowrap; gap:14px; margin:0; padding:0; }
.nav ul li{ list-style:none; }

.nav-right{
  display:flex; align-items:center; gap:15px;   /* language + button group right */
}

.language{
  font-size:14px; font-weight:500; color:#000; cursor:pointer; white-space:nowrap;
}
.language:hover{ color:#7533AF; }

.logo img{ margin-left:0; padding:0; width:120px; height:auto; }

.nav-btn{ margin-left:0; padding:6px 16px; height:auto; line-height:1; }

/* Mobile fixes */
@media (max-width: 991px){
  /* Toggle ko absolute right, vertically center */
  .toggle{
    display:block;
    position:absolute;
    right:12px;
    top:50%;
    transform: translateY(-50%);
    z-index:10;
  }

  /* Toggle ke liye jagah chhor do */
  .nav-right{
    margin-right:56px;   /* ≈ toggle width + gap */
  }

  /* Button thoda compact kar do */
  .nav-btn{
    padding:6px 12px;
    height:auto;
    line-height:1;
  }
}


@media (max-width: 768px) {   /* mobile screens */
  .nav-bgbannertop {
    height: 50px;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .toggle {
    right:25px;
  }
}

/* Error <small> ko default me chupao */
.form-group small.text-danger {
  display: none;                 /* hidden jab tak text na ho */
  font-size: 0.875rem;
  margin-top: 4px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Jab text ho to dikhado */
.form-group small.text-danger:not(:empty) {
  display: block;
}

