@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
    margin: 0;
    padding: 0;
}
html,
body {
    font-family: "Poppins", sans-serif;
    position: relative;
    height: 100%;
}
ol,
ul {
    list-style: none;
}
a,
a:hover {
    text-decoration: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus {
    box-shadow: inherit !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #30323a;
    margin: 0 0 10px;
    /*font-family: Lato, Verdana, Arial, Helvetica, sans-serif;*/
    font-weight: 500;
    line-height: 1.1;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
address,
figure,
figcaption,
a,
span,
img,
i,
button {
    /*margin-top: 0;*/
    /*margin-bottom: 0;*/
}

.fs-7 {
    font-size: 0.875rem;
}
.fs-8 {
    font-size: 0.7rem;
}

.sub_title {
    font-size: 24px;
    font-weight: bold;
}

.section_padding {
    padding-top: 50px;
    padding-bottom: 40px;
}

.text_right {
    text-align: right;
}
.text_center {
    text-align: center;
}

.categories .item {
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px #00000033;
    margin-bottom: 20px;
    padding: 20px 15px;
}
.categories .item .title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.modal {
    z-index: 10066;
}

/***
====================================================================
                    Header nav ber cord CSS
====================================================================
**/

/* Dropdown animation and hover open */
.navbar .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.25s;
    min-width: 11rem;
    display: block;
    pointer-events: none;
}
.navbar .dropdown:hover > .dropdown-menu,
.navbar .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    border-radius: 0px;
    padding: 0px;
}
/* Position nested dropdowns to the right */
.dropdown-menu .dropdown-menu {
    left: 100%;
    top: 10px;
    margin-left: 0;
    margin-top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: block;
    pointer-events: none;
}
.dropdown-menu > .dropdown:hover > .dropdown-menu,
.dropdown-menu > .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.product-nav {
    background: #ebebeb !important;
}
.product-nav .nav-link {
    color: #000;
}

.dropdown-menu .dropdown-item {
    border-bottom: 1px solid #ddd;
}

.dropdown-menu .dropdown-item,
.dropdown-menu .nav-link {
    padding: 10px !important;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .nav-link:hover {
    background: #f5f5f5;
    color: #212529;
    transition: background 0.2s, color 0.2s;
}
/* For submenu toggle carets */
.dropdown-menu .dropdown-toggle::after {
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid; /* right-pointing arrow */
    border-right: none;
    vertical-align: middle;
    margin-left: 0.255em;
    transform: none; /* remove Bootstrap's rotate */
}

/***
====================================================================
                    Banner cord CSS
====================================================================
**/

.banner_aria {
    background: url("../images/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 140px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000069;
    z-index: -1;
}
.banner_aria .title {
    font-size: 40px;
    font-weight: bold;
}
.banner_aria .search_aria {
    width: 52%;
    position: relative;
}
.banner_aria input.search {
    border-radius: 32px;
    padding: 20px 24px;
    margin-top: 37px;
}

.banner_aria button {
    position: absolute;
    right: 21px;
    top: 43%;
    padding: 13px 54px;
    border-radius: 50px;
    border: none;
    font-weight: bold;
}
#search_icon {
    display: none !important;
}
#search_text {
    display: block;
}

/***
====================================================================
                    Explore Categories cord CSS
====================================================================
**/

.exp_categories .view_btn_aria {
    text-align: right;
}
.exp_categories .view_btn {
    text-align: right;
}
.exp_categories .contain_aria {
    margin-top: 20px;
}
.exp_categories .contain_aria img {
    padding-right: 10px;
    display: revert;
}
.exp_categories .contain_aria .item {
    padding-left: 0;
    margin-bottom: 12px;
}
.exp_categories .contain_aria .body,
.recent_review .contain_aria .body {
    padding: 20px;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
}
.exp_categories .contain_aria .body:hover {
    box-shadow: 0 4px 8px rgb(0 0 50 / 10%);
}

.exp_categories .slick-slide {
    margin-right: 10px;
}
.exp_categories .slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    display: none;
}
.exp_categories .slick-prev:before,
.slick-next:before {
    color: #0d6efd;
}
/***
====================================================================
                   Recent reviews cord CSS
====================================================================
**/

.recent_review {
}
.recent_review .contain_aria {
    margin-top: 20px;
}
.recent_review .contain_aria .item {
    width: 20%;
    padding: 8px;
}

.recent_review .contain_aria img.user_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.recent_review .contain_aria p.title_aria {
    margin: 5px 0;
}
.recent_review .contain_aria p.title_aria a {
}
.recent_review .contain_aria p.image_aria span {
    font-size: 18px;
}
.recent_review .contain_aria p.image_aria span i {
    padding: 4px;
}
.recent_review .contain_aria p.title_aria span {
    font-size: 15px;
    padding: 5px;
}

