/*
Theme Name: tiss-theme
*/


@font-face {
	font-family: interdisplay;
	src: url(../tiss-theme/assets/inter-display/ttf/InterDisplay-Regular.ttf);
	font-weight: 200;
}
@font-face {
	font-family: interdisplay;
	src: url(../tiss-theme/assets/inter-display/ttf/InterDisplay-Light.ttf);
	font-weight: 300;
}
@font-face {
	font-family: interdisplay;
	src: url(../tiss-theme/assets/inter-display/ttf/InterDisplay-Medium.ttf);
	font-weight: 400;
}
@font-face {
	font-family: interdisplay;
	src: url(../tiss-theme/assets/inter-display/ttf/InterDisplay-SemiBold.ttf);
	font-weight: 500;
}
@font-face {
	font-family: interdisplay;
	src: url(../tiss-theme/assets/inter-display/ttf/InterDisplay-Bold.ttf);
	font-weight: 600;
}
@font-face {
	font-family: interdisplay;
	src: url(../tiss-theme/assets/inter-display/ttf/InterDisplay-ExtraBold.ttf);
	font-weight: 700;
}

@font-face {
	font-family: general;
	src: url(../tiss-theme/assets/general/GeneralSans-Regular.otf);
	font-weight: 400;
}
@font-face {
	font-family: general;
	src: url(../tiss-theme/assets/general/GeneralSans-Medium.otf);
	font-weight: 500;
}
@font-face {
	font-family: general;
	src: url(../tiss-theme/assets/general/GeneralSans-Semibold.otf);
	font-weight: 600;
}
@font-face {
	font-family: general;
	src: url(../tiss-theme/assets/general/GeneralSans-Bold.otf);
	font-weight: 700;
}





h1,h2,h3,h4,h5,h6{
     font-family: "Poppins", sans-serif;
}
p, a{
   font-family: "Roboto", sans-serif;
    color: #000000de;  
    font-size: 15px;                                         
}
span{
    font-family: "Roboto", sans-serif;  
}
a:hover{
   
    text-decoration: none !important;
}

.container {
  max-width: 1300px !important;
}
/* .custom-container{
    padding:60px 4% 0;
} */
.error-404 img{
    width: 100%;
    height: 485px;
    object-fit: contain;
    margin: 106px 0;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1D1D1D;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FEDD56;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
  html {
    scroll-behavior: smooth;
  }
body{
    background: #f5f5f5 !important;
}
/* top header ends */
 /* header start */

.header-logo img {
    width: 230px;
    object-fit: contain;
    height: 100px;
    margin-right: auto;
    display: block;
}

.header-wrapper {
    width: 100%;
    background: rgb(245 245 245);
    text-align: center;
    position: fixed;
    top: 0px;
    z-index: 9;
    padding: 8px 0;
    /* box-shadow: 0px 4px 4px 0 #00000021; */
}

.f-nav .header-wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding-top: 0px;
    margin-top: 0px;
    transition: .3s ease;
}

.f-nav .header-wrapper .header-logo img {
    height: 100px;
    width: 200px;
}

.f-nav .menu-logoheader{
    padding-top: 0;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000000;
    font-size: 16px;
    line-height: 30px !important;
    height: 32px !important;
    font-weight: 400 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ffcb04 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: #000000;
    color: #ffcb04;
    border-radius: 25px;
}

#mega-menu-item-2985 a{
    display: inline-flex !important;
    padding: 22px 16px !important;
    background: #ffcb04 !important;
    color: #000000 !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px !important;
}

.header-wrapper .fa-arrow-right-long {
    height: 30px;
    line-height: 32px;
}

 /* header ends */


/* banner section start */

.banner-wrapper {
    padding: 120px 0 0 0;
    background-color: #f5f5f5;
    position: relative;
	overflow: hidden;
}

.banner-wrapper-post-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.banner-wrapper-content p {
  font-size: 38px;
  font-weight: 500;
  line-height: 50px;
  font-family: 'interdisplay' !important;
}

.banner-wrapper-sub-content {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  width: 80%;
}

.banner-wrapper-post-tag {
  background: #ffcb04;
  color: #000;
  padding: 10px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 17px;
}

.banner-wrapper-post-btn {
  background: #ffcb04;
  color: #000;
  font-weight: 500;
  padding: 10px 25px;
  border-radius: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  gap: 10px;
  overflow: hidden;
  position: relative;
}

.banner-wrapper-post-btn:hover {
  background: #fff;
  color: #000;
}

.banner-wrapper-post-btn .arrow-left {
  display: none;
  transition: all 0.3s ease;
}

.banner-wrapper-post-btn .arrow-right {
  display: inline-block;
  transition: all 0.3s ease;
}

.banner-wrapper-post-btn:hover .arrow-left {
  display: inline-block;
}

.banner-wrapper-post-btn:hover .arrow-right {
  display: none;
}

.banner-wrapper-post-btn .btn-text {
  transition: transform 0.5s ease;
}

.banner-wrapper-post-btn:hover .btn-text {
  transform: translateX(10px); /* text moves to right */
}

.banner-wrapper-post-rating {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 25px;
}

.avatar-single img {
  width: 140px;
  height: 50px;
  object-fit: contain;
}

.stars {
  font-size: 16px;
  color: #222;
  line-height: 1.4;
}

.stars-top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.star-icons {
  display: inline-flex;
  gap: 2px;
  font-size: 18px;
  vertical-align: middle;
}

.review-note {
  display: block;
  font-size: 13px;
  margin-top: 4px;
  color: #555;
}

