/*

* Theme Name: NS - Grand Imperial

*  Author: Netscriper

*  Author URI: http://www.netscriper.com/

*/     



:root {

--color1: #84be41;

}



.red{

    color: var(--color1);

}



*{

    font-family: "Sora", sans-serif;

}

/* Pagination */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 8px;
    flex-wrap: wrap;
    text-align: center;
}

.pagination-wrapper .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 6px;
    background-color: #ffffff; 
    color: var(--color1);
    text-decoration: none;
    font-weight: 500;
    min-width: 36px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pagination-wrapper .page-numbers.current {
    background-color: var(--color1);
    color: #fff; 
    font-weight: 600;
    cursor: default;
}

.pagination-wrapper .page-numbers.prev, .pagination-wrapper .page-numbers.next {
    font-weight: 400;
    font-size: 32px;
    color: var(--color1);
    margin-top: -12px;
}

.pagination-wrapper ul.page-numbers {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 12px;
}

.pagination-wrapper ul.page-numbers li a,
.pagination-wrapper ul.page-numbers li span {
    background: none;
    border: none;
    color: var(--color1);
    padding: 0;
}


/* 404 error */

.error img {

    position: relative;

    margin: 0 auto;

}

.back-home-wrap p {

    font-size: 21px;

	margin-top:50px;

}

.back-home-wrap {

    text-align: center;

    left: 0;

    right: 0;

}

.error {

    height: 400px;

}

.back-home {

    margin-top: 14px;

    border-radius: 0;

}



.mm-menu--offcanvas{

    position: absolute;

}



/* Breadcrumb */



#breadcrumbs {list-style-type: none; padding-left: 0;}

#breadcrumbs li{display: inline-block;}



/*********************** Widget ******************/

.mywidget h4 {

    font-size: 14px;

}

.widget-title{

    font-weight: 700;

    font-size: 21px;

}



/* ************************* Custom Design *********************** */

.custom-btn {

    display: inline-block;

    padding: 12px 28px;

    background: var(--color1);

    color: #fff;

    text-decoration: none;

    font-weight: 500;

    border-radius: 50px;

    transition: all 0.3s ease;

}



.custom-btn:hover {

    background: var(--color1);

    transform: translateY(-3px);

}



i.bi-arrow-up-short {

    display: inline-block;

    transition: transform 0.3s;

    transform: rotate(45deg);

    font-size: 26px;
    color: #fff;

}

div#page {
    overflow: hidden;
}


/* ********************************* Sub banner **********************************/

.sub-banner-wrapper {

    position: relative;

}



.sub-banner {

    position: relative;

    min-height: 300px;

    display: flex;

    align-items: center;

}



.sub-banner::before {

    content: "";

    position: absolute;

    inset: 0;

    background: rgba(0, 0, 0, 0.03);

    z-index: 1;

}



.sub-banner .container {

    position: relative;

    z-index: 2;

}



.sub-banner .title {
    font-size: 36px;
    font-weight: 700;
    color: var(--color1);
    margin-bottom: 10px;
}



.breadcrumbs {

    display: flex;

    align-items: center;

    gap: 10px;

}



.breadcrumbs a {

    color: #000;

    text-decoration: none;

    font-size: 16px;

    transition: 0.3s;

    font-weight: 600;

}



.breadcrumbs a:hover {

    color: var(--color1);

}



.breadcrumbs img {

    width: 12px;

}



.bread-current {

    color: #000;

    font-weight: 600;

    font-size: 16px;

}



@media (max-width: 768px) {

    .sub-banner .title {
        font-size: 24px;
        line-height: 1.7;
    }


.global-network p {

    font-size: 14px;

}

}



/* post breadcrumbs*/

.breadcrumb {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    font-size: 14px;

    margin-bottom: 15px;

}



.breadcrumb a {

    color: #000;

    text-decoration: none;

    font-size: 16px;

    transition: 0.3s;

    font-weight: 600;

}



.breadcrumb a:hover {

    color: var(--color1)

}



.breadcrumb img {

    width: 12px;     

    height: 12px;

    margin: 0 8px;  

    object-fit: contain;

}



@media (max-width: 576px) {

    .breadcrumb {

        font-size: 12px;

    }



    .breadcrumb img {

        width: 12px;

        height: 12px;

        margin: 0 5px;

    }

}







/* *********************header *************************** */



.menu .col {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.logo-wrapper {

    flex-shrink: 0;

}



.ds-menu {

    margin-left: auto;

}


ul#menu-main-menu {
    display: flex;
    gap: 30px;
    padding-top: 20px;
}


a.nav-link {

    font-size: 18px;

}



.header_menu .nav-link:hover {

    color: var(--color1);      

}



.header_menu .current-menu-item > .nav-link,

.header_menu .current_page_item > .nav-link {

    color: var(--color1);       

    font-weight: 600;       

}



/* logo */

.menu {
    position: relative;
    height: 123px;
    /* overflow: hidden; */
}

.menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 617px; 
    height: 100%;
    
    background-image: url("images/logo-bg1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    
    z-index: 0;
}

/* keep menu content above */
.menu > * {
    position: relative;
    z-index: 1;
}


.logo-wrapper {

    position: relative;

    padding: 15px 35px 15px 0;

    display: inline-block;

    z-index: 2; 

}

.logo-wrapper img {
    padding-top: 8px;
}


/* .logo-wrapper::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -20px;
    width: 305px;
    height: 120px;
    background: url(/wp-content/uploads/2026/04/logo-bg.png) no-repeat center center;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
    border-radius: 0 0 40px 0;
} */


.xs-menu-btn a {

    display: inline-flex;

    justify-content: center;

    align-items: center;

    width: 80px;

    height: 80px;

    color: var(--color1);

    border-radius: 8px;

    font-size: 2rem;

    transition: all 0.3s ease;

    border: none;

    text-decoration: none;

}



.xs-menu-btn a i {

    pointer-events: none;

}



/* header responsive */

@media (max-width: 1400px) {

    ul#menu-main-menu {

    gap: 10px;

}

}



@media (max-width: 1200px) {

    ul#menu-main-menu {

        gap: 25px;

    }



    a.nav-link {

        font-size: 15px;

        padding: 0px !important;

    }

}




/* *********************** Home ************************ */



/* Hero Section */

.hero-section {
    padding: 30px 0 20px;
    display: flex;
    align-items: center;
    background: #ffffff;
}



.hero-section .row {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}



.hero-section .col-7,

.hero-section .col-5 {

    padding: 15px;

}



.hero-section h1 {

    font-size: 60px;

    font-weight: 600;

    color: #4C4C4C;

    margin-bottom: 20px;

    line-height: 1.2;

    text-transform: uppercase;

}



.hero-section p {

    font-size: 18px;

    color: #4C4C4C;

    margin-bottom: 30px;

    line-height: 1.6;

}



.hero-section a {

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 8px 28px;

    width: 270px;

    font-size: 16px;

    font-weight: 500;

    color: #fff;

    background-color: var(--color1);

    text-decoration: none;

    border-radius: 50px;

    transition: all 0.3s ease;

    cursor: pointer;

    gap: 8px;

}



.hero-section a:hover {

    background-color: var(--color1);

    color: #fff;

    transform: translateY(-3px);

}



/* Responsive */

@media (max-width: 1200px) {

    .hero-section h1 {

    font-size: 55px;

}

}



@media (max-width: 992px) {

    .hero-section {

        padding: 80px 20px;

    }

    .hero-section h1 {

        font-size: 48px;

        margin-bottom: 0px;

    }

    .hero-section p {

        font-size: 16px;

    }

    .hero-section .col-7,

    .hero-section .col-5 {

        flex: 100%;

        max-width: 100%;

        text-align: center;

    }



    .hero-section a {

    margin: 0 auto;

}

}



