body{
      font-family: "Cairo", sans-serif;

}
.navbar {
  background-color: #7B6F67;
  direction: rtl;
  padding: 0;
}

.navbar .container-fluid {
  padding: 0 2rem;
}

#navbarText {
  width: 100%;
  align-items: center;
}

.top-other-details-wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  order: 2;
}

.top-contact-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-contact-details li a {
  color: #f0ece7 !important;
  text-decoration: none;
  font-size: 0.9rem;
}

.top-contact-details span {
padding: 6px 14px 14px 14px;
    background: url(call-icon-ar.png) no-repeat 87% 9px;
    color: #FFFFFF;
      font-size: 0.85rem;
}

.language-wrap {
  color: #f0ece7;
  text-decoration: none;
  font-size: 0.9rem;
}

.language-wrap:hover {
  color: #ffffff;
}

.group-sites-wrap .btn {
  background-color: transparent;
  border: none;
  color: #f0ece7;
  font-size: 0.9rem;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.group-sites-wrap .btn:hover,
.group-sites-wrap .btn:focus {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}

.group-sites-wrap .caret {
  font-size: 0.7rem;
}

.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0.5rem;
  order: 1;
  margin: 0 !important;
}

.navbar-nav .nav-item {
  display: flex;
  align-items: center;
}

.navbar-nav .nav-link {
  color: #f0ece7;
  font-size: 1.05rem;
  padding: 0.5rem 1.2rem;
  white-space: nowrap;
  transition: all 0.2s ease;
  font-weight: 600;
}

.navbar-nav .nav-link:hover {
  color: #ffffff;
}

.navbar-nav .nav-link.active {
  background-color: #ffffff;
  color: #6a5a4e;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  margin-top: -2px;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  position: relative;
}

@media (max-width: 991px) {
  #navbarText {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-nav {
    flex-direction: column;
    width: 100%;
  }

  .navbar-nav .nav-link.active {
    border-radius: 0;
    margin-top: 0;
  }
}

.group-sites-wrap {
  position: relative;
}

#ctl00_Header_divBabSites {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 560px;
  max-width: 90vw;
  max-height: 80vh;
  overflow-y: auto;
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1050;
  direction: rtl;
}

#ctl00_Header_divBabSites li {
  border-bottom: 1px solid #eee;
}
#ctl00_Header_divBabSites li:last-child {
  border-bottom: none;
}

.group-site-head {
  background-color: #b6122a;
  padding: 0.7rem 1.5rem;
}
.group-site-head p {
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
  text-align: right;
}

.group-site-content {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1rem 1.5rem;
  background-color: #ffffff;
}

.group-site-content > div,
.group-site-content > p {
  margin: 0;
}

.group-site-content > div[class^="ExternalClass"] {
  flex: 1;
  font-size: 0.9rem;
  color: #444;
  line-height: 1.5;
  text-align: right;
}

.group-site-content > p:empty {
  display: none;
}

.group-site-content a {
  flex-shrink: 0;
}
.group-site-content img {
  width: 130px;
  height: auto;
  object-fit: contain;
}

.sites-dropdown-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  display: none;
}
.sites-dropdown-backdrop.show {
  display: block;
}

@media (max-width: 576px) {
  #ctl00_Header_divBabSites {
    width: 95vw;
    left: 2.5vw;
  }
  .group-site-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .group-site-content img {
    width: 100px;
  }
}

* { box-sizing: border-box; }

.breadcrumb-bar {
  background-color: #f4f3f1;
  padding: 0.9rem 3rem;
}
.breadcrumb-bar .crumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #6b6b6b;
  max-width: 1400px;
  margin: 0 auto;
}
.breadcrumb-bar .crumbs .current {
  color: #4a4a4a;
}
.breadcrumb-bar .crumbs .sep {
  color: #a6192e;
  font-size: 0.7rem;
}

.page-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2.5rem 3rem;
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
}

.main-content {
  flex: 1;
}

.page-title {
  font-size: 1.9rem;
  font-weight: 600;
  color: #2c2c2c;
  margin: 0 0 2rem;
  display: inline-block;
}



 
.page-title {
    position: relative;
    /* باقي الخصائص بتاعتك زي ما هي */
}