.star {
  color: #ccc;
  font-size: 22px;
}

.star.full {
  color: #fcd635;
}

.star.half {
  position: relative;
  color: #ccc;
}
.star.half::before {
  content: "★";
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: #fcd635;
}

.scroll-down-wrapper {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 8;
}

.scroll-down-btn {
  background-color: #ffffff;
  border: 2px solid #f0f0f0;
  border-radius: 30px;
  padding: 12px 25px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.scroll-down-btn:hover {
  background-color: #f7f7f7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.scroll-icon svg {
  stroke: #000000;
  stroke-width: 2.5;
}

.banner-wrapper-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  z-index: 1;
}

.banner-wrapper-image-wrapper::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 65px;
    max-width: 100%;
    width: 550px;
    height: 680px;
    max-height: 100%;
    background: #f8ca1c;
    border-radius: 40px 40px 0 0;
    z-index: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.08) 10px,
    transparent 10px,
    transparent 20px
  );
}

.banner-wrapper-bg-title {
    position: absolute;
    top: 72px;
    left: 65px;
    font-size: 128px;
    font-weight: 900;
    color: rgb(255 255 255 / 18%);
    z-index: 1;
    pointer-events: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: sans-serif;
}

.banner-wrapper-machine-image {
    position: relative;
    top: 45px;
    right: 125px;
    z-index: 2;
    width: 100%;
    min-width: 670px;
    height: 730px;
    max-height: 100%;
    object-fit: cover;
}


/* banner section ends */


/* feature section start  */

.feature-wrapper {
  padding: 60px 0 60px 0;
  background: #ffffff;
}

.feature-title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: 'Roboto';
}

.featured-products-slider {
  margin-bottom: 40px;
}

.feature-wrapper .slick-track{
  margin-bottom: 20px;
}

.product-card {
    background: #fff;
    border: 1px solid #cbcbcb;
    border-radius: 32px;
    padding: 15px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.product-card:hover {
  /* transform: translateY(-4px); */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.product-image-wrapper {
  position: relative;
  margin-bottom: 16px;
}

.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #888;
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 20px;
  z-index: 2;
}

.product-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border: 1px solid #cbcbcb;
  border-radius: 18px;
}

.product-title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
}

.product-specs {
  font-size: 14px;
  color: #555;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

.feature-wrapper .enquiry-btn {
  background: #ffcb04;
  color: #000;
  border: 1px solid #ffcb04;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 12px;
  display: block;
  width: 100%;
  transition: ease-in-out .3s;
}

.feature-wrapper .enquiry-btn:hover {
  background: #000000;
  color: #ffcb04;
  border: 1px solid #ffcb04;
}

.slick-slide {
    margin: 0 12px;
}

.slick-dots {
  text-align: center;
  margin-top: 20px;
}

.slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

.slick-dots button {
  font-size: 0;
  width: 12px;
  height: 12px;
  background: #bbb;
  border-radius: 50%;
  border: none;
  transition: background 0.3s;
}

.slick-dots li.slick-active button:before {
  color: #ffd400 !important;
}

.slick-dots {
    position: absolute;
    bottom: -50px !important;
    right: 47% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    border-radius: 15px !important;
    padding: 5px !important;
    background: #a0a0a0 !important;
}

/* feature section end  */


 /* about us section start  */

.about-us-section {
  background: #f5f5f5;
  padding: 60px 0 0;
  font-family: 'Segoe UI', sans-serif;
}

.about-badge {
  background: #ffc800;
  color: #000;
  padding: 8px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
}

.about-heading {
    font-size: 32px;
    font-weight: 500;
    color: #111;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'interdisplay' !important;
}

.about-description {
  font-size: 15px;
  color: #444;
  margin-bottom: 30px;
}

.highlight-box {
    display: flex;
    border-radius: 12px;
    margin-bottom: 30px;
    align-items: flex-start;
}

.highlight-icon {
    background: #000;
    color: #ffc800;
    width: 110px;
    height: 55px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-right: 15px;
}

.highlight-text strong {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
  color: #111;
}

.highlight-text p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

.about-link-button {
  display: inline-flex;
  background: #f6ecc4;
  padding: 4px;
  border-radius: 14px;
}

.about-link-button:hover {
  background: #ffffff;
}

.about-button {
    background: #ffcb04;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 10px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    /* box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.25); */
    transition: all 0.2s ease;
}

.about-button:hover {
    background: #ffffff;
    color: #ffcb04;
    border: 1px solid #ffcb04;
}

.about-us-section .col-lg-4.text-center {
  position: relative;
  min-height: 600px;
}

.about-featured-img {
    position: absolute;
    top: 50px;
    height: 100%;
    /* width: 100%; */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 20px;
}

.about-featured-img img {
  height: 100%;
  width: auto;
  max-height: 100%;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.video-frame {
    width: 300px;
    height: 180px;
    border: 6px solid #000;
    padding: 5px;
    border-radius: 20px;
    background-color: #FFD700;
    margin: 45px 0 45px 70px;
}

.about-video {
    width: 100%;
    height: 100%;
    border-radius: 15px !important;
}

.no-controls {
  pointer-events: none;
  border-radius: 10px !important;
}

.progress-wrapper {
  margin-top: 16px;
}

.progress-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0 10px 0;
}

.custom-progress {
  background-color: #000000 !important; 
  height: 10px !important;
  border-radius: 20px;
  overflow: hidden;
}

.custom-bar {
    background-color: #ffcb04 !important;
    height: 100%;
    border-radius: 0px 15px 15px 0px;
}

.progress-label {
  font-style: italic;
  font-size: 14px;
}

.progress-percent,
.percent-value {
  font-size: 14px;
  font-weight: bold;
}

/* about us section end  */


/* client logo section start  */

.client-logos-wrapper {
  position: relative;
  z-index: 5;
}

.client-logos-slider {
  /*background: #111;*/
  background: #404040;
  border-radius: 30px;
  border: 4px solid #ffc800;
}

.logo-item {
  padding: 10px;
  transition: all 0.3s ease;
}

.logo-item img {
  width: 200px;
  object-fit: contain;
  height: 100px;
}

/* client logo section end  */


/* why choose us section start  */


.why-choose-us-wrapper {
  padding: 60px 0 0;
}

.why-choose-us-wrapper img {
    width: 100%;
    height: 585px;
    /* object-fit: cover; */
    border-radius: 40px;
}

.why-choose-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 45px;
}

