/*!
Theme Name: Grip Industries
Theme URI: https://gripindustries.com/
Author: Pradeep Rajpurohit | WebDevez
Author URI: https://webdevez.in/
Description: Descriptionmenu-toggle
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: grip-industries
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Grip Industries is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0 !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

ol, ul{
	padding-left: 1rem !important;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}


.slider-section .swiper {
  width: 100%;
  height: 800px;
}

.slider-section .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .slider-section .swiper {
    height: 600px;
  }
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #ffd200;
  border: none;
  border-radius: 25px;
  padding: 5px 25px;
  font-weight: bold;
  color: #000;
  transition: 0.3s;
  cursor: pointer;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ffd200;
}


input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #ff9800;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border-radius: 25px;
  padding: 12px 20px;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
.custom-logo-link img {
  width: 100px;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.custom-logo {
  max-width: 75px !important;
}

body {
  margin: 0px !important;
}

/* === GENERAL CONTAINER === */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  overflow: hidden;
  font-family: "Big Shoulders Text", sans-serif;
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding: 0px !important;
}

a:visited {
  color: #000;
}

@media screen and (max-width: 551px) {
  .container {
    padding: 20px;
  }
}

/* === SLIDER === */
.swiper {
  width: 100%;
  overflow: hidden;
}

.slider-section {
  padding-top: 80px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  background-size: contain;
  /* image fit karega poore box me */
  background-position: center;
  /* image center aligned rahega */
  background-repeat: no-repeat;
  /* repeat band ho jayega */
  position: relative;
}

.slide-content {
  max-width: 600px;
  color: #fff;
  z-index: 2;
  padding: 0 50px;
}

.slide-content h5 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: normal;
  font-family: "Big Shoulders Text", sans-serif;
}

.slide-content h1 {
  font-size: 90px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
  font-family: "Big Shoulders Text", sans-serif;
}

.btn {
  display: inline-block;
  background: #ffd600;
  color: #000;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.btn:hover {
  background: #ffb300;
}

.swiper-pagination-bullet {
  background: #ffd600 !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ffd600;
}

@media (max-width: 1024px) {
  .slide-content h1 {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .slide-content h1 {
    font-size: 36px;
  }

  .slide-content h5 {
    font-size: 14px;
  }
}

/* === SERVICES === */
.services-main-div{
	overflow: auto;
}
.services-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 20px 0;
  justify-content: center;
}

.usps-services{
	justify-content: flex-start;
}

.service-item {
	flex: 1 1 calc(25% - 30px);
  display: flex;
  gap: 15px;
  background: #fff;
  border-radius: 10px;
  padding: 0 20px;
  transition: transform 0.3s ease;
	flex-direction: column;
    align-items: center;
	text-align: center;
}

.usps-item{
	padding: 0;
	flex: none;
}

.service-item:hover {
  transform: translateY(-5px);
}

.service-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.usps-icon img {
    width: 40px;
    height: 40px;
}

.service-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222;
  font-family: "Plus Jakarta Sans", sans-serif;
	text-transform: capitalize;
}

.service-content p {
  font-size: 14px;
  color: #555;
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}

@media (max-width: 1024px) {
  .service-item {
    flex: 1 1 calc(33.333% - 30px);
  }
	.usps-item{
		flex: none;
	}
}

@media (max-width: 768px) {
  .service-item {
    flex: 1 1 calc(50% - 30px);
  }
}

@media (max-width: 480px) {
	.services-row{
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
	.usps-services{
		overflow: auto;
	}
  .service-item {
    flex: 0 0 60%;
    max-width: 65%;
  }
}

/* === CATEGORIES === */

.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px 0;
}

.category-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.category-card img {
  width: 100%;
  transition: transform 0.5s ease;
}

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

.category-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 40px;
  font-family: "Big Shoulders Text", sans-serif;
}

.category-info h3 {
  color: #fff;
  font-size: 35px;
  font-family: "Big Shoulders Text", sans-serif;
}

.category-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #ffd600;
  border-radius: 10%;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
}

