.custom-logo {
    width: 200px !important;
}

.sticky-header .logo {
    padding: 0 !important;
}

@media (min-width: 1200px) {

    .slide .auto-container {
        max-width: 1400px !important;
        padding: 0 !important;
    }


    .header-top .container {
        max-width: 1400px !important;
    }
}

.header-top_left {
    padding-left: 66px !important;
}

.breadcrumb-area {
    padding: 146px 0 124px !important;
}

.breadcrumb-area .title h2 {
    color: #ffffff;
    font-size: 40px;
}

.breadcrumb-menu ul li,
.breadcrumb-menu ul li a,
.breadcrumb-menu ul li.active {
    color: #ffffff;
}

.about-style3-content {
    padding: 60px 30px 60px 30px !important;
}

.about-style3-text-box1 {
    padding-right: 0 !important;
}


.about-style3-text-box1 .inner-content .text {
    text-align: justify !important;
}

.sec-title h2 {
    font-size: 30px;
}

.about-style3-area {
    padding: 60px 0 0px !important;
}

.about-style3-content {
    margin-top: -50px !important;
}

.about-style3-top img {
    height: 550px;
}

.service-page-sec1 {
    padding: 60px 0 50px;
}

.testimonials-style2-area {
    padding: 60px 0 50px;
}

.testimonials-style2-area .sec-title {
    padding-bottom: 30px;
}

.choose-style3-area {
    padding: 60px 0 50px;
}

.team-style1-area {
    padding: 60px 0 50px;
}

.service-style1-area .sec-title {
    padding-bottom: 50px;
}

.service-style1-area {
    padding: 60px 0 50px;
}

.working-process-style2-area {
    padding: 60px 0 0px;
}

.working-process-style2-bg:before {
    background-color: rgb(0 77 161 / 75%) !important;
}

.sec-title .sub-title h5 {
    color: #ffffff;
}

.service-style1-area .sub-title h5,
.shop-style1-area .sub-title h5 {
    color: #000000;
}

.shop-style1-area .sec-title {
    padding-top: 60px !important;
}

.shop-style1-area {
    background: #ecf2f6;
}

.single-shop-item {
    margin-bottom: 0 !important;
}

.single-shop-item_inner {
    padding: 20px;
}

.working-process-area .auto-container {
    max-width: 100%;
    padding: 0 30px;
}

.single-working-process .content p {
    text-align: justify;
    height: 130px;
}

.blog-style2-area .text-holder .blog-title {
    margin-bottom: 0;
}

.blog-style2-area .sub-title h5 {
    color: #000000;
}

.blog-style2-area {
    padding: 60px 0 50px;
}

.blog-style2-area .sec-title {
    padding-bottom: 30px;
}

.working-process-area {
    padding: 60px 0 50px;
}

.service-style1-area .sec-title {
    padding-bottom: 40px;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 30px 0px 30px;
}

.btn-one:after {
    background-color: #65cef5;
}

.btn-one .round {
    background: #03a9f44f;
}

.menu-contact {
    margin-left: 5rem !important;
}

.nav-outer .mobile-nav-toggler .inner {
    background: #65cef5;
}

.menu-contact .btn-one {
    margin-top: 1rem !important;
}

/* About Us Section Styles */
.about-us-section {
    padding: 80px 0;
    background: #ecf2f6;
    position: relative;
    overflow: hidden;
}

.about-us-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23e3f2fd" opacity="0.3"/><circle cx="75" cy="75" r="1" fill="%23e3f2fd" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.5;
    z-index: 1;
}

.about-us-section .container {
    position: relative;
    z-index: 2;
}

.about-content {
    padding-right: 30px;
}

.about-content .section-header {
    margin-bottom: 30px;
}

.about-us-section .sec-title h5 {
    color: #1a1a1a;
    font-size: 14px;
}

.about-content h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 0;
}

.about-content h2 .highlight {
    color: #65cef5;
    position: relative;
}

.about-text {
    margin-bottom: 40px;
}

.about-text .lead {
    font-size: 16px;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1.6;
    margin-bottom: 20px;
}

.about-text p {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1.6;
    margin-bottom: 0;
}