.why-choose-us-wrapper h3 {
    background: #222;
    display: inline-block;
    color: #ffda44;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 12px;
    border-radius: 8px;
    font-weight: 600;
    margin: 20px 0 15px 0;
}

.why-choose-content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 18px;
}

.mission-card,
.vision-card {
  border-radius: 30px;
  padding: 24px;
  margin-bottom: 20px;
}

.mission-card {
  background-color: #c6ffbe;
}

.vision-card {
  background-color: #fbffbe;
}

.mission-card-title,
.vision-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.mission-card-content,
.vision-card-content {
  font-size: 15px;
  color: #222;
  line-height: 1.6;
  margin: 0;
}


/* why choose us section end  */


/* Product Categories section start   */

.category-products-section {
  padding: 80px 0;
}

.category-products-heading {
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'interdisplay' !important;
}

.category-products-subheading {
  text-align: center;
  font-size: 16px;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto 20px;
}

.category-products-card {
  position: relative;
  height: 100%;
  padding: 24px;
  transition: all 0.3s ease;
}

.category-products-image {
  background: #eeee;
  border-radius: 15px;
  margin-bottom: 20px;
}

.category-products-image img {
  width: 100%;
  height: 240px;
  object-fit: contain;
}

.category-products-content {
  text-align: center;
  width: 100%;
}

.category-products-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: left;
}

.category-products-meta {
  font-size: 16px;
  color: #000000;
  background-color: #ffffff;
  padding: 8px 16px;
  border-radius: 8px;
  width: 100%;
  display: inline-block;
}

.category-products-button {
  display: inline-block;
  background-color: #ffcb04;
  color: #000;
  text-decoration: none;
  padding: 14px 40px;
  border-radius: 25px;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.category-products-button:hover {
  background-color: #000000;
  color: #ffcb04;
  border: 1px solid #ffcb04;
}

/*............ product taxonomy category ............... */

/* .category-products-taxonomy {
  margin-bottom: 10px;
}

.category-taxonomy-term {
  display: inline-block;
  background-color: #f3f3f3;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 999px;
  margin-right: 6px;
} */



/* Product Categories section end  */


/* why we build section start  */


.what-we-build-wrapper {
  background: url('./assets/img/what-we-image.webp') no-repeat center center;
  background-size: cover;
  position: relative;
  color: #fff;
}

.what-we-build-wrapper .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 80px 0;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.section-subtitle {
    font-size: 16px;
    margin: auto;
    color: #ccc;
    width: 62%;
}

.build-items {
    gap: 15px;
    padding-top: 24px;
}

.build-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 30px;
}

.build-icon img {
    width: 35px;
    height: 35px;
}

.build-icon {
    background-color: #fff;
    border-radius: 15px;
    padding: 12px 15px;
}

.build-text {
    font-weight: 500;
    margin: 0;
    font-size: 15px;
    color: #fff;
}


/* what we build section end  */




/* testimonial section start  */

.testimonial-wrapper {
	display: none;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.testimonial-label {
  text-align: center;
}

.label-pill {
    display: inline-block;
    border: 1px solid #ababab;
    color: #000;
    padding: 6px 16px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
}

.testimonial-view-all-link {
    position: absolute;
    font-weight: 600;
    color: red;
    text-decoration: none;
    right: 70px;
    top: 165px;
}

.testimonial-heading {
  font-size: 38px;
  font-weight: 600;
  margin: 10px 0;
  color: #000;
  text-align: center;
  font-family: 'interdisplay' !important;
}

.testimonial-subheading {
  font-size: 16px;
  color: #6c757d;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 30px;
}

.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
    height: 350px !important;
    /* margin: auto; */
}

.testimonial-image {
  display: flex;
  justify-content: center;
}

.testimonial-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}

.testimonial-subtitle {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 12px;
}

.testimonial-rating {
  font-size: 14px;
  margin-bottom: 12px;
  color: #000;
}

.testimonial-rating i {
  color: #FFD700;
  margin-right: 2px;
}

.rating-number {
  font-weight: 600;
  color: #333;
  margin-right: 6px;
}

