@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/butler');

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #EC6608;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #EC6608;
}

.no-scrollbar::-webkit-scrollbar {
    display: none !important;
    overflow: auto !important;
}

body {
    font-family: "Jost", serif;
}

a {
    text-decoration: unset;
    color: black;
}

.inner-page-ex {
    position: relative;
    top: 70px;
}

.inner-page .container {
    max-width: 1440px;
}

.container {
    max-width: 1750px;
}

.header-section {
    height: 70px;
    padding: 10px 0;
    position: relative;
    z-index: 99;
    background: linear-gradient(180deg, rgba(0, 26, 5, 0.20) 0%, rgba(0, 26, 5, 0.05) 81.9%);
}

.header-section2 {
    height: 70px;
    padding: 10px 0;
    /*position: relative;*/
    z-index: 99;
    border-bottom: 1px solid #D0D7D1;
    background-color: #FFFFFF;
    position: fixed !important;
    width: 100%;
    top: 0;
}

.barIcon {
    width: 35px;
    height: 30px;
    margin-right: 40px;
}

.header-logo img {
    width: 137px;
    height: 50px;
}

.header-menu-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    flex-wrap: wrap;
}

.header-menu-top {
    width: 100%;
    text-align: center;
}

.header-menu-top2 {
}

.header-menu-top ul {
    padding-left: 0;
    margin-bottom: 0 !important;
}

.header-menu-top ul li {
    display: inline-block;
    margin-right: 30px;
}

.header-menu-top ul li:hover > .header-products-card {
    display: block;
}

.other-li > a {
    padding: 5px 15px;
    border-radius: 7px;
}

.other-li:hover > a {
    background-color: #E5E8E6;
    color: black;
}

.other-li:hover > div {
    display: block;
}

.other-li > div {
    display: none;
    position: absolute;
    left: 200px;
    top: 0;
    background: #fff;
    z-index: 9999;
    padding: 10px;
    border-left: 1px solid #ccc;
    min-width: 200px;
}

.header-menu-top ul li:last-child {
    margin-right: 0;
}

.sub-cat-title {
    color: black!important;
}

.sub-cat-title:hover {
    color: #EC6608!important;
    text-decoration: underline;
}

.header-products-category > li:last-child {
    margin-right: 30px !important;
}

.header-menu-top ul li a {
    color: white;
    text-decoration: none;
}

.header-products-category-others > li {
    display: flex !important;
    text-align: left;
}

.header-products-category-others li a {
    color: #001A05;
    text-decoration: none;
}

.header-menu-top2 ul li a {
    color: #001A05 !important;
}

.header-menu-bottom {
    width: 100%;
}

.header-menu-bottom ul {
    padding-left: 0;
    margin-top: 7px;
    margin-bottom: 0;
}

.header-menu-bottom ul li {
    display: inline-block;
    margin-right: 70px;
}

.header-menu-bottom ul li a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

.header-menu-bottom2 ul li a {
    color: #001A05 !important;
}

.header-button {
    border-radius: 30px;
    padding: 5px 10px;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EC6608;
    float: right;
    white-space: nowrap;
}

.header-button a {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
}

.header-products-category {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    gap: 17px 0;
}

.header-products-category > li > a {
    color: #0b2c41 !important;
}

.header-products-category > li {
    text-align: left;
}

.header-products-card {
    position: absolute;
    width: 100%;
    left: 0;
    padding-top: 23px;
    display: none;
}

.header-products {
    width: 100%;
    height: 273px;
    padding: 40px 60px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;

}


.header-cat-products {
    position: absolute;
    display: flex;
    gap: 20px;
    top: 40px;
    right: 20px;
    justify-content: end;
}

.products-card-header {
    height: 367px;
    width: 250px;
}

.products-card-header2 {
    width: 170px;
}

.products-card-header img {

}

.header-cat-products a {
    color: #001A05 !important;
}

