.containers {
    display: flex;
    flex-direction: row;
    height: 70vh;
    overflow: none;
}
.left-section {
    flex: 2;
    position: relative;
    overflow: hidden;
}
.left-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}
.left-section img.active {
    display: block;
}
.left-section .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #3b5998;
    color: white;
    text-align: center;
    padding: 10px;
}
.left-section .carousel-indicators {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}
.left-section .carousel-indicators span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
}
.left-section .carousel-indicators .active {
    background-color: #0d7751;
}
.left-section .carousel-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.left-section .carousel-controls i {
    color: white;
    font-size: 24px;
    cursor: pointer;
}
.right-section {
    flex: 1;
    background-color: #1a503e;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
    color: white;
    padding: 20px;
    overflow-y: none;
}
.right-section h2 {
    margin-top: 0;
    color: #fff;
    font-size: 26px;
}
.right-section ul {
    list-style: none;
    padding: 0;
}
.right-section ul li {
    margin-bottom: 10px;
}
.right-section ul li a {
    color: white;
    text-decoration: underline;
}
.right-section ul li a:hover {
    text-decoration: underline;
}
.right-section .view-all {
    text-align: right;
    margin-top: 20px;
}
.right-section .view-all a {
    color: #f08616;
    text-decoration: none;
}
.right-section .view-all a:hover {
    text-decoration: underline;
}
/* .footer {
    background: #1a503e !important;
    color: white;
    text-align: center;
    padding: 10px;
} */
.marquee-controls {
    text-align: right;
    margin-bottom: 10px;
}
.marquee-controls i {
    color: white;
    font-size: 24px;
    cursor: pointer;
    margin-left: 10px;
}
@media (max-width: 768px) {
    .containers {
        flex-direction: column;
    }
    .left-section, .right-section {
        flex: none;
        height: 50vh;
    }
}


.footer {
    background-color: #1a503e;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
    padding: 50px 20px 50px 20px;
    text-align: ;
    font-size: 14px;
    color: #fff ;
}
hr{
    color: #fff;
}
.footer img {
    max-width: 100%;
    height: auto;
}
.footer .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
   
    margin: 0 auto;
   
}
.footer .footer-content div {
    flex: 1;
    margin: 10px;
}
.footer .footer-content .footer-left {
    flex: 2;
  
    text-align: left;
}
.footer p{
    font-size: 17px;
}
.footer-left p{
    color: #fff;
    font-weight: 600;
   
}
.footer .footer-content .footer-center {
    text-align: left;
    color: #fff;
    font-weight: 600;
}

.footer .footer-content .footer-right {
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.footer .footer-content .footer-right img {
    width: 150px;
    margin: 5px;
}
.footer .footer-content .social-icons a {
    margin: 0 5px;
    color: #fff;
    font-size: 20px;
}
.footer .footer-content .social-icons a:hover {
    color: ;
}
.footer .footer-content .app-buttons img {
    width: 150px;
    margin: 5px;
}
.footer .footer-content .links a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}
.footer .footer-content .links a:hover {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .footer .footer-content {
        flex-direction: column;
        text-align: center;
    }
    .footer .footer-content .footer-left,
    .footer .footer-content .footer-center,
    .footer .footer-content .footer-right {
        text-align: center;
    }
}

/***** sidebar new ******/

