/*--------------------- Responsive (Start) ---------------------*/
@media (max-width: 991px){

    html{
        font-size: 75%;
    }
 
    .header .navbar{
        display: none;
    }

    .header #menu-btn{
        display: initial;
    }

    .mobile-menu { 
        display: block;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 10000;
        max-height: 80vh;
        overflow-y: auto; 
        background: var(--secondary-color);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-box-shadow: var(--box-shadow);
                box-shadow: var(--box-shadow);
        border-top: 0.2rem solid rgba(255, 255, 255, 0.2);
        border-bottom: 0.2rem solid rgba(0, 0, 0, 0.2);
        padding: 2rem;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
                clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    } 

    .mobile-menu.active {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
                clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    .mobile-navbar .main-nav-link{
        background-color: var(--main-color);
        color: var(--white);
        font-size: 2rem;
        font-weight: bold;
        cursor: pointer; 
        width: 100%;
        padding: 1.5rem 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify; 
        justify-content: space-between; 
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 1rem;
    }

    .mobile-navbar .main-nav-link a{
        color: var(--white);
    }
    
    .mobile-navbar .sub-nav-link {
        padding-left: 2rem;
        padding-bottom: 1rem;
        background: var(--white);
        display: none;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
    }
    
    .mobile-navbar .sub-nav-link a{
        color: var(--grey);
        display: block;
        padding: 1rem 0rem;
        font-size: 1.8rem;
        font-weight: 500;
        border-bottom: 0.2rem solid rgba(0, 0, 0, 0.2);
    }
    
    .mobile-navbar .sub-nav-link a:hover{
        color: var(--main-color);
        border-color: var(--main-color);
    }
    
    .mobile-menu::-webkit-scrollbar{
        width: 0.8rem; 
    }
    
    .mobile-menu::-webkit-scrollbar-thumb{
        border-radius: 1rem;
        background-color: var(--main-color);
    }
    
    .mobile-menu::-webkit-scrollbar-track{
        background: transparent;
    }

    .blog.grid, .blog.list{
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    }

    .shop{
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    }

    .footer .box-container{
        -ms-grid-columns: (minmax(33rem, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(33rem, 1fr));
    }

    .team .box-container{
        -ms-grid-columns: (minmax(28rem, 1fr))[auto-fit];
            grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
    }

    .page-single{
        gap: 3rem;
    }

    .home-slider .swiper-button-next,
    .home-slider .swiper-button-prev{
        display: none;
    }

    .shop,
    .blog.grid,
    .blog.list{
        gap: 3rem;
    }

    .header .header-contacts{
        display: none;
    }

    .header .header-1{
        justify-content: flex-end;
    }

    .cart .cart-bottom {
        gap: 2rem;
    }

    .gallery .box-container{
        -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr;
        grid-template-areas:
        'gallery-1 gallery-4'
        'gallery-2 gallery-4'
        'gallery-5 gallery-3'
        'gallery-5 gallery-6 '
        'gallery-7 gallery-8';
    }

    .project-item{
        width: 50%;
    }
    
}

@media (max-width: 768px){

    html{
        font-size: 65%;
    }

    section{
        padding: 3rem 2rem;
    }

    .header .header-1{
        padding: 0.5rem 2rem;
    }

    .header .header-2{
        padding: 0rem 2rem;
    }

    .footer .box-container{
        padding: 2rem;
    }

    .search-container{
        right: 1rem;
    }

    .home-item{
        height: 75rem;
    }

    .home-item .content{ 
        padding: 10rem 2rem;
    }

    .product-info .leave-reply {
        width: 100%;
    }

    .cart .coupon-container{
        width: 100%;
    }

}

@media (max-width: 450px){

    html{
        font-size: 50%;
    }

    .header .btn{
        display: none;
    }

    .header .header-1{
        padding: 0.5rem 1rem;
    }

    .header .header-2{
        padding: 0rem 1rem;
    }

    section{
        padding: 3rem 1rem;
    }

    .footer-item > p{
        font-size: 1.8rem;
    }

    .footer-item .info a{
        font-size: 2rem;
    }

    .home-item{
        height: 100vh;
    }

    .home-item .content{ 
        padding: 10rem 1rem;
    }

    .team-single .skills{
        gap: 0rem;
    }

    .project-item{
        width: 100%;
    }

    .product-info .additional-info h3 {
        width: auto;
    }

    .comment .comment-content{
        -webkit-box-flex: 1;
        -ms-flex: 1 1 25rem;
            flex: 1 1 25rem;
    }

    .comment.reply .comment-content{
        -webkit-box-flex: 1;
        -ms-flex: 1 1 15rem;
            flex: 1 1 15rem;
    }

    .form .input-box,
    .dark-form .input-box{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .account-form{
        padding: 4.5rem 3rem;
        max-width: 100%;
    }

    .dark-form .input-box .input-field,
    .dark-form .select{
        -webkit-box-flex: 1;
            -ms-flex: 1 1 25rem;
                flex: 1 1 25rem;
    }

    .gallery .box-container{
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        grid-template-areas:
        'gallery-1'
        'gallery-2'
        'gallery-3'
        'gallery-4'
        'gallery-5'
        'gallery-6'
        'gallery-7'
        'gallery-8';
    }

    .gallery-item{
        height: 30rem !important;
    }

    .team-single .image{
        width: 100%;
    }

    .mobile-menu {
        padding: 1rem;
    }

    .shop .product-container.list .product-item {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .shop .product-container.list .product-item .image{
        min-height: 15rem; 
        width: 100%;
    }

    .shop .product-container.list .product-item .image img{
        height: 30rem;
        width: 100%;
        object-fit: cover;
    }

    .shop .product-container.list .product-item{
        gap: 1rem;
    }

    .cart-total{
        width: 100%;
    }

    .cart .cart-summary{
        width: 100%;
    }
    
}

/*--------------------- Responsive (End) ---------------------*/



.home-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 8s ease-in-out;
    animation: zoomEffect 8s ease-in-out infinite alternate;
}
.swiper-slide-active img {
    animation: kenburns 8s ease-in-out forwards;
}
@keyframes kenburns {
    0% {
        transform: scale(1) translate(0,0);
    }
    100% {
        transform: scale(1.15) translate(-2%, -2%);
    }
}
@keyframes zoomEffect {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.08);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


    .instagram-feed{
    padding:50px 50;
    background:#f1f1f1;
}

.insta-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
    align-items:start;
}

.instagram-media{
    min-width:100% !important;
    max-width:100% !important;
    width:100% !important;
    margin:0 !important;
    border-radius:12px !important;
    overflow:hidden !important;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

@media(max-width:991px){

.insta-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.insta-grid{
grid-template-columns:1fr;
width:95%;
}

.instagram-feed .heading h2{
font-size:30px;
}

}
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

  .slider-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.home-item .text .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    background: #fc932a;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(255, 107, 0, 0.3);
    border: 2px solid #fc932a;
}

.home-item .text .btn:hover {
    background: #e05e00;
    border-color: #e05e00;
    transform: translateY(-2px);
}
.home-item .text .btn.btn-outline {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: none;
}

.home-item .text .btn.btn-outline:hover {
    background: #ffffff;
    color: #0f172a;
    border-color: #ffffff;
}

.home-item .text h2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.home-item .text h2 span {
    color: #fc932a;
}
.home-item .text h4 {
    display: inline-block;
    background: rgba(255, 107, 0, 0.15);
    color: #fc932a;
    border: 1px solid rgba(255, 107, 0, 0.4);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.floating-call,
.floating-whatsapp{
    position: fixed;
    left: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    font-size:22px;
    text-decoration:none;
    z-index:9999;
    box-shadow:0 8px 25px rgba(0,0,0,0.25);
    transition:all 0.3s ease;
    overflow:visible;
}


/* Call Button */

.floating-call{
    bottom:90px;
    background:#0F2750;
}


.floating-call:hover{
    background:#163A73;
    transform:translateY(-5px) scale(1.05);
    color:#fff;
}


/* WhatsApp Button */

.floating-whatsapp{
    bottom:25px;
    background:#25D366;
}


.floating-whatsapp:hover{
    background:#1ebe5d;
    transform:translateY(-5px) scale(1.05);
    color:#fff;
}


/* Pulse Animation */

.floating-call::before,
.floating-whatsapp::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    border-radius:50%;
    animation:pulse 1.8s infinite;
    z-index:-1;
}


/* Call Pulse */

.floating-call::before{
    background:#0F2750;
}


/* WhatsApp Pulse */

.floating-whatsapp::before{
    background:#25D366;
}



@keyframes pulse{

    0%{
        transform:scale(1);
        opacity:.6;
    }

    70%{
        transform:scale(1.6);
        opacity:0;
    }

    100%{
        transform:scale(1.6);
        opacity:0;
    }

}


/* Icon */

.floating-call span,
.floating-whatsapp i{
    position:relative;
    z-index:2;
}


/* Mobile Responsive */

@media(max-width:576px){

    .floating-call,
    .floating-whatsapp{
        width:45px;
        height:45px;
        left:15px;
        font-size:20px;
    }


    .floating-call{
        bottom:80px;
    }


    .floating-whatsapp{
        bottom:20px;
    }

}



.floating-call,
.floating-whatsapp {
    position: fixed;
    left: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    overflow: visible;
}


/* Call Button */

.floating-call {
    bottom: 90px;
    background: #0F2750;
}


.floating-call:hover {
    background: #163A73;
    transform: translateY(-5px) scale(1.05);
    color: #fff;
}


/* WhatsApp Button */

.floating-whatsapp {
    bottom: 25px;
    background: #25D366;
}


.floating-whatsapp:hover {
    background: #1ebe5d;
    transform: translateY(-5px) scale(1.05);
    color: #fff;
}


/* Pulse Animation */

.floating-call::before,
.floating-whatsapp::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: pulse 1.8s infinite;
    z-index: -1;
}