.about-features {
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #65cef5, #03a9f4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.feature-icon i {
    font-size: 24px;
    color: #ffffff;
}

.feature-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.feature-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

.about-stats {
    margin-bottom: 40px;
    padding: 30px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.stat-item {
    text-align: center;
    padding: 10px;
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #65cef5;
    margin-bottom: 5px;
    display: block;
}

.stat-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin-bottom: 0;
}

.about-cta {
    margin-top: 30px;
}

.about-visual {
    position: relative;
    padding-left: 30px;
}

.about-image-wrapper {
    position: relative;
    display: inline-block;
}

.main-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.main-image img {
    width: 100%;
    height: auto;
    display: block;
}


.experience-badge .badge-content {
    text-align: center;
    color: #ffffff;
}

.experience-badge h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
}

.experience-badge p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.2;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

/* Responsive Styles */
@media (max-width: 991px) {
    .about-us-section {
        padding: 60px 0;
    }

    .about-content {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .about-visual {
        padding-left: 0;
    }

    .about-content h2 {
        font-size: 30px;
    }

}

@media (max-width: 767px) {
    .main-slider .content .text p {
        font-size: 15px !important;
    }

    .main-slider .content .big-title h2 {
        font-size: 25px;
    }

    .main-slider.style1 .slide {
        padding: 120px 0px 50px;
    }

    .about-us-section {
        padding: 50px 0;
    }

    .about-content h2 {
        font-size: 28px;
    }

    .about-text .lead {
        font-size: 16px;
    }

    .feature-item {
        flex-direction: column;
        text-align: center;
        padding: 25px 15px;
    }

    .feature-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .about-stats {
        padding: 20px;
    }

    .stat-number {
        font-size: 24px;
    }


    .experience-badge {
        width: 100px;
        height: 100px;
    }

    .experience-badge h3 {
        font-size: 24px;
    }
}


.about-us-section .sec-title {
    padding-bottom: 0 !important;
}


.contact-area-section .title h2,
.contact-area-section li,
.contact-area-section li a {
    color: #1a1a1a !important;
}

.contact-area-section {
    padding-bottom: 60px !important;
}

.main-contact-form-area {
    padding: 60px 0 60px !important;
}

.main-contact-form-area .sub-title h5 {
    color: #1a1a1a !important;
}

.text-dark {
    color: #1a1a1a !important;
}

.text-white {
    color: #ffffff !important;
}

.single-blog-style1 .text-holder .blog-title {
    font-size: 18px;
}

.blog-page-two {
    padding: 60px 0 60px;
}

.blog-details-area,
.faq-style1-area {
    padding: 60px 0 60px;
}

.faq-style1-area {
    background: #eaf0f4 !important;
}

.service-style1-area .sec-title,
.faq-style1-area .sec-title {
    text-align: center !important;
}

.faq-style1-area .sec-title {
    padding-bottom: 0 !important;
}

.faq-style1-area h5,
.faq-style1-area li p {
    color: #1a1a1a !important;
}

.faq-style1-area .accordion-box .block .acc-btn.active h3 {
    color: #ffffff !important;
}

.shop-page-one--two .single-shop-item--style2 {
    margin-bottom: 30px !important;
}

/* Professional Product Filter Form Styles - Checkout Style */
.product-filter-form {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.product-filter-form .shop-page-title {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.product-filter-form .shop-page-title h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

/* Professional Form Field Styling */
.product-filter-form .field-input {
    margin-bottom: 0;
    position: relative;
}

.product-filter-form .field-input input[type="text"] {
    width: 100%;
    height: 55px;
    padding: 12px 18px;
    border: 1px solid #d9dcde;
    border-radius: 30px;
    font-size: 16px;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* .product-filter-form .field-input input[type="text"]:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
} */

.product-filter-form .field-input input[type="text"]::placeholder {
    color: #999;
    font-size: 14px;
}

/* Professional Select Box Styling */
.product-filter-form .select-box {
    position: relative;
}

.product-filter-form .select-box select {
    width: 100%;
    height: 50px;
    padding: 12px 18px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    background: #fff;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    transition: all 0.3s ease;
}

.product-filter-form .select-box select:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.product-filter-form .select-box select option {
    padding: 10px;
    font-size: 14px;
}

/* Professional Button Styling */
.product-filter-form .filter-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.product-filter-form .filter-btn,
.product-filter-form .clear-btn {
    height: 50px;
    padding: 0 25px;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    min-width: 120px;
}

.product-filter-form .filter-btn {
    color: #fff;
}

.product-filter-form .clear-btn {
    background: #004da1;
    color: #fff;
}

.product-filter-form .clear-btn:hover {
    background: #545b62;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
}

.product-filter-form .filter-btn .txt,
.product-filter-form .clear-btn .txt {
    font-weight: 500;
}

/* Results Info Styling */
.product-filter-form .filter-results-info {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.product-filter-form .results-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.product-filter-form .results-summary span {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.product-filter-form .filter-description {
    font-size: 13px;
    color: #666;
    margin: 0;
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 991px) {
    .product-filter-form {
        padding: 20px;
    }

    .product-filter-form .shop-page-title h2 {
        font-size: 20px;
    }

    .product-filter-form .filter-actions {
        justify-content: center;
    }

    .product-filter-form .filter-btn,
    .product-filter-form .clear-btn {
        flex: 1;
        min-width: auto;
    }
}

@media (max-width: 767px) {
    .product-filter-form {
        padding: 15px;
        margin-bottom: 30px;
    }

    .product-filter-form .shop-page-title {
        margin-bottom: 20px;
        text-align: center;
    }

    .product-filter-form .field-input {
        margin-bottom: 15px;
    }

    .product-filter-form .field-input input[type="text"],
    .product-filter-form .select-box select {
        height: 45px;
        font-size: 13px;
    }

    .product-filter-form .filter-btn,
    .product-filter-form .clear-btn {
        height: 45px;
        font-size: 13px;
        width: 100%;
        margin-bottom: 10px;
    }

    .product-filter-form .filter-actions {
        flex-direction: column;
        gap: 10px;
    }

    .product-filter-form .results-summary {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .product-filter-form .shop-page-title h2 {
        font-size: 18px;
    }

    .product-filter-form .field-input input[type="text"],
    .product-filter-form .select-box select {
        height: 55px;
        padding: 6px 15px;
        font-size: 16px;
    }

    .product-filter-form .filter-btn,
    .product-filter-form .clear-btn {
        height: 42px;
        padding: 0 20px;
    }
}

@media (max-width: 575px) {
    .product-filter-section {
        padding: 15px;
        border-radius: 10px;
    }

    .search-input,
    .category-select,
    .sort-select {
        padding: 10px 12px;
        font-size: 13px;
    }

    .search-input {
        padding-left: 40px;
    }

    .category-select,
    .sort-select {
        padding-right: 35px;
    }

    .filter-btn,
    .clear-btn {
        padding: 10px 16px;
        font-size: 13px;
        justify-content: center;
    }

    .search-icon {
        left: 12px;
        font-size: 14px;
    }
}

/* Animation for smooth transitions */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-filter-section {
    animation: fadeInUp 0.6s ease-out;
}

/* Loading state for filter button */
.filter-btn.loading {
    pointer-events: none;
    opacity: 0.7;
}

.filter-btn.loading::after {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 8px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.nice-select {
    background: #fff !important;
    border: 1px solid #e3eaef !important;
}

.shop-page-one {
    padding-top: 60px;
}

.shop-page-top-info {
    padding-bottom: 0;
}


.shop-page-one_inner {
    position: relative;
    display: block;
    padding: 50px 0px 110px;
}

.shop-page-one_inner,
.shop-page-top-info {
    background: transparent;
}

/* Blog-Style Product Details */
.blog-product-container {
    padding: 60px 0;
    background: #ffffff;
    min-height: 100vh;
}

.blog-product-header {
    margin-bottom: 40px;
    text-align: center;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 30px;
    justify-content: center;
}

.breadcrumb-item a {
    color: #65cef5;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-item a:hover {
    color: #03a9f4;
}

.breadcrumb-item.active {
    color: #666;
}

.blog-product-title {
    font-size: 48px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.blog-product-meta {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.blog-product-meta .category {
    background: linear-gradient(135deg, #65cef5, #03a9f4);
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
}

.blog-product-meta .date {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.blog-product-image {
    margin-bottom: 50px;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.blog-product-image img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}

.blog-product-content {
    max-width: 800px;
    margin: 0 auto;
}

.content-section {
    margin-bottom: 50px;
    padding: 0 20px;
}

.content-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.content-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #65cef5, #03a9f4);
    border-radius: 2px;
}

.content-section h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 30px 0 20px 0;
}

.content-section p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
    color: #333;
}

.feature-list li:before {
    content: '✓';
    color: #28a745;
    font-weight: bold;
    font-size: 18px;
    margin-right: 15px;
    background: #e8f5e8;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.spec-item {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 15px;
    border-left: 4px solid #65cef5;
    font-size: 16px;
    color: #333;
}

.spec-item strong {
    color: #1a1a1a;
    display: block;
    margin-bottom: 5px;
}

.image-gallery {
    margin-top: 25px;
}

.gallery-image {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-image:hover {
    transform: translateY(-5px);
}

.contact-section {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
}

.contact-info {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.contact-item i {
    color: #65cef5;
    font-size: 18px;
}

.blog-navigation {
    text-align: center;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e9ecef;
}

.blog-navigation .btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.blog-navigation .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(101, 206, 245, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .blog-product-title {
        font-size: 36px;
    }

    .blog-product-meta {
        flex-direction: column;
        gap: 15px;
    }

    .content-section h2 {
        font-size: 28px;
    }

    .specs-grid {
        grid-template-columns: 1fr;
    }

    .contact-info {
        flex-direction: column;
        gap: 20px;
    }
}

.main-slider .slide {
    height: 100vh !important;
}

/* Category badge under image/title */
.category-badge-box {
    margin-bottom: 5px;
}

.category-badge {
    display: inline-block;
    color: #1a1a1a;
    margin: 30px 0 20px 0;
}

.content-section p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
    color: #333;
}

.feature-list li:before {
    content: '✓';
    color: #28a745;
    font-weight: bold;
    font-size: 18px;
    margin-right: 15px;
    background: #e8f5e8;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.spec-item {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 15px;
    border-left: 4px solid #65cef5;
    font-size: 16px;
    color: #333;
}

.spec-item strong {
    color: #1a1a1a;
    display: block;
    margin-bottom: 5px;
}

.image-gallery {
    margin-top: 25px;
}

.gallery-image {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-image:hover {
    transform: translateY(-5px);
}

.contact-section {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
}

.contact-info {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.contact-item i {
    color: #65cef5;
    font-size: 18px;
}

.blog-navigation {
    text-align: center;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e9ecef;
}

.blog-navigation .btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.blog-navigation .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(101, 206, 245, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .blog-product-title {
        font-size: 36px;
    }

    .blog-product-meta {
        flex-direction: column;
        gap: 15px;
    }

    .content-section h2 {
        font-size: 28px;
    }

    .specs-grid {
        grid-template-columns: 1fr;
    }

    .contact-info {
        flex-direction: column;
        gap: 20px;
    }
}

.main-slider .slide {
    height: 100vh !important;
}

/* Category badge under image/title */
.category-badge-box {
    margin-bottom: 5px;
}

.category-badge {
    display: inline-block;
    color: #0a0a0a;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.category-badge:hover {
    opacity: 0.9;
}

.fi-fo-simple-repeater .fi-fo-simple-repeater-add {
    justify-content: left !important;
}

@media (max-width: 768px) {
    .single-shop-item {
        margin-bottom: 40px !important;
    }

    .auto-container {
        width: 100% !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .single-shop-item {
        padding: 0 !important;
    }

    .about-style3-content {
        padding: 40px 15px 40px 15px !important;
    }

    .sec-title h2 {
        font-size: 25px !important;
    }

    #clearFilters {
        line-height: 55px !important;
    }

    .menu-contact {
        margin-left: 1rem !important;
    }

    .slider-bg-box {
        display: block !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        z-index: 1;
    }

    .slider-bg-box {
        display: none !important;
    }

    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.spec-item {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 15px;
    border-left: 4px solid #65cef5;
    font-size: 16px;
    color: #333;
}

.spec-item strong {
    color: #1a1a1a;
    display: block;
    margin-bottom: 5px;
}

.image-gallery {
    margin-top: 25px;
}

.gallery-image {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-image:hover {
    transform: translateY(-5px);
}

.contact-section {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
}

.contact-info {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.contact-item i {
    color: #65cef5;
    font-size: 18px;
}

.blog-navigation {
    text-align: center;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e9ecef;
}

.blog-navigation .btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.blog-navigation .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(101, 206, 245, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .blog-product-title {
        font-size: 36px;
    }

    .blog-product-meta {
        flex-direction: column;
        gap: 15px;
    }

    .content-section h2 {
        font-size: 28px;
    }

    .specs-grid {
        grid-template-columns: 1fr;
    }

    .contact-info {
        flex-direction: column;
        gap: 20px;
    }
}

.main-slider .slide {
    height: 100vh !important;
}

/* Category badge under image/title */
.category-badge-box {
    margin-bottom: 5px;
}

.category-badge {
    display: inline-block;
    color: #0a0a0a;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.category-badge:hover {
    opacity: 0.9;
}

.fi-fo-simple-repeater .fi-fo-simple-repeater-add {
    justify-content: left !important;
}

@media (max-width: 768px) {
    .single-shop-item {
        margin-bottom: 40px !important;
    }

    .auto-container {
        width: 100% !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .single-shop-item {
        padding: 0 !important;
    }

    .about-style3-content {
        padding: 40px 15px 40px 15px !important;
    }

    .sec-title h2 {
        font-size: 25px !important;
    }

    #clearFilters {
        line-height: 55px !important;
    }

    .menu-contact {
        margin-left: 1rem !important;
    }

    .slider-bg-box {
        display: block !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        z-index: 1;
    }

    .slider-bg-box {
        display: none !important;
    }

    margin-top: 25px;
}

.spec-item {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 15px;
    border-left: 4px solid #65cef5;
    font-size: 16px;
    color: #333;
}

.spec-item strong {
    color: #1a1a1a;
    display: block;
    margin-bottom: 5px;
}

.image-gallery {
    margin-top: 25px;
}

.gallery-image {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-image:hover {
    transform: translateY(-5px);
}

.contact-section {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
}

.contact-info {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.contact-item i {
    color: #65cef5;
    font-size: 18px;
}

.blog-navigation {
    text-align: center;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e9ecef;
}

.blog-navigation .btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.blog-navigation .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(101, 206, 245, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .blog-product-title {
        font-size: 36px;
    }

    .blog-product-meta {
        flex-direction: column;
        gap: 15px;
    }

    .content-section h2 {
        font-size: 28px;
    }

    .specs-grid {
        grid-template-columns: 1fr;
    }

    .contact-info {
        flex-direction: column;
        gap: 20px;
    }
}

.main-slider .slide {
    height: 100vh !important;
}

/* Category badge under image/title */
.category-badge-box {
    margin-bottom: 5px;
}

.category-badge {
    display: inline-block;
    color: #0a0a0a;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.category-badge:hover {
    opacity: 0.9;
}

.fi-fo-simple-repeater .fi-fo-simple-repeater-add {
    justify-content: left !important;
}

@media (max-width: 768px) {
    .single-shop-item {
        margin-bottom: 40px !important;
    }

    .auto-container {
        width: 100% !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .single-shop-item {
        padding: 0 !important;
    }

    .about-style3-content {
        padding: 40px 15px 40px 15px !important;
    }

    .sec-title h2 {
        font-size: 25px !important;
    }

    #clearFilters {
        line-height: 55px !important;
    }

    .menu-contact {
        margin-left: 1rem !important;
    }

    .slider-bg-box {
        display: block !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        z-index: 1;
    }

    .slider-bg-box {
        display: none !important;
    }

    .mobile-slider-img {
        display: block !important;
    }
}

.mobile-slider-img {
    display: none;
}

/* Dropdown Menu Styles */
.main-menu .navigation>li {
    position: relative;
}

.main-menu .navigation>li.dropdown>ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    z-index: 999;
    border-radius: 0 0 5px 5px;
    padding: 15px 0;
    border-top: 3px solid #65cef5;
    /* Theme Primary Color */
}

.main-menu .navigation>li.dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-menu .navigation>li.dropdown>ul>li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 20px;
}

.main-menu .navigation>li.dropdown>ul>li>a {
    display: block;
    padding: 10px 0;
    color: #151515;
    /* Theme Black */
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
    font-family: 'Be Vietnam', sans-serif;
    /* Theme Font */
}

.main-menu .navigation>li.dropdown>ul>li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li.dropdown>ul>li>a:hover {
    color: #65cef5;
    /* Theme Primary Color */
    padding-left: 5px;
}

.main-menu .navigation>li.dropdown>a:after {
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 8px;
    font-size: 14px;
    color: inherit;
}

.main-menu .navigation>li>ul:before,
.main-menu .navigation>li>.megamenu:before {
    background: #fff !important;
}

.main-menu .navigation>li.dropdown>a:after {
    position: absolute;
    top: 38px !important;
    line-height: normal !important;
}

.main-menu .navigation>li>ul>li>a:before {
    content: "" !important;
}


/* RichEditor Content Styling */
.pbmit-entry-content ul,
.pbmit-entry-content ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.pbmit-entry-content ul {
    list-style-type: disc;
}

.pbmit-entry-content ol {
    list-style-type: decimal;
}

.pbmit-entry-content li {
    margin-bottom: 5px;
}

.pbmit-entry-content h1,
.pbmit-entry-content h2,
.pbmit-entry-content h3,
.pbmit-entry-content h4,
.pbmit-entry-content h5,
.pbmit-entry-content h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.2;
}

.pbmit-entry-content h1 {
    font-size: 2.5rem;
}

.pbmit-entry-content h2 {
    font-size: 2rem;
}

.pbmit-entry-content h3 {
    font-size: 1.75rem;
}

.pbmit-entry-content h4 {
    font-size: 1.5rem;
}

.pbmit-entry-content h5 {
    font-size: 1.25rem;
}

.pbmit-entry-content h6 {
    font-size: 1rem;
}

.pbmit-entry-content blockquote {
    border-left: 4px solid #bb9a65;
    padding-left: 15px;
    margin-left: 0;
    margin-bottom: 20px;
    font-style: italic;
    color: #555;
    background: #f9f9f9;
    padding: 15px;
}

.pbmit-entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 15px 0;
}

.pbmit-entry-content a {
    color: #bb9a65;
    text-decoration: underline;
}

.pbmit-entry-content a:hover {
    color: #333;
}

.pbmit-entry-content table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border: 1px solid #dee2e6;
}

.pbmit-entry-content table p {
    margin: 0 !important;
}

.pbmit-entry-content table {
    font-size: 14px !important;
}

.pbmit-entry-content table th,
.pbmit-entry-content table td {
    padding: 12px;
    border: 1px solid #dee2e6;
    vertical-align: top;
}

.pbmit-entry-content table th {
    font-weight: 600;
    text-align: left;
    color: #333;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after {
    position: absolute;
    top: 38px !important;
    line-height: normal !important;
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 1px;
    font-size: 14px;
    bottom: 38px;
    color: inherit;
    right: -11px !important;
}

.sticky-header {
    background: #FFF !important;
}



.sticky-header .main-menu .navigation>li.dropdown>a:after {
    position: absolute;
    top: 38px !important;
}

.sticky-header .main-menu .navigation>li:hover.dropdown>a:after,
.sticky-header .main-menu .navigation>li.current.dropdown>a:after {
    color: var(--thm-primary);
    line-height: 36px;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after {
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 8px;
    font-size: 14px;
    color: inherit;
}


.sticky-header .main-menu .navigation>li>a:hover:before,
.sticky-header .main-menu .navigation>li.current>a:before {
    transform: scaleY(1.0);
    transition: all 0.5s ease-in-out 0.1s;
}

.sticky-header *,
.sticky-header ::after,
.sticky-header ::before {
    box-sizing: border-box;
}