/*---- edit theme ----*/
#main>.md\:min-h-\[400px\]{
  min-height: 200px !important;
}

.theme-container .max-w-\[900px\]{
  max-width: 1100px !important;
}

/* hero*/
.section-hero:first-of-type .theme-container {
  display: flex;
  justify-content: end;
  flex-direction: row;
}
.section-hero .theme-container>div{
  width: 50%;
}
@media screen and (max-width: 768px){
  .section-hero{
    align-items: end !important;
    padding-bottom: 70px; 
  }
  .section-hero .theme-container{
    justify-content: center !important;
  }
  .section-hero .theme-container>div{
    width: 80%;
  }
  .section-hero .theme-container .hero-text{
    display: none;
  }
  .section-hero .hero-content{
    display: none !important;
  }
  .section-hero .theme-container div.gap-4{
    justify-content: center;
  }
}
/* end hero*/

header .theme-container div.items-center{
  width: 66.66%;
  flex-direction: row-reverse;
  justify-content: space-between;
}

header .theme-container div.items-center>a{
  width: 50%;
  display: flex;
  justify-content: center;
}
header .theme-container div.items-center>a img{
  max-height: 74px !important;
}
@media screen and (max-width: 768px){
  header .theme-container div.items-center>a img{
    height: 60px !important;
  }
  header .theme-container #mobile-drawer{
    top: 65px !important;
  }
}

@media screen and (max-width: 1024px){
  header .theme-container div.items-center{
    width: 100% !important;
    justify-content: center !important;
  }
  header .theme-container>ul{
    width: 33.33%;
    justify-content: end;
  }
  header .theme-container .group>button{
    width: 33.33%;
  }
}

/*---- End edit theme ----*/

.tally-page{
  padding: 0 10px;
  max-width: unset !important;
}
.test {
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    column-gap: 16px;
      }
.test div{
  width: 32%;
    background-color: #10101009;
    padding: 5px 20px;
    border-radius: 10px;
}
@media screen and (max-width: 930px) {
  .test {
    flex-direction: column;
    row-gap: 16px;
  }
  .test div{
    width: 100%
  }
}

.section-categories{
  padding-block: calc(var(--spacing) * 26) !important;
}

.container-title{
  font-size: 32px;
  display: inline-block;
}
.container-title::after{
  content: "";
  display: block;
  background-color: #ECECEC;
  width: 100%;
  height: 22px;
  margin-top: -23px;
}

.container-title2{
  font-size: 32px;
  font-weight: 600;
  display: inline-block;
}
/***********************/
.FJEC-contact-page{

    font-family:inherit;
    max-width:1200px;
    margin:auto;
    padding:60px 20px;
}

.FJEC-heading{
    text-align:center;
    margin-bottom:45px;
}

.FJEC-heading h2{

    margin:0;
    color:#1C7D65;
    font-size:40px;
    font-weight:700;
    letter-spacing:1px;
}

.FJEC-cards{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-bottom:70px;
}

.FJEC-card{

    background:#fff;
    border:1px solid #ececec;
    border-radius:12px;
    padding:35px 30px;
    text-align:center;

    transition:.3s;
}

.FJEC-card:hover{

    transform:translateY(-4px);

    box-shadow:
    0 12px 30px rgba(0,0,0,.08);
}

.FJEC-card h3{

    margin:0 0 20px;
    font-size:22px;
    font-weight:700;
}

.FJEC-card p{

    margin:10px 0;
    line-height:1.8;
    color:#444;
}

.FJEC-card a{

    color:#1C7D65;
    text-decoration:none;
    font-weight:600;
}

.FJEC-card a:hover{

    text-decoration:underline;
}

.FJEC-form-wrapper{

    max-width:900px;
    margin:auto;
}

.FJEC-form-wrapper h2{

    text-align:center;
    color:#1C7D65;
    font-size:36px;
    margin-bottom:10px;
}

.FJEC-form-wrapper p{

    text-align:center;
    margin-bottom:40px;
    color:#666;
}

.FJEC-form{

    border:1px solid #eee;
    border-radius:14px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 15px 45px rgba(0,0,0,.05);
}

.FJEC-form iframe{

    display:block;
    width:100%;
    border:0;
}

/* Tablet */

@media (max-width:900px){

.FJEC-cards{

    grid-template-columns:1fr;
}

.FJEC-heading h2{

    font-size:34px;
}

.FJEC-form-wrapper{

    max-width:100%;
}

}

/* Mobile */

@media (max-width:600px){

.FJEC-contact-page{

    padding:40px 16px;
}

.FJEC-card{

    padding:28px 22px;
}

.FJEC-heading h2{

    font-size:28px;
}

.FJEC-form-wrapper h2{

    font-size:28px;
}

}
.FJAC-contact-page{

    direction:rtl;
    font-family:inherit;
    max-width:1200px;
    margin:auto;
    padding:60px 20px;
}

.FJAC-heading{
    text-align:center;
    margin-bottom:45px;
}

.FJAC-heading h2{

    margin:0;
    color:#1C7D65;
    font-size:40px;
    font-weight:700;
    letter-spacing:.5px;
}

.FJAC-cards{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-bottom:70px;
}

.FJAC-card{

    background:#fff;
    border:1px solid #ececec;
    border-radius:12px;
    padding:35px 30px;
    text-align:center;
    transition:.3s;
}

.FJAC-card:hover{

    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.FJAC-card h3{

    margin:0 0 20px;
    font-size:22px;
    font-weight:700;
}

.FJAC-card p{

    margin:10px 0;
    line-height:1.9;
    color:#444;
}

.FJAC-card a{

    color:#1C7D65;
    text-decoration:none;
    font-weight:600;
}

.FJAC-card a:hover{

    text-decoration:underline;
}

.FJAC-form-wrapper{

    max-width:900px;
    margin:auto;
}

.FJAC-form-wrapper h2{

    text-align:center;
    color:#1C7D65;
    font-size:36px;
    margin-bottom:10px;
}

.FJAC-form-wrapper p{

    text-align:center;
    margin-bottom:40px;
    color:#666;
}

.FJAC-form{

    border:1px solid #eee;
    border-radius:14px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 15px 45px rgba(0,0,0,.05);
}

.FJAC-form iframe{

    display:block;
    width:100%;
    border:0;
}

/* Tablet */

@media (max-width:900px){

.FJAC-cards{

    grid-template-columns:1fr;
}

.FJAC-heading h2{

    font-size:34px;
}

.FJAC-form-wrapper{

    max-width:100%;
}

}

/* Mobile */

@media (max-width:600px){

.FJAC-contact-page{

    padding:40px 16px;
}

.FJAC-card{

    padding:28px 22px;
}

.FJAC-heading h2{

    font-size:28px;
}

.FJAC-form-wrapper h2{

    font-size:28px;
}

}