/***
====================================================================
                   Be Heard Aria cord CSS
====================================================================
**/
.be_heard_aria {
    padding-top: 0;
}
.be_heard_aria .what_we_do {
    padding: 64px 70px;
}
.be_heard_aria .what_we_do .title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}
.be_heard_aria .what_we_do p,
.be_heard_aria .take_look p {
    margin-bottom: 40px;
}
.banner_aria .title span,
.be_heard_aria .what_we_do .title span {
    font-size: 30px;
}
.be_heard_aria .what_we_do a,
.be_heard_aria .take_look a {
    padding: 0px 32px;
    border-width: 1px;
    border-style: solid;
    border-radius: 32px;
    line-height: 50px;
    display: inline-block;
    font-weight: bold;
}

.be_heard_aria .take_look {
    margin-top: -48px;
    border-radius: 16px;
    padding: 64px 48px;
    margin-left: 70px;
    margin-right: 70px;
}
.be_heard_aria .take_look .title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}
.be_heard_aria .take_look .title span {
    font-size: 30px;
}
.be_heard_aria .take_look {
}
.be_heard_aria {
}

/***
====================================================================
                   Your stories Aria cord CSS
====================================================================
**/

.your_stories {
}
.your_stories .top_aria {
}
.your_stories .top_aria h3 {
    padding: 0 24px;
    font-size: 24px;
    font-weight: bold;
}
.your_stories .top_aria h2 {
    padding: 0 24px;
    margin-top: 8px;
    font-size: 40px;
    font-weight: bold;
}
.your_stories .contain_aria {
    margin-top: 56px;
}
.your_stories .contain_aria .text_aria {
    display: block;
    padding: 72px;
}
.your_stories .contain_aria .text_aria p {
    font-size: 30px;
    display: block;
    margin-bottom: 32px;
}
.your_stories .contain_aria .text_aria p span {
    padding: 5px;
}
.your_stories .contain_aria .text_aria h2,
.your_stories .contain_aria .text_aria h3 {
    font-weight: bold;
}
.your_stories .contain_aria .text_aria h2 {
    font-size: 40px;
    margin-bottom: 16px;
}
.your_stories .contain_aria .text_aria h3 {
    font-size: 18px;
}
.your_stories .contain_aria .text_aria h3 span {
}
.your_stories .contain_aria .image_aria {
    overflow: hidden;
}
.your_stories .contain_aria .image_aria img {
    border-radius: 0px 4px 4px 0px;
    width: 100%;
}

/*--------------------------------------------------------------
# Post Navigation - .post-nav
--------------------------------------------------------------*/

#postMenu {
    position: relative;
}

.post-menu {
    position: sticky;
    top: 100px;
    padding: 20px 0;
}

.post-menu ul {
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
}
.post-menu ul li {
    padding: 0;
    list-style-type: none !important;
}
.post-menu ul li a.nav-link {
    color: #068778;
    padding: 0px 0 0 10px;
    line-height: 20px;
    font-size: 15px;
    text-decoration: none;
}
.post-menu ul li .nav-link.active,
.post-menu ul li .nav-link:hover {
    color: #737f0a;
}

#postMenu .pnav-toggler {
    background-color: #5b9585;
    border: none;
    position: absolute;
    top: 4px;
    right: 16px;
    border-radius: 4px;
    display: none;
    z-index: 10;
    color: #fff;
}
#postMenu .pnav-toggler .bi {
    font-size: 15px;
}
/* 
@media (max-width: 768px) {
    .post-menu {
        width: 100%;
        min-height: auto;
    }
    .post-menu ul li {
        padding: 6px 5px;
        line-height: 22px;
    }
    #postMenu .pnav-toggler {
        display: inline-block;
    }
}
 */
@media (max-width: 768px) {
  #postMenu{position: sticky; background-color: #fff; top: 0px; z-index: 9; }
  .post-menu{width:100%; min-height: auto; border-radius: 0px; margin-top: 31px;}
  .post-menu ul li{ padding: 6px 5px; line-height: 22px;}

  #postMenu .pnav-toggler{
    display:block; 
    position:absolute;
    width: 100%;
    background-color: #e4e4eb; 
    border: none; 
    top: 0px; 
    left: 0px; 
    z-index: 10;
    color: #595463;
    padding: 7px 6px 7px 6px; 
    font-size: .75rem; 
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;    
  }
  #postMenu .pnav-toggler .bi{
    font-size: 15px;
  }
}

/***
====================================================================
                   Footer Aria cord CSS
====================================================================
**/

footer.section_padding {
    background-color: #0e424a !important;
    padding-bottom: 0 !important;
}
footer .contain_aria {
    margin-top: 20px;
}
footer .copy_write {
    border-top-width: 1px;
    border-top-style: solid;
    margin-top: 40px;
    padding: 20px 0;
    font-size: 14px;
}