.slick-nav {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

.slick-prev, .slick-next {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #000 !important;
  margin-top: 25px !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  margin: 0 10px;
  transition: background 0.3s;
}

.slick-prev:hover, .slick-next:hover {
  background: #000000 !important;
  color: #fff !important;
}

.slick-prev:before,
.slick-next:before {
  content: none !important;
}

.slick-next {
    right: 45% !important;
}

.slick-prev {
    left: 45% !important;
}


/* testimonial section end  */


/* blog section start  */

.blog-section {
  display: none;
  padding: 60px 0;
  background-color: #fff;
  text-align: center;
}

.blog-heading {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 10px;  
  font-family: 'interdisplay' !important;
}

.blog-subheading {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.blog-post-wrapper {
  padding: 15px;
}

.blog-card {
    /* box-shadow: 0 4px 12px rgb(0 0 0 / 0%); */
    border-radius: 15px;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    height: 520px;
    transition: box-shadow 0.3s ease;
    padding: 15px;
    text-align: left;
}

.blog-card-img {
  margin-bottom: 15px;
}

.blog-card-img img, .blog-post-thumbnail {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 25px;
}

.blog-badge {
  display: inline-block;
  background-color: #f1f1f1;
  color: #333;
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.blog-card-title {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}

.blog-card-text {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.blog-date {
  font-size: 0.85rem;
  color: #888;
}

.blog-card-footer {
  text-align: center;
}

.blog-read-btn {
    display: inline-block;
    padding: 10px;
    width: 100%;
    background-color: transparent;
    color: #111;
    border: 1px solid #333;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
}

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

/* View All Button */
.blog-footer {
  margin-top: 40px;
}

.blog-footer {
  display: inline-flex;
  background: #f6ecc4;
  padding: 4px;
  border-radius: 14px;
}

.blog-footer:hover {
  background: #ffffff;
  border: 1px solid #f6ecc4;
}

.blog-viewall-btn{
    background: #ffcb04;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 10px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    /* box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.25); */
    transition: all 0.2s ease;
}

.blog-viewall-btn:hover {
    background: #ffffff;
    color: #ffcb04;
    border: 1px solid #ffcb04;
}

.blog-arrow {
  margin-left: 8px;
}


/* blog section end  */


/* contact us section start  */

.contact-section {
  padding: 60px 0;
}

.contact-wrapper {
    border-radius: 40px;
    border: 1px solid #a5a5a5;
}

.contact-info {
    position: relative;
    background: url('./assets/img/contact-background.webp') no-repeat center center;
    background-size: cover;
    color: #000;
    border-radius: 40px;
    padding: 40px;
    height: 740px;
}

.contact-info .contact-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #ababab;
    color: #000;
    padding: 6px 16px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
}

.contact-info h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.contact-info p {
  margin-bottom: 25px;
}

.contact-subimage {
    position: absolute;
    bottom: -15px;
    left: 63px;
}

.contact-subimage img {
    width: 560px;
    height: 345px;
    object-fit: cover;
}

.contact-social {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.contact-social a {
  color: #000;
  font-size: 25px;
  transition: color 0.3s ease;
}

.contact-social a:hover {
  color: #333;
}

.contact-form {
  margin-top: 50px;
}

.contact-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 15px;
  color: #222;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  background-color: #fff;
  transition: border-color 0.3s;
}

.contact-form textarea {
  height: 180px !important;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #007bff;
  outline: none;
}

.contact-form .wpcf7-form-control {
  margin: 0 !important;
}

.contact-form .form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

.contact-form .form-check a {
  color: #007bff;
  text-decoration: underline;
}

.contact-form .submit-btn {
  text-align: center;
  margin-top: 10px;
}

.contact-form input[type="submit"] {
  background-color: #ffc107;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.3s;
  cursor: pointer;
  width: 100%;
}

.contact-form input[type="submit"]:hover {
  background-color: #e0a800;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;

}

/* contact us section end  */


/* footer section start  */

.footer {
  background: #ffffff;
  padding: 50px 0 20px;
  font-size: 14px;
}

.footer-logo {
  margin-bottom: 15px;
}

.footer-logo img {
    width: 235px;
    height: 100px;
    object-fit: contain;
}

.footer-about p {
  color: #333;
  margin-bottom: 15px;
}

.footer-social a {
    font-size: 25px;
    margin-right: 10px;
    color: #000;
}

.footer-social a:hover {
    color: #ffcb04;
}

.footer-list {
    list-style: none;
    padding: 0;
}

.footer-list li {
    padding-bottom: 10px;
    font-size: 15px;
    color: #4d4d4d;
    font-weight: 500;
}


.footer h5 {
  font-size: 17px;
  font-weight: 600;
  margin: 40px 0;
  color: #000;
}

.footer-social h4 {
  font-size: 17px;
}

.footer-contact li {
    margin-bottom: 10px;
    color: #444;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.footer-contact i {
  margin-right: 8px;
  color: #000;
}

.footer-bottom {
    padding-top: 15px;
    margin-top: 30px;
    font-size: 13px;
    color: #444;
}

.footer-bottom-col-left {
  display: flex;
  justify-content: flex-start;
}

.footer-bottom-col-right {
  display: flex;
  justify-content: flex-end;
}

.menu-quick-links-container .menu {
  list-style: none !important;
  padding: 0 !important;
}

.menu-quick-links-container .menu a:hover {
  color: #ffcb04 !important;
}

.menu-quick-links-container .menu-item {
  padding-bottom: 10px;
}

.menu-quick-links-container a {
  color: #4d4d4d;
  font-weight: 500;
}


.menu-footer-products-container .menu {
    list-style: none !important;
    text-align: left !important;
    padding: 0 !important;
}

.menu-footer-products-container .menu  li {
  padding-bottom: 10px  ;
}

.menu-footer-products-container .menu a {
    color: #4d4d4d !important;
    font-weight: 500;
}


.menu-footer-products-container .menu a:hover {
    color: #ffcb04 !important;
}



/* 
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    line-height: 1.7 !important;
    height: unset !important;
    color: #4d4d4d;
    display: list-item;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 5px;
} */

/* #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover {
  color: #ffcb04 !important;
} */



#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
    text-align: left !important;
}

.footer .footer-contact {
  list-style: none;
  padding: 0;
}

.footer .footer-contact a {
  color: #4d4d4d;
  font-size: 16px;
}

.footer .footer-contact a:hover {
  color: #ffcb04;
}

/* footer section end  */


/* innerpage heading section  */

.innerpage-header {
  position: relative;
  height: 50vh;
  overflow: hidden;
}

.innerpage-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pageheading-middle {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.pageheading-middle a {
  color: #ffcb04;
}


/* inner page about us section start  */

.inner-about-section {
  padding: 60px 0 0;
  color: #ffffff;
}

.inner-about-feature-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 10px !important;
}

.inner-about-text {
  padding-left: 30px;
}

.inner-about-title {
    background: #ffc800;
    color: #000;
    padding: 8px 20px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
}

.inner-about-section .wp-block-heading {
  color: #000;
  font-size: 26px;
}

.inner-about-description {
  font-size: 16px;
  line-height: 1.7;
  color: #cccccc;
  margin-bottom: 30px;
}

.inner-progress-wrapper {
  margin-top: 20px;
}

.inner-progress-item {
  margin-bottom: 25px;
}

.inner-progress-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.inner-progress-label {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}

.inner-progress-percent {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.inner-progress {
  width: 100%;
  height: 16px;
  background-color: #000000; 
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}

.inner-progress-bar {
    height: 100%;
    width: 0;
    background-color: #ffcb04;
    transition: width 0.4s ease-in-out;
    border-radius: 8px 0 0 8px;
}

.missionandvission-wrapper {
    padding: 0 0 60px 0;
}

.inner-about-mission,
.inner-about-vision {
  margin-top: 30px;
  padding: 30px;
  border-radius: 20px;
}

.inner-about-mission {
  background-color: #c1f8c9; 
  height: 180px;
}

.inner-about-vision {
  background-color: #fef9a3;
  height: 180px;
}

.inner-about-mission h4,
.inner-about-vision h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000000;
}

.inner-about-mission p,
.inner-about-vision p {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
}


/* inner page about us section end */


/* inner page testimonial start  */

.inner-testimonial-wrapper {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.inner-testimonial-label {
    margin-bottom: 20px;
    text-align: center;
}

.inner-label-pill {
  color: #000;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 50px;
  border: 1px solid #c4c4c4;
  display: inline-block;
	display: none !important;
  font-size: 14px;
}

.inner-testimonial-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.inner-testimonial-subheading {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

.inner-testimonial-row {
  row-gap: 40px;
}

.inner-testimonial-card {
  padding: 30px;
  border: none;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  height: 100%;
}

.inner-testimonial-img-wrapper {
  margin-bottom: 20px;
}

.inner-testimonial-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.inner-testimonial-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.inner-testimonial-subtitle {
  font-size: 14px;
  color: #888;
  margin-bottom: 15px;
}

.inner-testimonial-rating {
  margin-bottom: 15px;
}

.inner-testimonial-rating-number {
  display: block;
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
}

.inner-testimonial-content {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

/* inner page testimonial end */


/* inner page product categories section start  */

.inner-product-cat-wrap {
  padding: 60px 0;
  background-color: #f5f5f5;
}

.inner-product-cat-title-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.inner-product-cat-heading {
  font-size: 38px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}

.inner-product-cat-subheading {
  font-size: 16px;
  color: #666666;
  font-family: 'Roboto', sans-serif;
}

.inner-product-cat-col {
  margin-bottom: 30px;
}

.inner-product-cat-card {
  background-color: #ffffff;
  border: 1px solid #cbcbcb;
  border-radius: 15px;
  padding: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: all .3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.inner-product-cat-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.inner-product-cat-image {
  margin-bottom: 20px;
  background: #dddddd;
  border-radius: 10px;
}

.inner-product-cat-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;

}

.inner-product-cat-title {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 12px;
  text-align: center;
}

.inner-product-cat-card-btn-wrap {
  text-align: center;
  margin-top: auto;
}

.inner-product-cat-card-btn {
    display: inline-block;
    background-color: #ffcb04;
    color: #000;
    border: 1px solid #ffcb04;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    width: 100%;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.inner-product-cat-card-btn:hover {
    background-color: #000000;
    color: #ffcb04;
    border: 1px solid #ffcb04;
}




/* product categories section end  */


/* gallery section start  */

.inner-gallery-section {
  padding: 80px 0;
  background-color: #f8f9fa; 
}

/* .inner-gallery-wrapper {
  max-width: 100%;
}

.inner-gallery-section h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #000;
}

.inner-gallery-section .vp-portfolio {
  gap: 20px; 
}

.inner-gallery-section .vp-portfolio-item {
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.inner-gallery-section .vp-portfolio-item:hover {
  transform: scale(1.03);
}

.inner-gallery-section .vp-portfolio-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
} */

/* gallery section end  */


/* single blog section start  */


.single-blog-section {
  padding: 80px 0;
}

.single-blog-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.single-blog-date {
    display: inline-flex;
    background: #ffcb04;
    padding: 10px 15px;
    border-radius: 9px;
    color: #000000;
    font-size: 14px;
    margin-bottom: 30px;
}

.single-blog-image {
  margin-bottom: 30px;
}

.blog-featured-image {
  border-radius: 8px;
  display: block;
  width: 100%;
  height: auto;
}

.single-blog-content {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 50px;
    text-align: justify;
}

.btn-back-blog {
  display: inline-block;
  background-color: #ffcb04;
  color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-back-blog i {
  margin-right: 8px;
}

.btn-back-blog:hover {
  background-color: #e6b900;
}

.recent-blogs-box {
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.recent-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.recent-blog-item {
  margin-bottom: 40px;
}

.recent-blog-img {
    width: 100%;
    height: 100% !important;
    border-radius: 10px !important;
}
.recent-blog-title {
  font-weight: 600;
  color: #111;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}

.recent-blog-title:hover {
  text-decoration: underline;
}

.recent-blog-date {
  font-size: 13px;
  color: #888;
}



/* single blog section end  */


.single-product-taxonomies {
  margin-top: 20px;
}
.taxonomy-list {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.taxonomy-list li {
  background: #f4f4f4;
  padding: 5px 10px;
  border-radius: 5px;
}
.taxonomy-list li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}


/* single product category page start */

.single-product-cat-wrap {
    padding: 60px 0;
    background: #ffffff;
}

.single-product-cat-title-wrap {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.single-product-cat-head {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Roboto';
    margin-bottom: 15px;
}

.single-product-cat-subhead {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.single-product-cat-col {
    margin-bottom: 30px;
}

.single-product-cat-card {
    background: #fff;
    border: 1px solid #cbcbcb;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single-product-cat-card:hover {
    border: 1px solid #ffcb04;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.single-product-cat-image {
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    overflow: hidden;
}

.single-product-cat-image img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.single-product-cat-badge {
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    color: #ffcb04;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 0 0 10px;
}

.single-product-cat-title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
    text-align: center;
}

.single-product-cat-excerpt {
    font-size: 14px;
    padding-bottom: 10px;
    text-align: left;
}

.single-product-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: auto; 
}

.single-product-actions .single-product-cat-btn,
.single-product-actions .enquire-btn {
    flex: 1;
    text-align: center;
}

.single-product-cat-btn {
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    background-color: #ffcb04;
    color: #000;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.single-product-cat-btn:hover {
    background-color: #000000;
    color: #ffcb04;
    border: 1px solid #ffcb04;
}

/* single product category page end */



/* single product section start  */

.single-product-wrap {
  padding: 60px 0;
}

.single-product-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.single-product-content {
  margin-bottom: 20px;
}

.single-product-features h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.single-product-features ul {
  list-style: disc;
  padding-left: 20px;
}

.single-product-features li {
  margin-bottom: 8px;
}

.single-product-image img {
  width: 100%;
  object-fit: contain;
  height: 480px;
}

.single-product-enquire {
  margin-top: 30px;
}

.single-product-enquire-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background-color: #ffcb04;
    color: #000;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
    text-transform: uppercase;
}

.single-product-enquire-btn:hover {
    background-color: #000000;
    color: #ffcb04;
    text-decoration: none;
    border: 1px solid #ffcb04;
}


/* single product section end  */




@media only screen and (min-width: 300px) and (max-width: 576px) {

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
  background: #ffffff;
}

#mega-menu-item-2985 {
  display: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: #000000;
    color: #ffcb04;
    border-radius: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #000 !important;
    background: #ffcb04;
}


/* banner section start  */

.header-logo img {
    width: 150px;
    object-fit: contain;
    height: 100px;
}

.f-nav .header-wrapper .header-logo img {
    height: 100px;
    width: 150px;
}

.banner-wrapper-post-tag {
    font-size: 12px;
}

.banner-wrapper-content p {
    font-size: 20px;
    line-height: 32px;
}

.banner-wrapper-sub-content {
    font-size: 14px;
    width: 100%;
}

.banner-wrapper-post-btn {
    font-size: 15px;
}

.avatar-single img {
    width: 100px;
    height: 50px;
    object-fit: contain;
}

.stars {
    font-size: 15px;
}

.scroll-down-wrapper {
  display: none;
}

.banner-wrapper-post-rating {
    padding: 25px 0;
}

.banner-wrapper-machine-image {
    position: relative;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    min-width: 300px;
    height: 100%;
    object-fit: cover;
}

.banner-wrapper-image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 550px;
    height: 680px;
    max-height: 100%;
    background: #f8ca1c;
    border-radius: 40px 40px 0 0;
}

.banner-wrapper-bg-title {
    position: absolute;
    top: 72px;
    left: 0;
    font-size: 62px;
}

/* banner section end  */


/* feature product section start  */

.feature-title {
    text-align: center;
    font-size: 28px;
}

.product-title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 12px;
    color: #000000;
}

.product-specs {
    font-size: 13px;
}

.slick-dots {
  display: none !important;
}


/* feature product section end  */



/* about us section end  */

.video-frame {
  display: none;
} 

.about-heading {
    font-size: 20px;
}

.about-featured-img {
    position: absolute;
    top: 50px;
    width: unset;
}

.about-featured-img img {
    height: 540px;
    width: 100%;
    object-fit: cover;
}

.highlight-icon {
    width: 100px;
    height: 45px;
    font-size: 20px;
}


/* about us section end  */


 /* client section start  */

.client-logos-wrapper {
    padding: 20px 0 0;
    position: relative;
    z-index: 5;
}

 /* client section end  */


 /* why choose us section start  */

.why-choose-us-wrapper img {
    width: 100%;
    height: 585px;
    object-fit: cover;
    border-radius: 40px;
}

.why-choose-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 30px;
}


 /* why choose us section end  */


 /* products category section start  */

 .category-products-heading {
    font-size: 28px;
    font-weight: 600;
}

.category-products-subheading {
    font-size: 14px;
}

.category-products-title {
    font-size: 16px;
    text-align: center;
}

.category-products-meta {
    font-size: 14px;
}

 /* products category section end  */


 /* what we build section start  */

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

.section-subtitle {
    font-size: 15px;
    width: unset;
}

.build-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: auto;
    width: 50%;
}

 /* what we build section end  */


 /* testimonial section start */


.testimonial-heading {
    font-size: 28px;
}

.testimonial-view-all-link {
  display: none;
}

.testimonial-subheading {
    font-size: 14px;
}

.slick-nav {
    display: none;
}

 /* testimonial section end */


 /* blog section start  */

.blog-heading {
    font-size: 28px;
}

.blog-subheading {
    font-size: 14px;
}

 /* blog section end  */


/* contact section start  */

.contact-wrapper {
    border:none;
}

.contact-info {
    height: 560px;
}

.contact-subimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* contact section end  */



.pageheading-middle h2 {
  font-size: 20px;
}

.breadcrumb_last {
  font-size: 15px;
}


/* inner about us section start  */

.inner-about-title {
    margin-top: 20px;
}

.inner-about-section .wp-block-heading {
    color: #000;
    font-size: 20px;
}

.inner-about-text {
    padding-left: 0;
}


/* inner page about us section end  */



/* inner page testimonials section start  */

.inner-testimonial-heading {
    font-size: 20px;
}


/* inner page testimonials section end  */



/* inner page products categories section start  */

.inner-product-cat-heading {
    font-size: 20px;
}

.inner-product-cat-subheading {
    font-size: 15px;
    color: #666666;
    font-family: 'Roboto', sans-serif;
}

/* inner page products categories section end  */

/* single page products categories section start  */

.single-product-cat-head {
    font-size: 20px;
}

.single-product-cat-title {
    font-size: 15px;
}

/* single page products categories section end  */


/* single page blog section start  */

.single-blog-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.btn-back-blog {
   margin-bottom: 20px;
}

/* single page blog section end  */

}


@media only screen and (min-width: 576px) and (max-width: 768px) {


  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
  background: #ffffff;
}

#mega-menu-item-2985 {
  display: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: #000000;
    color: #ffcb04;
    border-radius: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #000 !important;
    background: #ffcb04;
}

