/* ---------- tablet.css ---------- */

@media (max-width: 1024px) {
  .search-overlay {
    top: 72px;
    width: min(840px, calc(100% - 40px));
    padding: 10px;
  }
 /* make internal input full width if needed */
  .search-overlay input,
  .search-overlay .search-overlay-content {
    width: 100%;
  }
}


@media (min-width: 768px) and (max-width: 1024px){
  .nav-menu {
    gap: 18px;
  }
  .cta-button {
    padding: 8px 14px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hamburger {
    display: flex;
  }

  .header-nav {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    align-items: center;
    display: none;
    padding: 25px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }

  .header-nav.active {
    width: min(840px, calc(100% - 40px));
    display: flex;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
  }
}


@media (max-width: 1023px) and (min-width: 768px) {
  .collection-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-row {
    justify-content: space-around;
  }
}


/* Tablet styles */
@media (max-width: 1024px) and (min-width: 769px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .testimonial-card {
    padding: 25px;
  }

  .section-title {
    font-size: 26px;
  }

  .section-subtitle {
    font-size: 15px;
    max-width: 500px;
  }

  .cta-container {
    max-width: 600px;
  }

  .cta-container h3 {
    font-size: 20px;
  }

  .cta-buttons a {
    padding: 10px 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .shop-content { flex-direction:column; }
  .shop-filters { width:100%; order:2; }
  .shop-main { order:1; }
  .grid-inner { grid-template-columns: repeat(2, 1fr); }
}


/* Start Blog Post Single Post Styles */
@media (min-width: 768px) and (max-width: 1023px) {
  .single-post-page .entry-title {
    font-size: 2rem;
  }

  .single-post-page .entry-content {
    font-size: 1.05rem;
  }

  .single-post-page .post-thumbnail img {
    max-height: 400px;
  }
}
/* End Blog Post Single Post Styles */


/* ================================================
   Start Tablet Product Detial Page Style Overrides
   ============================================= */
/* TABLET LAYOUT — 50/50 columns */
@media (min-width: 768px) and (max-width: 1024px) {

  .product-main-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr;   /* equal width columns */
    gap: 30px;
    align-items: start;
  }

  .product-gallery,
  .product-summary {
    width: 100% !important;
    max-width: 100% !important;
  }

  .product-summary .product-title {
    font-size: 1.7rem;
  }
}
/* ==============================================
   End Tablet Product Detial Page Style Overrides
   =============================================*/



/*==================================================
Start Hero Tablet
==================================================*/
@media (min-width: 768px) and (max-width: 1024px) {

.hero{

    padding:140px 40px;

}

.hero h1{

    font-size:4rem;

}

.hero-subtitle{

    font-size:1.15rem;

}

.hero-buttons{

    flex-direction:row;

}

.hero-buttons .btn{

    width:auto;

}

}
/*==================================================
End Hero Tablet
==================================================*/

/*=========================================================
Start WHY US TABLET
=========================================================*/

@media (min-width: 768px) and (max-width: 1024px) {

.why-grid{

    grid-template-columns:repeat(2,1fr);

}

.section-heading h2{

    font-size:2.7rem;

}

}
/*=========================================================
End WHY US TABLET
=========================================================*/

/*=====================================================
Start Homepage section SHOP CATEGORIES
=====================================================*/
@media (min-width: 768px) and (max-width: 1024px) {

	.shop-categories .container {
		width: min(100% - 36px, 1200px);
	}

	.category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-areas:
			"featured featured"
			"tall standard-one"
			"standard-two standard-three";
		gap: 18px;
	}

	.category-card-featured {
		min-height: 470px;
	}

	.category-card-tall,
	.category-card-standard {
		min-height: 380px;
	}

}
/*=====================================================
End Homepage section SHOP CATEGORIES
=====================================================*/


/*==============================================================
Start OUR CRAFTSMANSHIP TABLET (768px and above)
==============================================================*/

@media (min-width: 768px) and (max-width: 1024px) {

    .craftsmanship-section{
        padding:80px 0;
    }

    .craftsmanship-wrapper{
        gap:50px;
    }

    .craftsmanship-image,
    .craftsmanship-video{
        height:450px;
    }

    .craftsmanship-content{
        text-align:left;
    }

    .craftsmanship-content > p{
        margin:0 0 40px;
        max-width:700px;
    }

    .craft-features{
        grid-template-columns:repeat(2,1fr);
        gap:24px;
    }

    .craft-feature{
        min-height:170px;
        display:flex;
        flex-direction:column;
        justify-content:flex-start;
    }

    .craftsmanship-content .btn{
        align-self:flex-start;
    }

}
/*==============================================================
End OUR CRAFTSMANSHIP TABLET (768px and above)
==============================================================*/

/*==============================================================
Start TRADE & HOSPITALITY TABLET (768px and above)
==============================================================*/

@media (min-width: 768px) and (max-width: 1024px) {

    .partnerships-section{
        padding:80px 0;
    }

    .partnerships-wrapper{
        gap:50px;
    }

    /*--------------------------------------------------------------
    Media
    --------------------------------------------------------------*/

    .partnership-image,
    .partnership-video{
        height:450px;
    }

    /*--------------------------------------------------------------
    Content
    --------------------------------------------------------------*/

    .partnerships-content{
        text-align:left;
    }

    .partnerships-content .section-description{
        margin:0 0 40px;
        max-width:750px;
    }

    /*--------------------------------------------------------------
    Cards
    --------------------------------------------------------------*/

    .partnership-cards{
        grid-template-columns:repeat(3,1fr);
        gap:24px;
    }

    .partnership-card{
        display:flex;
        flex-direction:column;
        min-height:320px;
    }

    .partnership-card h3{
        margin-bottom:14px;
    }

    .partnership-card p{
        flex-grow:1;
    }

    /*--------------------------------------------------------------
    Button
    --------------------------------------------------------------*/

    .partnerships-content .btn{
        align-self:flex-start;
    }

}
/*==============================================================
End TRADE & HOSPITALITY TABLET (768px and above)
==============================================================*/


/*=====================================================
Start Proudly Made in India
=====================================================*/

@media (min-width: 768px) and (max-width: 1024px) {

	.made-in-india-layout {
		grid-template-columns: 1fr;

		text-align: center;
	}

	.made-in-india-seal-wrap {
		min-height: 380px;
	}

	.made-in-india-content {
		margin: 0 auto;
	}

	.made-in-india-intro {
		margin-right: auto;
		margin-left: auto;
	}

	.made-in-india-benefits {
		text-align: left;
	}

}
/*=====================================================
End Proudly Made in India
=====================================================*/