.header-cat-products a > img {
    width: 100%;
}

.slider-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
}

.slider-option {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: whitesmoke;
}

.slider-option h1 {
    font-family: 'Butler', sans-serif;
    font-size: 75px;
}

.slider-option button {
    width: 175px;
    height: 50px;
    background-color: #79FF04;
    border-radius: 30px;
    border: none;
}


.category-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.title-section {
    /*height: 555px;*/
    height: 200px;
    background-image: url("/assets/images/about-bg.png");
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.title-section-contact {
    height: 320px;
    background-image: url("/assets/images/contact-bg.svg");
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.title-section-title {
    color: white;
}

.title-section-title-contact {
    color: black;
}

.about-page {
    width: 100%;
    background-color: #FDF9F4;
    padding-top: 82px;
    padding-bottom: 20px;
}

.content-container {
    padding-left: 92px;
}

.content-container h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3.5em; /* Large size for main heading */
    font-weight: 700; /* Bold weight */
    text-align: left; /* As per image */
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.content-container h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em; /* Size for section headings */
    font-weight: 700; /* Bold weight */
    text-transform: uppercase;
    margin-top: 2.5em;
    margin-bottom: 0.6em;
    letter-spacing: 0.5px;
}

.about-products {
    display: flex;
    flex-wrap: wrap;
    gap: 41px;
    align-items: center;
    justify-content: center;
}

.about-products > .products-card {
    width: 17%;
}

.about-info {

}

.about-info-content {
    position: relative;
    padding-top: 85px;
}

.about-info-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.about-info-img img {
    object-fit: contain;
    top: 50px;
    position: relative;
}

.info-box {
    position: absolute;
    background: white;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.info-box p {
    text-align: justify;
}

.promise {
    top: 12%;
    left: 0;
    background: #FEF6FF;
    width: 28%;
}

.vision {
    bottom: 7%;
    left: 10%;
    background: #e2faff57;
    width: 28%;
    backdrop-filter: blur(20px);

}

.commitment {
    top: 12%;
    right: 0;
    background: #F5FFEC;
    width: 28%;

}

.collections {
    bottom: -2%;
    right: 6%;
    background: #fff7f259;
    width: 31%;
    backdrop-filter: blur(20px);
}

.contact-section {
    margin-top: 100px;
}

.contact-section-info {
    border-radius: 20px;
    background-color: #001A05;
    padding: 20px;
    color: white;
    position: relative;
    overflow: hidden;
}

.contact-section-info h2 {
    font-size: 30px;
    padding-left: 2rem;

}

.contact-section-info p {
    font-size: 16px;
    padding-left: 2rem;

}

.contact-section-info ul {
    margin-top: 40px;

}

.contact-section-info ul li {
    margin-bottom: 40px;
    list-style: none;
    display: flex;
    gap: 20px;
}

.contact-section-info ul li a {

}

.contact-section-foot ul {

}

.contact-section-foot ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #425F4E;
    margin-right: 25px;

}

.contact-section-foot ul li a {

}

.contact-section-msg input {
    border-radius: unset;
    border: unset;
    border-bottom: 1px solid #D0D7D1;
}

.contact-section-msg textarea {
    border-radius: unset;
    border: unset;
    border-bottom: 1px solid #D0D7D1;
}

.contact-section-info-circle-img {
    position: absolute;
    bottom: -108px;
    right: -78px;
}

.contact-map {
    margin-top: 50px;
}

.category-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15%;
    border: 1px solid #D0D7D1;
    height: 150px;
    margin-bottom: 50px;
    margin-top: 100px;
}

.category-sidebar {
    padding: 10px 25px;
    border: 1px solid #D0D7D1;
    position: -webkit-sticky;
    position: sticky;
    top: 77px;
}

.category-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.category-sidebar button {
    width: 100%;
    background-color: black;
    color: white;
    height: 40px;
    margin-bottom: 20px;
}

.category-sidebar-header span {
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
}