@media (max-width: 576px) {

    .hero-section {

        padding: 60px 15px;

    }

    .hero-section h1 {

        font-size: 32px;

        line-height: 1.3;

    }

    .hero-section p {

        font-size: 14px;

        margin-bottom: 20px;

    }

    .hero-section a {

        padding: 12px 24px;

        font-size: 14px;

    }

}



/* Home Slider */

.home_slides {

    position: relative;

    width: 100%;

    max-width: 1800px;

    margin: 0 auto;

    height: 530px;

    overflow: hidden;

}



.home_slides .splide__slide {

    height: 530px;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

}



.home_slides .splide__slide {

    border-radius: 30px;

}



.splide__pagination {

    bottom: 20px;              

    text-align: center;

}



.splide__pagination__page {

    width: 14px;              

    height: 14px;

    background-color: transparent;    

    border-radius: 50%;         

    margin: 0 6px;             

    border: 2px solid #fff;     

    transition: all 0.3s;

}



.splide__pagination__page.is-active {

    background-color: #ffffff;  

    transform: scale(1.3);

    opacity: 1;     

}



@media (max-width: 1800px) {

    .home_slides {

    max-width: 1600px;

    }

}



@media (max-width: 1700px) {

    .home_slides {

    max-width: 1500px;

    }

}





@media (max-width: 1600px) {

    .home_slides {

    max-width: 1400px;

    }



    .home_slides .splide__slide {

    height: 500px;

    }



    .splide__pagination {

    bottom: 6.2em;

}

}



@media (max-width: 1500px) {

    .home_slides {

    max-width: 1300px;

    height: 400px;

    }



    .home_slides .splide__slide {

    height: 400px;

    }



    .splide__pagination {

    bottom: 1em;

}

}



@media (max-width: 1400px) {

    .home_slides {

        max-width: 1200px;

    }

}



@media (max-width: 1300px) {

    .home_slides {

        max-width: 1100px;

        height: 400px;

    }

}



@media (max-width: 1200px) {

    .home_slides {

        max-width: 1000px;

        height: 400px;

    }

}



@media (max-width: 992px) {

    .home_slides {

        max-width: 800px;

        height: 300px;

    }



    .home_slides .splide__slide {

    height: 300px;

    }

}



@media (max-width: 850px) {

    .home_slides {

        max-width: 700px;

    }

}



@media (max-width: 700px) {

    .home_slides {

        max-width: 600px;

    }

}



@media (max-width: 600px) {

    .home_slides {

        max-width: 500px;

    }

}



@media (max-width: 500px) {

    .home_slides {

        max-width: 400px;

    }

}



@media (max-width: 400px) {

    .home_slides {

        max-width: 300px;

    }

}





/* Products Categories Section */



.products-categories {

    padding: 120px 0;

}



.products-categories .products-section-title {

    text-align: center;

    margin-bottom: 80px;

}



.products-categories .products-section-title h3 {

    font-size: 18px;

    font-weight: 700;

    margin-bottom: 24px;

    text-transform: uppercase;

    color: #4C4C4C;

    position: relative;

}



.products-categories .products-section-title h3::after {

    content: "";

    position: absolute;

    left: 50%;

    bottom: -5px;

    width: 300px;

    height: 2px;

    background: linear-gradient(to right, #4C4C4C00, #4C4C4C, #4C4C4C00);

    border-radius: 2px;

    transform: translateX(-50%);

    opacity: 0.7;

}



.products-categories .products-section-title h4 {
    font-size: 41px;
    font-weight: 600;
    color: #4C4C4C;
}

.product-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

div#splide02-track {
    padding-top: 20px;
}

.product-card span {
    color: #4c4c4c;
    font-size: 16px;
    transition: color 0.3s ease; 
}

.product-card-link:hover .product-card span{
    color: var(--color1); 
    cursor: pointer; 
}

section.products-categories .container {
    overflow: visible;
}

.highlight-product-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* Product Cards */



.product-card {

    position: relative;

    text-align: center;

    overflow: visible;

    padding-bottom: 60px;

}