.categories-section-title{
	padding-top: 20px !important;
}

/* === PRODUCTS === */
.products-section {
  padding: 60px 0;
  background: #f9f9f9;
  text-align: center;
}

.products-section .section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #222;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.products-grid .product {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  transition: all 0.3s ease;
  text-align: center;
}

.products-grid .product:hover {
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.products-grid .woocommerce-loop-product__title {
  font-size: 16px;
  margin: 10px 0;
}

.products-grid .price {
  font-size: 15px;
  font-weight: 600;
  color: #d32f2f;
  margin-bottom: 10px;
}

.products-grid .button {
  background: #ffd600;
  color: #000;
  border-radius: 25px;
  padding: 8px 16px;
  font-weight: bold;
  transition: 0.3s;
}

.products-grid .button:hover {
  background: #ffb300;
}

/* === OFFERS === */
.offer-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
}

.offer-card {
  position: relative;
  flex: 1 1 45%;
  border-radius: 12px;
  overflow: hidden;
  min-height: 300px;
  color: #fff;
}

.offer-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
	filter: brightness(0.7);
}

.offer-card:hover img {
  transform: scale(1.05);
}

.vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: 600;
  position: absolute;
  left: 20px;
  top: 30%;
  font-size: 14px;
  letter-spacing: 2px;
}

.offer-content {
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
  max-width: 65%;
  z-index: 2;
}

.offer-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  color: #fff;
	text-transform: capitalize;
}

.offer-content p {
  font-size: 18px;
  margin: 10px 0;
	color: #fff !important;
}

.shop-btn {
  display: flex;
  margin-top: 20px;
  padding: 15px 25px;
  background: #fff;
  color: #000;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
	justify-content: space-around;
	max-width: 160px;
}

.shop-btn svg{
	width: 22px;
}

.shop-btn:hover {
  background: #ff9800;
  color: #fff;
}
.shop-btn:hover svg{
	fill: #fff;
}


.offer-card > span.vertical-text{
	color: #ffd200 !important;
}

@media (max-width: 768px) {
  .offer-card {
    flex: 1 1 100%;
    min-height: 250px;
  }

  .offer-content {
    left: 30px;
    max-width: 80%;
  }

  .vertical-text {
    font-size: 12px;
    left: 10px;
  }
}

/* Section */
.reasons-section {
  padding: 20px 0;
  position: relative;
  text-align: center;
  background: #f9f9f9;
}

/* Background Heading */
.heading-wrapper {
  position: relative;
  margin-bottom: 60px;
}

.heading-bg {
  font-size: 90px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 0;
  letter-spacing: 5px;
}

.reasons-title {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  color: #222;
  letter-spacing: 1px;
}

/* Card Style */
.reason-card {
  background: #fff;
  border-radius: 15px;
  padding: 45px 30px;
  height: 100%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  text-align: left;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  border: 2px solid transparent;
}

.reason-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  border: 2px solid #ffc700;
}

/* Large Number Background */
.reason-card::before {
  content: attr(data-number);
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 110px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.04);
  z-index: 0;
  pointer-events: none;
}

/* Icon Image */
.reason-icon {
  background: #007bff1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  transition: all 0.35s ease;
}

.reason-card:hover .reason-icon {
  background: #ffc700;
  transform: rotate(8deg) scale(1.05);
}

.reason-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  transition: filter 0.35s ease;
}

.reason-card:hover .reason-icon img {
  filter: brightness(0) invert(1);
}

/* Title */
.reason-card h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  color: #222;
  transition: color 0.3s ease;
}

.reason-card:hover h5 {
  color: #222;
}

/* Description */
.reason-card p {
  font-size: 15px;
  color: #555;
  position: relative;
  z-index: 1;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
  .heading-bg {
    font-size: 37px;
	  top: 80%;
  }

  .reasons-title {
    font-size: 28px;
  }

  .reason-card {
    padding: 35px 20px;
  }

  .reason-card::before {
    font-size: 80px;
  }
}

.workwear-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 450px;
}