.header-logo img {
    width: 180px;
    object-fit: contain;
    height: 100px;
}

.f-nav .header-wrapper .header-logo img {
    height: 100px;
    width: 180px;
}


/* banner section start  */

.banner-wrapper-post-tag {
    font-size: 15px;
}

.banner-wrapper-content p {
    font-size: 30px;
    line-height: 42px;
}

.banner-wrapper-post-btn {
    font-size: 15px;
}

.banner-wrapper-machine-image {
    position: relative;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    min-width: 300px;
    height: 100%;
    object-fit: cover;
}

.banner-wrapper-image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 680px;
    background: #f8ca1c;
    border-radius: 40px 40px 0 0;
}

.banner-wrapper-bg-title {
    position: absolute;
    top: 72px;
    left: 0;
    font-size: 128px;
}

.banner-wrapper-post-rating {
    padding: 25px 0;
}

.scroll-down-wrapper {
  display: none;
}

/* banner section end  */


/* feature products section start  */

.feature-title {
    font-size: 30px;
}

.slick-dots {
display: none !important;
}

/* feature products section end  */


/* about us section start  */

.about-heading {
    font-size: 30px;
}

/* about us section end  */


/* client section start  */

.client-logos-wrapper {
    padding-top: 25px;
}

/* client section end  */