.category-sidebar-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.category-sidebar-list li {
    display: flex;
    align-items: center;
    margin: 12px 0;
    font-size: 16px;
}

.category-sidebar-list input[type="checkbox"] {
    margin-right: 10px;
}

.filter-remove {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: white;
    font-size: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.category-option {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: whitesmoke;
}

.category-option button {
    width: 175px;
    height: 50px;
    background-color: #79FF04;
    border-radius: 30px;
    border: none;
}

.category-pro-section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 107vh;
    flex-direction: column;
}

.category-pro-btn {
    width: 175px;
    height: 50px;
    background-color: #79FF04;
    border-radius: 30px;
    border: none;
}

.category-products {
    display: flex;
    align-items: center;
    gap: 41px;
    flex-wrap: wrap;
    margin-left: 20px;

}

.category-products > .products-card {
    width: 30%;
}

.products-card {
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.product-image {
    position: relative;
    width: 100%;
    height: auto;
}

.product-image img {
    width: 100%;
    display: block;
}

.product-hover-effect {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 100%, rgba(0, 0, 0, 0.7) 30%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.products-card:hover .product-hover-effect {
    opacity: 1;
}

.products-card:hover .product-hover-effect {
    opacity: 1;
}

/* Icon Styling */
.product-hover-effect .hover-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px; /* Adjust size as needed */
    height: 40px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.products-card:hover .hover-icon {
    opacity: 1;
}

.product-option {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 20px;
}

.product-option h4 {
    font-size: 1.2rem;
}

.product-option p {
    color: #778479;
}

.detail-side-img {
    width: 100%;
}

.detail-side-img img {
    width: 100%;
    margin-bottom: 10px;
}

.detail-side-img2 {
    width: 100%;
    display: flex;
    justify-content: end;
    height: 100px;
}

.detail-side-img2 img {
    width: 100px;
    height: 100%;
    margin-bottom: 10px;
    object-fit: contain;
}

.detail-view-img {
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.detail-view-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.detail-view-info {
    width: 100%;
    min-height: 700px;
    border: 1px solid #E7EBE8;
    padding: 20px 40px;
    border-radius: 20px;
    position: relative;

}

.review-section {
    margin-top: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #E7EBE8;
}

.detail-view-info button {
    background-color: #001A05;
    height: 50px;
    border-radius: 20px;
    border: unset;
    width: calc(100% - 80px);
    color: white;
    position: absolute;
    bottom: 50px;
}

.detail-view-info table td {
    padding: 15px 15px 15px 0;
}

.review-section ul {
    margin-left: 0;
    padding-left: 0;
}

.review-section ul li {
    display: inline-block;
    list-style: none;
}

.review-section ul li i {
    color: #FFC74E;
}

.detail-info {
    width: 100%;
    border: 1px solid #E7EBE8;
    padding: 20px 40px;
    border-radius: 20px;
}

.detail-info a {
    font-size: 20px;
    font-weight: bold;
}

/*.footer-section {*/
/*    width: 100%;*/
/*    margin-top: 90px;*/
/*    background-image: url("/assets/images/footer.jpg");*/
/*    background-repeat: no-repeat;*/
/*    background-color: #DC5B00;*/
/*    !*background-size: contain;*!*/
/*    background-position: bottom;*/
/*    background-blend-mode: soft-light;*/
/*}*/

.footer-section {
    clear: both;
    position: relative;
    z-index: 1;
    width: 100%;
    background-image: url("/assets/images/Footer2.jpg");
    background-repeat: no-repeat;
}

.footer-section > .container {
    max-width: 1440px;
}

.footer-section-logo {
    margin-bottom: 20px;
}

.footer-section-logo a {
    font-size: 50px;
    font-weight: 900;
    text-decoration: none;
    color: white;
    font-family: 'Butler', sans-serif;
}

.footer-section-logo h6 {
    color: white;
    font-family: 'Butler', sans-serif;
}

.footer-section-logo p {
    color: white;
}

.footer-section-contact-list {
    display: flex;
    margin-bottom: 10px;
}

.footer-section-menu {
    margin-top: 52px;
}

.footer-section-menu > ul {
    margin-left: 23%;
}

.footer-section-menu > ul > li {
    list-style: none;
}

.footer-section-menu-hover {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    color: white;
    text-decoration: none;
}

.footer-divider {
    height: 1px;
    background: #D0D7D1;
    opacity: 0.5;
    margin-right: -12px;
}

.footer-section-info {
    height: 60px;
    padding-top: 1.5%;
}

.footer-section-info-copy-right {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: white;
}

.footer-section-info-social {

}

.footer-section-info-social ul li {
    display: inline-block;
    margin-right: 15px;
}

.footer-section-info-social ul li a {
    color: white;
}

.footer-section-info-developer {
    float: right;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: white;
}

.footer-section-info-developer > a {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: white;
    text-decoration: none;
}

/*About Section Start*/
.about-section-intro {
    padding-top: 50px;
}

.about-section-intro-title {
    margin-bottom: 50px;
}

.about-section-intro-title > h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 58px;
    color: #122F53;

}

.about-section-intro-title > a {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #EC6608;
    text-decoration: none;
}

.about-section-intro-detail {
    margin-bottom: 50px;
}

.about-section-intro-detail > p {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: rgba(18, 47, 83, 0.7);
}

.about-section-video {
    position: relative;
    z-index: 9999;
}

.about-section-video > img {
    width: 100%;

}

.about-section-detail {
    width: 100%;
    height: 1050px;
    background-color: #010E2F;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -200px;
    padding-top: 270px;
}

.about-section-detail-info {
    margin-bottom: 100px;
}

.about-section-detail-info > h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 43px;
    color: #FFFFFF;
}

.about-section-detail-info > p {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    opacity: 0.8;
}

.about-section-detail-info > a {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    opacity: 0.9;
    text-decoration: none;
}

.about-section-detail-expert {
    position: relative;
    top: -375px;
    width: 100%;
    margin-bottom: -150px;
}

.about-section-detail-expert-title {
    margin: auto;
    width: 84%;
    height: 260px;
    background: #FFFFFF;
    padding: 85px 302px 0 301px;
    margin-bottom: 60px;
}

.about-section-detail-expert-title > h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 58px;
    text-align: center;
    color: #122F53;
}