/* Call Pulse */

.floating-call::before {
    background: #0F2750;
}


/* WhatsApp Pulse */

.floating-whatsapp::before {
    background: #25D366;
}



@keyframes pulse {

    0% {
        transform: scale(1);
        opacity: .6;
    }

    70% {
        transform: scale(1.6);
        opacity: 0;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }

}


/* Icon */

.floating-call span,
.floating-whatsapp i {
    position: relative;
    z-index: 2;
}


/* Mobile Responsive */

@media(max-width:576px) {

    .floating-call,
    .floating-whatsapp {
        width: 45px;
        height: 45px;
        left: 15px;
        font-size: 20px;
    }


    .floating-call {
        bottom: 80px;
    }


    .floating-whatsapp {
        bottom: 20px;
    }

}

.home-clients {
    position: relative;
    background-color: #fc932a;
    overflow: hidden;
}

.home-clients::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/brand-v1-pattern.png') repeat center;
    opacity: 0.6;
    /* Image opacity */
    z-index: 0;
}

.home-clients>* {
    position: relative;
    z-index: 1;
}

.ckd-page-banner {
    position: relative;
    width: 100%;
    height: 480px;
    background: url("../images/Home/1.jpg") center center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.ckd-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
}

.ckd-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 20px;
}

.ckd-banner-title {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, .5);
}