.product-card::after {
    content: "";
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 180px;
    background-image: url(images/home/trapezium.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}



.product-card img {

    transition: transform 0.3s ease;

    height: 170px;

    width: 250px;

    object-fit: contain;

}

.product-card-link:hover .product-card img {
    transform: translateY(-10px);
    transition: 0.3s;
}


.product-card h3 {
    font-size: 17px;
    color: #333;
    width: 250px;
    margin: 0 auto;
    line-height: 1.5;
    margin-top: 12px;
}


.product-card a {

    display: inline-block;

    color: #4C4C4C;

    border-radius: 8px;

    text-decoration: none;

    font-weight: 500;

    transition: background-color 0.3s ease;

    font-size: 16px;

}



/* responsive */

@media (max-width: 992px) {

    .product-card::after {

    width: 96%;

    }

}



@media (max-width: 768px) {

    .product-card::after {

        width: 100%;

    }

}



@media (max-width: 576px) {

    .product-card::after {

        width: 60%;

    }

}



/* product slider arrow */

.products-slider {

    position: relative;

}



.products-slider .splide__arrow {

    position: absolute;

    top: 45%;

    transform: translateY(-50%);

    background: transparent;

    width: 40px;

    height: 40px;

    border: 2px solid var(--color1);

    opacity: 1;

}



.products-slider .splide__arrow--prev {

    left: -50px;  

}



.products-slider .splide__arrow--next {

    right: -50px;

}



.splide__arrow svg {

    fill: var(--color1) !important;

    height: 1.2em;

    width: 1.2em;

}



/* Responsive */

@media (max-width: 1250px) {

    .products-slider .splide__arrow--prev {

        left: -30px;

    }



    .products-slider .splide__arrow--next {

    right: -30px;

    }

}



@media (max-width: 1000px) {

    .products-slider .splide__arrow--prev {

        left: -20px;

    }



    .products-slider .splide__arrow--next {

        right: -20px;

    }

}





@media (max-width: 992px) {

    .products-categories .col-3 {

        flex: 0 0 50%;

        max-width: 50%;

        margin-bottom: 30px;

    }

}



@media (max-width: 768px) {

    .products-slider .splide__arrow--prev {

        left: -50px;

    }



    .products-slider .splide__arrow--next {

        right: -50px;

    }

}



@media (max-width: 620px) {

    .products-slider .splide__arrow--prev {

        left: -30px;

    }



    .products-slider .splide__arrow--next {

        right: -30px;

    }

}



@media (max-width: 576px) {

    .products-categories .col-3 {

        flex: 0 0 100%;

        max-width: 100%;

    }



    .products-slider .splide__arrow--prev {

        left: 20px;

    }



    .products-slider .splide__arrow--next {

        right: 20px;

    }

}



@media (max-width: 430px) {

    .product-card::after {

        width: 70%;

    }

}



@media (max-width: 370px) {

    .product-card::after {

        width: 90%;

    }



    .products-slider .splide__arrow--prev {

        left: 0px;

    }



    .products-slider .splide__arrow--next {

        right: 0px;

    }

}



/* why choose us section */ 

.why-choose {

    padding: 100px 3%;

    background: #ffffff;

}



.why-choose-row {

    position: relative;

    display: flex;

    align-items: center;

    gap: 60px;

    background: #272727;

    height: 580px;

    border-radius: 60px;

    box-shadow: 0px -11px 0 #84be41;

}



.why-choose-row::before {

    content: "";

    position: absolute;

    inset: 0;

    background: url("/wp-content/uploads/2026/04/why-choose-korol.png") no-repeat center center;

    background-size: cover;

    opacity: 0.7;  

    z-index: 0;

    border-radius: 60px;

}



.why-choose-row > * {

    position: relative;

    z-index: 1;

}



.why-choose-img img {

    width: 100%;

    max-width: 800px;   

    height: auto;    

    aspect-ratio: 800 / 650;  



    clip-path: path('M60 0.5 H730.109 C766.218 0.500144 794.004 32.4029 789.046 68.1699 L714.885 603.17 C710.806 632.593 685.652 654.5 655.948 654.5 H60 C27.1391 654.5 0.5 627.861 0.5 595 V60 C0.5 27.1391 27.1391 0.5 60 0.5 Z');

    object-fit: cover;

}



.why-choose-content {

    flex: 1;

    padding: 40px 120px 20px 0;

}



.why-choose-content h1 {

    color: #fff;

    font-size: 40px;

    padding-left: 20px;

    margin-bottom: 40px;

}



/* Accordion Item */

.why-choose .accordion-item {

    background: transparent;

    border: none;

    margin-bottom: 20px;

    border-radius: 15px;

    overflow: hidden;

    box-shadow: none;

}



.why-choose .accordion-button {

    background: transparent !important;

    color: #ffffff !important;

    font-weight: 600;

    padding: 20px;

    box-shadow: none;

    border: none;

}



.why-choose .accordion-button:not(.collapsed) {

    background: transparent !important;

    color: #ffffff !important;

    box-shadow: none;

}



.why-choose .accordion-button:focus {

    box-shadow: none;

    border: none;

}



.why-choose .accordion-body {

    padding: 20px;

    background: transparent !important;

    color: #ffffff !important;

    line-height: 1.7;

}





.why-choose .accordion-button::after {

    display: none;

}



.why-choose .accordion-button {

    position: relative;

    padding-right: 70px;

}



.why-choose .accordion-button::before {

    content: "+";

    position: absolute;

    right: 20px;

    top: 50%;

    transform: translateY(-50%);

    

    width: 35px;

    height: 35px;

    

    display: flex;

    align-items: center;

    justify-content: center;



    background: var(--color1);

    color: #ffffff;

    font-size: 20px;

    font-weight: 600;

    border-radius: 8px;

    transition: 0.3s ease;

}



.why-choose .accordion-button:not(.collapsed)::before {

    content: "−";

    background: var(--color1);

}

.accordion-body {
    border-bottom: 1px solid #cbcbcb;
}


/* Responsive*/

@media (max-width: 1600px) {

    .why-choose-row {

        gap: 0px;

        height: 420px;

    }



    .why-choose-img img {

        width: 100%;

        max-width: 600px;

        height: auto;

        aspect-ratio: 600 / 497;

        object-fit: cover;



        clip-path: path('M45.5625 0.5H554.429C581.777 0.5 602.82 24.6427 599.065 51.709L542.749 457.655C539.66 479.921 520.61 496.5 498.113 496.5H45.5625C20.6749 496.5 0.5 476.341 0.5 451.474V45.5264C0.5 20.6594 20.6749 0.5 45.5625 0.5Z');

        -webkit-clip-path: path('M45.5625 0.5H554.429C581.777 0.5 602.82 24.6427 599.065 51.709L542.749 457.655C539.66 479.921 520.61 496.5 498.113 496.5H45.5625C20.6749 496.5 0.5 476.341 0.5 451.474V45.5264C0.5 20.6594 20.6749 0.5 45.5625 0.5Z');

    }



    .why-choose-content h1 {

        font-size: 34px;

        margin-bottom: 10px;

    }



    .why-choose .accordion-button {

        padding-bottom: 10px;

    }



    .why-choose .accordion-body {

        padding-bottom: 0px;

        padding-top: 10px;

        font-size: 18px;

    }

}



@media (max-width: 1400px) {



    .why-choose-content {

        padding: 20px;

        padding-right: 60px;

    }



    .why-choose-content h1 {

        font-size: 32px;

        padding-left: 10px;

        margin-bottom: 20px;

    }



    .why-choose .accordion-button {

        padding: 15px;

        padding-right: 60px;

        font-size: 18px;

        padding-bottom: 0px;

    }



    .why-choose .accordion-button::before {

        width: 30px;

        height: 30px;

        font-size: 18px;

        right: 15px;

    }



    .why-choose .accordion-body {

        padding: 15px;

        font-size: 16px;

    }

}



@media (max-width: 1200px) {

    .why-choose {

    padding: 0px 3%;

    background: #ffffff;

}



    .why-choose-img {

        display: none;

    }



    .why-choose-content {

        padding: 60px;

    }



    .why-choose .accordion-button {

        font-size: 20px;

    }



    .why-choose .accordion-body {

        padding: 15px;

        font-size: 18px;

    }

}



@media (max-width: 768px) {

    .why-choose {

        padding: 60px 15px;

    }



    .why-choose-row {

        border-radius: 30px;

        gap: 20px;

        padding: 20px;

    }



    .why-choose .accordion-button {

        padding: 10px;

        padding-right: 45px;

    }



    .why-choose .accordion-button::before {

        width: 28px;

        height: 28px;

        font-size: 16px;

        right: 10px;

    }



    .why-choose-content {

        padding: 20px;

    }

}



@media (max-width: 480px) {

    .why-choose-content h1 {

        font-size: 22px;

    }



    .why-choose {

        padding: 40px 10px;

    }



    .why-choose .accordion-button {

        padding: 8px;

        padding-right: 40px;

        font-size: 18px;

    }



    .why-choose .accordion-body {

        font-size: 14px;

    }

}





/* Home About Us Section */

.home-about-us {

    padding: 100px 0 120px;

    background-color: #ffffff;

}





.home-about-us .row {

    display: flex;

    align-items: center;

    justify-content: space-between;

    flex-wrap: wrap;

}



.home-about-us .col-6 {

    flex: 0 0 48%;

    max-width: 48%;

    margin-bottom: 30px;

}



.home-about-us .col-6 strong {

    display: block;

    font-size: 18px;

    color: #4C4C4C;

    margin-bottom: 30px;

    text-transform: uppercase;

    letter-spacing: 1px;

    position: relative;

}



.home-about-us .col-6 strong::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: -5px;

    width: 200px;

    height: 2px;

    background: linear-gradient(to right, #4C4C4C, #4C4C4C00);

    border-radius: 2px;

}



.home-about-us .col-6 h1 {

    font-size: 38px;

    margin-bottom: 20px;

    color: #4C4C4C;

}



.home-about-us .col-6 p {

    font-size: 16px;

    line-height: 1.8;

    color: #555;

    margin-bottom: 36px;

}



.home-about-us .col-6 a {

    padding: 8px 30px;

    background-color: var(--color1);

    color: #fff;

    text-decoration: none;

    font-weight: 500;

    border-radius: 50px;

    transition: all 0.3s ease;

    display: flex;

    align-items: center;

    width: 200px;

}





.home-about-us .col-6 a:hover {

    background-color: var(--color1);

}



.home-about-us .col-5 {

    flex: 0 0 48%;

    max-width: 48%;

    text-align: center;

}



.home-about-us .col-5 {

    position: relative;

}



.home-about-us .col-5 img {

    width: 539.33px;

    height: 536.92px;

    max-width: 100%;  

    object-fit: cover;

    -webkit-clip-path: path('M63.3515 51.0808C67.7654 21.7181 92.9923 0 122.685 0H479.333C512.47 0 539.333 26.8629 539.333 60V476.918C539.333 510.055 512.47 536.918 479.333 536.918H60.0124C23.3227 536.918 -4.77506 504.281 0.678992 467.998L63.3515 51.0808Z');



    position: relative; 

    z-index: 2;

    transition: transform 0.3s;

}



.home-about-us .col-5::after {

    content: '';

    position: absolute;

    top: 30px;

    left: 80px;

    width: 100%;

    height: 100%;

    background: #84be41;

    -webkit-clip-path: path('M63.3515 51.0808C67.7654 21.7181 92.9923 0 122.685 0H479.333C512.47 0 539.333 26.8629 539.333 60V476.918C539.333 510.055 512.47 536.918 479.333 536.918H60.0124C23.3227 536.918 -4.77506 504.281 0.678992 467.998L63.3515 51.0808Z');

    z-index: 1;

    transition: transform 0.3s, box-shadow 0.3s;

}



.home-about-us a i.bi-arrow-up-short {

    display: inline-block;

    transition: transform 0.3s;

    transform: rotate(45deg);

    font-size: 26px;

}



.home-about-us a:hover i.bi-arrow-up-short {

    transform: rotate(90deg);

}





/* Responsive */

@media (max-width: 1400px) {



    .home-about-us .col-5 img {

        width: 400px;

        height: 398px;

        max-width: 100%;

        -webkit-clip-path: path('M46.9851 37.8646C50.2587 16.099 68.9683 0 90.99 0H355.501C380.077 0 400 19.9126 400 44.4761V353.524C400 378.087 380.077 398 355.501 398H44.5086C17.2974 398 -3.54145 373.807 0.503579 346.912L46.9851 37.8646Z');

    }



    .home-about-us .col-5::after {

        -webkit-clip-path: path('M46.9851 37.8646C50.2587 16.099 68.9683 0 90.99 0H355.501C380.077 0 400 19.9126 400 44.4761V353.524C400 378.087 380.077 398 355.501 398H44.5086C17.2974 398 -3.54145 373.807 0.503579 346.912L46.9851 37.8646Z');

        top: 20px;

        left: 90px;

    }



    .home-about-us .col-6 h1 {

    font-size: 30px;

    margin-bottom: 20px;

    color: #4C4C4C;

}



.home-about-us .col-6 p {

    line-height: 1.7;

    font-size: 16px;

}

}



@media (max-width: 1200px) {



    .home-about-us {

        padding: 60px 0;

    }



    .home-about-us .col-6 h1 {

        font-size: 26px;

        margin-bottom: 10px;

    }



    .home-about-us .col-5::after {

        top: 20px;

        left: 50px;

    }

}



@media (max-width: 991px) {



    .home-about-us .col-6 strong::after {

        content: "";

        position: absolute;

        left: 50%;

        bottom: -5px;

        width: 200px;

        height: 2px;

        background: linear-gradient(to right, #4C4C4C00, #4C4C4C, #4C4C4C00);

        border-radius: 2px;

        transform: translateX(-50%);

        opacity: 0.7;

    }



    .home-about-us .row {

        align-items: center;

    }



    .home-about-us .col-6,

    .home-about-us .col-5 {

        flex: 0 0 100%;     

        max-width: 100%;

        text-align: center;  

        margin-bottom: 30px;

    }



    .home-about-us .col-6 h1 {

        font-size: 24px;

        margin-bottom: 15px;

    }



    .home-about-us .col-6 p {

        line-height: 1.6;

        font-size: 15px;

        margin-bottom: 25px;

    }



    .home-about-us .col-6 a {

        width: 180px;

        font-size: 16px;

        margin: 0 auto;     

    }



    .home-about-us .col-5 img {

        display: none;

    }



    .home-about-us .col-5::after {

        top: 15px;

        left: 0;

    }

}



@media (max-width: 768px) {

    .home-about-us .col-6 h1 {

        font-size: 28px;

    }



    .home-about-us {

        padding: 0px 0;

    }

}





/* Home Highlight Products */

.highlight-products {

    position: relative; 

    padding: 80px 20px;

    color: #fff;

    overflow: hidden; 

}



.highlight-products::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-image: url("/wp-content/uploads/2026/04/mmexport1775545114774.png");

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    filter: brightness(0.4);

    z-index: 0;

}



.highlight-products > * {

    position: relative;

    z-index: 1;

}



.highlight-products strong {

    display: block;

    font-size: 18px;

    margin-bottom: 10px;

    text-transform: uppercase;

    letter-spacing: 1px;

    position: relative;

}



.highlight-products strong::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: -5px;

    width: 300px;

    height: 2px;

    background: linear-gradient(to right, #ffffff, #ffffff00);

    border-radius: 2px;

}



.highlight-products h1 {

    font-size: 40px;

    margin-bottom: 16px;

    width: 460px;

    margin-top: 20px;

}



/* Dropdown button styling */

.highlight-products .dropdown .btn.dropdown-toggle {

    color: #4c4c4c;

    background: rgba(255, 255, 255, 1);

    font-weight: 400;

    padding: 12px 38px;

    border-radius: 50px;

    border: none;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);

    transition: all 0.3s;

    font-size: 18px;
    width: 350px;

}



