/* ======================= FONTS ======================= */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');

/* ======================= VARIABLES ======================= */
:root {
  --primary-color: #cf6938;
  --secondary-color: #C9AF6D;
  --highlight-color: #EBC557;
  --dark-color: #262626;
  --light-grey: #f4f4f4;
  --text-grey: #6f7175;
  --footer-color: #D4AF37;


  --font-jost: 'Jost', sans-serif;
  --font-poppins: 'Poppins', sans-serif;
  --font-gilda: 'Gilda Display', serif;
}

/* ======================= GLOBAL RESET ======================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-jost);
}

.container-fluid {
  max-width: 90%;
  margin: auto;

}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
  transition: 0.3s ease;
}

p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 1px;
}

.display-color {
  color: #de5753;
}

/* ======================= UTILITY CLASSES ======================= */
.kps-clr {
  color: var(--secondary-color);
}

.sec-clr {
  background-color: var(--light-grey);
}

.kps-clr2 {
  color: var(--text-grey);
}

.kps-pd {
  padding: 100px 0px;
}

.kps-pd1 {
  padding: 80px 0px;
}

.kps-pd2 {
  padding: 50px 0;
}

.kps-title {
  font-size: 45px;
  font-family: var(--font-gilda);
  line-height: 1.3;


}

.kps-title2 {
  font-size: 40px;
  font-family: var(--font-gilda);
  line-height: 1.3;


}

.kps-title3 {
  font-size: 40px;
  line-height: 1.3;


}

/* ======================= NAVIGATION ======================= */
.tb-dsp {
  display: none;
}

nav,
.nav,
.stellarnav,
.stellarnav ul li a {
  font-family: var(--font-jost) !important;
}

.top {
  background-color: #000;
}

.mrgn-nav {
  margin-left: -100px;
}

.top .am-top p {
  font-size: 16px;
  color: #fff !important;
  font-weight: 400;
}

.custom-menu .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
  min-width: 180px;
}

.custom-menu .dropdown-item:hover {
  background-color: #ffc107;
  color: #000;
}

.hover-dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0.5rem;
}

.hover-dropdown .dropdown-menu {
  transition: 0.3s ease;
}

.am-top a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  font-family: var(--font-jost) !important;
}

.am-icon {
  color: #fff;
  font-size: 18px;
}

.icn-head {
  font-size: 22px;
}

.stellarnav.mobile .menu-toggle {
  float: right;
}

.am-head {
  text-align: end;
}

.head-cont {
  max-width: 75%;
}

.kps-nave {
  background-color: var(--highlight-color);
  color: #fff !important;
}

.logo-wrapper {
  z-index: 10;
}

.logo-wdh {
  max-width: 300px;
}

.custom-menu {
  gap: 30px;
  display: flex;
}

.menu-link {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-poppins) !important;
}

.menu-link:hover {
  color: var(--secondary-color);
}

.quote-btn {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-jost) !important;
}

.btn-warning {
  background-color: var(--highlight-color);
  border: none;
}

.btn-warning:hover {
  background-color: #d99e22;
}

.tp-desc i {
  font-size: 20px;
}

/* ======================= MAIN BANNER ======================= */
.main-container {
  max-width: 100% !important;

}

.main-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-banner h1,
.main-banner h3 {
  color: var(--dark-color);
  font-size: 35px;
  font-weight: 500;
  line-height: 1.6;
}

.main-banner h1 span,
.main-banner h3 span {
  color: #D36439;
  font-weight: bold;
  font-size: 36px;
}

.main-banner .btn {
  padding: 10px 25px;
}

.main-banner .owl-dots {
  text-align: left;
  max-width: 57%;
  margin: auto;
}

.main-banner .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ddd;
  display: block;
  border-radius: 50%;
  margin: 5px 3px;
  transition: all 0.3s;
}

.main-banner .owl-dot.active span {
  background: #ffc107;
  width: 16px;
  height: 16px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #E4897B !important;
}

/* ======================= ITEM CONTENT ======================= */
.item-hr {
  width: 100%;
  margin: 6px 0 !important;
  background-color: #000 !important;
  opacity: 1 !important;
}

.overlay-content {

  top: 0%;
  right: 10%;
  background-color: #ffffff;

}

.overlay-content h4 {
  font-size: 22px;
}

.item-overlay-container {
  position: relative;
  overflow: hidden;
}

.item-overlay-container img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}


.item-overlay-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000036;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}


.item-overlay-container:hover img {
  transform: scale(1.01);
}

.item-overlay-container:hover::before {
  opacity: 1;
}

.item-overlay-container .overlay-content {
  position: absolute;
  z-index: 2;
  color: #000000;
}



/* ======================= ABOUT SECTION ======================= */
.abt-image-wrapper {
  position: relative;
  display: inline-block;
}

.abt-img {
  position: absolute;
  top: 30%;
  right: -30%;
  z-index: 2;
  transition: 0.3s ease;
}

.abt-cont h3 {
  font-size: 30px;
  font-family: var(--font-gilda);
  color: var(--primary-color);

}

