/* Scroll-x Hidden By Abdul Saboor */
body {
   overflow-x: hidden;
}

/* Change Card Background-color Change By Abdul Saboor */
.widget-product-categories .product-categories-body .product-category-item .category-item-body{
 background-color: #fff !important;
}

/* video section for home page created By Abdul Saboor */

  .container-vid {
            padding: 36px;
            display: flex;
            flex-direction: column;
            gap: 40px;
            width: 100%;
        }

        @media (min-width: 768px) {
            .container-vid {
                flex-direction: row;
                align-items: center;
            }
        }

        .video-section {
            flex: 1;
            position: relative;
            padding-bottom: 36.25%; /* 16:9 Aspect Ratio */
            height: 0;
            overflow: hidden;
            border-radius: 10px;
            border: 2px solid #bc8446; /* Blue border */
            box-sizing: border-box;
            background-color: #333; /* Placeholder background */
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }

        .video-section img.thumbnail {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px; /* Slightly smaller than parent for border effect */
            z-index: 1;
        }

        .video-section .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            background-color: rgba(255, 255, 255, 0.7);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 2;
            transition: background-color 0.3s ease;
        }

        .video-section .play-button:hover {
            background-color: #382517;
        }

        .video-section .play-button::before {
            content: '';
            width: 0;
            height: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 30px solid #bc8446; /* Blue play icon */
            margin-left: 5px;
        }

        .video-section iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
            border-radius: 8px;
            z-index: 3;
            display: none; /* Hidden by default */
        }

        .text-section {
            flex: 1;
            padding: 20px;
            box-sizing: border-box;
        }

        .text-section h2 {
            font-size: 2.2em;
            font-weight: 600;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .text-section p {
            font-size: 1.1em;
            line-height: 1.6;
            color: #000;
        }

/*Catalogue Button Created By Abdul Saboor*/

.fixed-catalogue-btn {
    position: fixed;
    bottom: 30px;        /* Desktop bottom space */
    right: 30px;
    background: #fff;
    color: #382517;
    padding: 12px 24px;
    border-radius: 10px;
    box-shadow: 0 4px 10px #382517;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    z-index: 9999;
    transition: all 0.3s ease;
}

.fixed-catalogue-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
    color: #fff;
    background-color: #382517;
}

.aro-btn{
  font-size: 26px;
}

/*  Mobile Responsive Fix */
@media (max-width: 768px) {
    .fixed-catalogue-btn {
        bottom: 90px;   /* Mobile par button KO upar kar diya */
        right: 20px;    /* Thora left so mobile friendly */
        padding: 10px 18px;
        font-size: 16px;
    }
}

/*  Smaller Phones */
@media (max-width: 480px) {
    .fixed-catalogue-btn {
        bottom: 110px;  /* Bottom menu se aur upar */
        right: 15px;
        padding: 9px 16px;
        font-size: 15px;
    }
  .video-container-wrapper{
        padding: 50.25%;
  }
}


/*Sales Button Background-color Created By Abdul Saboor*/
.ribbons .ribbon.featured{
   background-color:#bf8744 !important;
}

/*Cards Border color Changed By Abdul Saboor*/
.slick-slides-carousel .product-inner {
    background-color: #fff;
    border-color: #edecec;
    border-width: 1px 0 1px 1px;
}

/*Youtube Video Editing Edit By Abdul Saboor*/
.youtube-wrapper {
    position: relative;
    width: 100%;
    max-width: 900px;
    cursor: pointer;
    margin: auto;
}
.youtube-thumbnail {
    width: 100%;
    border-radius: 10px;
}