.highlight-products .dropdown .btn.dropdown-toggle:hover,

.highlight-products .dropdown .btn.dropdown-toggle:focus {

    background: rgba(0,0,0,0.6);

    color: #fff;

}



.highlight-products .dropdown {

    position: relative;

}



.highlight-products .dropdown-menu {

    background: rgba(0, 0, 0, 0.7);

    border: none;

    border-radius: 10px;

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);

    padding: 0.5rem 0;

    display: block;

    opacity: 0;

    transform: translateY(-10px);

    transition: all 0.3s ease;

    pointer-events: none;

    z-index: 1000;

    position: absolute;

    left: 0;

    min-width: 50%;

}



.highlight-products .dropdown:hover .dropdown-menu {

    left: 20%;

    transform: translate(0%, 0);

    opacity: 1;

    pointer-events: auto;

}



.highlight-products .dropdown-menu .dropdown-item {

    color: #fff;

    padding: 10px 20px;

    font-size: 16px;

}



.highlight-products .dropdown-menu .dropdown-item:hover {
    background: #ffffff;
    color: #353535;
}

.highlight-products .dropdown-menu .dropdown-item:active {
    background: #ffffff;
    color: #353535;
}



.highlight-products .highlight-product-card {

    position: relative;

    background: rgba(18, 18, 18, 0.2);

    backdrop-filter: blur(9px);

    padding: 20px;

    margin-bottom: 30px;

    border-radius: 30px;

    text-align: center;

    border: 1px solid rgba(255, 255, 255, 0.1);

    transition: transform 0.3s, box-shadow 0.3s;

    overflow: hidden;

}



.highlight-products .highlight-product-card::before {

    content: "";

    position: absolute;

    inset: 0;

    border-radius: 30px;

    padding: 2px; 



    background: linear-gradient(

        135deg,

        rgba(255,255,255,0.8),

        rgba(255,255,255,0) 40%,

        rgba(255,255,255,0) 60%,

        rgba(255,255,255,0.8)

    );



    -webkit-mask:

        linear-gradient(#000 0 0) content-box,

        linear-gradient(#000 0 0);

    -webkit-mask-composite: xor;

            mask-composite: exclude;



    pointer-events: none;

}



.highlight-products .highlight-product-card img {

    width: 100%;

    height: 210px;

    border-radius: 10px;

    margin: 16px 0;

    object-fit: contain;
    overflow: hidden;

}



.highlight-products .highlight-product-card a {

    display: inline-block;

    margin-top: 10px;

    color: #fff;

    text-decoration: none;

    font-size: 18px;

}



.highlight-product-card p {

    font-size: 18px;

    margin-bottom: 6px;

}



.highlight-product-card h6 {

    font-size: 18px;

}

.highlight-products .dropdown-menu .dropdown-item.active {
    color: #000 !important;
    font-weight: bold; 
    background-color: #f1f1f1; 
}



#product-rows {

    position: relative;

    padding-bottom: 60px;

}



#product-rows .splide__arrows {

    position: absolute;

    bottom: -40px;

    left: 50%;

    transform: translateX(-50%);

    width: 12%;

    display: flex;

    justify-content: space-between;

    padding: 0 10px;

}



#product-rows .splide__arrow {

    width: 40px;

    height: 40px;

    border-radius: 50%;

    background-color: transparent;

    display: flex;

    justify-content: center;

    align-items: center;

    border: 2px solid #fff;

    opacity: 1;

}



#product-rows .splide__arrow svg {

    width: 20px;

    height: 20px;

    fill: #fff !important;

}



@media (max-width: 1200px) {

    #product-rows .splide__arrows {

        width: 17%;

    }

}