/* why choose us section start  */

.why-choose-title {
    font-size: 30px;
}


/* why choose us section end  */


/* product categories section start  */

.category-products-heading {
    text-align: center;
    font-size: 30px;
}


/* product categories section end  */


/* what we build section start  */

.section-title {
    font-size: 30px;
}

.section-subtitle {

    width: unset;
}

.build-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: auto;
    width: 50%;
}

/* what we build section end  */


/* testimonial section start  */

.testimonial-heading {
    font-size: 30px;
}

.testimonial-subheading {
    font-size: 16px;
    color: #6c757d;
    text-align: center;
    max-width: 550px;
    margin: 0 auto 30px;
}

.testimonial-view-all-link {
  display: none;
}

.slick-nav {
  display: none;
}

/* testimonial section end  */


/* blog section start  */

.blog-heading {
    font-size: 30px;
}

/* blog section end  */


/* contact us section start  */

.contact-wrapper {
    border: none;
}

.contact-subimage {
    position: absolute;
    bottom: -15px;
    left: 0;
}

/* contact us section end  */



.pageheading-middle h2  {
  font-size: 24px;
}

/* inner page about us section start  */

.inner-about-text {
    padding-top: 30px;
    padding-left: 0;
}

.inner-about-section .wp-block-heading {
    color: #000;
    font-size: 24px;
}