/*Youtube Video Editing Edit By Abdul Saboor*/
        .testimonial-section {
            display: flex;
            flex-direction: column;
            width: 100%;
            overflow: hidden;
        }

        @media(min-width: 900px){
            .testimonial-section { flex-direction: row; }
        }

        /* VIDEO AREA */
        .video-container-wrapper {
            position: relative;
            width: 100%;
            padding-top: 30.25%;
            background: #000;
            overflow: hidden;
            border-radius: 10px;
        }

        @media(min-width: 900px){
            .video-container-wrapper { width: 50%; }
        }

        .video-placeholder {
            position: absolute;
            inset: 0;
            background-size: cover;
            background-position: center;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: .3s ease;
        }

        .video-placeholder.hidden { opacity: 0; pointer-events: none; }

        .play-button {
            width: 75px;
            height: 75px;
            background: #382517;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: .3s;
            box-shadow: 0 8px 20px rgba(0,0,0,.3);
        }

        .play-button:hover { transform: scale(1.07); }

        .play-button::before {
            content: "";
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent;
            border-left: 28px solid #fff;
            margin-left: 5px;
        }

        .video-wrapper {
            position: absolute;
            inset: 0;
            opacity: 0;
            pointer-events: none;
            transition: .3s ease;
        }

        .video-wrapper.active { opacity: 1; pointer-events: auto; }

        .video-wrapper video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* TEXT AREA */
        .testimonial-content {
            width: 100%;
            padding: 30px 30px 40px;
        }

        @media(min-width: 900px){
            .testimonial-content { width: 50%; padding: 50px; }
        }

        .testimonial-content p {
            font-size: 1.15rem;
            color: #555;
            line-height: 1.7;
        }

        .author {
            margin-top: 20px;
            font-weight: bold;
            font-size: 1.2rem;
            color: #222;
        }

        .author-title {
            font-size: .95rem;
            color: #777;
        }

        hr {
            border: none;
            border-top: 1px solid #eee;
            margin: 25px 0;
        }

        /* CONTACT BUTTON */
        .contact-btn {
            display: inline-block;
            background: #fff;
            color: #382517;
            padding: 14px 28px;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: bold;
            text-decoration: none;
            margin-top: 25px;
            transition: 0.25s ease;
            box-shadow: 0 0px 8px #382517;
        }

        .contact-btn:hover {
            background: #382517;
            color:#fff !important;
            transform: translateY(-3px);
           box-shadow: 0 8px 20px rgba(230,74,25,0.1);
        }

        /* MOBILE FIX */
        @media(max-width: 600px){
            .testimonial-content p { font-size: 1rem; }
            .play-button { width: 60px; height: 60px; }
            .play-button::before {
                border-top: 12px solid transparent;
                border-bottom: 12px solid transparent;
                border-left: 20px solid #fff;
            }
        }

.bg-img{
background-image:url('https://gtakitchencabinets.com/storage/minimalist-kitchen-interior-design.jpg');
}