.about-section-detail-expert-title > p {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #122F53;
    opacity: 0.7;
}

.about-section-detail-expert-list {
    width: 100%;
    height: 395px;
    background: #FFFFFF;
    box-shadow: 0px 4px 70px rgba(1, 14, 47, 0.07);
    display: none;
}

.about-section-detail-expert-list > img {
    width: 100%;
    height: 330px;
    margin-bottom: 18px;
    padding: 1px;
}

.about-section-detail-expert-list > h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #122F53;
    opacity: 0.7;
    margin-left: 24px;
}

.about-section-customer {
    margin-bottom: 150px;

}

.about-section-customer-title {
    font-weight: 500;
    font-size: 35px;
    line-height: 51px;
    color: #122F53;
}

.about-section-customer-arrow > button {
    width: 70px;
    height: 70px;
    border: 2px solid #D0D5DD;
    box-sizing: border-box;
    border-radius: 50%;
    background: none;
    margin: 20px;
    float: right;
}

.about-section-customer-list {
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 70px rgba(1, 14, 47, 0.07);
    height: 366px;
    padding: 35px;


}

.about-section-customer-list-header {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.about-section-customer-list-header-img {
    width: 60px;
    height: 60px;
}

.about-section-customer-list-header-img > img {
    border-radius: 50%;

}

.about-section-customer-list-title {
    height: 60px;
    margin-left: 20px;
}

.about-section-customer-list-title {
    height: 60px;
}

.about-section-customer-list-title > h4 {

    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #122F53;

}

.about-section-customer-list-title > p {
    font-weight: normal;
    font-size: 14px;
    line-height: 5px;
    color: #122F53;
    opacity: 0.5;
}

.about-section-customer-detail {
    width: 100%;
    background-image: url("/assets/template-kalakar/images/bg-dot.svg");
    background-repeat: no-repeat;
    background-position: left top;
}

.about-section-customer-detail > p {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #122F53;
    opacity: 0.7;
}

/*About Section End*/
/*Blog Section Start*/
.blog-menu {
    width: 57%;
    margin: auto;
}

.blog-menu.nav-pills .nav-link {
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #122F53;
    background: none;
    border-radius: unset;
    margin-right: 56px;

}

.blog-menu.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #122F53;
    background: none;
    border-bottom: 1px solid;
    border-radius: unset;
}