footer .footer_menu ul {
    padding-left: 2px;
}
footer .footer_menu ul li {
    line-height: 30px;
}
footer .footer_menu ul li a {
    font-size: 15px;
}
footer .social_media {
}

footer a.icon {
    margin-left: 5px;
    font-size: 15px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
}

.website_aria {
    padding: 12px 24px;
    border: 1px solid #205cd4;
    border-radius: 8px;
}
.website_aria:hover {
    background-color: #c2d5f7;
    border: 1px solid #c2d5f7;
    color: #1c1c1c !important;
}
.website_aria .icon_aria {
    line-height: 48px;
}

.business-contact-aria p {
    margin-top: 8px;
}
.business-contact-aria h4 {
    margin-top: 30px !important;
}
.profile-review-aria p {
    margin-top: 10px;
}

.avatar_image {
}
.avatar_image img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}
.avatar_image span {
    cursor: pointer;
}

.login-form {
    padding: 50px !important;
}
.login-box-title {
    margin-bottom: 30px;
    text-align: center;
}
.login-box-title img {
    max-width: 100%;
    max-height: 100px;
}
.login-box-title h3 {
    font-size: 25px;
    font-weight: 600;
}
.login-form h5 {
    margin-bottom: 40px;
    font-weight: bold;
}
.login-form .form-group {
    position: relative;
}
.form-group {
    margin-bottom: 1rem;
}
.login-form .form-group label {
    position: absolute;
    top: 8px;
    left: 10px;
    color: #ffffff;
    width: 30px;
    background: #5597a1;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
}
.form-control {
    border-color: #bbc6c8;
}
.login-form form .input {
    padding: 10px 60px;
    padding-right: 10px;
}
.login-form .login-btn {
    background: #0d6efd;
    color: #fff;
    font-weight: bold;
    border: 1px solid #0d6efd;
    margin-bottom: 20px;
}
.login-form .login-btn:hover {
    background: #fff;
    color: #1c1c1c !important;
}
.login-form .forgot-password {
    margin-top: -12px !important;
    margin-bottom: 15px;
    font-weight: bold;
}
.login-form .or-aria p {
    position: relative;
    color: #ced4da;
}
.login-form .or-aria p:after,
.login-form .or-aria p:before {
    display: inline-block;
    content: "";
    border-top: 1px solid #ced4da;
    width: 40%;
    margin: 0 17px;
    transform: translateY(-4px);
}
.login-form .social-auto-aria {
    margin-top: 50px;
}
.login-form .social-auto-aria a {
    display: block;
    border: 1px solid #30323a;
    text-align: center;
    font-weight: bold;
    color: #30323a;
    border-radius: 5px;
    padding: 12px;
}
.login-form .social-auto-aria a:hover {
    background-color: #30323a;
    color: #fff;
}
.ui-datepicker .ui-datepicker-header {
    background: #657889 !important;
}
.category-details .item {
    padding: 0;
}
.category-details .footer-aria {
    padding: 16px 16px 8px;
    padding-top: 0;
    color: #1c1c1c;
}
.profile-header {
    display: flex;
    flex-wrap: wrap;
    color: #1c1c1c;
    padding: 16px 16px 24px;
    padding-bottom: 5px;
}
.profile-header .logo-aria {
    margin-right: 15px;
}
.profile-header .logo-aria img {
    width: 72px;
    height: 72px;
}
.profile-header .text-aria p.title {
    font-weight: bold;
    font-size: 19px;
}
.profile-header .text-aria .rating {
    margin-right: 12px;
}
.profile-header .text-aria span.total-score span {
    color: #dcdce6;
    margin: 0 12px;
}

.category-details .user-review .card-body {
    color: #1c1c1c;
}

.bread-part-aria {
    background-color: #f1f3f4;
    padding: 2px 10px;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
}
.bread-part-aria .content-header h1 {
    font-size: 30px;
    color: #1a7e5b;
    font-weight: 700;
    margin: 20px 0;
}
.content-body h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 25px 0 15px;
    border-bottom: 1px solid #f7f7f7;
}
.content-body p {
    font-size: 16px;
    line-height: 32px;
    margin: 20px 0;
}
.content-body .table-of-content {
    float: right;
    width: 220px;
    background: #eee;
    border-radius: 10px;
    padding: 5px 15px;
    margin: 10px 0;
}
.content-body .table-of-content li {
    list-style-type: none;
    border-bottom: 1px solid #fff;
    line-height: 25px;
    padding: 5px 0;
}
.content-body a {
    color: #0c9d22;
    font-size: 17px;
}
.content-body p strong {
    color: #444;
}
.content-sidebar h3 {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #c0ded6;
}
.content-sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.content-wrap {
    background: #fff;
    padding-top: 45px;
}