@media (max-width: 992px) {

    .highlight-products h1 {

    font-size: 36px;

    }



    #product-rows .splide__arrows {

        width: 20%;

    }

}



@media (max-width: 768px) {



    #product-rows .splide__arrows {

        width: 50%;

    }



    .highlight-products h1 {

        font-size: 32px;

        width: 300px;

    }




    .highlight-products .dropdown:hover .dropdown-menu {

        left: 0%;

        transform: translate(0%, 0);

        opacity: 1;

        pointer-events: auto;

    }





    .highlight-products .row.align-items-center {

        flex-direction: column;    

        align-items: center;      

        gap: 15px;                

        text-align: center;        

    }



    .highlight-products .row.align-items-center .col-8,

    .highlight-products .row.align-items-center .col-4 {

        flex: 0 0 100%;         

        max-width: 100%;

        text-align: left;      

    }



    .highlight-products .dropdown:hover .dropdown-menu,

    .highlight-products .dropdown .dropdown-menu.show {

        left: 0;

        transform: translate(0, 0);

        opacity: 1;

        pointer-events: auto;

    }



    .highlight-products h1 {

        font-size: 24px;

        text-align: center;      

        margin-left: auto;       

        margin-right: auto;

        display: block; 

        width: 100%;        

    }



    .highlight-products strong::after {

        content: "";

        position: absolute;

        left: 50%;                  

        bottom: -5px;

        width: 300px;

        height: 2px;

        background: linear-gradient(to right, #ffffff00, #ffffff, #ffffff00);

        border-radius: 2px;

        transform: translateX(-50%); 

    }

        .highlight-products strong {

        text-align: center;

    }



    .text-end {

        text-align: center !important;

    }

}

@media (max-width: 568px) {

    .highlight-products .dropdown .btn.dropdown-toggle {
    width: 250px;
}


}




/* Find KOROL Near You Section */

/* Global Network Section - Base Styles */

.global-network {

    padding: 100px 0 0;

}



.global-network strong {

    display: block;

    text-transform: uppercase;

    letter-spacing: 1px;

    font-size: 18px;

    color: #4c4c4c;

    margin-bottom: 10px;

    text-align: center;

    position: relative;

}



.global-network strong::after {

    content: "";

    position: absolute;

    left: 50%;

    bottom: -5px;

    width: 33%;

    height: 2px;

    background: linear-gradient(to right, #4C4C4C00, #4C4C4C, #4C4C4C00);

    border-radius: 2px;

    transform: translateX(-50%);

    opacity: 0.7;

}



.global-network h1 {

    font-size: 42px;

    font-weight: 700;

    margin-bottom: 16px;

    text-align: center;

    margin-top: 20px;

    color: #4c4c4c;

}



.global-network p {

    font-size: 17px;

    text-align: center;

    color: #4c4c4c;

}



.global-network .col-8 img {

    border-radius: 20px;

}



.map-group ul {

    list-style: none;

    padding: 20px;

    margin: 0;

    background: #fff;

    border-radius: 30px;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

    border: 2px solid rgba(0, 0, 0, 0.2);

    width: 280px;

}



.map-group ul li {

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 12px 15px;

    margin-bottom: 15px;

    background: #ffffff;

    border-radius: 12px;

    font-weight: 500;

    transition: all 0.3s ease;

    cursor: pointer;

}

.map-group ul li img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50px;
    border: 2px solid #fff;
}

.map-group ul li:hover {

    transform: translateX(8px);

    background: var(--color1);

    color: #ffffff;

}

/* Responsive*/
@media (max-width: 992px) {

    .global-network {

        padding: 80px 15px 0;

    }



    .global-network h1 {

        font-size: 36px;

        margin-bottom: 40px;

    }



    .global-network strong {

        font-size: 16px;

    }



    .global-network strong::after {

        width: 60%;

    }



    .global-network .row.justify-content-center.align-items-start {

        flex-direction: row;

        align-items: flex-start;

    }



    .global-network .col-8,

    .global-network .col-4 {

        flex: 0 0 auto;

        max-width: auto;

        text-align: left;

    }



    .global-network .col-8 img {

        width: 100%;

        height: auto;

        margin-bottom: 0;

    }



    .map-group ul {

        width: 240px;

        margin-top: 0;

    }



    .map-group ul li {

        margin-bottom: 0px;

        font-size: 16px;

    }

}



@media (max-width: 768px) {

    .map-group {

    margin-top: -40px;

}



    .global-network .row.justify-content-center.align-items-start {

        flex-direction: column;

        align-items: center;

    }



    .global-network .col-8,

    .global-network .col-4 {

        flex: 0 0 100%;

        max-width: 100%;

        text-align: center;

    }



    .global-network .col-8 img {

        width: 100%;

        margin-bottom: 30px;

    }



    .map-group ul {

        width: 300px;

        padding: 15px;

    }



    .map-group ul li {

        justify-content: left;

        gap: 10px;

    }



    .map-group ul li img {

        width: 25px;

        height: 25px;

    }

}



@media (max-width: 568px) {

    .map-group {

        width: 350px;

        padding: 15px;

    }



    .global-network h1 {

        font-size: 22px;

    }



    .map-group ul {

        width: 95%;

        padding: 12px;

        margin-top: 20px;

    }

}



/* Our Blogs Section */

.our-blogs {

    padding: 100px 20px;

}



.our-blogs strong {

    display: block;

    font-size: 18px;

    margin-bottom: 10px;

    letter-spacing: 1px;

    text-align: center;

    text-transform: uppercase;

    color: #4c4c4c;

    position: relative;

}