.blog-post-banner {
    margin-bottom: 0px;
}

.blog-post-banner-img {
    width: 100%;
}

.blog-post-banner-img > img {
    width: 100%;

}

.blog-post-banner-text {
    position: relative;
    top: -135px;
    text-align: center;
    font-weight: 800;
    font-size: 50px;
    line-height: 72px;
    color: #FFFFFF;
    text-shadow: 0 0 20px rgba(18, 47, 83, 0.1);
}

.blog-post-item {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.blog-post-item-img {
    width: 40%;
}

.blog-post-item-img > img {
    width: 100%;
}

.blog-post-item-detail {
    width: 54%;
    padding: 15px 0 0 30px;
}

.blog-post-item-detail > h6 {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    color: #EC6608;
}

.blog-post-item-detail > a {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #122F53;
    text-decoration: none;
}

.blog-post-item-detail > p {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #122F53;
    opacity: 0.7;
}

.blog-post-item-detail > h3 {
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    color: #122F53;

}

.blog-post-sub {
    width: 100%;
}

.blog-post-sub > img {
    width: 100%;
    margin-bottom: 21px;
}

.blog-post-sub > h6 {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    color: #EC6608;
}

.blog-post-sub > a {
    font-weight: 500;
    font-size: 42px;
    line-height: 55px;
    color: #122F53;
    text-decoration: none;
}

.blog-post-sub > p {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #122F53;
    opacity: 0.7;
}

.blog-post-button {
    width: 100%;
}

.blog-post-button > button {
    width: 160px;
    height: 50px;
    background: #79FF04;
    border: none;
    position: relative;
    left: 37%;
    border-radius: 30px;
}

.blog-post-button > button > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: black !important;
    text-decoration: none;

}

.blog-sidebar {
    padding: 15px 0 0 0;
    margin-bottom: 40px;
}