.abt-cont p {
  color: #000000 !important;
  font-size: 17px;
}
.about-lst{
  list-style: none; 
  padding-left: 0;
}
.about-lst li{
  font-size: 18px;
  margin-top: 8px;
}

/* ======================= PRODUCT SECTION ======================= */
.prdc-para {
  max-width: 50%;
  margin: auto;
  font-weight: 300;
}

.prdc-cont {
  background-color: #D9D9D9;
  padding: 40px 5px;
}

.section-title {
  font-size: 2rem;
  font-weight: 600;
}

.section-subtitle {
  font-size: 0.95rem;
  color: #555;
}

.product-box {
  background-color: #e6e6e6;
  padding: 80px 10px;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.product-box img {
  max-height: 250px;
  object-fit: contain;
}

.product-name {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
}

.owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.owl-nav button {
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  pointer-events: all;
  font-size: 16px;
  border: none;
}

.img-prdc {
  transition: transform 0.3s ease;
  display: block;
}

.img-prdc:hover {
  transform: translateY(-9px) !important;
}

.img-rotate-flash {
  animation: rotateIn 1s ease forwards, flash 1.5s infinite;
}

.img-rotate-flash {
  animation: rotateInfinite 3s linear infinite, flash 1.5s ease-in-out infinite;
}


@keyframes rotateInfinite {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


@keyframes flash {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

.fa-chevron-left {
  background-color: #BCBAB4;
  padding: 8px 10px;
  left: -1%;
  position: absolute;
  border-radius: 5px;
  transition: 0.3s ease;

}

.fa-chevron-right {
  background-color: #BCBAB4;
  padding: 8px 10px;
  right: -1%;
  position: absolute;
  border-radius: 5px;
  transition: 0.3s ease;
}
  .product-card {

        transition: all 0.3s ease;

        background: white;

    }

    .product-card:hover {

        transform: translateY(-5px);

        box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;

    }

    .product-img-wrapper {

        position: relative;

        overflow: hidden;

        height: 200px;

    }

    .product-img-wrapper img {

        object-fit: cover;

        height: 100%;

        transition: transform 0.5s ease;

    }

    .product-card:hover .product-img-wrapper img {

        transform: scale(1.05);

    }

    .img-overlay {

        position: absolute;

        top: 0;

        left: 0;

        width: 100%;

        height: 100%;

        background: rgba(0,0,0,0.2);

        opacity: 0;

        transition: opacity 0.3s ease;

    }

    .product-card:hover .img-overlay {

        opacity: 1;

    }

    .view-icon {

        position: absolute;

        top: 50%;

        left: 50%;

        transform: translate(-50%, -50%);

        color: white;

        font-size: 1.5rem;

        opacity: 0;

        transition: all 0.3s ease;

    }

    .product-card:hover .view-icon {

        opacity: 1;

    }

    .product-title {

        font-weight: 600;

        color: #333;

    }

    #load-more-btn {

        transition: all 0.3s ease;

    }
/* ======================= BADGE SECTION ======================= */

.bdge-para {
  max-width: 50%;
  margin: auto;
}

.kps-bdge p {
  font-size: 20px;

}

/* ======================= ASSOC SECTION ======================= */
.asoc-cont .col-md-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.asoc-box {
  border: 1px solid #C8C8C8;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
}

.asoc-box img {
  max-width: 200px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.asoc-box {
  overflow: hidden;
}

.asoc-box img {
  transition: transform 0.3s ease;
  /* display: block; */
}

.asoc-box:hover img {
  transform: scale(1.08);
}

.asoc-container {
  max-width: 90%;
}

/* ======================= bottom SECTION ======================= */
.subscribe-section {
  background: #D9D9D9;
  padding: 80px 0;
}

.subscribe-title {
  font-size: 40px;
  color: #000;
  margin-bottom: 10px;
}

.subscribe-title span {
  color: #DE5753;
}


.subscribe-form {
  max-width: 100%;
  justify-content: center;
}

.subscribe-form input[type="email"] {
  padding: 12px 20px;
  border: none;
  outline: none;
  width: 70%;
  max-width: 300px;
  font-size: 14px;
}

.subscribe-form button {
  background-color: #caa738;
  color: white;
  border: none;
  padding: 12px 20px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
}

.subscribe-form button:hover {
  background-color: #b5922f;
}



.kps-btm {
  background-color: #D9D9D9;
}

.kps-btm span {
  color: #DE5753;
}

.eml-inpt {
  background-color: #fff !important;
  padding: 10px !important;
  border: none !important;

}

/* ======================= BANNER SECTION ======================= */
.banner-section {
  padding: 200px 10px;
}

.banner-section h2 {
  font-family: var(--font-gilda);
  font-size: 40px;
  letter-spacing: 6px;
}

/* ======================= CONTACT SECTION ======================= */
.ban-sec {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 20px;
}

.ban-sec h4 {
  font-size: 70px;
  color: #fff;
}

.contact-section {
  padding: 80px 20px;
}

.cont-dtl {
  background-color: #212529;
  padding: 40px 20px;
  border-radius: 10px;
}

.am-enqry {
  background-color: #f7edeb;
  padding: 80px 20px;
}

.contact-icon {
  max-width: 55%;
}

.contact-icon i {
  font-size: 35px;
  color: var(--primary-color);
}

.contact-icon h4 {
  font-size: 20px;
  font-weight: 700;
}

.contact-icon p {
  font-size: 16px;
}

.para-contact {
  max-width: 90%;
 
}


/* ======================= FOOTER ======================= */
.footer-section {
  background-color: var(--light-grey);
}

.footer-section p {
  font-size: 16px !important;
}

.footer-hr {
  max-width: 50% !important;
  height: 2px !important;
  color: #D4AF37 !important;
  opacity: 1 !important;
  margin: 0px;
}

.ft-desc i {
  color: var(--footer-color);
  font-size: 20px;
}

.kps-btm {
  background-color: var(--light-grey);
}

.kps-btm p {
  font-size: 16px;
}

.am-pd2 {
  padding: 60px 20px 50px 20px;
}

.input-group {
  display: flex;

  border: 1px solid #ccc;


}
.icon-premium {
  width: 50px;
  height: 50px;
  background-color: #fddf87;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff8800;
  font-size: 20px;
  min-width: 50px; /* ensures width consistency */
  flex-shrink: 0;   /* prevent shrinking in flex row */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.input-group input[type="email"] {
  flex: 1;
  padding: 0;
  border: none;
  border-right: none;
  border-radius: 0;
  outline: none;
  background-color: transparent;
}



.input-group button {
  padding: 10px 30px;
  border: 1px solid #D4AF37;
  background-color: #D4AF37;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
}

.input-group button:hover {
  background-color: #63504b;
  border-color: #63504b;
  color: #fff !important;
}

.ft-desc a:hover p {
  color: var(--primary-color);
  transition: color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.ft-btn {
  outline: none !important;
  box-shadow: none !important;
}


.ft-icon {
  color: #000;
}

.ft-spn {
  margin-top: -6px;
  color: #333333;
  font-family: var(--font-poppins) !important;
}

.footer-cont {
  color: #333333;
  font-family: var(--font-poppins) !important;

}

.ft1-img {
  top: 5%;
  left: 0;
}

.ft2-img {
  top: 50%;
  left: 2%;
}

.ft3-img {
  top: 50%;
  right: 5%;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    
    color: #ffc107 !important;
}

/* ======================= ABOUT PAGE======================= */


.abtdtl-subtext {
  font-size: 20px;
  margin-top: 20px;
  color: #333;
}

.abtdtl-description {
  font-size: 18px;
  color: #282828;
  line-height: 1.7;
  margin: 15px 0 25px;
}


.image-wrapper {
  display: inline-block;
  position: relative;
}

.abot-overlay {
  bottom: -57px;
  left: -40px;
  background-color: #dc3545;
  color: #fff;
  padding: 150px 100px 17px 20px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 0;
  z-index: -1;
}

.abut-img {
  border: 10px solid #fff;
}

.abot-text {
  font-weight: 600;
}

.fs-4 {
  font-size: 1.5rem;
}

/* Product Section */
.product-category-sec {
  padding: 60px 0;
}

.product-category-sec .nav-tabs .nav-link {
  font-weight: 600;
  color: #333;
}

.product-category-sec .nav-tabs .nav-link.active {
  color: var(--highlight-color);
  border-color: #EBC557 #EBC557 #fff;
}

/* Product Item Style */
.product-item {
  text-align: center;
  padding: 15px;
  border: 1px solid #caa738;
  box-shadow: 4px 10px 4px rgba(0, 0, 0, 0.1);
   background-color: #fff;
 
}

.product-item img {
  transition: transform 0.3s ease;
  border-radius: 10px;
  max-height: 185px;
  object-fit: contain;
}
.product-category-sec .col-md-3{
    display:grid;
}
.product-item:hover img {
  transform: scale(1.1);
}

.product-item h5 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}

.custom-menu .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

.dropdown-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease, opacity 0.2s ease;
  top: 100%;
  border: none !important;
  border-radius: 0px !important;
  box-shadow: 4px 10px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-menu .dropdown-item:hover {
  background-color: #d36439;
  color: #fff;


}

.dropdown-menu .dropdown-item {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.glightbox-clean .gslide-media {

  background-color: #fff !important;
}

.gslide-image img {

  min-width: 350px !important;
}

.item-map {
  position: relative;
  width: 100%;
  padding-bottom: 20%;
  height: 0;
  overflow: hidden;
}

.item-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  border: 0;
}

.query-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

@keyframes fadeZoomIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.query-box {
  background: #fff;
  padding: 50px 30px;
  width: 100%;
  max-width: 800px;

  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  animation: fadeZoomIn 0.4s ease;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.qry-inpt {
  padding: 10px;
  border: 1px solid #000;
}

.query-box h4 {
  margin-bottom: 30px;


}

@media (min-width: 1400px) {
  .item-map {

    margin: 0 auto;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffc107 ! IMPORTANT;
    color: #ffc107 ! IMPORTANT;
}