html{overflow-x:hidden}
a,a:active,a:hover,a:visited{text-decoration:none}
footer{margin-top:14px;background:#fff;position:relative}
*,button,input,p,ul{outline:0!important;margin:0; padding:0}
body{background:#fff;font-family:IRANYekan,iranSans;direction:rtl;color:#424242;text-align:right;direction:rtl;font-size: 14px}
img{max-width:100%}
.main-content{padding:30px 0 7px;min-height:100vh;padding-top:163px;background:#fff}
.main-content.logged{padding-top:140px}
p{
    color: #404040;
    line-height: 25px;
}.footer-right {
     z-index: 99;
 }
.container .alert.alert-danger.alert-dismissible.fade.show {
    margin-bottom: 70px;
}
.header-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;border-bottom: 2px dashed #EAEAEA;
    padding: 20px 0;
}.header-top-right {
     display: flex;
     align-items: center;
 }.header-top-search {
      margin-right: 30px;
  }
.header-top-search input[type="text"]:placeholder-shown {
    font-size: 14px;
    color: #7d7d7d;
    opacity: 1;
}
.header-top-search input[type="text"] {
    padding: 13px;
    width: 400px;
    background: #fff;
    color: #303030;
    border: 2px solid #F1F1F1;
    font-size: 14px;
    border-left: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 0px;
}.header-top-search input[type="button"], .header-top-search button {
     background: #fff;
     padding: 15px;
     border: 2px solid #F1F1F1;
     display: flex;
     border-right: 0;
     align-items: center;
     border-right: 0;
     color: #bbbebf;
     border-top-left-radius: 15px;
     border-top-right-radius: 0px;
     border-bottom-right-radius: 0;
     border-bottom-left-radius: 15px;
 }.header-top-search button i {
      font-weight: 400;
      font-size: 18px;
  }.header-top-search form {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
   }header.header.hide {
        transform: translateY(-127%);
    }header.header.show {

         transform: translateY(0);
     }header.header {
          position: fixed;
          width: 100%;
          top: 0;
          transition: 0.9s;
          z-index: 10000;
      }
.header-top {
    background: #fff;
    z-index: 9;
    position: relative;
}.header-bottom {
     background: #fff;
     padding-bottom: 18px;
 }
.header-bottom-category-responsive{
    display: none;
}

.header-top-center ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}.header-top-center ul li {
     font-size: 17px;
     list-style-type: none;
     margin: 0 10px 2px;
 } .header-top-center ul li a {
       font-size: 15px;
       color: #424242;
       -webkit-transition: 0.5s;
       -o-transition: 0.5s;
       transition: 0.5s;
   }
.header-top-logo img {
    width: 150px;
}.header-top-left a {
     background: linear-gradient(90deg, #01BBB2 0%, #009C8E 100%);
     box-shadow: 0px 20px 20px -18px rgba(1, 187, 178, 0.5);
     border-radius: 11px;
     color: #fff;
     padding: 12px 20px;
     font-size: 13px !important;
 }
.home-slider{
    padding: 30px;
    margin-top: -150px;
    padding-top: 100px;
    padding-bottom: 0;
    margin-bottom: 50px;
    background: linear-gradient(180deg, rgba(221, 243, 242, 0.7) 0%, #DDF3F2 100%);

}

.alydent-section {
    margin-top: 75px;
}

.alydent-title h2{
    font-weight: 900;
    font-size: 27px;
    background: linear-gradient(180deg, #01BBB2 0%, rgba(1, 187, 178, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;


}

.alydent-title h1{
    font-weight: 900;
    font-size: 30px;
    background: linear-gradient(180deg, #01BBB2 0%, rgba(1, 187, 178, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;


}
.section-services > div {
    flex: 0 0 20%;
}
.section-services {
    display: flex
;
    margin-top: 25px;
    justify-content: space-between;
}.services-item {
     display: flex
 ;
     flex-direction: column;
     align-items: center;
 }.services-item svg {
      width: 100px;
      height: 100px;
      margin-bottom: 13px;
  }.services-item strong {
       font-weight: 800;
       color: #404040;
   }
.video-card {
    background: #e8f9fa;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.video-thumbnail {
    position: relative;
    overflow: hidden;
}

.video-thumbnail video {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
    border: none;
    outline: none;
    border-radius: 12px 12px 0 0;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.6);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    cursor: pointer;
    border: none;
    transition: 0.3s;
}

.play-btn:hover {
    background: rgba(0,0,0,0.8);
}

.time-left,
.time-right {
    position: absolute;
    bottom: 10px;
    font-size: 13px;
    color: white;
    background: rgba(0,0,0,0.5);
    padding: 2px 6px;
    border-radius: 4px;
}

.time-left { left: 10px; }
.time-right { right: 10px; }

.video-info {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
}

.video-info .avatar {
    width: 45px !important;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}
.portfolio {
    margin-top: 30px;
}
.video-info .text h3 {
    margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.video-info .text p {
    margin: 0;
    color: #666;
    font-size: 13px;
}
.faq-item {
    border-bottom: 1px solid #bce3e5;
    margin-bottom: 8px;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: right;
    padding: 16px;
    font-size: 16px;
    color: #007f84;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
}

.faq-question:hover {
    color: #005c5f;
}

.faq-question i {
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #ecfafa;
    padding: 0 16px;
    border-radius: 0 0 8px 8px;
    transition: all 0.3s ease;
}

.faq-answer p {
    margin: 0;
    padding: 12px 0;
    color: #444;
    line-height: 1.7;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 12px 16px;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}



footer {
    padding: 3rem 2rem 15px;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    position: relative;
    z-index: 2;
}

.footer-links {
    display: flex;
    gap: 4rem;
}

.footer-column h4 {
    color: #00b3a4;
    margin-bottom: 1rem;
    font-size: 15px;
}

.footer-column ul {
    list-style: none;
}

.footer-column li {
    margin-bottom: .5rem;
}

.footer-column a {
    text-decoration: none;
    color: #333;
    transition: color .3s;
}

.footer-column a:hover {
    color: #00b3a4;
}

.footer-center {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

.footer-center img {
    max-width: 350px;
    height: auto;    z-index: 1; animation: floatTooth 4s ease-in-out infinite;
}

.footer-right {
    max-width: 437px;
}
@keyframes floatTooth {
    0% {
        transform: translateY(0);
        filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.1));
    }
    50% {
        transform: translateY(-12px);
        filter: drop-shadow(0 8px 18px rgba(0,0,0,0.15));
    }
    100% {
        transform: translateY(0);
        filter: drop-shadow(0 4px 10px rgba(0,0,0,0.1));
    }
}
.footer-right img.logo {
    width: 180px;
    height: auto;
    margin-bottom: 1rem;
}

.footer-right p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 1.5rem;
    color: #424242;
}

.social-icons {
    display: flex;
    gap: .8rem;
}
.footer-center{
    position: relative;
}
.footer-center::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 350px;
    background: #01BBB2;
    opacity: 0.5;
    filter: blur(116.45px);
    height: 100px;

}

.social-icons a {
    border: 1px solid #00b3a4;
    color: #00b3a4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    transition: background .3s, color .3s;
}

.social-icons a:hover {
    background: #00b3a4;
    color: #fff;
}

.email-form {
    display: flex;
    gap: .5rem;
}
.footer-links {
    transform: translateX(100px);
}
.footer-news{
    display: flex;align-items: center;gap: 20px;
}
.email-form input {
    flex: 1;
    padding: .5rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.email-form button {
    background: #00b3a4;
    color: #fff;
    border: none;
    padding: .5rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background .3s;
}

.email-form button:hover {
    background: #009084;
}

.copyright {
    text-align: center;
    font-size: .8rem;
    color: #666;
    border-top: 1px solid #b8e3e3;
    margin-top: 2rem;
    padding-top: 1rem;
}.footer-center {
     margin-right: -149px;
     margin-top: -100px;
 }
.article-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: transform .3s ease, box-shadow .3s ease;
}

.article-card:hover {
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.article-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.article-info {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 1rem;
    background: linear-gradient(to bottom, rgba(0,179,164,0.8), transparent 80%);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;    height: 300px;
}

.article-info h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 14px;
}.articles {
     margin-top: 30px;
 }


.stats-section {
    background: #e9f9f8;
    border-radius: 20px;
    padding: 40px 20px;
    margin: 50px auto;
    text-align: center;
}

.stat-box {
    padding: 20px;    text-align: right;

    transition: all 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-5px);
}

.stat-number {
    font-size: 36px;
    font-weight: 900;
    color: #00b8b0;
}

.stat-title {
    font-size: 18px;
    color: #00b8b0;
    font-weight: 900;
    margin-top: 10px;
}

.stat-text {
    color: #666;
    font-size: 14px;
    margin-top: 8px;
}
.register-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    transition: all 0.3s ease;
    height: 100%;
}
.register-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.register-title {
    color: #00bfa6;
    font-weight: bold;
    margin-bottom: 1rem;
}
.register-btn {
    background-color: #00bfa6;
    border: none;
    padding: 0.6rem 2rem;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;    margin-top: 20px !important;
    display: inline-block;
}
.register-btn:hover {
    background-color: #00a38f;color: #fff;
}
.doctor-carousel .item {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    text-align: center;
    padding-bottom: 15px;
    transition: transform 0.3s ease;
}