.category-filter .filter-item input {
    height: 18px;
    width: 18px;
}
.category-filter .filter-item label {
    margin-left: 8px;
}
.nav-home-page .nav-link {
    color: #fff !important;
}
.nav-other-page {
    background-color: #d4f1f2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.nav-other-page .nav-link.active,
.navbar-nav .show > .nav-link {
    color: #000;
}
.nav-home-page {
    background-color: rgb(11 81 92 / 90%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.nav-other-page a.nav-link {
    color: #000;
}
.login-btn {
    margin-right: 15px;
    background-color: #00aab2;
    border: transparent;
    color: #fff !important;
}
.login-btn:hover {
    background-color: #114c56;
}
.sign-up-btn {
    background-color: #114c56;
    color: #fff !important;
}
.menu_header {
    margin-top: 56px;
}
.related-cat .cat-item {
    margin-bottom: 5px;
}
.related-cat .cat-item a {
    color: #1c1c1c;
}

.main-categories {
    margin-top: 40px;
}
.main-categories .item {
    text-align: center;
    background-color: white;
    border-radius: 5px;
    border-color: #e5e5dd;
    padding: 30px 0px;
    margin: auto;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 30px;
}
.main-categories .item i {
    color: #00aab2;
}

.main-categories .item p {
    color: #30323a;
    margin-bottom: 0;
}

.main-categories .item:hover {
    box-shadow: 0 4px 8px rgb(0 0 50 / 10%);
}
#dropdownMenuButton1 span {
    color: #000000;
}

.nav-home-page #dropdownMenuButton1 span {
    color: #ffffff;
}
@media (max-width: 575px) {
    .nav-other-page,
    .nav-home-page {
        background-color: #163f46;
    }
    .nav-other-page a.nav-link,
    #dropdownMenuButton1 span {
        color: #f8f9f9;
    }
    .header-menu-aria > ul {
        width: 100%;
    }
    .header-menu-aria > ul > li {
        padding-left: 20px;
    }
    .header-menu-aria .login-btn,
    .header-menu-aria .sign-up-btn {
        background-color: transparent;
    }

    .header-menu-aria .sign-up-btn {
        border: none;
    }
    a#dropdownMenuButton1 {
        display: block !important;
    }
    .banner_aria .title {
        font-size: 30px;
    }
    .category-details .footer-aria .col-md-6 {
        width: 57%;
    }
    .category-details .footer-aria .content_aria {
        width: 43%;
    }
    .login-form .or-aria p:after,
    .login-form .or-aria p:before {
        width: 33%;
    }
    .login-form .social-auto-aria a {
        margin-bottom: 18px;
    }
    .login-form {
        padding: 15px !important;
    }
    .company-profile-header .logo-aria,
    .company-profile-header .text-aria {
        margin-bottom: 20px;
    }
    .company-profile-header .logo-aria img {
        height: 100px;
        width: auto;
    }
    .website_aria {
        padding: 10px;
        margin-left: 0px;
        margin-right: 0;
    }
}

.nav-home-page ul ul li a.nav-link {
    color: #000 !important;
}

.company-profile-header {
}

.company-profile-header h1 {
    font-size: 26px;
}
.company-profile-header h1 span {
    font-size: 18px;
}
.website_aria .text_ara p {
    margin-bottom: 0;
}

.website_aria .website-text,
.company-profile-header .logo-aria,
.review-header .review-text {
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
    height: 100%;
}
.section-padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.review-header img {
    height: 100px;
}

.tags-cat label {
    margin-bottom: 10px;
}
.hidden-tag-aria {
    /*display: none*/
    opacity: 0;
    z-index: -999999 !important;
    position: absolute;
}

/* Blog page css */

.fulltext {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.1px;
    font-weight: 400;
}

.fulltext h2,
.fulltext h3,
.fulltext h4,
.fulltext h5,
.fulltext h6 {
    padding: 0px;
    font-weight: 500 !important;
    color: #555;
    margin: 20px 0;
}

.fulltext h2 {
    font-size: 25px;
    line-height: 34px;
    color: #444;
}

.fulltext h3 {
    font-size: 22px;
}
.fulltext h4 {
    font-size: 20px;
}
.fulltext h5 {
    font-size: 18px;
}

.fulltext h5 {
    font-size: 17px;
}

.fulltext p {
    margin: 15px 0;
}
.fulltext a {
    color: rgb(11 81 92);
    text-decoration: underline;
}

.fulltext img {
    overflow: hidden !important;
}

.fulltext ol,
.fulltext ul {
    margin-left: 35px;
}