.our-blogs strong::after {

    content: "";

    position: absolute;

    left: 50%;

    bottom: -5px;

    width: 17%;

    height: 2px;

    background: linear-gradient(to right, #4C4C4C00, #4C4C4C, #4C4C4C00);

    border-radius: 2px;

    transform: translateX(-50%);

    opacity: 0.7;

}



.our-blogs h1 {

    font-size: 40px;

    margin-bottom: 60px;

    text-align: center;

    color: #4c4c4c;

    margin-top: 20px;

}



.our-blogs .row > .col-6 {

    margin-bottom: 30px;

}



.blog-card {

    display: flex;

    align-items: flex-start;

    gap: 20px;

    border-radius: 20px;

    transition: transform 0.3s, box-shadow 0.3s;

    border: 2px solid rgba(0, 0, 0, 0.1);

    box-shadow: -1px 4px 20px rgba(0, 0, 0, 0.08);

}



.blog-card:hover {

    transform: translateY(-5px);

    box-shadow: 0 8px 20px rgba(0,0,0,0.1);

}



.blog-content {

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 90px 20px 0 10px;

}



.blog-content span {

    font-size: 16px;

    margin-bottom: 5px;

    color: #7b7b7b;

}



.blog-content p {

    margin: 0 0 10px;

    font-size: 20px;

    font-weight: 700;

    color: #4c4c4c;

}



.blog-content a {

    font-size: 16px;

    cursor: pointer;

    transition: color 0.3s;

    color: var(--color1) !important;

}



.blog-content a:hover {

    color: #4c4c4c;

}



.blog-btn {

    display: flex;

    justify-content: center;

    margin-top: 30px;

}



.our-blogs {

    padding: 100px 20px;

}



.our-blogs strong {

    display: block;

    font-size: 18px;

    margin-bottom: 10px;

    letter-spacing: 1px;

    text-align: center;

    text-transform: uppercase;

    color: #4c4c4c;

    position: relative;

}



.our-blogs strong::after {

    content: "";

    position: absolute;

    left: 50%;

    bottom: -5px;

    width: 17%;

    height: 2px;

    background: linear-gradient(to right, #4C4C4C00, #4C4C4C, #4C4C4C00);

    border-radius: 2px;

    transform: translateX(-50%);

    opacity: 0.7;

}



.our-blogs h1 {

    font-size: 40px;

    margin-bottom: 60px;

    text-align: center;

    color: #4c4c4c;

    margin-top: 20px;

}



.our-blogs .row > .col-6 {

    margin-bottom: 30px;

}



.blog-card {

    display: flex;

    align-items: flex-start;

    gap: 0px;

    border-radius: 20px;

    transition: transform 0.3s, box-shadow 0.3s;

    border: 2px solid rgba(0, 0, 0, 0.1);

    box-shadow: -1px 4px 20px rgba(0, 0, 0, 0.08);

}



.blog-card:hover {

    transform: translateY(-5px);

    box-shadow: 0 8px 20px rgba(0,0,0,0.1);

}





.blog-img img {

    width: 100%;

    height: 322px;

    object-fit: cover;

    border-radius: 20px 0 0 20px;

    clip-path: polygon(0 0, 100% 0, 100% 0%, 85% 100%, 0 100%);

}



.blog-content {

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 90px 20px 0 10px;

    width: 450px;

}





.blog-content span {

    font-size: 16px;

    margin-bottom: 5px;

    color: #7b7b7b;

}



.blog-content p {

    margin: 0 0 10px;

    font-size: 19px;

    font-weight: 700;

    color: #4c4c4c;

}



.read-more {

    font-size: 16px;

    cursor: pointer;

    transition: color 0.3s;

    color: var(--color1) !important;

    text-decoration: none;

}



.read-more:hover {

    color: #4c4c4c;

}



.blog-btn {

    display: flex;

    justify-content: center;

    margin-top: 30px;

}



.blog-card-link{

    text-decoration: none;

    color: inherit;

    display: block;

}



@media (max-width: 1200px) {

    .blog-content {

        padding: 70px 20px 0 10px;

    }



    .blog-content p {

    font-size: 18px;

}

}





@media (max-width: 992px) {



    .our-blogs .row > .col-6 {

        flex: 0 0 100%;   

        max-width: 100%;

        margin-bottom: 30px;

    }



    .blog-card {

        flex-direction: row;  

        align-items: flex-start;

        gap: 20px;

    }



    .blog-img img {

        width: 420px;  

        height: 322px;  

        object-fit: cover;

        border-radius: 20px 0 0 20px;

        clip-path: polygon(0 0, 100% 0, 100% 0%, 85% 100%, 0 100%);

    }



    .blog-content {

        padding: 90px 20px 0 0px;

        text-align: left;

    }

}



@media (max-width: 768px) {

    .our-blogs .row > .col-6 {

        flex: 0 0 100%;

        max-width: 100%;

        margin-bottom: 30px;

    }



    .blog-img img {

        display: none;

    }



    .blog-content {

        text-align: left;

        padding: 20px;

    }



    .our-blogs h1 {

    font-size: 32px;

    }



        .blog-card {

        gap: 0px;

    }



}



/* ********************************* About Us ************************************ */

.page-header{

    background:#f5f5f5;

    padding:80px 0;

    text-align:center;

}



.page-header h1{

    font-size:42px;

    font-weight:700;

}



.about-korol{

    padding:80px 0;

}



.about-korol h2 {

    font-size: 32px;

    margin-bottom: 20px;

    color: #4c4c4c;

    font-weight: 600;

}



.about-korol p {

    color: #555;

    line-height: 1.7;

    font-size: 16px;

}



.why-choose-korol{

    background:#fafafa;

    padding:80px 0;

}



.section-title{

    text-align:center;

    margin-bottom:50px;

}



.choose-card{

    background:#fff;

    padding:30px;

    border-radius:8px;

    box-shadow:0 5px 15px rgba(0,0,0,0.05);

}



.choose-card h4{

    margin-bottom:15px;

}



.korol-img-shape{

    width:100%;

    aspect-ratio:346 / 407;

    overflow:hidden;

    border-radius: 30px;

}



.korol-img-shape img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}



@media (max-width: 1200px) {



    .about-korol h2 {

    font-size: 24px;

    }



    .about-korol p {

    line-height: 1.6;

    font-size: 14px;

}



}



.why-choose-korol {

    padding: 60px 0 100px;

    background: #fafafa;

}



.why-choose-korol h1 {

    font-size: 36px;

    margin-top: 40px;

    margin-bottom: 40px;

    color: #4c4c4c;

}



.why-choose-left {

    display: flex;

    flex-direction: column;

    justify-content: space-between; 

    height: 100%;

}



.img-col1 {

    width: 100%;

    aspect-ratio: 417 / 266;

    overflow: hidden;

    border-radius: 30px;

}



.img-col1 img {

    display: block;

    width: auto;

    max-width: 100%;

    height: auto;

}



.img-col2 {

    position: relative;

    width: 100%;

    max-width: 418px;

    aspect-ratio: 418 / 517;

    border-radius: 30px;

    overflow: hidden;

    margin: 20px;

}



.img-col2 img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

    object-position: center;

}



.why-choose-contents {

    position: absolute;

    top: 0;

    right: 0;

    width: 55%;

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    gap: 20px;

    padding: 20px;

    z-index: 2;

}



.content {

    background: #fff;

    padding: 25px 35px;

    border-radius: 30px;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);

    display: flex;

    align-items: center;

    justify-content: space-between;

    position: relative;

}