.sidebar-sec {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    padding: 0px;
}
.section {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
    overflow: hidden;
}
.section-header {
    background-color: #0d7751;
    color: white ;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-header i {
    margin-right: 10px;
}
.section-header h2 {
    margin: 0;
    font-size: 1.2em;
    color: #fff;
}
.toolkit-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 10px;
}
.toolkit-icon {
    text-align: center;
}
.toolkit-icon i {
    font-size: 1.4em;
    color: white;
    padding: 10px 15px;
    border-radius: 50%;
    width: 60px;
    aspect-ratio: 1/1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.toolkit-icon p {
    margin: 5px 0 0;
    font-size: 0.8em;
    font-weight: 600;
}
.icon-forum { background-color: #e91e63; }
.icon-practice { background-color: #00bcd4; }
.icon-error { background-color: #3f51b5; }
.icon-decision { background-color: #f44336; }
.icon-posts { background-color: #9c27b0; }
.icon-topics { background-color: #ff5722; }
.announcement-content {
    text-align: center;
    padding: 20px;
}
.announcement-content h3 {
    font-size: 1.1em;
    color: #0d7751;
    margin: 10px 0;
}
.announcement-content img {
    width: 100%;
    border-radius: 10px;
}

.youtube-slider {
    padding: 10px;
}
.youtube-slider h2 {
    font-size: 1.2em;
    color: #0056b3;
    margin-bottom: 10px;
}
.youtube-slider .video-container {
    display: ; 
    overflow-x: none;
   
}


.youtube-slider .video-container iframe {
    flex: 0 0 auto;
    width: 100%;
    max-width: ;
    margin-right: 0px;
    border-radius: 10px;
}

/*************** general quesion page css ************/


.events-container {
    max-width: 1400px;
    margin: 20px auto;
    background: ;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  
  .events-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-color: #0d7751;
  }
  
  .events-title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    
    display: flex;
    align-items: center;
  }
  
  .megaphone-icon {
    background: url('megaphone-icon.png') no-repeat center;
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  
  .close-btn {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #999;
  }
  
  .events-slider {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px;
  }
  
  .arrow-btn {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .arrow-btn:hover {
    background-color: #f0f4ff;
  }
  
  .events {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  
  .events::-webkit-scrollbar {
    display: none;
  }
  
  .event {
    /* flex: 0 0 auto; */
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    min-width: 285px;
  }
  
  .event-date {
    text-align: center;
    margin-right: 10px;
  }
  
  .month {
    font-size: 13px;
    color: #333;
    font-weight: 600;
  }
  
  .day {
    font-size: 20px;
    font-weight: bold;
    color: #0d7751;
  }
  
  .event-details p {
    margin: 0;
    font-size: 14px;
    color: #333;
  }
  

  .carousel {
    max-width: 1200px;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
}
.carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.content-slide {
    min-width: 100%;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 20px;
}
.image-container {
    flex: 1;
    max-width: 300px;
}
.image-container img {
    width: 100%;
    border-radius: 10px;
}
.content {
    flex: 2;
    padding-left: 20px;
}
.date {
    color: #ff6600;
    font-weight: bold;
    display: flex;
}
.date span {
    display: block;
}
.title {
    color: #0d7751;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}
.time {
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}
.description {
    color: #333;
    font-size: 14px;
    margin-bottom: 20px;
}
.learn-more {
    color: #ff6600;
    border: 1px solid #ff6600;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
}
.calendar-icon {
    color: #ff6600;
    font-size: 24px;
    margin-left: auto;
}
.nav-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #ccc;
    cursor: pointer;
    z-index: 10;
}
.nav-icon.left {
    left: 10px;
}
.nav-icon.right {
    right: 10px;
}
@media (max-width: 768px) {
    .content-slide {
        flex-direction: column;
        padding: 10px;
    }
    .content {
        padding-left: 0;
    }
    .calendar-icon {
        margin-top: 10px;
    }
    .nav-icon {
        display: none;
    }
}


/******  manage section **********/


.container-new {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 1000px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.icon-manage {
    font-size: 24px;
    color: #0d7751;
    flex: 1 1 100%;
    text-align: center;
    margin-bottom: 10px;
}
.title-tips {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    flex: 1 1 100%;
    text-align: center;
    margin-bottom: 10px;
}
.buttons-grp {
    display: flex;
    gap: 10px;
    flex: 1 1 100%;
    justify-content: center;
}
.button-uni {
    border: 2px solid #ff6600;
    border-radius: 20px;
    padding: 5px 15px;
    color: #ff6600;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.button-uni i {
    font-size: 16px;
}
.button-uni:hover {
    background-color: #ff6600;
    color: white;
}
@media (min-width: 600px) {
    .icon-manage, .title-tips, .buttons-grp {
        flex: 0 1 auto;
        margin-bottom: 0;
    }
    .icon-manage {
        flex: 0 1 auto;
        text-align: left;
    }
    .title-tips {
        flex: 1;
        text-align: center;
    }
    .buttons-grp {
        flex: 0 1 auto;
        justify-content: flex-end;
    }
}


/************ post cmnt sec  ***************/

.unique-post-container {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 1000px;
    padding: 20px;
    margin-top: 20px;
    box-sizing: border-box;
}
.unique-post-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.unique-post-header img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.unique-user-info {
    display: flex;
    flex-direction: column;
}
.unique-username {
    font-weight: bold;
    font-size: 18px;
}
.unique-posts-count {
    color: #666;
    font-size: 14px;
}
.unique-post-date {
    margin-left: auto;
    color: #999;
    font-size: 14px;
}
.unique-post-content {
    font-size: 16px;
    line-height: 1.6;
}
.unique-post-content p {
    margin: 10px 0;
}
.unique-post-content a {
    color: #007bff;
    text-decoration: none;
}
.unique-post-content a:hover {
    text-decoration: underline;
}
@media (max-width: 600px) {
    .unique-post-container {
        padding: 15px;
    }
    .unique-post-header img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .unique-username {
        font-size: 16px;
    }
    .unique-posts-count {
        font-size: 12px;
    }
    .unique-post-date {
        font-size: 12px;
    }
    .unique-post-content {
        font-size: 14px;
    }
}


/************ table section *********/

.main-container {
    max-width: 1200px;
    margin: 30px auto;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.header-section {
    background-color: #fff;
    color: #333;
    padding: 10px;
    text-align: center;
}
.header-section h1 {
    margin: 0;
    font-size: 28px;
    color: #333;
}
.table-wrapper {
    padding: 0px;
    overflow-x: auto;
}
table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}
th, td {
    padding: 15px;
    text-align: left;
}
th {
    background-color: #0d7751;
    color: #ffffff;
}
tr:nth-child(even) {
    background-color: #f8f9fa;
}
tr:nth-child(odd) {
    background-color: #ffffff;
}
.kudos-section {
    display: flex;
    align-items: center;
}
.kudos-section i {
    margin-left: 5px;
    color: #ffc107;
}
.last-post-section {
    color: #6c757d;
}
@media (max-width: 768px) {
    .table-wrapper {
        padding: 10px;
    }
    th, td {
        padding: 10px;
    }
    .header-section h1 {
        font-size: 24px;
    }
    table {
        width: 100%;
        border-collapse: collapse;
        min-width: auto;
    }
}
@media (max-width: 480px) {
    th, td {
        padding: 8px;
        font-size: 14px;
    }
    .header-section h1 {
        font-size: 20px;
    }
}

/**************** final study page */

.buddy-container {
    max-width: 1500px;
    margin: 20px auto;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 14px;
}
.buddy-header {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0d7751;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.buddy-table-container {
    overflow-x: auto;
}
.buddy-table {
    width: 100%;
    border-collapse: collapse;
}
.buddy-table th, .buddy-table td {
    padding: 6px;
    text-align: left;
    font-size: 15px;
}
.buddy-table a {
    color: #0d7751 !important;
}
.buddy-table th {
    background-color: #0d7751;
    color: #ffffff;
}
.buddy-table tr:nth-child(even) {
    background-color: #fff;
}
.buddy-table tr:nth-child(odd) {
    background-color: #eae6e68a;
}
.buddy-icon {
    color: #f08616;
}
.buddy-icon-mail {
    color: #f08616;
}
.buddy-icon-star {
    color: #ffeb3b;
}
.buddy-author {
    color: #f08616;
}
.buddy-kudos {
    color: #ff9800;
}
.buddy-last-post {
    color: #0d7751;
}
.buddy-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.buddy-pagination button {
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 8px 15px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 5px;
}
.buddy-pagination button.active {
    background-color: #0d7751;
    color: #ffffff;
}
.buddy-pagination button:hover {
    background-color: #f08616;
    color: #ffffff;
}
.buddy-create-topic {
    background-color: #f08616;
    color: #ffffff;
    border: none;
    padding: 5px 15px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 18px;
}
.buddy-create-topic:hover {
    background-color: #0d7751;
}
@media (max-width: 768px) {
    .buddy-header {
        font-size: 24px;
        flex-direction: column;
        align-items: flex-start;
    }
    .buddy-table th, .buddy-table td {
        padding: 10px;
    }
    .buddy-create-topic {
        padding: 10px 20px;
        font-size: 16px;
        margin-top: 10px;
    }
}
@media (max-width: 480px) {
    .buddy-header {
        font-size: 20px;
    }
    .buddy-table th, .buddy-table td {
        padding: 8px;
    }
    .buddy-create-topic {
        padding: 8px 15px;
        font-size: 14px;
        margin-top: 10px;
    }
}


/****** top post page */ 

.unique-toppost-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f7fa;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.unique-toppost-header a {
    text-decoration: none;
    color: #333;
    margin: 0 10px;
}
.unique-toppost-header a:hover {
    text-decoration: underline;
    cursor: pointer ;
}
.unique-toppost-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.unique-toppost-nav a {
    text-decoration: none;
    color: #333;
    margin: 0 20px;
    font-size: 18px;
}
.unique-toppost-nav a.active {
    color: #0d7751;
    border-bottom: 2px solid #0d7751;
}
.unique-toppost-period {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 10px 20px;
}
.unique-toppost-period a {
    text-decoration: none;
    color: #333;
    margin: 0 10px;
}
.unique-toppost-period a.active {
    color: #ff6600;
}
.unique-toppost-table-container {
    margin: 20px;
    overflow-x: auto;
}
.unique-toppost-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    
}
.unique-toppost-table th, .unique-toppost-table td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
    font-size: 13.8px;
    font-weight: 500;
}
.unique-toppost-table th {
    background-color: #0d7751;
    color: #fff;
}
.unique-toppost-table th.sortable:hover {
    cursor: pointer;
    text-decoration: underline;
}
.unique-toppost-table td:hover {
    cursor: pointer;
}
.unique-toppost-table tr:nth-child(even) {
    background-color: #f9f9f9;
}
.unique-toppost-table tr:hover {
    background-color: #f1f1f1;
}
.author {
    color: #f08616;
}
@media (max-width: 768px) {
    .unique-toppost-header, .unique-toppost-nav, .unique-toppost-period {
        flex-direction: column;
        align-items: flex-start;
    }
    .unique-toppost-nav a, .unique-toppost-period a {
        margin: 5px 0;
    }
    .unique-toppost-table th, .unique-toppost-table td {
        padding: 5px;
        font-size: 14px;
    }
    .unique-toppost-table-container {
        margin: 10px;
    }
}
@media (max-width: 480px) {
    .unique-toppost-header, .unique-toppost-nav, .unique-toppost-period {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    .unique-toppost-nav a, .unique-toppost-period a {
        margin: 5px 0;
        font-size: 14px;
    }
    .unique-toppost-table th, .unique-toppost-table td {
        padding: 5px;
        font-size: 12px;
    }
    .unique-toppost-table-container {
        margin: 5px;
    }
}


/********** business css **********/ 

.container-business {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.header-business {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 2px solid #e0e0e0;
}
.header-business i {
    color: #ff7f0e;
    margin-right: 10px;
}
.header-business h1 {
    font-size: 24px;
    margin: 0;
    color: #333;
}
.section-business {
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}
.section-business:last-child {
    border-bottom: none;
}
.section-business h2 {
    font-size: 20px;
    margin: 0 0 10px;
    color: #333;
}
.section-business a {
   
    text-decoration: none;
    margin-right: 10px;
 
}
.section-business a:hover {
    text-decoration: underline;
}
.section-business .stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #666666;
}
.section-business .stats .topics-posts {
    display: flex;
    gap: 20px;
}
.section-business .stats .topics-posts div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-business .stats .topics-posts div span {
    font-weight: bold;
    color: #333;
}
.section-business .stats .latest-post {
    display: flex;
    align-items: center;
    gap: 10px;
}
.section-business .stats .latest-post i {
    color: #ff7f0e;
}
.section-business .stats .latest-post .author {
    color: #ff7f0e;
    font-weight: bold;
}
.section-business .stats .latest-post .date {
    color: #999999;
}
@media (max-width: 768px) {
    .section-business .stats {
        flex-direction: column;
        align-items: flex-start;
    }
    .section-business .stats .topics-posts {
        margin-bottom: 10px;
    }
}

/******** create post page ***********/ 

input[type="checkbox"]{
    width: ;
    box-shadow: none;
}
.btn-org{
    background-color: #f08616;
    color: #fff;
}
.btn-org:hover{
    background-color: #f08616;
    color: #fff;
}


/**** review box */ 

.support-top{
    margin-bottom: 0px;
}

.review-box{
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    margin: 0;
    background-color: #fff;
}

.reviewboxes-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 50px;
    max-width: 1200px;
}
.reviewboxes-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 2px solid #0d7751;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1 1 calc(20% - 40px);
    box-sizing: border-box;
    text-align: center;
}
.reviewboxes-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.reviewboxes-card i {
    margin-bottom: 10px;
    font-size: 24px;
}
.reviewboxes-card.blue i {
    color: #0d7751;
}
.reviewboxes-card.gray i {
    color: #;
}
.reviewboxes-card span {
    font-size: 18px;
    color: #495057;
    font-weight: 600;
}
@media (max-width: 768px) {
    .reviewboxes-card {
        flex: 1 1 calc(50% - 40px);
    }
}
@media (max-width: 480px) {
    .reviewboxes-card {
        flex: 1 1 100%;
    }
}

/***** review sectwo */ 

.rsectwo{
    margin: 0;
    background-color: #101010e3;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}
.rsectwo-ryt{
    margin: 0;
    background-color: #fff;
    color: ;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}

.container-reviewsectwo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    max-width: 1200px;
}
.left-section-reviewsectwo {
    display: flex;
    align-items: center;
}
.left-section-reviewsectwo img {
    width: 350px;
    height: auto;
    border-radius: 5px;
}
.right-section-reviewsectwo {
    max-width: 500px;
}
.right-section-reviewsectwo h1 {
    font-size: 44px;
    color: #ff7f00;
}
.right-section-reviewsectwo p {
    font-size: 22px;
    margin: 10px 0;
}
.right-section-reviewsectwo button {
    background-color: #ff7f00;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}
.right-section-reviewsectwo button:hover {
    background-color: #e66b00;
}
@media (max-width: 768px) {
    .container-reviewsectwo {
        flex-direction: column;
        text-align: center;
    }
    .left-section-reviewsectwo {
        margin-bottom: 20px;
    }
}


/****** review faq  */  

.faq-main{

   
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85vh;
    background-color: #;

}

.reviewfaq-container {
    width: 90%;
    max-width: 1100px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
}
.reviewfaq-title {
    font-size: 30px;
    color: #f60;
    margin-bottom: 20px;
    font-weight: 700;
}
.reviewfaq-item {
    border-bottom: 1px solid #e0e0e0;
}
.reviewfaq-item:last-child {
    border-bottom: none;
}
.reviewfaq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    cursor: pointer;
    transition: background-color 0.3s;
}
.reviewfaq-question:hover {
    background-color: #f9f9f9;
}
.reviewfaq-question-text {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}
.reviewfaq-icon {
    color: #f60;
    font-size: 18px;
    transition: transform 0.3s;
}
.reviewfaq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
    font-size: 16px;
    color: #666;
}
.reviewfaq-item.active .reviewfaq-answer {
    max-height: 200px;
    padding: 15px 0;
}
.reviewfaq-item.active .reviewfaq-icon {
    transform: rotate(45deg);
}

@media (max-width: 768px) {
    .faq-main {
        margin-top:60px;
        margin-bottom:50px;

    }
    .rsectwo{
        height: 100vh;
    }
    .rsectwo-ryt{
        height: 100vh;

    }
   
}

/*** latest review */ 

.latestrev-container {
    width: 90%;
    max-width: 1100px;
    margin: 20px auto;
}
.latestrev-header {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.latestrev-header span {
    color: #ff7f0e;
}
.latestrev-review-card {
    background-color: #0d7751;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}
.latestrev-review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.latestrev-review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.latestrev-review-title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.latestrev-review-date {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
}
.latestrev-review-date i {
    margin-right: 5px;
}
.latestrev-review-rating {
    color: #ff7f0e;
    margin-bottom: 10px;
}
.latestrev-review-meta {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}
.latestrev-review-content {
    font-size: 14px;
    color: #fff;
}
@media (max-width: 768px) {
    .latestrev-review-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .latestrev-review-date {
        margin-top: 10px;
    }
}

/**** my profile css */ 


.myprofile-container {
    max-width: 1200px;
    margin: 20px auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}
.myprofile-header {
    background-color: #fff;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.myprofile-nav {
    background-color: #0d7751;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.myprofile-nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
}
.myprofile-section {
    display: flex;
    padding: 20px;
}
.myprofile-left {
    width: 30%;
    background-color: #fff7c1;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    /* border-right: 1px solid #ddd; */
}
.myprofile-left img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.myprofile-left h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.myprofile-left .profile-info input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.myprofile-left .profile-info button {
    width: 100%;
    padding: 4px;
    font-size: 14px;
    background-color: #ff7f0e;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 8px;
}
.myprofile-right {
    width: 70%;
    padding: 20px;
}
.myprofile-right .details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.myprofile-right .details div {
    width: 48%;
}
.myprofile-right .details div p {
    margin: 10px 0;
    font-size: 16px;
}
.myprofile-right .details div p span {
    font-weight: bold;
}
.myprofile-right .details div p a {
    background-color: #333;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}
.myprofile-right .badges {
    text-align: center;
    margin-top: 20px;
}
.myprofile-right .badges h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.myprofile-right .badges p {
    font-size: 18px;
    margin: 10px 0;
}
.myprofile-right .badges button {
    padding: 5px 20px;
    background-color: #ff7f0e;
    border: none;
    
    color: #fff;
    cursor: pointer;
    margin: 10px;
    border-radius: 4px;
}
@media (max-width: 768px) {
    .myprofile-section {
        flex-direction: column;
    }
    .myprofile-left, .myprofile-right {
        width: 100%;
    }
    .myprofile-right .details {
        flex-direction: column;
    }
    .myprofile-right .details div {
        width: 100%;
        margin-bottom: 20px;
    }
}
/*** upload input */  



/**** information container */ 

.container-information {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.header-information {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}
.tabs-information {
    display: flex;
    background-color: #f8f8e9;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    border-radius: 8px 8px 0 0;
}
.tab-information {
    margin-right: 20px;
}
.tab-information a {
    text-decoration: none;
    color: #007bff;
    font-size: 14px;
}
.tab-information select {
    margin-left: 5px;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.form-group-information {
    margin-bottom: 15px;
}
.form-group-information label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}
.form-group-information input,
.form-group-information select {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.add-score-information {
    color: #007bff;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.add-score-information i {
    margin-right: 5px;
}
.save-button-information {
    background-color: #666;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 20px;
}
.save-button-information:hover {
    background-color: #555;
}
@media (max-width: 768px) {
    .tabs-information {
        flex-direction: column;
    }
    .tab-information {
        margin-bottom: 10px;
    }
}

/*** my messages **/ 
.mymessages-container {
    width: 100%;
    max-width: 1200px;
    background: #f2f2f2;
    border: 1px solid #D3D3D3;
    margin: 0 auto;
    padding: 20px;
}
.mymessages-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.compose{
    display: flex;
    padding: 2px 10px !important;
    gap: 5px;
    background-color: #f08616 !important;
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
}
.mymessages-header select, .mymessages-header button, .mymessages-header input {
    padding: 5px;
    margin-right: 10px;
}
.mymessages-header input {
    flex-grow: 1;
}
.mymessages-header button {
    background-color: #ccc;
    border: none;
    cursor: pointer;
}
.mymessages-header button:hover {
    background-color: #bbb;
}
.mymessages-table-container {
    background-color: #fff;
    border: 1px solid #ccc;
}
.mymessages-table {
    width: 100%;
    border-collapse: collapse;
}
.mymessages-table th, .mymessages-table td {
    padding: 10px;
    text-align: left;
}
.mymessages-table th {
    background-color: #0d7751;
    color: #fff;
}
.mymessages-table th i {
    margin-left: 5px;
}
.mymessages-table td {
    border-bottom: 1px solid #ccc;
}
.mymessages-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.mymessages-author {
    display: flex;
    align-items: center;
}
.mymessages-author-name {
    color: red;
}
.mymessages-subject {
    font-weight: bold;
}
.mymessages-date {
    text-align: right;
}
.mymessages-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #ccc;
}
.mymessages-footer select {
    padding: 5px;
}
@media (max-width: 768px) {
    .mymessages-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .mymessages-header input {
        margin-bottom: 10px;
    }
    .mymessages-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

/**** mybookmark css */

.mybookmarks-container {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin: 20px 0;
  }
  .mybookmarks-header {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .mybookmarks-select {
    max-width: 200px;
  }
  .mybookmarks-date-range {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
  }
  .mybookmarks-date-input {
    max-width: 150px;
    flex-grow: 1;
  }
  .mybookmarks-go-btn {
    background-color: #f0741d;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    margin-left: 5px;
    white-space: nowrap;
  }
  .mybookmarks-go-btn:hover {
    background-color: #d0631b;
    cursor: pointer;
  }
  .mybookmarks-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
  }
  .mybookmarks-buttons .btn {
    background-color: #444;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    padding: 5px 10px;
  }
  .mybookmarks-buttons .btn:hover {
    background-color: #333;
  }
  .mybookmarks-table {
    margin-top: 15px;
    width: 100%;
  }
  .mybookmarks-table th {
    font-size: 14px;
    color: #333;
  }
  .mybookmarks-table td {
    font-size: 13px;
  }
  @media (max-width: 576px) {
    .mybookmarks-date-range {
      flex-direction: column;
      align-items: flex-start;
    }
    .mybookmarks-date-input {
      width: 100%;
    }
    .mybookmarks-go-btn {
      margin-left: 0;
      margin-top: 10px;
    }
  }



/***** my posts   */  
.myposts-search-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.myposts-search-container input[type="text"] {
    width: 300px;
    padding: 10px;
    line-height: 20px;
    border: 1px solid #ccc;
    /* border-radius: 20px; */
    font-size: 16px;
}
.myposts-search-container button {
    padding: 4px 8px;
    margin-left: 10px;
    border: none;
    background-color: #6c757d;
    color: white;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}
.myposts-table-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    
    padding: 20px;
}
.myposts-table th {
    background-color: #0d7751;
    color: #fff;
    cursor: pointer;
}
.myposts-table th i {
    margin-left: 5px;
}
.myposts-table tr:nth-child(even) {
    background-color: #f2f2f2;
}
.myposts-no-records {
    padding: 10px;
    text-align: center;
    color: #333;
}
/**** settings css */  

.settings-container {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    max-width: 800px;
    border: 1px solid #D3D3D3;
}
.settings-form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.settings-form-group label {
    width: 100%;
    max-width: 200px;
    font-weight: bold;
    margin-bottom: 5px;
}
.settings-form-group input {
    flex: 1;
    padding: 5px;
    line-height: 34px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    max-width: calc(100% - 210px);
}
.settings-form-group span {
    margin-left: 10px;
    color: #666;
    flex-basis: 100%;
    max-width: calc(100% - 210px);
}
.settings-form-group:last-of-type span {
    color: #000;
}
.settings-button-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.settings-button-container button {
    background-color: #000000;
    color: #fff;
    border: none;
    padding: 5px 20px;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.settings-button-container button i {
    margin-right: 5px;
}
@media (max-width: 600px) {
    .settings-form-group {
        flex-direction: column;
        align-items: flex-start;
    }
    .settings-form-group label, .settings-form-group input, .settings-form-group span {
        max-width: 100%;
    }
    .settings-form-group input, .settings-form-group span {
        margin-left: 0;
    }
}

/**** my topics  */ 




/*** friendsfoe css */ 


/**** bookmark css */  

.bookmarks-container {
    width: 90%;
    max-width: 1200px;
    margin: 20px auto;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
}
.bookmarks-header {
    background-color: #f5f5dc;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.bookmarks-header select, .bookmarks-header input[type="text"], .bookmarks-header button {
    margin: 5px;
}
.bookmarks-header button {
    background-color: #ff8c00;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
.bookmarks-header button:hover {
    background-color: #e07b00;
}
.bookmarks-header .date-picker {
    width: 120px;
}
.bookmarks-header .date-picker-icon {
    margin-left: -30px;
    cursor: pointer;
}
.bookmarks-controls {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background-color: #f5f5dc;
    border-bottom: 1px solid #ddd;
}
.bookmarks-controls button {
    background-color: #555;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
.bookmarks-controls button:hover {
    background-color: #333;
}
.bookmarks-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
.bookmarks-table th, .bookmarks-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.bookmarks-table th {
    background-color: #f5f5dc;
    color: #ff8c00;
}
.bookmarks-no-bookmarks {
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
    .bookmarks-controls, .bookmarks-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .bookmarks-header select, .bookmarks-header input[type="text"], .bookmarks-header button {
        width: 100%;
        margin: 5px 0;
    }
}

/*** following css */ 


.following-container {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    padding: 40px 20px;
    background-color: #f2f2f2;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
}
.following-title {
    font-size: 24px;
    margin-bottom: 20px;
}
.following-buttons {
    margin-bottom: 10px;
}
.following-buttons button {
    background-color: #000000;
    color: white;
    border: none;
    padding: 2px 10px;
    margin-right: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.following-buttons button:hover {
    background-color: #5a6268;
}
.following-table {
    width: 100%;
    border-collapse: collapse;
}
.following-table th, .following-table td {
    padding: 10px;
    text-align: left;
    border: 1px solid #dee2e6;
}
.following-table th {
    background-color: #0d7751;
    color: white;
}
.following-table th i {
    margin-left: 5px;
}
.following-table td a {
    color: ;
    text-decoration: none;
}
.following-table tr:nth-child(even) {
    background-color: #f8f9fa;
}
.following-table tr:nth-child(odd) {
    background-color: #ffffff;
}
@media (max-width: 768px) {
    .following-table th, .following-table td {
        font-size: 14px;
        padding: 8px;
    }
    .following-buttons button {
        padding: 8px 16px;
        margin-right: 5px;
    }
}


/***** sub-menus tabs profile */ 

.menu-container {
    display: flex;
    overflow-x: auto;
    justify-content: center;
    white-space: nowrap;
    background-color: #f08616;
}
.menu-item {
    display: inline-block;
    padding: 5px 20px;
    color: white;
    cursor: pointer;
}
.menu-item:hover {
    background-color: #575757;
}
.content-container {
    padding: 0px;
    background-color: #fff;
}
.content {
    display: none;
}
.content.active {
    display: block;
}

/**** admin notification css */ 

.adminnotify-container {
    width: 100%;
    height: 72vh;
    overflow-y: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.adminnotify-header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.adminnotify-notification {
    background-color: #fff9c4;
    padding: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    border-radius: 5px;
}
.adminnotify-notification:hover {
    background-color: #fff176;
}
.adminnotify-icon {
    font-size: 24px;
    margin-right: 15px;
    color: #f1c40f;
}
.adminnotify-content {
    flex-grow: 1;
}
.adminnotify-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.adminnotify-description {
    font-size: 14px;
    margin-bottom: 5px;
}
.adminnotify-time {
    font-size: 12px;
    color: #888;
}

/**** draft msg csss */ 

.draftmsg-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
}
.draftmsg-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.draftmsg-button {
    background-color: #6c757d;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
}
.draftmsg-button:hover {
    background-color: #5a6268;
}
.draftmsg-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #f8f8e5;
}
.draftmsg-table th, .draftmsg-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}
.draftmsg-table th {
    background-color: #f1f1f1;
}
.draftmsg-no-drafts {
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #f8f8e5;
}
@media (max-width: 600px) {
    .draftmsg-table, .draftmsg-table thead, .draftmsg-table tbody, .draftmsg-table th, .draftmsg-table td, .draftmsg-table tr {
        display: block;
    }
    .draftmsg-table tr {
        margin-bottom: 15px;
    }
    .draftmsg-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }
    .draftmsg-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 10px;
        font-weight: bold;
        text-align: left;
    }
}



/**** nav menu */ 

.nav-menu {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.nav-menu button {
    margin: 0 10px;
    padding: 2px 20px;
    border: none;
    background-color: #f08616;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}
.nav-menu button:hover {
   
    background-color: #f08716c3;
    color: white;
  
}
.nav-menu button.active {
    background-color: #19191a;
    color: #fff;
}
.content-section {
    display: none;
}
.content-section.active {
    display: block;
}

/** pagination */ 

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.pagination a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
    margin: 0 4px;
}
.pagination a.active {
    background-color: #343a40;
    color: white;
    border: 1px solid #343a40;
}
.pagination a:hover:not(.active) {
    background-color: ;
}


/** delete account  */  

.delete-account-container {
    background-color: #f7f7f7;
    padding: 2rem;
    max-width: 800px;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.delete-account-title {
    color: #0d7751;
}
.delete-account-warning {
    color: #e74c3c;
}
.delete-account-button {
    background-color: #e66b00;
    color: white;
}
.delete-account-button i {
    margin-right: 0.5rem;
}


/***** home page css  */ 


.header-home {
    background-color: #0d7751;
    color: white;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.header-home i {
    margin-right: 10px;
}
.header-home h1 {
    font-size: 24px;
    padding: 5px;
    margin: 0;
    text-align: center;
}


.container-home {
    padding: 0px;
    margin-bottom: 20px;
}
.homesections {
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 2px;
    padding: 15px;
    border-radius: 5px;
}
.homesections h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
}
.homesections h2 a {
    color: ;
    text-decoration: none;
}
.homesections h2 a:hover {
    color: #f08616;
    text-decoration: none;
}

.homesections a {
    color: ;
    text-decoration: underline;
    font-weight: 600;
    
    margin-right: 10px;
}

.homesections .stats {
    display: flex;
    justify-content:space-between;
    margin-top: 10px;
}
.homesections .stats div {
    font-size: 18px;
    color: ;
    font-weight: 600;
}
.homesections .latest-post {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
}
.homesections .latest-post a {
    color: #f08616;
    text-decoration: ;
    font-size: 14px;
    flex: 1;
}
.homesections .latest-post .author {
    
    margin-right: 10px;
    font-weight: 600;
    font-size: 15px;


}
.homesections .latest-post .date {
    color:#1f2937 ;
}

/**** top users  */ 

.container-user {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
   /* max-width: 1200px;  */
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.section-user {
    flex: 1;
    margin: 10px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: 20px;
    min-width: 280px;
}
.section-user h2 {
    font-size: 1.5em;
    margin-bottom: 15px;
}
.section-user button {
    text-align: center;
    background-color: #f5f7fa;
    border: 1px solid #d1d5db;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 0.9em;
    cursor: pointer;
}
.section-user button:hover {
    background-color: #e2e8f0;
}
.item-user {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.item-user img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.item-user .details {
    flex: 1;

}
.item-user .details .name {
    font-weight: 600;
}
.item-user .details .name a {
    text-decoration: none;
    font-weight: 600;
    color: inherit;
}
.item-user .details .name a:hover {
    text-decoration: underline;
}
.item-user .details .role {
    font-size: 0.9em;
    font-weight: 600;

    color: #6b7280;
}
.item-user .points {
    font-weight: 600;
}
.item-user .points span {
    font-size: 0.9em;
    color: #6b7280;
}
.post-user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.post-user .title {
    flex: 1;
    color: #1f2937;
    margin-bottom: 0px;
}
.post-user .author {
    color: #6b7280;
    font-size: 0.9em;
    font-weight: 600;
}
.post-user .likes {
    display: flex;
    align-items: center;
    color: #f08616;
}
.post-user .likes i {
    margin-left: 5px;
}
@media (max-width: 768px) {
    .container-user {
        flex-direction: column;
        align-items: center;
    }
    .section-user {
        margin: 10px 0;
        min-width: -webkit-fill-available;
    }
 
}

@media (max-width: 990px) {
   
 .main-sidebar-collapsed {
    margin-left: 0 !important;
    width: max-content !important;
  }
.sidebar-sec {
    width: 100%;
    max-width: 700px;
}

}


/**** online users blocks */ 

.members-stats-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap:10px;
    margin-top: 20px;
}
.members-stat-box {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    margin: 0px;
    flex: 1 1 30%;
    min-width: 200px;
}
.members-stat-box h3 {
    margin: 0;
    font-size: 18px;
    color: #1f2937;
}
.members-stat-box p {
    margin: 10px 0 0;
    font-size: 24px;
    color: #f08616;
}


@media screen and (min-width: 1800px) and (max-height: 960px) {
 
 .sidebar-sec {
    max-width: 650px;
  }

/*  .toolkit-icon i {
    font-size: 2.4em;
    color: white;
    padding: 27px 27px;
  }*/

  .toolkit-icon p {
    margin: 5px 0 0;
    font-size: 1.4em;
    font-weight: 600;
  }

.footer .footer-content {
    
    
    max-width: 2600px;
    padding: 5px 120px;
}

.footer-left p {
    color: #fff;
    font-weight: 600;
    max-width: 630px;
}
}

@media (min-width: 995px) {
    .col-lg-3 {
        flex: 1 0;
        width: 30%;
    }


}




@media screen and (max-width: 767px) {
 
}