.workwear-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.workwear-card:hover img {
  transform: scale(1.05);
}

.workwear-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  padding: 20px;
}

.workwear-content h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.btn-custom {
  display: flex;
  padding: 15px 25px;
  background: #ffd600;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
  justify-content: space-evenly;
}

.btn-custom svg{
	width: 18px;
}

.btn-custom:hover {
  background: #ffb800;
  color: #fff;
}

.btn-custom:hover svg{
	fill: #fff;
}


@media (max-width: 768px) {
  .workwear-card {
    height: 350px;
  }

  .workwear-content h3 {
    font-size: 18px;
  }
}

/* WHO WE ARE Section */
.who-we-are {
  position: relative;
  background: url("https://gripindustry.com/wp-content/uploads/2025/08/h1_bg-4.jpg")
    center center / cover no-repeat fixed;
  color: #fff;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.who-we-are .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.who-we-are .container {
  position: relative;
  z-index: 1;
}

/* Headings */
.who-we-are .title-big {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.who-we-are .title-big span {
  color: #ffcc00;
  /* Highlighted word */
}

/* Paragraph text */
.who-we-are .desc-text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* Button */
.who-we-are .btn-custom {
  display: flex;
  background: #ffcc00;
  color: #000;
  padding: 15px 25px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
	width: 160px;
}

.who-we-are .btn-custom svg{
	fill: #000 !important;
}


.who-we-are .btn-custom:hover {
  background: #fff;
  color: #000;
}

/* Right Column Image */
.who-we-are img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Popular Brands */
.who-we-are h5 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.who-we-are .brands-logo {
  max-height: 40px;
  margin-right: 20px;
/*   filter: brightness(0) invert(1); */
  /* white logo effect */
  opacity: 0.85;
  transition: all 0.3s ease;
}

.who-we-are .brands-logo:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* underline hover effect */

.hover-underline {
  position: relative;
  color: #4a4a4a;
  text-decoration: none;
  transition: color 0.4s ease;
  padding: 0.5% 0px !important;
}

@media (max-width: 551px) {
  .hover-underline {
    padding: 0;
    width: fit-content;
  }
}

.hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: #ff9800; /* Blue hover underline */
  transition: width 0.3s ease;
}

.hover-underline:hover {
  color: #ff9800;
}

.hover-underline:hover::after {
  width: 100%;
}

* {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
/* image and text section styles */
.hero-section {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  gap: 30px;
}

.image-column {
  flex: 1;
  position: relative;
  overflow: hidden;
  min-height: auto;
  max-width: 40%;
  display: flex;
  justify-content: center;
  border-radius: 25px;
}

.image-column img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}

.image-column:hover img {
  transform: scale(1.1);
}

.content-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  background-color: #ffffff;
  max-width: 60%;
  padding-right: 0;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content-wrapper div div {
  font-size: 22px;
}

.solutions-section-title {
  font-size: 36px;
  font-weight: 700;
  color: #222222;
  margin: 0px 0px 10px;
  text-transform: uppercase;
  text-align: left;
}

.content-column p {
  font-size: 16px;
  line-height: 1.8;
  color: #212529;
  margin-bottom: 24px;
  text-align: justify;
  font-weight: 400;
}

.content-column p:last-child {
  margin-bottom: 32px;
}

