.custom-dropdown {
            position: relative;
            display: inline-block;
}
.custom-content-box {
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px;
    width: 30%;
    text-align: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: left !important;
    box-sizing: border-box;
}
.vc_custom_1741170876221 {
    padding-top: 0% !important;
}
button#clearAllCategories {
    font-weight: normal;
    border-radius: 25px;
    border: 1px solid #182C72;
    padding: 9px 24px;
    background: transparent;
    color: #182C72;
    font-size: 12px!important;
    margin: 5px;
}
.dropdown-btn {
    background: #fff;
    border: 1px solid #182C72;
    border-radius: 36px;
    padding: 9px 16px;
    height: 56px;
    cursor: pointer;
    width: 100%;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #182C72 !important;
}
#blog-inner-sec a.vc_general.vc_btn3.vc_btn3-size-md {
    color: #A81B1E;
}
input#searchInput {
    background: #E8EAF1;
    border-radius: 36px;
    padding: 9px 16px;
    height: 56px;
    color: #000 !important;
    border: none;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    list-style: none;
    padding: 10px;
    width: 260px;
    z-index: 100;
}
.entry-content ul, .entry-content ol {
    padding: revert;
    margin: revert;
    padding-left: 0px;
}
.dropdown-menu.show {
    display: block;
    box-shadow: 11px 13px 5px 0px #00000040;
    background: #fff;
}
.toggle .dropdown-btn .toggle-icon {
    transform: rotate(180deg);
	transition: 0.5s;
}
 .toggle-icon {
	transition: 0.5s;
}
.parent-category:hover .toggle-icon {
    transform: rotate(-90deg);
    transition: 0.5s;
}
.parent-category .toggle-icon {
    transition: 0.5s;
}
svg#tnb-google-search-icon {
    width: 23px;
    position: absolute;
    right: 23px;
    top: 18px;
}
.input-filed {
    position: relative;
}
        .dropdown-menu li {
            padding: 5px;
            cursor: pointer;
        }
        .dropdown-menu .child-menu {
            display: none;
            padding-left: 10px;
        }
        .parent-category:hover .child-menu {
            display: block;
        }
      #childCategoryFilter p {
       display: inline-block;
       background: transparent;
       margin: 5px;
}
        #childCategoryFilter p span {
            color: red;
            margin-left: 5px;
            cursor: pointer;
        }

option.placeholder {
    display: none !important;
}
ul#categoryFilter li {
    list-style: none;
    font-size: 16px;
    padding: 5px 10px;
    background: #fff;
    color: #000;
    cursor: pointer;
    border-bottom: 1px solid #a0deef;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dropdown-menu-first {
    padding: 10px 0px;
}
ul#categoryFilter {
    margin-top: 0px;
}
div#blog-sec-form {
    max-width: 1280px;
    margin: 0 auto;
}
#blog-inner-sec .wpb_single_image.wpb_content_element.vc_align_ {
    margin-bottom: 15px;
}
#blog-inner-sec .wp-post-image, #blog-inner-sec .vc_figure {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 12px;
}
#blog-inner-sec .vc_gitem_row .vc_gitem-col {
    padding: 0;
}
div#blog-inner-sec {
    margin-left: -15px;
    margin-right: -15px !important;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.vc_gitem-post-data-source-post_title a {
    text-decoration: none !important;
}
.main-cat-sec {
    width: 100%;
    display: grid;
    grid-template-columns: 16% 70%;
    gap: 14%;
}
input#searchInput::placeholder {
    color: #6472A1;
}
.custom-search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;

}
.dropdown, .search-input, .search-button {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.search-input {
    width: 200px;
}
.search-button {
    background-color: #f8f9fa;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
div#childCategoryFilter {
    display: grid;
    gap: 1%;
    justify-content: left !important;
    border-top: 1px solid #182C72;
    padding-top: 3%;
    padding-bottom: 3% !important;
    flex-direction: row-reverse;
    grid-template-columns: 19% 19% 19% 19% 19%;
}
#childCategoryFilter {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #182C72 !important;
}
#childCategoryFilter p {
    border-radius: 20px;
    border: 1px solid #182C72;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* #searchInput {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 430px;
    padding: 12px 16px;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.05);
    color: var(--ast-form-input-text,#475569);
    border-radius: 20px !important;
    border: 1px solid #182C72;
} */
#categoryFilter > li {
    margin: 0px 0;
    position: relative;
}

#categoryFilter > li > a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 10px;
}

#categoryFilter a:hover {
    color: #0073e6;
}
option:selected {
    background: #edeaea!important;
}
ul#categoryFilter li:hover {
    background: #E8EAF1;
}
#categoryFilter > li > ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    list-style: none;
    margin-top: 0px;
    padding-left: 0;
    width: 100%;
}

#categoryFilter > li:hover > ul {
    display: block; /* Show child categories when hovering over the parent */
}

#categoryFilter ul li {
    margin: 0px 0;
}

#categoryFilter ul a {
    padding: 10px;
    background-color: #f1f1f1;
    display: block;
}
.custom-title a {
    text-decoration: none!important;
    color: #182C72;
    font-size: 32px;
    line-height: initial;
}
#categoryFilter ul a:hover {
    background-color: #e0e0e0;
}
.vc_gitem-post-data-source-post_title h3, .vc_gitem-post-data-source-post_title {
    margin-bottom: 8px !important;
}
.vc_gitem-row-position-top .vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt, .vc_gitem-row-position-top .vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p {
    margin-bottom: 8px !important;
}