.widget-mobile-apps .widget-header {
    padding-top: 50px;
    color: #dcdbdb;
}
/****/
.container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        header {
            text-align: center;
            margin-bottom: 50px;
        }

        header h1 {
            font-size: 3rem;
            font-weight: 800;
            background: linear-gradient(to right, #ff416c, #ff4b2b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        header p {
            color: #aaa;
        }

        /* Masonry Grid */
        .gallery-grid {
            column-count: 3;
            column-gap: 20px;
        }

        @media (max-width: 992px) {
            .gallery-grid { column-count: 2; }
        }

        @media (max-width: 600px) {
            .gallery-grid { column-count: 1; }
        }

        .gallery-item {
            margin-bottom: 20px;
            break-inside: avoid;
            border-radius: 12px;
            overflow: hidden;
            position: relative;
            background: #1a1a1a;
            transition: transform 0.35s ease;
            box-shadow: 0 10px 30px rgba(0,0,0,0.6);
            cursor: pointer;
        }

        .gallery-item:hover {
            transform: scale(1.03);
            z-index: 5;
        }

        .gallery-item img {
            width: 100%;
            display: block;
            object-fit: cover;
            filter: grayscale(20%);
            transition: filter 0.3s ease;
        }

        .gallery-item:hover img {
            filter: grayscale(0%);
        }

        .overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 18px;
            background: linear-gradient(transparent, rgba(0,0,0,0.85));
            opacity: 0;
            transition: opacity 0.3s ease;
            font-size: 14px;
            letter-spacing: 0.5px;
        }

        .gallery-item:hover .overlay {
            opacity: 1;
        }

        /* Loader */
        .loader {
            text-align: center;
            color: #aaa;
            padding: 40px;
        }
    /* Reset */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Arial, Helvetica, sans-serif;
            background: #f4f6f8;
        }

        /* Page container */
        .gallery-page {
            max-width: 1400px;
            margin: 40px auto;
            padding: 0 16px;
        }

        /* Gallery grid */
        .gallery {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
            gap: 18px;
        }

        /* Images */
        .gallery img {
            width: 100%;
            height: 280px;
            object-fit: cover;
            border-radius: 14px;
            background: #fff;
            box-shadow: 0 8px 22px rgba(0,0,0,0.12);
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .gallery img:hover {
            transform: scale(1.06);
            box-shadow: 0 18px 45px rgba(0,0,0,0.25);
        }

        /* Mobile */
        @media (max-width: 600px) {
            .gallery img {
                height: 220px;
            }
        }


/*about page css created by abdul Saboor */

.about-section {
  padding: 80px 0;
  background-color: #f9f9f9;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  overflow: hidden;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-grid {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap; /* Allows stacking on small screens */
}

/* Text Styling */
.about-content {
  flex: 1;
  min-width: 300px;
}

.section-title {
  font-size: 2.5rem;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.2;
}

.description {
  font-size: 1.1rem;
  color: #000;
  line-height: 1.6;
  margin-bottom: 25px;
}

.features-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.features-list li {
  margin-bottom: 10px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.features-list li::before {
  content: "✓";
  color: #382517; /* Gold/Bronze accent */
  margin-right: 10px;
  font-weight: bold;
}

.cta-button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s;
}

.cta-button:hover {
  background-color: #382517;
}

/* Image Frame Effect */
.about-image-wrapper {
  flex: 1;
  position: relative;
  min-width: 300px;
}

.main-image {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 8px;
}

.image-frame {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  border: 4px solid #382517;
  z-index: 1;
  border-radius: 8px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .about-grid {
    flex-direction: column-reverse; /* Puts text above image on mobile */
    gap: 40px;
    text-align: center;
  }
  
  .section-title {
    font-size: 2rem;
  }

  .features-list li {
    justify-content: center;
  }

  .image-frame {
    display: none; /* Simplifies layout for mobile screens */
  }
}

/* Container & Section Base */
.cabinet-about {
    background-color: #fff; /* Dark theme from reference */
    padding: 80px 5%;
    color: #000;
    font-family: 'Arial', sans-serif;
}

.cabinet-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* Typography Styling */
.sub-heading {
    color: #382517; /* Muted gold/bronze */
    font-style: italic;
    font-family: serif;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.main-heading {
    font-family: serif; /* Elegant serif look from images */
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 25px;
}

.description {
    color: #000;
    line-height: 1.7;
    font-size: 1.05rem;
    margin-bottom: 40px;
}

/* The Yellow Button */
.call-btn {
    display: inline-block;
    background-color: #382517; /* Bright gold from reference */
    color: #fff;
    padding: 15px 35px;
    text-decoration: none;
    font-weight: bold;
    font-family: serif;
    transition: transform 0.3s ease;
}

.call-btn:hover {
    transform: scale(1.05);
  	color: #ffffff;
}

/* Image with Stylized "Broken" Border */
.cabinet-image-wrapper {
    flex: 1;
    position: relative;
    padding: 20px;
}

.image-box {
    position: relative;
    z-index: 2;
    line-height: 0;
}

.image-box img {
    width: 100%;
    height: auto;
    display: block;
}

.stylized-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 8px solid #5a635a; /* Sage/grey border from reference */
    z-index: 1;
    /* Creating the "broken" effect by masking or specific offsets */
    transform: translate(-15px, -15px);
    width: calc(100% + 15px);
    height: calc(100% + 15px);
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
    .cabinet-container {
        flex-direction: column;
        text-align: center;
        gap: 80px;
    }

    .main-heading {
        font-size: 2.5rem;
    }

    .cabinet-image-wrapper {
        width: 100%;
        max-width: 600px;
    }
}

@media (max-width: 480px) {
    .main-heading {
        font-size: 2rem;
    }
    
    .stylized-border {
        display: none; /* Simplifies for very small screens */
    }
}

/* Section Setup */
.why-choose-us {
  background-color: #fff;
  color: #000;
  padding: 80px 5%;
  font-family: 'Playfair Display', serif; /* Use a serif font for headings */
}

.gta-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
}