.ckd-banner-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 22px;
    font-weight: 600;
}

.ckd-banner-breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.ckd-banner-breadcrumb a:hover {
    color: #ff3b3b;
}

.ckd-banner-breadcrumb span {
    color: #fff;
}


@media(max-width:991px) {

    .ckd-page-banner {
        height: 380px;
    }

    .ckd-banner-title {
        font-size: 50px;
    }

    .ckd-banner-breadcrumb {
        font-size: 18px;
    }

}


@media(max-width:767px) {

    .ckd-page-banner {
        height: 280px;
        padding: 20px;
    }

    .ckd-banner-title {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .ckd-banner-breadcrumb {
        font-size: 15px;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
    }

}


@media(max-width:480px) {

    .ckd-page-banner {
        height: 240px;
    }

    .ckd-banner-title {
        font-size: 28px;
    }

    .ckd-banner-breadcrumb {
        font-size: 14px;
    }

}

.shop .product-item {
    background: #f1f1f1;
    border: 1px solid #a4ccff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.shop .product-item:hover {
    transform: translateY(-5px);
    border-color: #cbd5e1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.shop .product-item .image {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #cac9c8;
}

.shop .product-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.shop .product-item .image .options {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.shop .product-item:hover .image .options {
    opacity: 1;
    transform: translateY(0);
}

.shop .product-item .content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}

.shop .product-item .content h3 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #1e293b;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.shop .product-item .content a {
    text-decoration: none;
    color: inherit;
}

.shop .product-item .content a:hover h3 {
    color: #2563eb;
}

.shop .product-item .rating .icon {
    color: #f59e0b;
    font-size: 13px;
    letter-spacing: 2px;
}

.product-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 40px;
    align-items: start;
}

@media(max-width: 991px) {
    .product-grid {
        grid-template-columns: 1fr;
    }
}

.main-image-box img {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    border-radius: 8px;
    background: #f2f2f2;
    border: 1px solid #eee;
    padding: 10px;
}

.thumbnail-list {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.thumbnail-list img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid transparent;
    cursor: pointer;
    background: #f1f1f1;
    transition: all 0.2s ease;
}