.child-menu {
    display: none;
    position: absolute;
    background: #ffffff;
    list-style: none;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}
      .custom-blog-section {
    display: flex;
    position: relative;
    width: 100%;
    height: 700px !important;
    margin: auto;
    overflow: hidden;
    max-width: 100%;
}
        /* Left Dark Blue Section */
        .custom-left-section {
            width: 30%;
            background: #0A0A36;
            height: 100%;
        }

        /* Right Image Section */
       .custom-right-section {
         width: 70%;
         height: 842px;
         background-size: cover;
         background-position: center;
}
.custom-date {
    color: #182C72;
    font-size: 12px;
}
        .custom-title {
            color: #182C72;
            font-size: 32px;
            font-weight: bold;
            margin: 10px 0;
        }

        .custom-excerpt {
            color: #0C0C0C;
            font-size: 20px;
            margin-bottom: 15px;
        }
 

/* Show dropdown on hover for larger screens */
@media (min-width: 768px) {
    .parent:hover .child-menu {
        display: block;
    }
}

/* Click-to-toggle menu for small screens */
@media (max-width: 767px) {
    .child-menu {
        position: static;
    }
    
    .child-menu.show {
        display: block;
    }
}
@media (max-width: 1300px) {
div#childCategoryFilter {
    display: grid;
    gap: 1%;
    flex-direction: row-reverse;
    grid-template-columns: 24% 24% 24% 24%;
}
}
@media (max-width: 1500px) {
.custom-content-box {
    width: 60%;
}
}

@media (max-width: 1100px) {
	.custom-title a {
    font-size: 26px;
}	
			h2.custom-title {
            font-size: 30px;
           }
			.custom-excerpt {
            color: #0C0C0C;
            font-size: 18px;          
          }
			.custom-content-box {
              width: 48%;
               }	
div#childCategoryFilter {
    display: grid;
    gap: 9px;
    justify-content: left !important;
    border-top: 1px solid #182C72;
    padding-top: 5%;
    padding-bottom: 3% !important;
    flex-direction: row-reverse;
    grid-template-columns: 30% 30% 30%;
}	
.custom-content-box {
    width: 59%;
	top: 68%;
}	
.custom-excerpt {
    color: #0C0C0C;
    font-size: 16px;
    line-height: initial;
}	
h2.custom-title {
    font-size: 24px;
}
h2.custom-title {
    font-size: 24px;
}	
.custom-blog-section {
    height: 564px !important;
}
}
@media (max-width: 768px) {
.custom-blog-section {
                flex-direction: column;
                height: auto;
            }
  .custom-left-section {
    display: none !important;
}
 .custom-right-section {
                width: 100%;
                height: 490px;
            }

            .custom-content-box {
                width: 90%;
                padding: 20px;
                position: relative;
                left: auto;
                top: auto;
                transform: none;
                margin: -120px auto 20px;
            }	
.custom-right-section {
    width: 100%;
    height: 532px;
}	
.custom-blog-section {
    width: 100%;
    height: auto!important;
}	
.custom-content-box {
    width: 89%;
    top: -2%;
    margin-bottom: 20px!important;
}
	#blog-inner-sec .vc_col-sm-4 {
    width: 50%;
}
}
@media (max-width: 500px) {
.custom-title a {
    font-size: 22px;
}	
.parent-category:hover .toggle-icon {
    transform: rotate(-90deg);
    transition: 0.5s;
    width: 17px;
    height: 34px;
}
.parent-category .toggle-icon {
    position: absolute;
    right: 0px;
    margin-bottom: 0px;
    top: 0px;
}
.parent-category .child-menu.active + .toggle-icon img {
    transform: rotate(180deg); /* Rotates the icon */
}	
ul.child-menu.active {
    display: block!important;
}
ul.child-menu {
    display: none!important;
}	
.custom-right-section {
    width: 100%;
    height: 368px;
}
#categoryFilter > li > ul {
    position: relative;
    left: 0px;
}
ul#categoryFilter li {
    gap: 10px;
    width: 100%;
    display: grid;
    justify-content: left;
    grid-template-columns: 100%;
}
ul#categoryFilter li {
    font-size: 16px;
    padding: 4px 8px;
}	
.dropdown-menu.show {
    box-shadow: 6px 9px 13px 0px #00000040;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.parent-category .toggle-icon {
    position: absolute;
    right: 0px;
    margin-bottom: 0px;
    top: 0px;
}
	.vc_gitem-post-data {
    margin-bottom: 0px !important;
}
h2.custom-title {
    font-size: 22px;
}
	.vc_gitem-post-data-source-post_title h3 {
    margin-bottom: 0% !important;
}
#blog-page-inner {
    padding-top: 6% !important;
}
	.main-cat-sec {
    width: 100%;
    display: flex;
    flex-direction: column;
}
	.toggle-icon {
    transition: 0.5s;
    position: absolute;
    left: 326px;
}
	.dropdown-btn {
 justify-content: normal;
}
	#blog-inner-sec .vc_col-sm-4 {
    width: 100%;
}
	#childCategoryFilter p {
    font-size: 11px;
}
div#childCategoryFilter {
    display: grid;
    grid-template-columns: 100%;
    justify-items: center;
}	
}
@media (max-width: 380px) {
	.toggle-icon {
    transition: 0.5s;
    position: absolute;
    left: 300px;
}
}
@media (max-width: 320px) {
	svg#tnb-google-search-icon {
    display: none;
}
}