.icon {

    position: absolute;

    right: -30px;

    z-index: 3;

    background: var(--color1);

    border-radius: 50%;

    padding: 15px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.icon img {

    width: 45px;

    height: 45px;

    object-fit: contain;

}



.why-choose-contents h3 {

    font-size: 20px;

    font-weight: 600;

    color: #4c4c4c;

}



.why-choose-contents p {

    font-size: 17px;

    color: #4c4c4c;

    width: 85%;

    line-height: 1.7;

    margin: 0;

}



/* responsive */

@media (max-width: 1200px) {

    .why-choose-contents {

        width: 60%;

        padding: 15px;

        gap: 15px;

    }



    .content {

        padding: 20px 25px;

    }

}



@media (max-width: 992px) {

    .why-choose-left {

        flex-direction: column;

        gap: 20px; 

        height: auto;

    }



    .img-col1 {

        display: none;

    }



    .img-col2 {

        display: none;

    }



    .why-choose-contents {

        position: relative;

        width: 100%;

        height: auto;

        gap: 15px;

        padding: 15px 0;

    }



    .content {

        flex-direction: row;

        padding: 15px 20px;

    }



    .icon {

        right: -10px;

        padding: 12px;

    }

}



@media (max-width: 576px) {

    .why-choose-korol h1 {

        font-size: 28px;

        margin-bottom: 30px;

    }



    .why-choose-contents h3 {

        font-size: 18px;

    }



    .why-choose-contents p {

        font-size: 15px;

        width: 90%;

    }



    .icon img {

        width: 35px;

        height: 35px;

    }

}



/* ******************************** Our Product ********************************** */



.power-tools-category {

    padding: 80px 0 0;

    background-color: #ffffff;

}



.power-tools-category .category-title h5 {

    font-size: 20px;

    text-transform: uppercase;

    font-weight: 600;

    color: var(--color1);

    margin-bottom: 15px;

}



.power-tools-category .category-row {

    margin-bottom: 60px;

}



.power-tools-category .category-row h1 {

    font-size: 28px;

    font-weight: 700;

    margin-bottom: 30px;

    color: #333;

}



.product-cards {

    background-color: #ebebeb;

    border-radius: 20px;

    overflow: hidden;

    margin-bottom: 20px;

    position: relative;

    height: 290px;

}



.product-cards img {
    width: calc(100% - 40px);
    margin: 10px 20px;
    display: block;
    height: 160px;
    border-radius: 15px;
    object-fit: contain;
}



.product-cards .product-name {

    padding: 15px 20px;

    padding-bottom: 25px;

}



.product-cards .product-name p {

    font-size: 16px;

    font-weight: 500;

    color: var(--color1);

    margin: 0 0 5px 0;

}



.product-cards .product-name h6{

    font-size: 17px;

    font-weight: 600;

    color: #333;

    margin: 0;

    width: 200px;

    line-height: 1.4;

}





.product-readmore-btn {

    position: absolute;

    right: 25px;

    bottom: 25px;

    background: var(--color1);

    width: 45px;

    height: 45px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

}



.product-readmore-btn a {

    color: #fff;

    font-size: 20px;

    display: flex;

    align-items: center;

    justify-content: center;

}



/* Responsive */

@media (max-width: 1400px) {

    .product-cards .product-name h6 {

    font-size: 16px;

    width: 150px;

}



.product-cards img {

    margin: 0px 20px;

    height: 160px;

    object-fit: cover;

}



.product-cards {

    height: 270px;

}

}



@media (max-width: 992px) {

    .product-cards img {

    height: 120px;

    object-fit: cover;

}



    .product-cards {
        height: 310px;
        margin: 10px;
    }

}


@media (max-width: 768px) {
    .product-cards .product-name h6 {
        font-size: 16px;
        width: 150px;
    }
}



@media (max-width: 992px) {

    .product-cards img {

        height: 180px;

        width: calc(100% - 20px);

        margin: 10px;

    }

}



@media (max-width: 768px) {

    .category-row h1 {

        font-size: 24px;

        margin-bottom: 20px;

    }



    .product-cards img {

        height: 250px;

        object-fit: contain;

        margin: 0px;

    }



    .product-cards {

        height: 360px;

    }

}



@media (max-width: 576px) {

    .col-4 {

        flex: 0 0 100%;

        max-width: 100%;

    }



    .product-cards img {

        height: 200px;

        object-fit: contain;

    }



    .product-cards {

        height: 310px;
        margin: 20px;

    }



    

}



/* Dropdown Tap */

.dropdown-tap {

    position: relative;

}



.selected-wrapper {

    display: flex;

    background: var(--color1);

    padding: 10px 55px;

    border-radius: 50px;

    cursor: pointer;

    color: #fff;

    font-size: 18px;

    align-items: center;

    gap: 60px;

    position: relative;

}



.selected-wrapper .dropdown-selected {

    flex: 1; 

}



.selected-wrapper i {

    flex-shrink: 0; 

    margin-left: auto; 

}



.dropdown-search {

    width: 90%;

    padding: 8px 12px;

    border: 1px solid #ccc;

    border-radius: 8px;

    margin-top: 5px;

    display: none;

    margin: 10px;

    font-size: 16px;

}



.dropdown-items {

    position: absolute;

    top: 100%;

    left: 0;

    width: 100%;

    max-height: 200px;

    overflow-y: auto;

    border: 1px solid #ccc;

    border-radius: 20px;

    background: #fff;

    margin-top: 5px;

    display: none;

    z-index: 10;

}



.dropdown-item {

    padding: 10px 15px;

    cursor: pointer;

    font-size: 16px;

}



.dropdown-item:hover {

  background-color: #f2f2f2;

}



.tool-section{

display:none;

}



.tool-section:first-of-type{

display:flex;

flex-wrap:wrap;

}



.dropdown-items{

display:none;

}



.dropdown-items.show{

display:block;

}



.category-title {
    flex-wrap: nowrap;
    margin-bottom: 20px;
}



@media (max-width: 768px){

    .category-title{

        flex-wrap: wrap;

    }



    .category-title h5{

        width: 100%;

        margin-bottom: 10px;

    }



    .dropdown-tap{

        width: 100%;

        margin-bottom: 40px;

    }

}



/* ************************************* Global Network ************************************ */

.join-our-global{

    background:#f9f9f9;

    padding:80px 0;

}



.join-our-global h1{

    font-size:38px;

    font-weight:700;

    color:#333;

    margin-bottom:20px;

}



.join-our-global p{

    font-size:18px;

    color:#555;

    line-height:1.8;

    margin-bottom:30px;

}



.dealer-btn{

    display:inline-block;

    background:var(--color1);

    color:#fff;

    padding:12px 36px;

    font-size:16px;

    font-weight:600;

    border-radius:50px;

    text-decoration:none;

    transition:0.3s;

}



.dealer-btn:hover{

    background:var(--color1);

    color:#fff;

}



.join-img{

    max-width:100%;

    width:480px;

    border-radius:20px;

    object-fit:cover;

}



@media (max-width:991px){



.join-our-global{

    padding:70px 0;

}



.join-our-global h1{

    font-size:30px;

    text-align:center;

}



.join-our-global p{

    text-align:center;

}



.dealer-btn{

    display:inline-block;

}



}



@media (max-width: 992px){



.join-our-global .dealer-btn{

    display: block;

    width: fit-content;

    margin: 0 auto;

}



}



@media (max-width:576px){



.join-our-global{

    padding:60px 0;

}



.join-our-global h1{

    font-size:26px;

}



.join-our-global p{

    font-size:16px;

}



.join-img{

    width:100%;

}



}



/* *************************** Footer ****************************** */

footer {

    background: #161616;

    padding-top: 70px;

    padding-bottom: 20px;

    border-top: 6px solid var(--color1);



    position: relative; 

    z-index: 9999;       

}



.widget h4 {

    font-weight: 700;

    font-size: 18px;

    line-height: 100%;

    text-transform: uppercase;

    color: #fff;

    margin-bottom: 30px;

}

.address address span:nth-child(2) {

    flex: 0 0 65%;

    max-width: 65%;

    margin-top: -2px;

    font-size: 18px;

}

.address address span:nth-child(1) {

    flex: 0 0 20%;

    max-width: 20%;

    font-size: 16px;

    font-weight: 600;

}

.address address span i.fa {

    margin-right: 8px;

}

.address address span {

    color: #fff;

}



.widget.faq-widget p {

    font-weight: 400;

    font-size: 14px;

    text-align: justify;

    color: #fff;

    width: 270px;

}



.widget.faq-widget li {

    color: #fff;

    margin-bottom: 4px;

}



.widget.faq-widget a {

    text-decoration: none !important;

    font-size: 16px;

    color: #fff;

}



.address address span a {

    text-decoration: none;

    color: #fff;

}



.address address span a:focus,

.address address span a:hover{

    text-decoration: none;

    outline: none;

}



a.contact-btn {

    text-decoration: none;

    color: #4c4c4c;

    background: #fff;

    padding: 12px 32px;

    border-radius: 50px;

    margin-top: 30px;

    font-size: 16px;

}



.copyright p a {

    text-decoration: none;

    font-weight: 600;

    color: #fff;

}



.widget.contact-info-widget p {

    color: #fff;

    font-size: 16px;

    line-height: 30px;

    margin-bottom: 30px;

}



.copyright p {

    margin-bottom: 0;

    border-top: 1px solid #fff;

    color: #fff;

    font-size: 13px;

    padding-top: 12px;

}

.career-box h4>span {

    float: right;

}



.social-icon a{

    margin-right: 20px;

}



.address address {

    flex-wrap: wrap;

    margin-bottom: 26px;

}



.address address span:nth-child(1),

.address address span:nth-child(2) {

    flex: 0 0 100%;

    max-width: 100%;

}





@media (min-width: 576px) {

    .address address span:nth-child(1) {

        flex: 0 0 30%;

        max-width: 30%;

    }



    .address address span:nth-child(2) {

        flex: 0 0 70%;

        max-width: 70%;

    }

}



@media (max-width: 575px) {



    footer {

        padding-top: 50px;

    }



    .widget h4 {

        font-size: 16px;

        margin-bottom: 20px;

    }



    .widget.faq-widget p {

        font-size: 14px;

        text-align: left;

    }



    .address address span:nth-child(2) {

        font-size: 15px;

    }



    .social-icon {

        margin-top: 10px;

    }



    .social-icon a {

        margin: 0 10px;

    }



    .copyright p {

        font-size: 12px;

        text-align: center;

    }

}



/* ************************* Posts *********************************** */

.single-post-container { 
    margin: 100px auto;      
    padding: 0 15px;         
}



.single-post-container .post-featured img {
    border-radius: 8px;
    background: #e3e3e3;
}


.single-post-container .post-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #3b3a3a;
    margin-top: 20px;
}