.thumbnail-list img:hover,
.thumbnail-list img.active {
    border-color: #ff9e2f;
}

/* Scrollable Content Area */
.product-content-area {
    display: flex;
    flex-direction: column;
}

.product-content-scrollable {
    max-height: 450px;
    overflow-y: auto;
    padding-right: 10px;
}

/* Custom Scrollbar */
.product-content-scrollable::-webkit-scrollbar {
    width: 6px;
}

.product-content-scrollable::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.product-content-scrollable::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.product-content-scrollable::-webkit-scrollbar-thumb:hover {
    background: #ff9e2f;
}

.badge-tag {
    display: inline-block;
    background: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.product-content-area h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.title-underline {
    width: 80px;
    height: 3px;
    background: #ff9e2f;
    margin-bottom: 20px;
}

.full-description {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 20px;
}

/* Editor HTML Styling */
.full-description ul {
    margin: 10px 0 15px 20px;
    padding: 0;
    list-style-type: disc;
}

.full-description li {
    margin-bottom: 6px;
}

.full-description h3,
.full-description h4 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin: 15px 0 8px 0;
}

.full-description table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    font-size: 13px;
}

.full-description th,
.full-description td {
    border: 1px solid #e0e0e0;
    padding: 8px 10px;
    text-align: left;
}

.full-description th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #1a1a1a;
}

.full-description tr:nth-child(even) {
    background-color: #fdfdfd;
}