.read-more-btn {
  display: inline-block;
  padding: 15px 25px;
  background-color: #ffd200;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  border: none;
  letter-spacing: 0.3px;
  max-width: max-content;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.read-more-btn:hover {
  background-color: #ff9800;
  color: #fff;
  transform: translateY(-2px);
}

.read-more-btn:active {
  transform: translateY(0);
}

.row-reverse {
  flex-direction: row-reverse;
  padding-left: 0;
}

.right-side-text {
  padding-right: 0px;
  padding-left: 40px;
}

.left-side-text {
  padding-right: 40px;
  padding-left: 0px;
}
@media screen and (min-width: 1023px) {
  .desktop-column {
    display: flex;
    align-items: center;
    padding: 20px 0px;
  }
  .right-side-text {
    padding-right: 0px;
    padding-left: 40px;
  }

  .left-side-text {
    padding-right: 40px !important;
    padding-left: 0px !important;
  }
}

/* Tablet breakpoint */
@media screen and (max-width: 1024px) {
  .content-column {
    padding: 0 40px;
    padding-right: 0;
  }

  .content-column p {
    font-size: 15px;
    line-height: 1.75;
  }
}

/* Tablet Portrait breakpoint */
@media screen and (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    min-height: auto;
  }

  .content-column p {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 20px;
  }

  .content-column p:last-child {
    margin-bottom: 28px;
  }

  .read-more-btn {
    padding: 13px 30px;
    font-size: 14px;
  }

  .image-column {
    max-width: 100%;
  }

  .content-column {
    max-width: 100%;
    padding: 25px 0px;
  }

  .mobile-column {
    flex-direction: column;
  }

  .row-reverse {
    flex-direction: column;
  }
}

@media screen and (max-width: 551px) {
  .solutions-section-title {
    font-size: 22px;
    margin: 0;
  }
  .content-wrapper div div {
    font-size: 18px;
  }
}

/*solutions section styles */

.solutions-section {
  margin: 0 auto;
}

.solutions-section-title {
  width: fit-content;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  letter-spacing: 1px;
  margin: 20px 0;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  position: relative;
  width: 100%;
}

.solutions-section-title > .section-title {
	background: #ffd200 !important;
}

.section-title {
  border: 2px solid #0000001a;
  padding: 15px 30px;
  text-transform: uppercase;
  border-radius: 25px;
}

h2.solutions-section-title > b {
  background-color: #0000001a;
  display: block;
  flex: 1;
  height: 2px;
  opacity: 1;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  padding: 15px;
  padding-bottom: 20px;
}

.solution-card {
  background-color: #ffffff;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  border-radius: 25px;
  padding: 10px;
}

.solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.card-image {
  width: 100%;
  object-fit: cover;
  display: block;
}

.card-title {
  padding: 20px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

/* Tablet View */
@media (max-width: 992px) {
  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .solutions-section-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

/* Mobile View */
@media (max-width: 576px) {
  .solutions-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .solutions-section-title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .card-image {
    height: 240px;
  }

  .card-title {
    font-size: 13px;
    padding: 18px 12px;
  }
}

/* ===============================
           GLOBAL WRAPPER
        =============================== */
.pd-page-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 2%;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 8%;
}

.pd-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

/* ===============================
           LEFT: IMAGE GALLERY
        =============================== */
.pd-gallery {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 40%;
}

.pd-main-image-box {
  width: 100%;
  padding-top: 100%; /* 4:3 ratio */
  position: relative;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  border-radius: 25px;
}

.pd-main-image-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}

.pd-main-image-box:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}

/* ===============================
           THUMBNAIL SWIPER
        =============================== */
.pd-thumb-wrapper {
  margin-top: 15px;
}

.pd-thumb-swiper {
  width: 100%;
}

.pd-thumb-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pd-thumb-button {
  border: 2px solid #e0e0e0;
  padding: 0px;
  background-color: #ffffff;
  cursor: pointer;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 25px;
}

.pd-thumb-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pd-thumb-button.pd-thumb-active {
  border: 2px solid #ff9800;
}

.pd-thumb-nav {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.swiper-button-disabled {
  opacity: 0.4;
}

/* ===============================
           RIGHT: PRODUCT DETAILS
        =============================== */
.pd-details {
  width: 60%;
}

.pd-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.pd-price-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.pd-price-label {
  font-size: 14px;
  margin-right: 0px;
  min-width: 125px;
  font-weight: bold;
}

.pd-price-value {
  font-size: 18px;
  font-weight: bold;
}

.pd-meta-row {
  font-size: 14px;
  margin-bottom: 4px;
}

.pd-meta-row label {
  font-weight: bold;
  margin-right: 0px;
  min-width: 125px;
}

.pd-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 15px 0;
}

.pd-des-title-text {
  display: flex;
}