.single-post-container .post-content {
    font-size: 16px;
    line-height: 1.6;
    color: #4c4c4c;
}




@media (min-width: 992px) {

    .single-post-container .col-lg-4 {

        top: 100px;

    }

}



@media (max-width: 991px) {

    .single-post-container {

        margin: 30px auto;

    }

}

.related-products-title{
    font-size: 32px;
    color: #4c4c4c;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .single-post-container .post-title {
    font-size: 24px;
}


}


/* side bar */

.sidebar .widget_ns_widget {

    background: #fff;

    padding: 40px;

    margin-bottom: 30px;

    border-radius: 20px;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);

    border: 2px solid #d6d6d6;

}



.sidebar .widget_ns_widget h2 {

    font-size: 1.5rem;

    font-weight: 700;

    color: #292929;

    margin-bottom: 20px;

    border-bottom: 2px solid #eee;

    padding-bottom: 12px;

}



.sidebar .widget_ns_widget .mywidget {

    display: flex;

    margin-bottom: 25px;

    align-items: center;

}



.sidebar .widget_ns_widget .mywidget .col-md-4 {

    flex: 0 0 40%;

    max-width: 40%;

    padding-right: 10px;

}



.sidebar .widget_ns_widget .mywidget .col-md-4 img {
    border-radius: 5px;
    object-fit: cover;
    background: #dfdfdf;
    width: 100px;
    height: 80px;
}



.sidebar .widget_ns_widget .mywidget .col-md-8 {

    flex: 0 0 60%;

    max-width: 60%;

}



.sidebar .widget_ns_widget .mywidget h3 {

    font-size: 16px;

    font-weight: 600;

    margin: 0 0 5px 0;

}



.sidebar .widget_ns_widget .mywidget h3:hover {

    font-size: 16px;

    font-weight: 600;

    margin: 0 0 5px 0;

}



.sidebar .widget_ns_widget .mywidget h3 a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
}


.sidebar .widget_ns_widget .mywidget h3 a:hover {

    color: #007bff; /* Hover color */

    text-decoration: underline;

}



p.post-category {

    font-size: 15px;

    margin-bottom: 4px;

    color: var(--color1);

}

/* Responsive adjustments */


/* Related Products */
.power-tools-category .view-more-btn {
    display: flex;
    align-items: center;
}

.power-tools-category .view-more-btn a {
    display: inline-block;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: var(--color1);
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
}

.power-tools-category .view-more-btn a:hover {
    background-color: #ca0707;
    text-decoration: none;
    transform: translateY(-2px);
}


/* ************************* Contact Us ******************************** */



.contact-us-section{

    padding: 80px 0;

}



.contact-container {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #e1e1e1;
    margin: 0 10px;
}


.contact-shape{

    position: absolute;

    top: 0;

    right: 0;

    width: 200px;

    opacity: 0.05;

}



.contact-form-wrapper{

    display: flex;

    flex-wrap: wrap;

}



.contact-info-box {

    width: 40%;

    background: #ffffff;

    color: #333;

    padding: 50px 40px;

    border-right: 2px solid #d9d9d9;

}



.contact-title {

    font-size: 26px;

    font-weight: 700;

    margin-bottom: 20px;

    color: #4c4c4c;

}



.contact-text {

    font-size: 16px;

    margin-bottom: 30px;

    line-height: 1.7;

}



.contact-info-list{

    margin-bottom: 30px;

}



.contact-item{

    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin-bottom: 18px;

}



.contact-item i{

    font-size: 18px;

    color: var(--color1);

}



.contact-item p{

    margin: 0;

    font-size: 16px;

}



.contact-social-media p {

    margin-bottom: 16px;

}



.contact-social-icons{

    display: flex;

    gap: 12px;

}



.contact-social-icons a{

    width: 36px;

    height: 36px;

    background: #ffffff;

    color: var(--color1);

    border: 1px solid var(--color1);

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    text-decoration: none;

    transition: 0.3s;

}



.contact-social-icons a:hover{

    background: var(--color1);

    color: #ffffff;

}



.contact-form-box{

    width: 60%;

    padding: 50px 40px;

}



.contact-form-title{

    font-size: 24px;

    font-weight: 700;

    margin-bottom: 25px;

    color: #4c4c4c;

}



.contact-input-container{

    margin-bottom: 18px;

}



.contact-input {

    width: 100%;

    padding: 16px 25px;

    border: 1px solid #ddd;

    border-radius: 30px;

    font-size: 14px;

    outline: none;

    transition: 0.3s;

}



.contact-input:focus{

    border-color: #e60000;

    box-shadow: 0 0 0 2px rgba(230,0,0,0.1);

}



.contact-textarea textarea{

    min-height: 120px;

    resize: none;

}



.contact-btn {

    background: var(--color1);

    color: #ffffff;

    padding: 12px 28px;

    border: none;

    border-radius: 50px;

    font-size: 15px;

    cursor: pointer;

    transition: 0.3s;

}



.contact-btn:hover{

    background: var(--color1);
    color: #fff;

}



/* Responsive */

@media (max-width: 992px){



    .contact-info-box {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #e7e7e7;
        padding: 40px 16px;
    }




    .contact-form-box {
        width: 100%;
        padding: 40px 16px;
    }



.contact-form-wrapper{

    flex-direction: column;

}



}



/* Map Section */

#map{

    padding: 80px 0;

    background: #ffffff;

}



.location-map{

    position: relative;

    border-radius: 20px;

    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0,0,0,0.08);

    border: 2px solid #d3d3d3;

}



.location-map iframe{

    width: 100%;

    height: 450px;

    border: 0;

    display: block;

}





@media (max-width: 768px){



.location-map iframe{

    height: 350px;

}



}

/* Parent dropdown */
.navbar-nav .dropdown {
    position: relative;
}

.navbar-nav .dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #ffffff;
    border: 2px solid #dfdfdf;
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.25s ease;
    pointer-events: none;
}

.navbar-nav .dropdown:hover > .dropdown-menu{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.navbar-nav .dropdown-menu .dropdown-item{
    padding: 10px 20px;
    font-size: 15px;
    color: #333;
    transition: all 0.2s ease;
}

.navbar-nav .dropdown-menu .dropdown-item:hover{
    background: #f5f5f5;
    color: #000;
}

.navbar-nav .dropdown-toggle::after{
    margin-left: 6px;
}

.header_menu .dropdown-menu{
    display: none;
}

.header_menu .dropdown:hover .dropdown-menu{
    display: block;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #333 !important;
    background-color: #ffffff;
}

/* ************************ hovers ************************** */
.product-card-link .product-cards img {
    transition: transform 0.3s ease; 
}

.product-card-link:hover .product-cards img {
    transform: scale(1.1); 
}

.highlight-product-card {
    overflow: hidden;
}

.highlight-product-card img {
    transition: transform 0.4s ease;
}

.highlight-product-card:hover img {
    transform: scale(1.1);
}

.img-card {
    background: #fff;
    border-radius: 20px;
    margin: 20px 0px;
}

.sidebar .widget_ns_widget .mywidget h3 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

.sidebar .widget_ns_widget .mywidget h3 a:hover {
    color: var(--color1);
    text-decoration: none;
}

.sidebar .widget_ns_widget .mywidget .col-md-4 a img {
    transition: transform 0.3s ease;
}

.sidebar .widget_ns_widget .mywidget .col-md-4 a:hover img {
    transform: scale(1.08);
}

.selected-wrapper {
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Optional: subtle lift effect */
.selected-wrapper:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

@media (max-width: 992px){
.faq-widget{
        display: none;
    }
}

/*  */