.fulltext ol li,
.fulltext ul li {
    padding: 4px 0;
}
.fulltext ul li {
    list-style-type: disc;
    line-height: 28px;
    padding: 5px 0;
    list-style-position: outside;
}
.fulltext ol li {
    list-style-type: decimal;
}
.fulltext table p {
    margin: 0 !important;
}

/* Letter Sample Design */
.fulltext .sample {
    background-color: #ecf3f5;
    font-size: 14px;
    border: 1px solid #cfe9ed;
    margin: 15px 0;
}

.fulltext .sample p {
    margin: 10px 0 !important;
}

/* New css start */

:root {
    --primary-color: #0e424a;
    --secondary-green: #73cf11;
    --dark-bg: #191919;
    --light-gray: #f7f8fa;
    --text-dark: #191919;
    --text-muted: #666;
    --border-light: #e8e8e8;
    --shadow-light: 0 2px 8px rgba(0, 0, 0, 0.08);
    --shadow-medium: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* ***************** Hero Section ***************** */
.hero-section {
    background-color: hsla(0, 0%, 100%, 1);
    background-image: radial-gradient(
            at 5% 80%,
            hsla(184, 38%, 92%, 1) 0px,
            transparent 50%
        ),
        radial-gradient(at 8% 9%, hsla(178, 39%, 83%, 1) 0px, transparent 50%),
        radial-gradient(
            at 72% 100%,
            hsl(173deg 42.04% 83.06%) 0px,
            transparent 50%
        ),
        radial-gradient(
            at 98% 93%,
            hsl(182.5deg 100% 96.74%) 0px,
            transparent 50%
        ),
        radial-gradient(
            at 62% 8%,
            hsl(45deg 95.34% 92.08%) 0px,
            transparent 50%
        ),
        radial-gradient(at 76% 1%, hsla(80, 19%, 97%, 1) 0px, transparent 50%),
        radial-gradient(at 94% 7%, hsla(195, 24%, 96%, 1) 0px, transparent 50%);
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.hero-title {
    font-size: 38px;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--text-muted);
    position: relative;
    z-index: 2;
}
.search-bar-wrapper {
    background-color: var(--primary-color);
    border-radius: 40px;
    padding: 8px 12px;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
    .hero-section {
        padding: 50px 0;
    }
    .hero-title {
        font-size: 1.8rem;
    }
    .hero-subtitle {
        font-size: 1rem;
    }
    .search-bar-wrapper {
        border-radius: 15px;
        padding: 12px;
    }
}
.search-bar-wrapper .form-control,
.search-bar-wrapper .form-select {
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 13px;
}
.search-bar-wrapper .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.search-bar-wrapper .input-group {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.search-bar-wrapper .input-group:last-child {
    border-right: none;
}
.search-bar-wrapper .input-group-text {
    background: transparent;
    border: none;
    color: #fff;
}
.search-bar-wrapper .btn-search {
    background-color: #ffffff;
    color: #000000;
    border-radius: 30px;
    font-weight: 600;
}
.search-bar-wrapper .btn-search:active {
    background: #fff;
    color: #000;
}
.search-bar-wrapper .form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

/* Style for the custom dropdown button to look like a form input */
.search-bar-wrapper .dropdown-toggle {
    width: 100%;
    text-align: left;
    background-color: transparent;
    color: #fff;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    overflow: hidden;
}

.search-bar-wrapper .dropdown-menu {
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: 0;
    width: 100%;
}

.search-bar-wrapper .dropdown-menu .search-box {
    padding: 0.5rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: calc(100% - 1rem);
    margin: 0.5rem;
}

.search-bar-wrapper .dropdown-menu .dropdown-item {
    border-radius: 0.25rem;
    font-size: 13px;
}

.search-bar-wrapper .dropdown .form-control,
.search-bar-wrapper .dropdown .form-select {
    background-color: transparent;
    color: #222;
}

/* Categories section */

.categories h2 {
    font-size: 26px;
    font-weight: 600;
}

.categories .category-card {
    padding: 1.5rem 1rem;
    border-radius: 8px;
    transition: all 0.2s ease;
    cursor: pointer;
    background: var(--light-gray);
    height: 100%;
}

.categories .category-icon {
    width: 48px;
    height: 48px;
    background: #00aab2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.categories .category-icon i {
    font-size: 1.5rem;
    color: #fff;
}

.categories .category-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-dark);
    line-height: 1.3;
}

@media (max-width: 576px) {
    .categories .category-card {
        padding: 1rem 0.5rem;
    }
    .categories .category-label {
        font-size: 0.8rem;
    }
}