/* inner page about us section end  */


/* inner page testimonial section start  */

.inner-testimonial-heading {
    font-size: 30px;
}


/* inner page testimonial section end  */


/* inner page testimonial section start  */

.inner-product-cat-heading {
    font-size: 30px;
}


/* inner page testimonial section end  */



/* single page testimonial section start  */

.single-product-cat-head {
    font-size: 30px;
}

/* single page testimonial section end  */


}


@media only screen and (min-width: 768px) and (max-width: 992px) {

  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
  background: #ffffff;
}

#mega-menu-item-2985 {
  display: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: #000000;
    color: #ffcb04;
    border-radius: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #000 !important;
    background: #ffcb04;
}

.header-logo img {
    width: 180px;
    object-fit: contain;
    height: 100px;
}

.f-nav .header-wrapper .header-logo img {
    height: 100px;
    width: 180px;
}


/* banner section start  */

.banner-wrapper-post-tag {
    font-size: 15px;
}

.banner-wrapper-content p {
    font-size: 32px;
    line-height: 38px;
} 

.banner-wrapper-post-btn {
    font-size: 15px;
}

.banner-wrapper-machine-image {
    position: relative;
    top: 28px;
    right: 50px;
    z-index: 2;
    width: 100%;
    min-width: 365px;
    height: 100%;
    object-fit: cover;
}

