
.switch-option{
  border-bottom: 3px solid transparent;
}

.card-authority{
   /* background-color: rgba(249, 250, 251, 1); */
   padding: 40px 0px;
}
html[data-theme="dark"] .card-authority{
    background-color: rgba(56, 66, 80, 1);
}

.authority-card-box{
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    justify-content: space-between;
}
.authority-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--bg-card);
    border-radius: 16px;
    padding: 20px;
    margin: 10px 0px;
    border: 1px solid #D2D6DB33;
    min-height: 250px;
    max-height: 300px;
    background-image: url('../../assets/services/pattren.svg');
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 22%;
}
.info-card{
  width:100%;
  max-height: 100%;
  background-image:none;
  background-color:transparent !important;
  justify-content : start !important;
}


.authority-card .featured-icon {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #BB9661;
    border:none;
    background-color: rgba(249, 250, 251, 1) ;
}
html[data-theme="dark"] .authority-card .featured-icon{
  background-color:rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.authority-card-content{

}



.new-authority-card-controls{
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 10px;
    justify-content: end;
}

.service-card-content{
  padding: 20px 0px;
}

.authority-card .new-authority-card-controls .new-authority-card-button {
    background-color: var(--btn-primary);
    color: var(--color-main);
    padding: 5px 15px;
    border-radius: 5px;
    text-decoration: none;
    width: 80px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-section{
  padding: 20px 10px;
}


.mix-section{
  display: flex;
  align-items: center;
  padding: 0px 40px 80px 80px;
}
.mix-photos {
  /* background-image: url('./../../images/contact/mixbackground.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  position: relative;
  margin: 80px 0px 0px
  /* aspect-ratio: 1 / 1;
  width: 80%; */
}

.mainmix-photo{
  position: relative;
  aspect-ratio: 1 / 1;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  transform-origin: center center;
}

.mix-photo {
  position: absolute;
  aspect-ratio: 1 / 1;
  top: -20%;
  right: -10%;
  z-index: 3;
  max-width: 60%;
  /* transform: translate(-50%, -50%);  */
   transition: transform 0.6s ease, box-shadow 0.6s ease;
  transform-origin: center center;
}
.mix-photo2 {
  position: absolute;
  aspect-ratio: 1 / 1;
  bottom: 0;
  left: -30%;
  z-index: 2;
  max-width: 90%;
  transition: all 0.8s ease;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  transform-origin: center center;
}

.mainmix-photo:hover {
 transform: scale(1.05) translateY(-10px);
  z-index: 4;
}

.mix-photo2:hover {
  transform: scale(1.05) translateY(-10px);
  z-index: 4;
}

.mix-photo:hover {
  transform: scale(1.05) translateY(-10px);
  z-index: 4;
}


.mix-photo img{
  width: 90%;
}
.mix-photo2 img{
  width: 90%;
}
.contact-decor-1 {
    position: absolute;
    width: 50% !important;
    inset-inline-start: -20%;
    top: -20%;
}
.contact-decor-2 {
    position: absolute;
    width: 60% !important;
    inset-inline-end: -30%;
    bottom: 0;
}

.contact-leader{
    background-color: rgba(210, 214, 219, 0.2);
    width: 100px;
    height: 35px;
    justify-content: space-evenly;
    align-items: center;
    display: flex;
    padding: 4px;
    text-decoration: none;
    border-radius: 8px;
    color: inherit;
    cursor: pointer;

}
 [lang="ar"] .contact-decor-1,
[lang="ur"] .contact-decor-1,
[dir="rtl"] .contact-decor-1 {
  inset-inline-end: -20px !important;
  inset-inline-start: auto !important;
} 
 [lang="ar"] .contact-decor-2,
[lang="ur"] .contact-decor-2,
[dir="rtl"] .contact-decor-2 {
   inset-inline-start: -30% !important;
} 

[lang="ar"] .hgi-auto-direction,
[lang="ur"] .hgi-auto-direction,
[dir="rtl"] .hgi-auto-direction {
  transform: rotate(180deg);
}

.btn-title{
    background: rgba(188, 150, 97, 1);
    max-width: fit-content;
    height: 32px;
    opacity: 1;
    color: white;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 10px;
}

.authority-content{
  display: flex;
}
.authority-content p{
  display: flex;
  gap: 10px;
  align-items: center;
}

.authority-content p::before{
  content: "䄇";
  font-family: "hugeicons-stroke-rounded" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
html[data-theme="dark"] .authority-content p {
color: rgba(255, 255, 255, 0.8);
}

.card-custom{
  display: flex;
  margin: 0;
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 768px) {

   .mainmix-photo img{
    width:95%;
  } 
  .mix-section{
  display: flex;
  align-items: center;
  padding: 0px 0px 60px 0px;
}



 [lang="ar"] .mix-section,
[lang="ur"] .mix-section,
[dir="rtl"] .mix-section {
 padding: 0px 60px 0px 0px ;
} 
.authority-card-box{
  padding: 20px 10px ;
}
.authority-card{
  width: 100% !important;
}
.mix-photo2{
  left: 0;
  bottom: 10%;
}

.mix-photo {
    width: 80%;
}
.mix-photo2  {
    width: 80%;
}

.contact-decor-1{
  inset-inline-end: 0;
}
}

/* .groub-image{

} */