.page-title:after {
    content: "";
    background: #cf202e;
    height: 2px;
    width: 115px;
    position: absolute;
    right: 0%;
    bottom: -6px;
    margin-left: -45px;
}
.required-note {
  font-size: 0.9rem;
  color: #4a4a4a;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}
.required-note .star {
  color: #d0102a;
}

.form-row {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 1.5rem;
}
.form-group {
  flex: 1;
  max-width: 350px;
}
.form-group label {
  display: block;
  font-size: 0.95rem;
  color: #3a3a3a;
  margin-bottom: 0.5rem;
}
.form-group label .star {
  color: #d0102a;
  margin-left: 3px;
}
.form-group input[type="text"] {
  width: 100%;
  height: 42px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 0.8rem;
  font-family: inherit;
  font-size: 0.95rem;
}
.form-group input[type="text"]:focus {
  outline: none;
  border-color: #a6192e;
}

.captcha-box {
  width: 220px;
  height: 60px;
  background: repeating-linear-gradient(45deg, #f0f0f0, #f0f0f0 2px, #e6e6e6 2px, #e6e6e6 4px);
  border: 1px solid #ddd;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  position: relative;
  overflow: hidden;
}
.captcha-box span {
  font-size: 1.6rem;
  font-style: italic;
  color: #666;
  letter-spacing: 3px;
  transform: skewX(-8deg);
}

.consent-note {
  font-size: 1rem;
  color: #6b6b6b;
  line-height: 1.7;
  text-align: start;
  margin: 1rem 0 1.5rem;
  width: 80%;
}
.consent-note a {
  color: #f0ad4e;
  text-decoration: underline;
}

.btn-verify {
  background-color: #f0ad4e !important;
  color: #ffffff;
  border: none;
  padding: 1rem 1.5rem;
  font-size: 0.6rem;
  font-family: inherit;
  font-weight: 300;
  cursor: pointer;
  transition: background 0.2s ease;
}
.btn-verify:hover {
  background-color: #8a1425;
}

.sidebar {
  width: 320px;
  flex-shrink: 0;
  border: 1px solid #e2e2e2;
}
.sidebar a {
  display: block;
  text-align: center;
  padding: 1.1rem 1rem;
  color: #3a3a3a;
  text-decoration: none;
  font-size: 1rem;
  border-bottom: 1px solid #e2e2e2;
  transition: background 0.15s ease;
}
.sidebar a:last-child {
  border-bottom: none;
}
.sidebar a:hover {
  background: #f7f7f7;
}
.sidebar a.active {
  background-color: #a6192e;
  color: #ffffff;
  font-weight: 600;
}
.contact-us-section {
  background-color: #FFFFFF;
  padding: 3rem 0;
  margin-top: 3rem;
}

.contact-us-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3rem;
}

.contact-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #2c2c2c;
  text-align: center;
  margin: 0 0 1.5rem;
}


 .get-touch-bx-head {
    
    position: relative;
    font-size: 22px;
    margin-right: 50px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    
    color: #7b6f67 !important;
}
.get-touch-bx-head::before{
content: "";
    height: 2px;
    width: 115px;
    position: absolute;
    bottom: -6px;
    margin-left: -45px;
    right: 250px;
    height: 70px;
    width: 2.5px;
    background: #f8b236;
}
.social-row {
  margin-bottom: 2.5rem;
    transition: .5s;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    padding: 70px ;

}
.social-icons-imgs img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  transition: transform 0.15s ease;
}
.social-icons-imgs img:hover {
  transform: translateY(-3px);
}
.contact-cards .contact-card:hover img{
        transition: .5s;
    transform: scale(1.1);
}
.contact-cards .contact-card img{
          transition: .5s;
}

.contact-cards .contact-card:hover{
transition: .5s;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
}
.social-row a {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.1rem;
}


.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.contact-card {
    position: relative;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.contact-icon {
  font-size: 2rem;
  color: #a6192e;
  margin-bottom: 1rem;
}

.contact-card h3 {
     position: relative;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c2c2c;
  margin:  1.4rem;
}
.contact-card h3::after{
       content: "";
    background: #f8b236;
    height: 2.5px;
    width: 70px;
    position: absolute;
    right: 38%;
    top: 35px;
    margin-left: -45px;
}

.contact-card p {
   
  font-size: 0.9rem;
  color: #6b6b6b;
  line-height: 1.6;
  margin: 1px 0 1rem;
}


.contact-link {
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
      display: inline-block;
    padding: 10px 25px;
    font-size: 18px;
    line-height: 18px;
    color: #cf202e ;
    border: 1px solid #cf202e;
    transition: .5s;
}
.contact-link:hover {
transition: .5s;
    background: #cf202e;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 900px) {
  .contact-cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .page-wrap { flex-direction: column; }
  .sidebar { width: 100%; }
  .form-row { flex-direction: column; gap: 1.5rem; }
}

#mainNav {
  transition: transform 0.3s ease;
}

#mainNav.hide-nav {
  transform: translateY(-100%);
}

#logoSection {
  transition: top 0.3s ease;
}

.az-banner-text h1 {
    text-align: center !important;
    color: #cf202e !important;
    font-weight: 500 !important;
    line-height: 40px !important;
        margin-top: 50px;
    margin-bottom: 10px;
    font-size:34px
;
}


.footer {
    background: #F5F5F5;
    margin-top: 60px;
}

.container {
    width: 80%;
    max-width: 1450px;
    margin: auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 70px;
    padding: 60px 0;
}

.footer-col h3 {
    color: #d81f2a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 35px;
    padding-right: 35px;
    position: relative;
    text-align: start;
}

.footer-col h3::after {
    content: "";
    width: 70px;
    height: 3px;
    background: #f7b335;
    position: absolute;
    bottom: -12px;
    right: 0px;
    transform: translateX(-50%);
}

.footer-col ul {
    list-style: none;
}

.footer-col li {
    margin: 22px 0;
}

.footer-col a {
    color: #6d6d6d;
    text-decoration: none;
    font-size: 14px;
    transition: .3s;
}

.footer-col a:hover {
    color: #d81f2a;
}

.newsletter {
    text-align: start;
}

.newsletter p {
    color: #777;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.8;
}

.newsletter input {
    width: 100%;
    height: 35px;
    border: 1.5px solid #d6d6d6;
   
    
    margin: 0 0 5px;
}
.newsletter input::placeholder{
opacity: 0.5;
}
.newsletter .terms {
    line-height: 2;
}

.newsletter .terms a {
    color: #f5a623;
}

.newsletter button {
    width: 120px;
    height: 30px;
    background: #d81f2a;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
        text-shadow: 0px 0px 5px #000000;
        font-weight: 400;
}

.app {
    text-align: center;
}

.app img {
    display: block;
    margin: 20px auto;
}

.copyright {
    background: #efefef;
    padding: 25px 0;
}

.copy {
    display: flex;  
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}

.copy img {
    width: 60px;
}

.copy p {
    color: #666;
    line-height: 2;
    font-size: 13px;
    flex: 1;
}

@media(max-width:991px){

.footer-grid{
    grid-template-columns:1fr 1fr;
}

}

@media(max-width:768px){

.footer-grid{
    grid-template-columns:1fr;
}

.copy{
    flex-direction:column;
}

}