.banner-wrapper-image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 680px;
    background: #f8ca1c;
    border-radius: 40px 40px 0 0;
}

.banner-wrapper-bg-title {
    position: absolute;
    top: 72px;
    left: 0;
    font-size: 80px;
}

.banner-wrapper-post-rating {
    padding: 25px 0;
}

.scroll-down-wrapper {
  display: none;
}


/* banner section end  */


/* feature products section start  */

.product-title {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
}


/* about us section start  */

.video-frame {
    width: 300px;
    height: 180px;
    border: 6px solid #000;
    padding: 5px;
    border-radius: 20px;
    background-color: #FFD700;
    margin: 73px auto;
}

/* about us section start  */



/* client section start  */

.client-logos-wrapper {
    padding-top: 40px;
}


/* client section end  */



/* product categories section start  */

.category-products-heading {
    text-align: center;
    font-size: 32px;
}

.category-products-meta {
    font-size: 14px;
}

/* product categories section end  */


/* what we build section start  */

.section-title {
    font-size: 32px;
}


/* what we build section end  */


/* testimonial section start  */

.testimonial-heading {
    font-size: 32px;
}

.slick-prev {
    left: 40% !important;
}

.slick-next {
    right: 40% !important;
}

.testimonial-view-all-link {
display: none;
}

/* testimonial section end  */


/* blog section start  */

.blog-heading {
    font-size: 32px;
}


/* blog section end  */


/* contact us section start  */

.contact-wrapper {
    border-radius: 40px;
    border: unset;
    padding: 0 60px;
}


/* contact us section end  */



/* single page product categories sectionn start  */

.inner-product-cat-heading {
    font-size: 38px;
}


/* single page product categories sectionn end  */



}




@media only screen and (min-width: 992px) and (max-width: 1200px) {

    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
  background: #ffffff;
}

#mega-menu-item-2985 {
  display: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: #000000;
    color: #ffcb04;
    border-radius: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #000 !important;
    background: #ffcb04;
}

.header-logo img {
    width: 180px;
    object-fit: contain;
    height: 100px;
}

.f-nav .header-wrapper .header-logo img {
    height: 100px;
    width: 180px;
}


/* banner section start  */


.banner-wrapper-image-wrapper::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 5px;
    max-width: 100%;
    width: 460px;
    height: 470px;
    max-height: 100%;
}

.banner-wrapper-bg-title {
    position: absolute;
    top: 72px;
    left: 65px;
    font-size: 87px;
}

.banner-wrapper-machine-image {
    position: relative;
    top: 38px;
    right: 50px;
    width: 100%;
    min-width: 430px;
    height: 520px;
    max-height: 100%;
}


/* banner section end  */


/* about us section start  */

.video-frame {
    width: 300px;
    height: 180px;
    border: 6px solid #000;
    padding: 5px;
    border-radius: 20px;
    background-color: #FFD700;
    margin: 45px 0 45px 0;
}

/* about us section end  */


/* products categories section start  */

.category-products-heading {
    text-align: center;
    font-size: 34px;
}


/* product categories section end  */



/* what we build section start */

.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.build-text {
    font-weight: 500;
    margin: 0;
    font-size: 10px;
    color: #fff;
}

.build-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 0;
}

/* what we build section end */


/* testimonial section start  */

.testimonial-heading {
    font-size: 34px;
    font-weight: 600;
    margin: 10px 0;
}

.testimonial-view-all-link {
    position: absolute;
    right: 40px;
    top: 155px;
}

.slick-next {
    right: 42% !important;
}

.slick-prev {
    left: 42% !important;
}

/* testimonial section end  */


/* blog page section start  */

.blog-card-title {
    font-size: 13px;
}

/* blog page section end  */


/* contact section start  */


.contact-subimage img {
    width: 460px;
    height: 283px;
    object-fit: cover;
}

.contact-subimage {
    position: absolute;
    bottom: -15px;
    left: 10px;
}


/* contact section start  */


}


@media only screen and (min-width: 1250px) {
	.banner-wrapper-machine-image {
    position: relative;
    top: 45px;
    right: 120px;
    z-index: 2;
    width: 100%;
    min-width: 615px;
    height: 657px;
    max-height: 100%;
    object-fit: cover;
}
	
	.banner-wrapper-image-wrapper::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 65px;
    max-width: 100%;
    width: 550px;
    height: 606px;
    max-height: 100%;
    background: #f8ca1c;
    border-radius: 40px 40px 0 0;
    z-index: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.08) 10px,
    transparent 10px,
    transparent 20px
  );
}
	
	
}