.pd-section-title {
  font-weight: bold;
  margin-bottom: 5px;
  min-width: 125px;
}

.pd-text-block {
  font-size: 14px;
  line-height: 1.5;
}

.pd-feat-title-list {
  display: flex;
	align-items: baseline;
}

.pd-feature-list {
  padding-left: 0px;
  margin: 5px 0 0 0;
  font-size: 14px;
}

/* Options */
.pd-option-group {
margin-top: 20px;
    display: flex;
    align-items: baseline;
    gap: 20px;
}

.pd-option-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.pd-option-buttons {
  margin-top: 8px;
}

.pd-option-button {
  border: 1px solid #cccccc;
  padding: 8px 16px;
  margin-right: 8px;
  background-color: #ffffff;
  cursor: pointer;
  font-size: 13px;
}

.pd-option-button.pd-option-active {
  border-color: #ffd200;
}

.pd-color-circle {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #cccccc;
}

.pd-color-white {
  background-color: #ffffff;
}
.pd-color-green {
  background-color: #008000;
}
.pd-color-blue {
  background-color: #0000ff;
}

/* Smooth animation */
.pd-option-button {
  transition: all 0.25s ease;
}

/* Hover effect */
.pd-option-button:hover {
  border-color: #ffd200;
}

/* Active/Selected Color */
.pd-option-button.pd-option-active {
  border-color: #ffd200;
  background-color: #ffd200;
}

/* Quantity */
.pd-qty-wrapper {
  margin-top: 20px;
}

.pd-qty-label {
  font-weight: bold;
}

.pd-qty-control {
  display: inline-flex;
  margin-top: 8px;
  border: 1px solid #cccccc;
}

.pd-qty-control button {
  width: 32px;
  border: none;
  background-color: #f5f5f5;
  cursor: pointer;
  font-size: 16px;
}

.pd-qty-control input {
  width: 50px;
  border: none;
  text-align: center;
  font-size: 14px;
}

/* Sub total */
.pd-subtotal-row {
  margin-top: 15px;
  font-size: 14px;
}

.pd-subtotal-row strong {
  margin-left: 5px;
  font-size: 16px;
}

/* Buttons */
.pd-actions {
  margin-top: 20px;
}

.pd-btn {
  display: inline-block;
  padding: 14px 40px;
  font-size: 21px;
  border-radius: 2px;
  text-decoration: none;
  border: 1px solid #ffd200;
  margin-right: 8px;
}

.pd-btn-buy {
  background-color: #ffd200;
  color: #000;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
}

.pd-btn-buy:hover {
  background-color: #ff9800;
  color: #fff;
  border-color: #ff9800;
}