.doctor-carousel .item:hover {
    transform: translateY(-5px);
}

.doctor-carousel img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.doctor-name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    color: #222;
}

.doctor-title {
    color: #777;
    font-size: 14px;
    margin-bottom: 10px;
}

.doctor-btn {
    display: inline-block;
    background: #c6f4f3;
    color: #222;
    border-radius: 8px;
    padding: 4px 10px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.doctor-btn:hover {
    background: #00c8c3;
    color: #fff;
}
.contact-header img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.contact-form {

}

.contact-form h3 {
    color: #00b7b3;
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.contact-info h5 {
    color: #00b7b3;font-size: 17px;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}.formbuilder-text.form-group.field-text-1668702048542-0,.formbuilder-text.form-group.field-text-1668702080691,.formbuilder-select.form-group.field-select-1668702107631-0,.formbuilder-text.form-group.field-text-1668702125562-0 {
     width: 50%;
     display: inline-block;
     padding: 0 10px;
 }.rendered-form .form-control {
      outline: 0 !important;
      background-image: none;
      border: 2px solid #29292912;
      border-radius: 12px !important;
      box-shadow: none !important;
      padding: 8px !important;
      background: transparent;
      height: unset !important;
      transition: .4s;
  }span.formbuilder-required {
       display: none;
   }.rendered-form textarea.form-control {
        height: 150px !important;
        resize: none;
    }
.rendered-form .btn {

    background: linear-gradient(90deg, #01BBB2 0%, #009C8E 100%) !important;
    border-radius: 14px !important;
    color: #fff !important;
    padding: 13px 22px !important;
    box-shadow: none !important;
}

.contact-info p {
    margin: 0;
    line-height: 1.8;
    font-size: 0.95rem;
}

.map iframe {
    border-radius: 12px;
    width: 100%;
    height: 300px;
    border: none;
}.contact-info i {
     color: #00b7b3;
     margin-left: 8px;
 }

.article_top{
    background: #F5DCDD;
    padding: 21px;
    margin-bottom: 20px;
    padding-bottom: 45px
}.article_top_content h2 {
     font-size: 28px;
 }
.article_share{
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;justify-content: center;
}
.article_share_items {
    display: flex;
    align-items: center;
}
.article_share_items a {
    border-radius: 50%;
    background: #ffff;
    width: 50px;
    height: 50px;
    font-size: 19px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    color: #424242 !important;
}
.article_top_content{
    display: flex;
    justify-content: space-between;
    align-items:center;
}
img.article_img{
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.article_img_box{
    position: relative;
    margin-bottom: 15px;
}
.category {
    display: inline-block;margin: 10px;padding: 5px 10px;border-radius: 30px;
    background: #E9EAEB;
}.category a {
     color: #424242;font-size: 15px;
 }
.article_top h1{
    font-size: 28px;    margin-bottom: 17px;
    font-weight: bold;    line-height: 30px;color: #46484d;
}.article_content{

 }
.article_content iframe {
    border-radius: 15px;
}
.article_content h2{
    font-size:24px;font-weight: 700;
}
.article_content h3{
    font-size: 21px;font-weight: 700;
}
.article_content h4{
    font-size: 19px;font-weight: 700;
}
.article_content p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 7px;
    font-weight: 400;
    color: #181522;
}.sidebar{
     position: sticky;
     top:81px;
     margin-bottom: 30px;
 }.article_content ul,.article_content ol {
      margin-bottom: 25px;    font-size: 16px;
  } .article_content ul li,.article_content ol li{
        margin-bottom: 15px;
    }
.article_content h2,.article_content h3,.article_content h4 {
    margin-bottom: 25px;color: #46484d;
}
.article_content ul ul,.article_content ol ol{
    margin-top: 20px;
}

.table_content ul{
    padding: 0;
    list-style: none;
}
.article_content ul li {
    position: relative;
    margin-right: 20px;

}

.article_title_bottom{
    display: flex;
}
.article_title_bottom span{
    margin: 0 10px;    color: #fff;
    display: flex
;
    align-items: center;font-size:14px
}
.article_title_bottom span svg{
    margin: 0 5px;width:15px
}
.article_title_bottom a {
    color: #fff;
}

.article_content blockquote {
    padding-left: 20px;
    padding-right: 8px;
    border: 0;
    border-left-width: 5px;
    border-style: solid;
    border-color: #0F203C;
}.article_content img{
     border-radius: 15px;
     max-width: 100%;
     height: unset !important;
     display: block;
 }
.table_content li{
    list-style: none;
    font-size: 15px;
    padding: 0 10px;
    margin-bottom: 8px;
    padding-bottom: 9px;
    padding-left: 0;
}.table_content li:last-child{
     margin-bottom: 0;
     padding-bottom: 0;
     border-bottom: 0;
 }
.table_content a{
    color: #424242;
}

.table_content{
    margin-bottom: 30px;
    padding: 20px;
    background: #F1F3F4;
    backdrop-filter: blur(9.5px);
    border-radius: 30px;        margin-top:7px;
}
.table_content h2{
    font-size: 21px;
    font-weight: 700;
}
.table_content_box{
    margin-top: 15px;
    padding-top: 9px;
}
.share{
    padding: 10px 20px;
    font-size: 18px;
    background: rgba(218, 227, 231, 0.2);
    border-radius: 30px;
}
.share ul{
    padding: 0;    margin-bottom: 0;
    list-style: none;display: flex;align-items: center;justify-content: space-between;
}
.share li{

}
.share a{
    color: #7a7a7a;cursor: pointer;
}.article_sources_show_icon {
     display: inline-block;
     width: 0;
     height: 0;margin-left: 10px;
     border-width: 8px 5px 0;
     border-style: solid;
     border-color: #2c40d0 transparent transparent;
 }.resources_header_btn > span{
      display: inline-flex;

      cursor: pointer;
      flex-direction: row;
      align-items: center;
      width: 100%;


  }
.resources_header_btn i{
    margin-left: 10px;

    font-weight: 300;
    font-size: 17px;
}
.resources_header_btn{

}
.resources_header{

}
.resources_content{
    margin-top: 20px;

}
.resources_content ul li {
    position: relative;
    padding-left: 20px;
    list-style: none;
}


.resources_content a{
    display: block;color: dodgerblue;
    margin-bottom: 10px
}


.resources_box{
    border-top: 2px solid #E8E8E8;
    padding-top: 20px;

}.resources_box_content{
     padding: 17px 15px;
     background: #F1F3F4;

     border-radius: 17px;
 }
.related_box{
    border-top: 2px solid #b3b3b37d;
    padding-top: 20px;
}.active{
     color: #0F203C !important;

 }.article_content a{
      color: #0F203C;

      display: inline-block;
      margin: 0 2px;
  }
.article_content table {
    border-color: transparent;
    border-radius: 10px;
    overflow: hidden;
}
.article_content table tr td {
    padding: 11px;    font-size: 16px;border-color: #d5d5d5;
}.related_box h2{
     margin-bottom: 20px;
 }
.article_content table tr td ul{
    margin-bottom: 0;
}.article_content table tr td ul li:last-child{
     margin-bottom: 0;
 }.article_content table tr td ul li{
      font-size: 16px;
  }

.article_search form{
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
}
.article_search form input{
    padding: 12px 10px;
    background: transparent;
    border: 0;
    width: 150px;
    outline: 0 !important;
}
.article_search form button{
    padding: 12px 10px;
    background: transparent;
    border: 0;
}
.article_title h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.article_title{
    margin-right: 20px;
    margin-top: -156px;
    margin-left: 20px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    color: #fff;
    padding: 28px;
    margin-bottom: 20px;
}
.article_title span{
    color: #fff;
}
/* Responsive */
@media (max-width: 900px) {
    .article_top h1 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .article_content h2{
        font-size:20px;font-weight: 700;
    }
    .article_content h3{
        font-size: 19px;font-weight: 700;
    }
    .article_content h4{
        font-size: 17px;font-weight: 700;
    }

    .resources_box_content {
        margin-bottom: 15px;

    }.resources_content ul{
         padding-left: 5px;
         overflow: hidden;
         margin-right: 10px;
     }.article_content table {
          display: block;
          width: 100% !important;
          overflow-x: auto;
          -webkit-overflow-scrolling: touch;
      }.article_content iframe {

           width: 100%;
           height: unset;
       }.article_content img {
            border-radius: 15px;
            height: unset !important;max-width: 100% !important;
        }.sidebar {
             position: fixed;
             top: -36px;
             z-index: 99;
             right: 0;
             left: 0;
         }.table_content_box {margin-top: 0;
              height: 0;
              overflow: hidden;
              transition: .4s;
              visibility: hidden;
          }.table_content {
               box-shadow: 0 0 10px #bbb;
               border-radius: 11px;
               padding-bottom: 4px;
               background: #e8336a;
               color: #fff;

           }.table_content h2 {
                font-size: 17px;
                font-weight: 600;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }.table_content h2 i {
                 font-weight: 500;    transition: .4s;
             }.table_content.open i {
                  transform: rotate(180deg);
              }.active {
                   color: #393838 !IMPORTANT;
               }.table_content a{color: #fff;

                }

    .article_top_content {
        justify-content: center;    padding-bottom: 23px;
    }
    .article_top_content svg {
        display: none;
    }
    .article_share {
        flex-direction: column;margin-bottom: 0;
        padding-bottom: 0;
    }.article_share_items {
         margin-bottom: 27px;
     }.article_search form input {
          width: 100%;
      }.article_content h1 {
           font-size: 21px;
           font-weight: 600;
           margin-bottom: 20px;
       }.article_title h1 {
            font-size: 18px;

        }.article_title_bottom {
             flex-direction: column;
         }
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .contact-form, .contact-info {
        margin-top: 1.5rem;
    }    .formbuilder-text.form-group.field-text-1668702048542-0, .formbuilder-text.form-group.field-text-1668702080691, .formbuilder-select.form-group.field-select-1668702107631-0, .formbuilder-text.form-group.field-text-1668702125562-0 {
             width: 100%;
             display: inline-block;
             padding: 0;
         }


    .footer-links {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-center img {
        max-width: 160px;
        margin: 2rem 0;
    }

    .footer-right {
        max-width: 100%;
    }

    .email-form {
        flex-direction: column;
    }

    .section-services {
        flex-wrap: wrap;
        justify-content: center;
        gap: 21px;
        text-align: center;
    }.footer-news {
         flex-direction: column;
         margin-bottom: 31px;
     }.footer-center {
          margin-right: 0;
          margin-top: -100px;
      } .article-info h3 {
                           font-size: 21px;

                       }.email-form input {
                           width: 250px;
                       }   .footer-links {
               flex-direction: column;
               gap: 2rem;
               width: 100%;
               transform: unset;
           }.header-top-center {
                position: fixed;
                right: 0;
                top: 0;transform: translateX(100%);
                height: 100vh;
                z-index: 99999;
                background: #fff;
                box-shadow: 0 0 10px #bbb;
                transition: .4s;
            }.header-top-center ul {
                 flex-direction: column;
             }
    .header-top-center {
        width: 200px;
        padding: 21px;
    }.header-top-center.open{
             transform: translateX(0)
         }.header-bg {
              position: fixed;
              width: 100vw;
              height: 100vh;
              background: #0000004a;
              z-index: 99;
          }.header-top-center ul li {
               margin-bottom: 20px;
           }span.openMenuBtn {
                border: solid 2px #A9E0DD;
                padding: 10px;
                border-radius: 10px;
            }span.openMenuBtn path {
                 fill: #A9E0DD;

             }.footer-center {
                  order: -1;
              }.header-top .container {
                   padding: 5px;
               }
}