/* Intro Text Styling */
.gta-intro {
  flex: 1;
  min-width: 320px;
}

.gta-subtitle {
  color: #382517;
  font-style: italic;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.gta-main-title {
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 25px;
  font-weight: 400;
}

.gta-description {
  color: #000;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  font-size: 1.05rem;
}

/* Features Grid Styling */
.gta-features-grid {
  flex: 1.2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0; /* Cards touch as per the design */
  border: 1px solid #444;
}

.feature-card {
  padding: 40px;
  text-align: center;
  transition: transform 0.3s ease;
}

.dark-card { background-color: #fff; } /* Muted Green/Grey */
.black-card { background-color: #382517; } /* Pure Dark */

.icon-box-2 {
  background-color: #fff; /* Signature Yellow */
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  border-radius: 4px;
}

.icon-box-1 {
  background-color: #382517; /* Signature Yellow */
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  border-radius: 4px;
}

.feature-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.feature-card p {
  font-family: 'Arial', sans-serif;
  color: #000;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Responsiveness */
@media (max-width: 992px) {
  .gta-container {
    flex-direction: column;
    text-align: center;
  }
  
  .gta-main-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 600px) {
  .gta-features-grid {
    grid-template-columns: 1fr; /* Stacks cards on mobile */
  }
  
  .feature-card {
    padding: 30px 20px;
  }
}

.craftsmanship-section {
    background-color: #fff;
    color: #000;
    padding: 100px 5%;
    font-family: 'Playfair Display', serif;
}

.gta-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* Image Styling */
.gta-image-column {
    flex: 1;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 20px 20px 0px -5px #1a1a1a; /* Subtle depth effect */
}

/* Content Styling */
.gta-content-column {
    flex: 1;
}

.section-title {
    font-size: 2.8rem;
    margin-bottom: 20px;
    font-weight: 400;
}

.section-desc {
    color: #000;
    font-family: 'Arial', sans-serif;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* Step Items */
.step-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.icon-square-1 {
    background-color: #382517; /* Signature Brand Yellow */
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border-radius: 2px;
}

.step-text h3 {
    font-size: 1.4rem;
    margin-bottom: 8px;
}

.step-text p {
    font-family: 'Arial', sans-serif;
    color: #000;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Responsive Logic */
@media (max-width: 992px) {
    .gta-container {
        flex-direction: column;
        gap: 40px;
    }

    .section-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .step-item {
        flex-direction: column;
        text-align: left;
    }
    
    .icon-square-1 {
        margin-bottom: 10px;
    }
}

  .col-w {
    color: #fff !important;
    }
/***testimonral**/
/** imran niaz **/
 /** imran niaz **/
.xn23-wrap * {
    margin: 0;
    padding: 0;
}

.xn23-wrap {
    font-family: 'Open Sans', sans-serif;
}

.xn23-h2,
.xn23-h3 {
    font-weight: 700;
}

.xn23-padding {
    padding: 80px 0;
}

.xn23-title {
    text-align: center;
    margin-bottom: 60px;
}

.xn23-border span {
    height: 5px;
    background: #6aaf08;
    width: 40px;
    display: inline-block;
    border-radius: 2px;
}

.xn23-border span.xn23-black {
    background: #333;
    width: 30px;
    margin: 0 6px;
}

/* Grid layout */
.xn23-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.xn23-item {
    position: relative;
    box-shadow: 0 0 5px #000;
    padding: 20px 20px 20px 50px;
    font-style: italic;
    background: #fff;
    border-radius: 8px;
}

.xn23-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 20px;
    color: #6aaf08;
}

.xn23-item h3 {
    font-size: 18px;
    font-style: normal;
    margin-top: 15px;
}

.xn23-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

/* Mobile Menu Edit By Abdul Saboor */
.panel__header{
    color: #fff !important;
}

.close-toggle--sidebar svg{
    color: #fff !important;
}