/* Business CTA Card */
.business-cta-card {
    background: linear-gradient(135deg, #ffe8e8, #fff0f0);
    border: 1px solid #ffd6d6;
}

/* Company Cards */
.featured-company .company-card {
    /* background: transparent; */
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    background-image: linear-gradient(180deg, #0f604d00 0%, #6ab4a340 100%);
    transition: all 0.2s ease;
    border: 1px solid #0f604d33;
}

.featured-company .company-logo img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
}

.featured-company .logo-placeholder {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    font-size: 1.2rem;
}

.featured-company .company-name {
    font-size: 1rem;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.featured-company .stars i {
    font-size: 0.9rem;
    margin-right: 2px;
}

.featured-company .rating-badge {
    background: var(--primary-green);
    color: #222;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-right: 0.5rem;
}

.featured-company .review-count {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.featured-company h3 {
    font-size: 26px;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .cta-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .search-input,
    .search-btn {
        height: 50px;
    }

    .search-btn {
        width: 50px;
    }
}

/* achievement section */

.achievement-section .achievement {
    background-color: hsla(0, 0%, 100%, 1);
    background-image: radial-gradient(
            at 5% 80%,
            hsla(184, 38%, 92%, 1) 0px,
            transparent 50%
        ),
        radial-gradient(at 8% 9%, hsla(178, 39%, 83%, 1) 0px, transparent 50%),
        radial-gradient(
            at 72% 100%,
            hsl(173deg 42.04% 83.06%) 0px,
            transparent 50%
        ),
        radial-gradient(
            at 98% 93%,
            hsl(182.5deg 100% 96.74%) 0px,
            transparent 50%
        ),
        radial-gradient(
            at 62% 8%,
            hsl(45deg 95.34% 92.08%) 0px,
            transparent 50%
        ),
        radial-gradient(at 76% 1%, hsla(80, 19%, 97%, 1) 0px, transparent 50%),
        radial-gradient(at 94% 7%, hsla(195, 24%, 96%, 1) 0px, transparent 50%);
    color: #222;
    border-radius: 1.5rem;
    padding: 80px 0;
}

.achievement-section .achievement .bi {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.achievement-section .achievement h3 {
    font-size: 1.75rem;
    font-weight: 700;
}

.achievement-section .achievement p {
    color: #222;
    font-size: 0.9rem;
}

/* Recent Review */

.testimonials-section .review-card {
    border: 1px solid #e9ecef;
    border-radius: 0.75rem;
    background-color: #ffffff;
    box-shadow: 0 4px 9px #0000000a;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.testimonials-section h3 {
    font-size: 26px;
    font-weight: 600;
}
.testimonials-section .company-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 0.25rem;
}
.testimonials-section .reviewer-avatar {
    width: 48px;
    height: 48px;
}
.testimonials-section .star-rating .bi-star-fill {
    color: #ffc107;
}
.testimonials-section .read-more {
    text-decoration: none;
    font-weight: 500;
    color: #0d6efd;
}
.testimonials-section .read-more .bi {
    vertical-align: middle;
    transition: transform 0.2s ease;
}
.recent-reviews .read-more:hover .bi {
    transform: translateX(3px);
}

.testimonials-container {
    height: 600px; /* Default height for desktop */
    overflow: hidden;
    position: relative;
}

.testimonials-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px; /* Adjust height as needed */
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: 1;
}

.testimonials-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; /* Adjust height as needed */
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: 1;
}

.testimonial-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    animation-duration: 20s; /* Slower, smoother animation */
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/* .testimonial-column:hover {
    animation-play-state: paused;
} */

/* Animation for the columns */
.scroll-up {
    animation-name: scroll-up;
}

.scroll-down {
    animation-name: scroll-down;
}

/* Keyframe animations for scrolling */
@keyframes scroll-up {
    from {
        transform: translateY(0%);
    }
    to {
        transform: translateY(-50%);
    }
}

@keyframes scroll-down {
    from {
        transform: translateY(-50%);
    }
    to {
        transform: translateY(0%);
    }
}
/* Responsive adjustments for mobile */
@media (max-width: 991.98px) {
    .testimonials-container {
        height: 500px;
    }
}

/* Home Content */

.home-content .feature-section {
    background-color: #e9e7ff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.home-content .feature-section .content {
    position: relative;
    z-index: 2;
}

.home-content .feature-section .subtitle {
    font-weight: 500;
    color: #6c757d;
    font-size: 1rem;
}

.home-content .feature-section h2 {
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.home-content .feature-section p {
    color: #495057;
    /* max-width: 400px; */
    /* margin-bottom: 30px; */
}

.home-content .feature-section .metrics .metric-item {
    margin-right: 40px;
}

.home-content .feature-section .metrics .metric-value {
    font-size: 2rem;
    font-weight: 700;
}

.home-content .feature-section .metrics .metric-label {
    font-size: 1rem;
    color: #6c757d;
}

.home-content .feature-section .author-info {
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    margin-top: 30px;
}

.home-content .feature-section .author-info img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
}

.home-content .feature-section .author-info .author-details {
    line-height: 1.2;
}

.home-content .feature-section .author-info .author-name {
    font-weight: 600;
}

.home-content .feature-section .author-info .author-title {
    font-size: 0.9rem;
    color: #6c757d;
}

.home-content .feature-section .arrow-icon {
    font-size: 1.5rem;
    color: #000;
}

.home-content .image-container img {
    max-width: 100%;
    border-radius: 15px;
}

.home-content .feature-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.home-content .feature-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.home-content .feature-list i {
    margin-right: 10px;
    color: #28a745;
}

@media (max-width: 992px) {
    .home-content .image-container img {
        max-width: 100%;
    }
}

/* Product Category Page style start */

.product-category .top-bar .cat-name {
    font-size: 20px;
    color: #222 !important;
}
.product-category .top-bar .cat-name i {
    color: #222 !important;
    font-size: 17px;
}
.product-category .top-bar .cat-name a {
    color: #222;
}

.product-category .product-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.product-card .p-price {
    font-weight: 600 !important;
}

.product-category .product-card .product-image-wrapper {
    position: relative;
    overflow: hidden;
}

.product-category .product-card .product-image {
    transition: transform 0.4s ease;
}

.product-category .product-card .view-details-btn {
    background: #23626c;
    border: none;
    border-radius: 25px;
    font-size: 14px;
}

/* Action buttons that appear on hover over the image */
.product-category .product-actions {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.product-category .product-card:hover .product-actions {
    opacity: 1;
    transform: translateX(0);
}

.product-category .product-actions .btn {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    border: 1px solid #e5e7eb;
}

/* --- Filter Sidebar Styling --- */
.product-category .filter-sidebar {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
    /* z-index: -99; */
}

.product-category .filter-sidebar .accordion-button {
    font-weight: 600;
    color: #111827;
}

.product-category .filter-sidebar .accordion-button:not(.collapsed) {
    background-color: #f3f4f6;
    box-shadow: none;
}

.product-category .filter-sidebar .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.product-category .filter-sidebar .accordion-button::after {
    /* Custom chevron icon */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236b7280'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.product-category .filter-sidebar .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

/* seller list */

.seller-list-section .seller-header {
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
    font-size: 18px;
}

.seller-list-section .seller-card {
    background-color: #fff;
    border: 1px solid #20c997;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 1.25rem;
    margin-bottom: 1rem;
    transition: box-shadow 0.3s ease;
}

.seller-list-section .seller-card .seller-info {
    display: flex;
    align-items: center;
}

.seller-list-section .avatar {
    width: 40px;
    height: 40px;
    background-color: #e9ecef;
    color: #495057;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1rem;
    overflow: hidden;
}

.seller-list-section .avatar img {
    max-width: 100%;
    padding: 5px;
}

.seller-list-section .seller-name {
    font-weight: 600;
    color: #212529;
}

.seller-list-section .seller-location {
    color: #6c757d;
    font-size: 0.875rem;
}

.seller-list-section .rating {
    color: #ffc107;
    font-size: 1rem;
}

.seller-list-section .reviews {
    color: #6c757d;
    font-size: 0.875rem;
}

.seller-list-section .price-current {
    font-size: 1.5rem;
    font-weight: bold;
    color: #212529;
}

.seller-list-section .price-original {
    font-size: 0.875rem;
    color: #6c757d;
    text-decoration: line-through;
    margin-right: 0.5rem;
}

.seller-list-section .discount {
    font-size: 0.875rem;
    color: #dc3545;
    font-weight: bold;
}

.seller-list-section .report-price {
    font-size: 0.8rem;
    text-decoration: none !important;
}

.seller-list-section .report-price:hover {
    text-decoration: underline;
}

.seller-list-section .meta-badge {
    background-color: #f1f3f5;
    color: #495057;
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
    border-radius: 20px;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.seller-list-section .meta-badge i {
    color: #20c997;
}

.seller-list-section .stock-info {
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #f8f9fa;
    border-radius: 25px;
}

.seller-list-section .stock-indicator {
    width: 8px;
    height: 8px;
    background: #28a745;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.seller-list-section .btn-add-cart {
    background-color: #20c997;
    border-color: #20c997;
    color: #fff;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
}

.seller-list-section .btn-add-cart:hover {
    background-color: #1baa82;
    border-color: #1baa82;
    color: #fff;
}

.seller-list-section .btn-whatsapp {
    background-color: #25d366;
    border-color: #25d366;
    color: #fff;
    font-weight: 500;
    border-radius: 25px;
}

.seller-list-section .btn-whatsapp:hover {
    background-color: #20b85a;
    border-color: #20b85a;
    color: #fff;
}

.seller-list-section .btn-call {
    background-color: #29b5d5;
    border-color: #ced4da;
    color: #ffffff;
    font-weight: 500;
    border-radius: 25px;
}

.seller-list-section .btn-call:hover {
    background-color: #29b5d5;
}

@media (max-width: 576px) {
    .seller-list-section {
        padding: 10px;
    }
    .seller-list-section .seller-card {
        padding: 10px;
    }
    .seller-list-section .seller-card .seller-info {
        display: unset;
    }

    .seller-list-section .price-current {
        font-size: 1.25rem;
    }

    .seller-list-section .meta-badge {
        font-size: 0.75rem;
    }

    .seller-list-section .btn {
        font-size: 0.7rem;
        padding: 0.5rem 0.5rem;
    }

    .seller-list-section .rating {
        color: #ffc107;
        font-size: 0.8rem;
    }

    .seller-list-section .reviews {
        color: #6c757d;
        font-size: 0.8rem;
    }

    /* .seller-list-section .shop-action-btn .btn-text{
        display: none;
    } */
}

/* Product Detils Page */

.product-area{
    background: #fff;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 15px;
}

.product-details-area {
    background: #f8f9fa;
}
/* .product-meta-area {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
} */
.product-description-area .card {
    border-radius: 15px;
    border: none;
}
.product-description-area .card .card-body {
    font-size: 14px;
    font-weight: 400;
}
.seller-list-section {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.product-area .product-title {
    font-size: 28px;
    font-weight: 600;
    /* margin-top: 20px; */
}
.product-area .review-btn a {
    background: #ffc700;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 500;
}

.product-area .product-meta .meta-item {
    margin-right: 10px;
    padding: 5px 18px;
    border-radius: 25px;
    font-size: 14px;
    background-color: #f1f3f5;
    color: #495057;
}
.product-area .product-meta .meta-item i {
    color: #20c997;
}
.product-review-area {
    margin-top: 20px;
}
.customer-review {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .product-area .product-title {
        font-size: 24px;
        font-weight: 600;
        /* margin-top: 20px; */
    }
}

.review-rating {
    margin-top: 0;
    position: relative;
}

.review-rating input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.review-rating:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.review-rating:not(:checked) > label:before {
    content: "★ ";
}

.review-rating > input:checked ~ label {
    color: #ffc700;
}

.review-rating:not(:checked) > label:hover,
.review-rating:not(:checked) > label:hover ~ label {
    color: #ffc700;
}

.review-rating > input:checked + label:hover,
.review-rating > input:checked + label:hover ~ label,
.review-rating > input:checked ~ label:hover,
.review-rating > input:checked ~ label:hover ~ label,
.review-rating > label:hover ~ input:checked ~ label {
    color: #ffc700;
}
.review-box {
    display: flex;
    align-items: start;
}

.write-review .card {
    border: none;
    border-radius: 15px;
}
.review-submit-btn {
    background: var(--primary-color);
    color: #fff;
    font-size: 16px;
}
.review-submit-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

@media (max-width: 576px) {
    .review-box {
        display: unset;
    }
}

/* Product Gallery */

.product-gallery-container {
    padding: 1.5rem;
    background-color: #ffffff;
    border-radius: 1rem;
    border: 1px solid #ddd;
    position: relative;
}
.product-gallery-container .wishlist-btn {
    padding: 3px 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 35px;
    position: absolute;
    right: 30px;
    top: 30px;
}
.main-product-image{
    text-align: center;
}
.main-product-image img {
    width: fit-content;
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
    /* border: 1px solid #dee2e6; */
    transition: transform 0.3s ease;
}

.thumbnail-slider-wrapper {
    position: relative;
    margin-top: 1rem;
}

.thumbnail-container {
    overflow: hidden;
}

.thumbnail-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
    gap: 0.75rem; /* Space between thumbnails */
}

.thumbnail-item {
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 0.5rem;
    padding: 2px;
    flex: 0 0 calc(25% - 0.5625rem); /* Show 4 items, accounting for gap */
    transition: border-color 0.3s ease, transform 0.3s ease;
    /* height: 100px; */
    text-align: center;
}

.thumbnail-item.active {
    border-color: var(--primary-color);
}

.thumbnail-item img {
    width: fit-content;
    max-width: 100%;
    height: auto;
    /* display: block; */
    border-radius: 0.375rem;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #dee2e6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.slider-arrow:hover {
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.slider-arrow.d-none {
    display: none !important;
}

.prev-arrow {
    left: -20px;
}

.next-arrow {
    right: -20px;
}

.slider-arrow i {
    color: #495057;
}



/* Cart Mini Style */

#cartModalBody .btn {
    background: #00aab2;
    border: none;
    border-radius: 25px;
}
