/* MAIN PAGE CONTENT.PHTML */
.helpcontainer {      
    margin: auto;
    padding: 20px;
}
.help-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color:var(--main);
}
.helpsearch-form {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    position: relative;
}
.helpform-group {
    flex: 1;
}
.helpform-control {
    width: 100%;
    height:100%;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.helpbtn{
height:55px}
.btn-primary {
 
    color: white; 
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.helpbtn-primary:hover {
 
}
.suggestions-box {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
}
.suggestions-box div {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.suggestions-box div:hover {
    background-color: #f2f2f2;
}
.helpcategory-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);font-size:20px; text-align:center;
    gap: 10px;
    margin-bottom: 40px;
}
.helpcategory-item {
    border: 1px solid #ddd;
    padding: 25px;
   }
/* Responsive adjustments */
/* For tablets and small laptops */
@media (max-width: 1024px) {
.helpcontainer {
    width: 100%; /* Two columns */
}
.helpcategory-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 40px;width: 30%; 
}
/* For small devices */
@media (max-width: 768px) {
.container{font-size:15px;
    width: 100%; /* Two columns on tablets */
}
.helpcategory-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);width: 100%; 
}
/* For phones */
@media (max-width: 480px) {
. helpcontainer {font-size:15px;
    width: 100%; /* Full width for phones */}
      .category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);width: 100%; 
}
/* SEARCH RESULT  IN FIND.PHTML */
.search-results ul {
    list-style-type: none;
    padding: 0;
}
.search-results li {
    margin-bottom: 10px;
}
.search-results img {
    width: 50px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
}
.search-results a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}
.search-results a:hover {
    color: #007bff;
}
}
/*LATESTLINKS.PHTML */
.latest-links {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    width: 32%; /* Adjust this width to make four items fit on desktop */  
}
.latest-links {
    list-style-type: square; /* Remove bullet points */
    margin: 0;
    padding: 5px;
    background-color: #fff; /* Dark background for the menu */
    overflow: hidden;
}


/* Responsive adjustments */
/* For tablets and small laptops */
@media (max-width: 1024px) {
    .latest-links {
        width: 48%; /* Two columns */
    }
}
/* For small devices */
@media (max-width: 768px) {
    .latest-links {
        width: 100%; /* Two columns on tablets */
    }
}
/* For phones */
@media (max-width: 480px) {
    .latest-links {
        width: 100%; /* Full width for phones */
    }
}

/* Faq Layout faqlayout.phtml */
.category-icon {
    margin-right: 10px;
}
.faq-title {
    font-size: 1.5rem;color:var(--main);
    
}
.faq h5{width: 100%;
padding: 5px 5px 5px 5px;
border:0px solid #fff;
background-color:#fff;
    font-size:25px;
box-shadow: 10px 10px 5px #aaaaaa;}
.faq {
    position: sticky;
    top: 20px;
    padding:2px;
    background-color:blue;
width: 100%;

border: 0px solid #BFBFBF;
background-color: white;
box-shadow: 10px 10px 5px #aaaaaa;
}
.faq button {
    position: sticky;
    top: 20px;
    padding:5px;
    background-color:#fff;
width: 100%;

border: 1px solid #fff;
    font-size:20px;

box-shadow: 10px 10px 5px #fff;
}
.faq-sidebar{
    position: sticky;
    top: 20px;
    padding:5px;
    background-color:#FAF9F6;
width: 300px;
padding: 10px 10px 20px 10px;
border: 0px solid #fff;

box-shadow: 10px 10px 5px #fff;
}
.faq-latest-posts a {
    text-decoration: none;
    
}
.faq-latest-posts a:hover {
    text-decoration: underline;
}
/* For tablets and small laptops */
@media (max-width: 1024px) {
.faq-sidebar{
width: 300px%; /* Two columns */
}
}

/* For small devices*/
@media (max-width: 768px) {
.faq-sidebar {
width: 100%; /* Two columns on tablets */
}
}

/* For phones */
@media (max-width: 480px) {
.faq-sidebar {
width: 100%; /* Full width for phones */
}}
/* latest List title and content block latestlist.phtml */


@media (max-width: 600px) {
    ack menu items vertically on smaller screens */
    }
    .latest-list-menu li a {
      
    }
}
/* Responsive adjustments */

/* For tablets and small laptops */
@media (max-width: 1024px) {
    .latest-list-menu {
        width: 48%; /* Two columns */
    }
}

/* For small devices */
@media (max-width: 768px) {
    .latest-list {
        width: 100%; /* Two columns on tablets */
    }
}

/* For phones */
@media (max-width: 480px) {
    .latest-list {
        width: 100%; /* Full width for phones */
    }
}

ul {
    list-style-type: "→";
  }
	
	  .latestlist {
        background-color: #fff;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }

    .latestlist h2 {
        font-size: 18px;
        margin-bottom: 15px;
        color: #333;
    }

    .post-item {
        margin-bottom: 20px;
    }

    .post-item h3 {
        font-size: 30px;
        margin-bottom: 5px;
		color: var(--main);
     
    }

    .post-item h3 a {
        text-decoration: none;
        transition: color 0.3s;
			
    }

    .post-item h3 a:hover {
        color: #0056b3;
    }

    .post-item p {
        font-size: 14px;
        color: #333;
        line-height: 1.6;
    }

    .latestlist p {
        font-style: italic;
        color: #666;
    }