
.custom-collapse {
     display: none;
     overflow: hidden;
     transition: all 0.3s ease-in-out;
 }

 .custom-collapse.open {
     display: block;
 }

 .custom-toggle-btn {
     background: none;
     border: none;
     font-size: 18px;
     cursor: pointer;
 }

 .custom-toggle-btn i {
     transition: transform 0.3s ease;
     font-size: 12px;
 }


 .custom-city-header {
     padding: 12px 16px;
     background-color: #f8f9fa;
 }

 .custom-city-body {
     padding: 15px 20px;
 }

 .custom-city-link {
     text-decoration: none;
     color: black;
 }



 .text-wrap-break {
     word-break: break-word;
 }

 .text-wrap-break a {
     color: black;
     font-size: 15px;
 }

 .custom-collapsible-wrapper {
     background-color: #f9f9f9;
     color: #f9f9f9;
 }




 .custom-collapsible-content {
     display: none;
     padding: 15px 20px;
     background-color: #f9f9f9;
     color: #000;
 }


 .custom-city-list {
     max-height: 200px;
     /* adjust as needed */
     overflow-y: auto;
     padding-right: 10px;
     /* space for scrollbar */
     scrollbar-width: thin;
     /* for Firefox */
     background-color: white;
 }

 /* Optional: Custom scrollbar styling for WebKit browsers (Chrome, Edge, Safari) */
 .custom-city-list::-webkit-scrollbar {
     width: 6px;
 }

 .custom-city-list::-webkit-scrollbar-track {
     border-radius: 10px;
 }

 .custom-city-list::-webkit-scrollbar-thumb {
     border-radius: 10px;
 }


 .custom-city-box {
     border-radius: 10px;
     border-style: solid;
     padding: 1px 7px 7px 1px;
     font-size: 14px;
     border: none;
     border-bottom: 1px solid gray;
     line-height: 25px;
 }

 @media (max-width: 678px) {
     .top_bar_anya_section {
         padding: 6px 0px;
         border-bottom: 1px double #e7e6e6;
         display: none !important;
     }
 }

 @media (max-width: 430px) {

     .custom-toggle-btn i {
         transition: transform 0.3s ease;
         font-size: 12px;
         color: #000 !important;
     }

     .text-wrap-break a {
         color: black;
         font-size: 12px;
     }

     .custom-city-header {
         border-bottom: 1px dotted gray;
     }

     .top_bar_anya_section {
         padding: 6px 0px;
         border-bottom: 1px double #e7e6e6;
         display: none;
     }
 }

 @media (max-width: 414px) {


     .custom-toggle-btn i {
         transition: transform 0.3s ease;
         font-size: 12px;
         color: #000 !important;
     }

     .text-wrap-break a {
         color: black;
         font-size: 12px;
     }

     .top_bar_anya_section {
         padding: 6px 0px;
         border-bottom: 1px double #e7e6e6;
         display: none !important;
     }
 }

 @media (max-width: 375px) {
 

     .custom-toggle-btn i {
         transition: transform 0.3s ease;
         font-size: 12px;
         color: #f9f9f9 !important;
     }

     .text-wrap-break a {
         color: #f9f9f9;
         font-size: 12px;
     }

     .top_bar_anya_section {
         padding: 6px 0px;
         border-bottom: 1px double #e7e6e6;
         display: none;
     }

 }

 .service_innerdt_section11 {
     padding-top: 60px;
     padding-bottom: 40px;
 }

 .service_inner_text_main_div22 {
     padding-top: 30px;
 }

 .service_inner_text_main_div22 ul li {
     font-size: 15px;
     line-height: 30px;
 }


 .sticky-top {
     position: sticky;
     top: 0px;
     z-index: 2;
 }



 .custom-state-wrapper {
     padding: 20px;
     display: flex;
     flex-wrap: wrap;
     gap: 20px;
 }

 .custom-card {
     background: #fff;
     border: 1px solid #ddd;
     border-radius: 10px;
     width: 100%;
     max-width: 500px;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
     overflow: hidden;
     transition: all 0.3s ease;
 }

 .custom-card-header {
     background-color: #f7f7f7;
     padding: 15px 20px;
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .custom-card-header a {
     text-decoration: none;
     color: #333;
     font-weight: 500;
     display: inline-flex;
     align-items: center;
     font-size: 13px;
     line-height: 25px;
 }

 .custom-toggle-btn {
     background: none;
     border: none;
     cursor: pointer;
     font-size: 16px;
     color: #555;
 }

 .custom-toggle-btn:hover {
     color: #000;
 }

 .custom-collapse {
     display: none;
     animation: fadeIn 0.3s ease-in-out;
 }

 .custom-card-body {
     padding: 15px 20px;
     background-color: #fff;
 }

 .custom-city-list {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .custom-city-box {
     margin-bottom: 0px;
     list-style: none;
 }

 .custom-toggle-btn i:focus {
     border: none !important;
 }

 .custom-city-link {
     text-decoration: none !important;
     color: #007b5e;
     font-weight: 500;
     display: flex;
     align-items: center;
     font-size: 13px;
     margin-top: 10px;
     margin-bottom: 5px;
 }

 .custom-city-link:hover {
     text-decoration: underline;
     color: #005a40;
 }

 .text-muted {
     color: #888;
     font-style: italic;
 }

 .text-wrap-break {
     word-break: break-word;
     white-space: normal;
 }

 @keyframes fadeIn {
     from {
         opacity: 0;
     }

     to {
         opacity: 1;
     }
 }


 .heading h1 {
     font-size: 23px;
     line-height: 35px;
 }

 .product-description h4 {
     font-size: 20px;
     line-height: 32px;
     color: #202e31;
 }

 .product-description p {
     line-height: 30px;
     font-size: 15px;
 }

 .product-description ul li {
     font-size: 15px;
     line-height: 30px;
 }

 .custom-collapsible-btn{
    color:#f9f9f9;
    border: none;
    background-color: #f9f9f9;

 }

 /* dropdown a seo */

 

 /*end  */