.blog-sidebar-search {
    width: 100%;
    height: 166px;
    background-color: #FFE7D7;
    background-image: url("/assets/template-kalakar/images/bg-dot.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    border-top: 30px dashed transparent;
    border-left: 14px dashed transparent;
    border-bottom: 9px dashed transparent;
    border-right: 30px dashed transparent;;
}

.blog-sidebar-search > h3 {
    font-family: Jost, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #122F53;
    margin-left: 10px;
}

.blog-sidebar-search > hr {

    margin-left: 10px;
    margin-top: 0;
}

.blog-sidebar-search-input {
    display: flex;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid rgba(18, 47, 83, 0.7);
    box-sizing: border-box;
    margin-left: 10px;

}

.blog-sidebar-search-input > input {
    width: 80%;
    border: none;
    padding-left: 15px;
}

.blog-sidebar-search-input > input:focus {
    outline: none;
}

.blog-sidebar-search-input > button {
    width: 20%;
    border: none;
    background: none;
}

.blog-feature {
    padding: 24px 30px 16px 30px;
    border: 1px solid #D0D5DD;
    margin-bottom: 40px;
}

.blog-feature-title > h3 {
    font-family: Jost, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #122F53;
    text-transform: uppercase;

}

.blog-feature-title > hr {
    margin-top: 0;
}

.blog-feature-detail {
    width: 100%;
}

.blog-feature-detail > img {
    width: 100%;
    margin-bottom: 16px;
}

.blog-feature-detail > h6 {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    color: #EC6608;
}

.blog-feature-detail > a {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #122F53;
    text-decoration: none;
}

.blog-popular {
    padding: 24px 30px 16px 30px;
    border: 1px solid #D0D5DD;
    margin-bottom: 100px;
}

.blog-popular-list > h6 {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    color: #EC6608;

}

.blog-popular-list > a {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #122F53;
    text-decoration: none;
}

.blog-post-detail {
    width: 100%;
    margin-bottom: 50px;
}

.blog-post-detail > img {
    width: 100%;
}

.blog-post-detail-info {
    margin-bottom: 50px;
}

.blog-post-detail-info > h6 {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    color: #EC6608;
}

.blog-post-detail-info > h2 {
    font-weight: 500;
    font-size: 42px;
    line-height: 55px;
    color: #122F53;
}

.blog-post-detail-info h3 {
    font-weight: 500;
    color: #122F53;
    font-family: "Jost", serif;

}

.blog-post-detail-info > span {
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: #122F53;
    margin-right: 30px;
    margin-bottom: 30px;
}

.blog-post-detail-info > p {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #334837;
}

.blog-post-detail-info strong {
    font-family: "Jost", serif;
    color: #122F53 !important;

}

.blog-detail-img-one {
    margin-bottom: 30px;
}

.blog-detail-img-two {
    margin-left: 30px;
    margin-bottom: 30px;
}

.blog-post-detail-info > button {
    width: 120px;
    height: 45px;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    text-transform: uppercase;
    background: none;
    margin-right: 30px;
    border: 1px solid rgba(18, 47, 83, 0.2);
    box-sizing: border-box;
}

.blog-post-detail-pagination {
    margin-bottom: 70px;
}

.blog-post-detail-pagination > .prev-btn {
    width: 115px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid rgba(18, 47, 83, 0.2);
    box-sizing: border-box;
    left: 10px;
    position: relative;
}

.blog-post-detail-pagination > .prev-btn > a {
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: #122F53;
    position: relative;
    left: -16px;
}

.blog-post-detail-pagination > .prev-btn > a > img {
    position: relative;
    left: -5px;
}

.blog-post-detail-pagination > .next-btn {
    width: 115px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid rgba(18, 47, 83, 0.2);
    box-sizing: border-box;
    float: right;
    margin-right: 18px;

}

.blog-post-detail-pagination > .next-btn > a {
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: #122F53;
    position: relative;
    right: -20px;
}

.blog-post-detail-pagination > .next-btn > a > img {
    position: relative;
    right: -15px;
}

.blog-post-comment > h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #122F53;
}

.blog-post-comment-item {
    display: flex;
    flex-wrap: wrap;
}

.blog-post-comment-item-img {
    width: 7%;
    border-radius: 50%;
}

.blog-post-comment-item-img > img {
    border-radius: 50%;
}

.blog-post-comment-item-title {
    width: 83%;
}

.blog-post-comment-item-title > h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #122F53;
}

.blog-post-comment-item-title > p {

    font-weight: normal;
    font-size: 12px;
    line-height: 28px;
    text-transform: uppercase;
    color: #122F53;
    opacity: 0.5;
}

.blog-post-comment-item-replay {
    width: 10%;
}

.blog-post-comment-item-replay > button {
    border: none;
    background: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: #122F53;
}

.blog-post-comment-item-detail {
    padding-left: 7%;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #122F53;
    opacity: 0.7;
    margin-bottom: 15px;
}

.blog-post-comment-item-divider {
    height: 1px;
    background: #D0D5DD;
    width: 100%;
    margin-top: 15px;
}