.pd-btn-cart {
  background-color: #007bff;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}

.pd-btn-cart:hover {
  background-color: #ffffff;
  color: #007bff;
}

/* ===============================
           RESPONSIVE
        =============================== */
@media (max-width: 991px) {
  .pd-layout {
    flex-direction: column;
  }

  .pd-gallery,
  .pd-details {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .pd-page-wrapper {
    padding: 20% 4%;
    padding-bottom: 5%;
  }

  .pd-title {
    font-size: 20px;
  }

  .pd-price-value {
    font-size: 18px;
  }

  .pd-thumb-slide {
    height: auto;
  }
}

/* ---------- Related Products: Pixel-perfect & Responsive ---------- */
.related-products-section {
  padding: 0;
  background: #fff;
}

.related-products-section .section-head {
  margin-bottom: 18px;
  display: contents;
  align-items: center;
  gap: 12px;
}

.related-products-section .section-head h4 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  color: #111;
}

.related-products-section .section-head .underline {
  height: 3px;
  width: 50px;
  background: #ff9800;
  border-radius: 3px;
  margin-left: 0px;
}

.related-products-swiper {
  position: relative;
  padding-top: 10px;
  padding-bottom: 20px;
}

.related-product-card {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  text-align: center;
  transition: transform 0.28s ease;
}

.related-product-card .img-wrap {
  position: relative;
  overflow: hidden;
  background: #fafafa;
  border-radius: 25px;
  display: block;
  margin: 0 auto 12px;
  height: auto;
  width: auto;
  align-items: center;
  justify-content: center;
  display: flex;
}

.related-product-card img {
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.4s ease, opacity 0.2s ease;
  object-fit: contain;
}

/* Hover overlay & buttons */
.related-product-card .hover-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.related-product-card:hover .hover-overlay {
  opacity: 1;
  pointer-events: auto;
}

.related-product-card .hover-overlay a {
  background: #ffffff9c;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 13px;
  /* box-shadow: 0 6px 18px rgba(2, 6, 23, 0.06); */
  color: #111;
  text-decoration: none;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Title & price */
.related-product-card .title {
  font-size: 13px;
  line-height: 1.3;
  color: #111;
  height: auto;
  /* clamp-ish for two lines (adjust as needed) */
  overflow: hidden;
  display: block;
  margin-bottom: 8px;
}

.related-product-card .title a{
	text-decoration: none;
	color: #000;
}


.related-product-card .price {
  font-weight: 700;
  color: #111;
  font-size: 14px;
}

/* small device tweaks */
@media (max-width: 767px) {
  .related-product-card .img-wrap {
    height: 150px;
    max-width: 160px;
  }

  .related-products-section {
    padding: 20px 0;
  }
}

/* Swiper arrows customization */
.related-products-swiper .swiper-button-next,
.related-products-swiper .swiper-button-prev {
  color: #ffd200;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  /* background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 6px 18px rgba(2, 6, 23, 0.06); */
}

.swiper-button-next:hover::after {
  color: #ff9800;
}

.swiper-button-prev:hover::after {
  color: #ff9800;
}

.related-products-swiper .swiper-pagination-bullets {
  bottom: 0;
}

/* thank you page css */
/* ---------- Keyframe Animations ---------- */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------- Main Wrapper ---------- */
.thankyou-wrapper {
  padding: 80px 0;
  text-align: center;
  margin: 0 auto;
  animation: fadeIn 0.8s ease-out forwards;
}

/* ---------- Image ---------- */
.thankyou-wrapper img {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  animation: zoomIn 0.8s ease-out;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Title ---------- */
.thankyou-wrapper h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
  animation: slideUp 1s ease-out;
}

/* ---------- Message ---------- */
.thankyou-wrapper p {
  font-size: 18px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 30px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  animation: slideUp 1.2s ease-out;
}

/* ---------- Button ---------- */
.thankyou-btn {
  background: #ffd200;
  padding: 14px 34px;
  border-radius: 25px;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  animation: slideUp 1.3s ease-out;
}

.thankyou-btn:hover {
  background: #ff9800;
  color: #fff;
}

/* ---------- Tablet ---------- */
@media (max-width: 991px) {
  .thankyou-wrapper {
    padding: 60px 20px;
  }

  .thankyou-wrapper h2 {
    font-size: 28px;
  }

  .thankyou-wrapper p {
    font-size: 16px;
  }

  .thankyou-btn {
    font-size: 16px;
    padding: 12px 28px;
  }
}

/* ---------- Mobile ---------- */
@media (max-width: 576px) {
  .thankyou-wrapper {
    padding: 25% 16px;
    padding-bottom: 8%;
  }

  .thankyou-wrapper h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .thankyou-wrapper p {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .thankyou-btn {
    font-size: 15px;
    padding: 12px 26px;
  }
}

/* product detail css */
.tabs-section {
  font-family: Arial, sans-serif;
  padding: 0px 0;
}

.tabs-container {
  max-width: 850px;
  margin: auto;
  background: #fff;
  overflow: hidden;
}

/* ---------------- DESKTOP TAB HEADER ---------------- */
.tabs-header {
  display: none;
}

@media (min-width: 768px) {
  .tabs-header {
    display: flex;
	  gap: 5px;
  }

  .tabs-header .tab-btn {
    flex: none;
    padding: 5px 15px;
    font-size: 16px;
	background-color: transparent;
    border: none;
    cursor: pointer;
	  font-weight: 400;
	  border-radius: 25px;
    border: 1.5px solid #e6e6e6;
  }

  .tabs-header .tab-btn.active {
    background: #111111;
    color: #fff;
	  font-weight: 400;
	 border: 0;
  }
  .tabs-header .tab-btn:hover {
    background: #111111;
	  font-weight: 400;
    color: #fff;
  }
}

/* ---------------- MOBILE ACCORDION BUTTON ---------------- */
.accordion-btn {
  width: 100%;
  background: #fff;
  padding: 16px 20px;
  font-size: 16px;
  border: 1.5px solid #000;
  outline: none;
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 25px;
}

.accordion-btn:hover {
  background: #000;
  color: #fff;
}

.arrow {
  transition: transform 0.3s ease;
}

.tab-item.active .arrow {
  transform: rotate(180deg);
}

@media screen and (max-width: 551px) {
  .tabs-body {
    gap: 10px;
    display: flex;
    flex-direction: column;
  }

  .active .accordion-btn,
  .tab-item {
    background: #000;
    color: #fff;
    border-radius: 25px;
  }
  .tab-item.active .tab-content {
    padding: 0 20px 20px 20px !important;
  }
}

/* ---------------- CONTENT SLIDE ANIMATION ---------------- */
.tab-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.tab-item.active .tab-content {
  max-height: unset;
  padding: 0px;
  padding-top: 0;
}
.tab-content p {
  margin: 0;
}

/* ---------------- DESKTOP OVERRIDE ---------------- */
@media (min-width: 768px) {
  .accordion-btn {
    display: none;
  }

  .tab-content {
    border-top: none;
  }

  .tab-item {
    display: none;
    padding: 20px;
  }

  .tab-item.active {
    display: block;
    max-height: none;
    padding: 20px;
  }
}

/* product detail scroll animation css */
/* Initial hidden state */
.reveal {
  opacity: 0;
  transform: translateX(60px);
  transition: all 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* Odd items = slide from right */
.reveal-right {
  transform: translateX(80px);
}

/* Even items = slide from left */
.reveal-left {
  transform: translateX(-80px);
}

/* When visible */
.reveal.show {
  opacity: 1;
  transform: translateX(0);
}

/* main product image zoom effect */
/* Main image container */
.pd-main-image-box {
  position: relative;
  width: 100%;
  cursor: crosshair;
}

/* Hover Zoom preview area */
#pd-zoom-box {
  position: absolute;
  left: 43%;
  top: 13%;
  width: 350px;
  height: 350px;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 250%;
  /* Zoom level */
  display: none;
  /* Hidden until hover */
  z-index: 10;
  border-radius: 25px;
}

/* Smooth fade effect */
#pd-zoom-box.show {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  #pd-zoom-box {
    width: 350px;
    height: 350px;
    top: 9%;
    left: 42%;
  }
}

@media screen and (max-width: 768px) {
  #pd-zoom-box {
    display: none !important;
  }
}
form p, form input{
	margin-bottom: 0px;
}

form p{
	text-align: left;
}

.wpcf7-form-control-wrap > input::placeholder {
    color: #000 !important;
}

.wpcf7-form-control.wpcf7-text::placeholder {
  color: #000 !important;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder {
  color: #000 !important;
  opacity: 1;
}

.swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden{
	padding-bottom: 0px;
}

#menu-toggle{
	background-color: transparent !important;
}

.slider-section > div > .swiper{
	padding-bottom: 30px !important;
}

.swiper-button-next, .swiper-button-prev{
	top: 50% !important;
}

.form_btn{
	background: #ffd200;
    padding: 5px 20px;
    border-radius: 25px;
    color: #000;
    text-decoration: none;
    width: fit-content;
}
.form_btn:hover{
	background-color: #ff9800;
    color: #fff;
}

.callbtn{
	color: #000;
    text-decoration: none;
    margin-right: 10px;
}

label.form-place-holder{
	padding-left: 25px;
}
span.page-numbers.current span {
    background-color: #ffd200 !important;
}