.product-actions {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.action-btn {
    flex: 1;
    padding: 14px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    transition: opacity 0.2s;
}

.quote-btn,
.call-btn-main {
    background: #ff9e2f;
}

.action-btn:hover {
    opacity: 0.9;
    color: #fff;
}


.vkpd-section {
    padding: 80px 0;
    background: #f7f8fa;
}

.vkpd-container {
    width: 92%;
    max-width: 1280px;
    margin: auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.vkpd-left {
    width: 48%;
}

.vkpd-right {
    width: 52%;
    display: flex;
    flex-direction: column;
}

.vkpd-main-image-box {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.vkpd-main-image-box img {
    width: 80%;
    height: 520px;
    object-fit: contain;
    background: #fff;
    display: block;
    transition: .4s;
}

.vkpd-gallery {
    display: flex;
    gap: 15px;
    margin-top: 22px;
    flex-wrap: wrap;
}

.vkpd-thumb {
    width: 90px;
    height: 90px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #ddd;
    transition: .3s;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vkpd-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vkpd-thumb:hover {
    transform: translateY(-4px);
    border-color: #f58220;
}

.vkpd-active {
    border-color: #f58220;
}

.vkpd-tag {
    display: inline-block;
    background: #fff4eb;
    color: #f58220;
    padding: 8px 18px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 18px;
    align-self: flex-start;
}

.vkpd-title {
    font-size: 40px;
    color: #222;
    line-height: 1.3;
    margin-bottom: 20px;
}

.vkpd-content-scroll {
    max-height: 380px;
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 30px;
}

.vkpd-content-scroll::-webkit-scrollbar {
    width: 6px;
}

.vkpd-content-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.vkpd-content-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.vkpd-content-scroll::-webkit-scrollbar-thumb:hover {
    background: #f58220;
}

.vkpd-desc p {
   font-size: 15px;
    line-height: 30px;
}

/* Product Description */
.vkpd-desc ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.vkpd-desc ul li {
    position: relative;
    padding: 8px 0 8px 38px;
    margin-bottom: 12px;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    background: transparent;
}
.vkpd-desc h3 strong{
    font-size: 20px;
}
.vkpd-desc h4 strong{
    font-size: 18px;
}
/* Arrow Circle */
.vkpd-desc ul li:before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;

    background: #f58220;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
}


/* Hover */
.vkpd-desc ul li:hover:before {
    background: #222;
}



/* ================= TABLE STYLE ================= */

.vkpd-desc figure.table {
    width: 100%;
    overflow-x: auto;
    margin-top: 25px;
}


.vkpd-desc table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #f58220;
    border-radius: 10px;
    overflow: hidden;
}


/* Header */
.vkpd-desc table thead th {
    background: #f58220;
    color: #fff;
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}


/* Body */
.vkpd-desc table tbody td {
    padding: 14px 16px;
    color: #444;
    font-size: 14px;
    border-bottom: 1px solid #f58220;
    border-right: 1px solid #f58220;
    vertical-align: middle;
}


/* Last Row Remove Border */
.vkpd-desc table tbody tr:last-child td {
    border-bottom: none;
}


.vkpd-desc table tbody td:last-child,
.vkpd-desc table thead th:last-child {
    border-right: none;
}


/* Alternate Row */
.vkpd-desc table tbody tr:nth-child(even) {
    background: #fafafa;
}


.vkpd-desc table tbody tr:hover {
    background: #fff4ea;
}


/* Mobile */
@media(max-width:768px) {

    .vkpd-desc table {
        min-width: 700px;
    }

}

.vkpd-btns {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.vkpd-btn {
    text-decoration: none;
    padding: 16px 34px;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    transition: .35s;
}

.vkpd-btn i {
    margin-right: 10px;
}

.vkpd-whatsapp {
    background: #25D366;
}

.vkpd-whatsapp:hover {
    background: #1fb65a;
}

.vkpd-call {
    background: #f58220;
}

.vkpd-call:hover {
    background: #d96d12;
}

@media(max-width:991px) {
    .vkpd-container {
        display: block;
    }

    .vkpd-left,
    .vkpd-right {
        width: 100%;
    }

    .vkpd-right {
        margin-top: 40px;
    }

    .vkpd-main-image-box img {
        height: 420px;
    }

    .vkpd-content-scroll {
        max-height: none;
        overflow-y: visible;
    }
}

@media(max-width:767px) {
    .vkpd-section {
        padding: 50px 0;
    }

    .vkpd-title {
        font-size: 30px;
    }

    .vkpd-main-image-box img {
        height: 300px;
    }

    .vkpd-thumb {
        width: 75px;
        height: 75px;
    }

    .vkpd-btn {
        width: 100%;
        text-align: center;
    }
}

.brand-products-section{
    padding:50px 0;
    background:#ffffff;
}
/* Product Grid */
.brand-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

/* Card */
.brand-card{
    background:#fff;
    border:1px solid #FC932A;
    border-radius:18px;
    overflow:hidden;
    transition:all .35s ease;
    box-shadow:0 6px 18px rgba(0,0,0,.08);
}

.brand-card:hover{
    border-color:#FC932A;
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(13,110,253,.18);
}

/* Image */
.brand-image{
    position:relative;
    background:#fff;
    height:260px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:20px;
    border-bottom:1px solid #ececec;
}

.brand-image img{
    max-width:100%;
    max-height:220px;
    object-fit:contain;
    transition:.35s;
}

.brand-card:hover .brand-image img{
    transform:scale(1.06);
}

/* View Overlay */
.brand-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.35);
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    transition:.35s;
}

.brand-card:hover .brand-overlay{
    opacity:1;
}

.brand-overlay a{
    background:#fff;
    color:#FC932A;
    text-decoration:none;
    padding:10px 22px;
    border-radius:30px;
    font-weight:600;
}

/* Content */
.brand-content{
       padding: 10px;
    text-align: center;
}

.brand-content h3{
    font-size:18px;
    font-weight:600;
    line-height:28px;
    min-height:20px;
    margin-bottom:12px;
}

.brand-content h3 a{
    color:#222;
    text-decoration:none;
}

.brand-content h3 a:hover{
    color:#FC932A;
}

/* Stars */
.brand-stars{
 color: #ffb400;
    font-size: 15px;
    margin-bottom: 18px;
}

/* Button */
.brand-btn{
    display:inline-block;
    padding:11px 28px;
    background:#FC932A;
    color:#fff;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
    font-size: 15px;
    transition:.3s;
    border:2px solid #FC932A;
}

.brand-btn:hover{
    background:#fff;
    color:#FC932A;
}

/* Responsive */
@media(max-width:1200px){
    .brand-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:768px){
    .brand-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){
    .brand-grid{
        grid-template-columns:1fr;
    }
}

.table {
    width: 100%;
    max-width: 600px;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #f29f3f; 
    border-radius: 8px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    margin: 20px 0;
}

.table th, 
.table td {
    padding: 12px 16px;
    text-align: left;
    font-size: 14px;
}
.table tr th {
    /* background-color: #f29f3f; */
    /* color: #ffffff; */
    font-weight: 600;
    width: 35%;
    border: 1px solid orange;
}
.table tr td {
    background-color: #ffffff;
    color: #333333;
    border-bottom: 1px solid #f0f0f0;
}

.table tr:nth-child(even) td {
    background-color: #fdfaf6;
}

.table tr:last-child td {
    border-bottom: none;
}