.blog-post-comment-item-input {
    width: 48%;
    margin-bottom: 30px;
}

.blog-post-comment-item-input > label {
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #122F53;
    margin-bottom: 10px;
}

.b-p-c-m {
    margin-left: 4%;
}

.blog-post-comment-item-input > input {
    width: 100%;
    height: 60px;
    border: 1px solid #D0D5DD;
    box-sizing: border-box;
    padding-left: 21px;
}

.blog-post-comment-item-textarea {
    width: 100%;
    margin-bottom: 30px;

}

.blog-post-comment-item-textarea > label {
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #122F53;
    margin-bottom: 10px;
}

.blog-post-comment-item-textarea > textarea {
    width: 100%;
    height: 180px;
    border: 1px solid #D0D5DD;
    box-sizing: border-box;
    padding: 12px 0 0 21px;
}

.blog-post-comment-item-button {
    width: 100%;
}

.blog-post-comment-item-button > button {
    width: 100%;
    height: 60px;
    background: #EC6608;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;

}

figure img {
    width: 100%;
    object-fit: contain;
}

/*Blog Section End*/
.modal-close2 {
    position: absolute;
    top: 50px;
    right: 50px;
}

.modal-close2 button {
    border: unset;
    background-color: transparent;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 999999;
}

.modal-close2 button > img {
    width: 100%;
    height: 100%;
}

.category-sidebar-list > li > div {
    width: 100%;
}

.category-sidebar-list > li > div > a {
    display: flex;
}

.category-sidebar-list > li > div > a > label {
    flex: 1;
}


[aria-expanded=false] .minus {
    display: none;
}

[aria-expanded=false] .plus {
    display: block;
}

[aria-expanded=true] .minus {
    display: block;

}

[aria-expanded=true] .plus {
    display: none;
}


.modal-left {
    padding-left: 0 !important;
}

.modal-left .modal-dialog {
    margin: 0 auto 0 0;
    height: 100%;
    max-width: 380px;
}

.modal-left .modal-content {
    min-height: 100%;
}

.modal-left .modal-header {
    flex: 0 0 120px;
}

@media (max-width: 1439px) {
    .modal-left .modal-header {
        flex: 0 0 90px;
    }
}

@media (max-width: 1199px) {
    .modal-left .modal-header {
        flex: 0 0 80px;
    }
}

@media (max-width: 767px) {
    .modal-left .modal-header {
        flex: 0 0 70px;
    }
}

.modal-left .modal-footer {
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
}

.modal-left.modal.fade .modal-dialog {
    transform: translate(-25%, 0);
}

.modal-left.modal.show .modal-dialog {
    transform: translate(0, 0);
}

.sidebar {
    width: 250px;
    padding: 20px;
}

.section {
    margin-bottom: 60px;
    position: relative;
}

.section-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 30px;
    font-weight: bold;
    color: #ccc;
    margin: 0;
    position: absolute;
    left: -20px;
    top: 0;
    white-space: nowrap;
}

.section-title .circle {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 30px;

}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin-left: 50px;
    width: 100%;

}

.sidebar li {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}

.mt-100 {
    margin-top: 100px;
}


.menu-container {
    display: flex;
    font-family: Arial, sans-serif;
}

.menu-categories {
    width: 200px;
    border-right: 1px solid #ddd;
    padding: 10px;
}

.menu-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-categories li {
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 5px;
}

.menu-categories li.active,
.menu-categories li:hover {
    background-color: #e7ece7;
    font-weight: bold;
}

.menu-subcategories {
    display: flex;
    padding: 10px 20px;
    flex-grow: 1;
}

.subcategory-content {
    display: none;
    flex-direction: row;
    gap: 40px;
}

.subcategory-content.active {
    display: flex;
}

.subcategory-content div p {
    margin: 6px 0;
    cursor: pointer;
}

.highlight {
    color: #ff5c00;
    font-weight: bold;
}
