/*
Theme Name: tiss-theme
*/


@font-face {
	font-family: interdisplay;
	src: url(../tiss-theme/assets/inter-display/ttf/InterDisplay-Medium.ttf);
	font-weight: 600;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-xlig.otf);
	font-weight: 200;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-thick.otf);
	font-weight: 300;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-text.otf);
	font-weight: 400;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-semi.otf);
	font-weight: 500;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-medium.otf);
	font-weight: 600;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-bold.otf);
	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: 'interdisplay';
    font-weight: 600;
}
p, a{
   font-family: "Roboto", sans-serif;
    color: #000000de;  
    font-size: 15px;                                         
}
span{
      font-family: 'interdisplay';
}
a:hover{
    text-decoration: none !important;
}


.custom-container{
    padding:60px 4% 0;
}
.error-404 img{
    width: 100%;
    height: 485px;
    object-fit: contain;
    margin: 106px 0;
}

::selection {
  background: #ff5722;
  color: #fff;
}

::-moz-selection {
  background: #ff5722;
  color: #fff;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

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

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

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

.container {
    max-width: 1270px !important;
}


/* search section  */

.nav-searchbar-header {
    padding: 230px 0 100px;
}

.nav-searchbar-item-col {
	padding-top: 20px;
}

.nav-searchbar-header {
    background-color: #f8f9fa; /* light gray */
    text-align: center;
}
.nav-searchbar-title {
    font-size: 2rem;
    font-weight: 600;
    margin: 60px 0;
}

.nav-searchbar-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
    padding: 15px;
}

.nav-searchbar-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

.nav-searchbar-item-image {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    object-fit: contain;
    height: 200px;
}

.nav-searchbar-item-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.nav-searchbar-item-title {

    margin-bottom: 10px;
}

.nav-searchbar-item-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 20px;
}

.nav-searchbar-item-title a:hover {
    color: #e60023; /* brand red color */
}

.nav-searchbar-item-excerpt {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
    flex: 1;
}

.nav-searchbar-pagination-section {
    text-align: center;
}

.nav-searchbar-pagination .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 3px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
}

.nav-searchbar-pagination .current {
    background-color: #e60023;
    color: #fff !important;
    border-color: #e60023;
}

.nav-searchbar-pagination .page-numbers:hover {
    background-color: #f8f8f8;
    color: #e60023;
}

.nav-searchbar-no-results-section {
    text-align: center;
}

.nav-searchbar-no-results {
    font-size: 20px;
    color: #777;
}

/* search section  */


/* Top Header Wrapper */

.top-header {
    position: fixed;
    width: 100%;
    z-index: 99;
    background: #23292f;
    color: #fff;
    padding: 15px 0;
}

.top-header-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.top-header-logo .logo-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  text-decoration: none;
}

.top-header-logo img {
    width: 280px;
    object-fit: contain;
    height: auto;
}

.top-header-logo .iso {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #f35a22;
}

.top-header-logo .locations {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 14px;
    color: #fff;
}

.top-header-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.top-header-contact .contact-icon {
  background: #f35a22;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(255, 87, 34, 0.6);
}

.top-header-contact .contact-icon i {
  color: #fff;
  font-size: 20px;
}

.top-header-contact .contact-info a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}


 /* header start */

 .header-logo img {
    width: 88px;
    object-fit: cover;
    height: auto;
    margin-right: auto;
    display: block;
}

.header-wrapper {
    width: 100%;
    background: rgb(243 90 34);
    text-align: center;
    position: fixed;
    top: 118px;
    z-index: 99;
    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);
    margin-top: 0px;
    transition: .3s ease;
}

.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 78px;
}

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

.header-menu {
    display: flex;
    align-items: center;
    /* justify-content: flex-start; */
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 12px 0px 12px !important;
    font-size: 16px !important;
    color: #fff !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: #000000 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: rgba(51, 51, 51, 0) !important;
    color: #000000 !important;
    font-weight: normal !important;
    text-decoration: none !important;
    border-color: #fff !important;
}

#mega-menu-item-3007 {
    /* background: #ffffff !important; */
    display: inline-flex;
    align-items: center !important;
    padding: 0px 5px !important;
    border-radius: 50px !important;
    /* margin-left: 40px !important; */
}

#mega-menu-item-3007 .mega-menu-link {
  color: #ffffff !important;
}

#mega-menu-item-3007 .mega-menu-link:hover {
  color: #000000 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #f35a22 !important;
}

.top-header-search .search-form {
  position: relative;
}

.top-header-search .search-input {
    width: 100%;
    border: 1px solid #ffffff;
    border-radius: 15px;
    padding: 10px 40px 10px 36px;
    background: #ffffff;
    color: #000000;
	outline: none !important;
}

.top-header-search .search-input::placeholder {
  color: #aaa;
}

.top-header-search .search-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #ff5722;
  font-size: 16px;
  cursor: pointer;
}

 /* header ends */


 /* sub heading start  */

.sub-header-wrapper {
    width: 100%;
    background: #ffffff;
    text-align: center;
    position: fixed;
    top: 180px;
    z-index: 99;
    padding: 8px 0;
    box-shadow: 0px 4px 4px 0 #00000021;
}

#mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 5px 0px 5px !important;
    color: #6f7377;
    font-weight: 400 !important;
    font-size: 16px;
}

#mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-item > a.mega-menu-link:hover {
    color: #000000 !important;
    font-weight: 400 !important;
}

#mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #ff5722;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}

#mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-flyout ul.mega-sub-menu {
    border-radius: 8px !important;
    overflow: hidden !important;
    max-height: 250px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    box-shadow: -1px 6px 12px #0000003b;
}

#mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #ffffff !important;
    color: #000000 !important;
}

#mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    background: #ff5722 !important;
    color: #ffffff !important;
}

#mega-menu-wrap-max_mega_menu_4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

#mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #000;
    background: #ffffff !important;
}

#mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-flyout ul.mega-sub-menu {
    width: 260px !important;
}

 
/* --- Social Icons Bar --- */

.social-icons-bar {
  position: fixed;
  top: 40%;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;   /* keep icons aligned to right edge */
  gap: 12px;
  z-index: 11;
}

.social-icons-bar .social-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #f35a22;
    border-radius: 15px 0 0 15px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    text-decoration: none;
    transition: width 0.3s ease, background 0.3s ease;
    transform-origin: right center;
    position: relative;
}

/* Icon always visible */
.social-icons-bar .icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  order: 2;
  flex-shrink: 0;
}

/* Hidden text */
.social-icons-bar .icon-text {
  opacity: 0;
  max-width: 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease;
  padding-left: 0;
  order: 1;
}

/* Expand only hovered one */
.social-icons-bar .social-icon:hover {
  width: 160px;
}

/* Reveal text */
.social-icons-bar .social-icon:hover .icon-text {
  opacity: 1;
  max-width: 120px;
  padding-left: 12px;
}

/* Brand colors */
.social-icon.phone:hover { background: #0f9b57; }
.social-icon.linkedin:hover { background: #0A66C2; }
.social-icon.facebook:hover { background: #1877f2; }
.social-icon.instagram:hover {   background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);}
.social-icon.twitter:hover { background: #000; }
.social-icon.whatsapp:hover { background: #25d366; }
.social-icon.youtube:hover { background: #ff0000; }


/* --- Social Icons Bar --- */


/* banner start */

.banner-wrapper {
    padding: 250px 0 0;
}

.banner-content {
  padding-right: 40px;
}

.banner-play-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}

.circle-play-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #ff512fb0, #f36c21);
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  transition: transform 0.3s ease;
  position: relative; 
  overflow: visible; 
}

.circle-play-btn:hover {
  transform: scale(1.1);
  background: #000;
  color: #f35a22;
}

.circle-play-btn i {
  position: relative;
  z-index: 2;
  animation: pulseIcon 1.5s infinite ease-in-out;
}

.circle-play-btn::before,
.circle-play-btn::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: 2px solid rgba(243, 90, 34, 0.6); 
  border-radius: 50%;
  animation: ripple 2s infinite;
}

.circle-play-btn::after {
  animation-delay: 1s;
}

.banner-play-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s ease;
  margin-bottom: 40px;
}

.banner-play-btn:hover {
  background: #f35a22;
  color: #fff;
}

.banner-play-btn i {
  font-size: 20px;
}

.banner-title {
    font-size: 24px;
    font-weight: 600;
    font-family: 'interdisplay';
}

.banner-contents p {
  font-size: 13px;
  color: #555;
  margin-bottom: 30px;
}

.banner-buttons .btn {
  padding: 12px 25px;
  border-radius: 25px;
  margin-right: 10px;
  font-weight: 600;
}

.banner-buttons .btn-dark {
  background: #333;
  color: #fff;
}

.banner-buttons .btn-dark:hover {
  background: #f35a22;
  color: #fff;
}

.banner-buttons .btn-orange {
  background: #f35a22;
  color: #fff;
}

.banner-buttons .btn-orange:hover {
  background: #333;
  color: #fff;
}

.banner-image img {
    width: 100%;
    object-fit: contain;
    height: 325px;
}

.slick-prev:before {
  display: none;
}

.slick-next:before {
  display: none;
}

.banner-wrapper .custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #000000 !important;
  border: none;
  padding: 12px 14px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.banner-wrapper .slick-prev {
    left: 10px;
}

.banner-wrapper .slick-next {
    right: 30px;
}

.banner-wrapper .custom-arrow i {
  font-size: 32px;
  line-height: 1;
}

/* Keyframes */
@keyframes pulseIcon {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

/* banner end */


/* feature products section start  */

.featured-products-section {
  padding: 60px 0 30px;
  text-align: center;
}

.featured-products-section .section-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: left;
}

.featured-product-card {
  border: 1px solid #f36c21;
  border-radius: 12px;
  padding: 20px;
  background: #fff;
  transition: all 0.3s ease;
  display: flex;              
  align-items: center;        
  height: 100%;
}

.featured-product-card:hover {
  box-shadow: 0px 6px 20px rgba(0,0,0,0.08);
}

.featured-product-card .fp-image {
  flex: 0 0 40%;             
  text-align: center;
}

.featured-product-card .fp-image img {
    width: 100%;
    height: 135px;
    object-fit: cover;
}

.featured-product-card .fp-content {
  flex: 1;
  padding-left: 20px;
  text-align: left;          
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.featured-product-card .fp-title {
  font-size: 18px;
  font-weight: 600;
  color: #f35a22;
  margin-bottom: 6px;
}

.featured-product-card .fp-desc {
  font-size: 14px;
  color: #333;
  flex-grow: 1;              
  margin-bottom: 15px;
}

.explore-wrapper {
  margin-top: 20px;
}

.btn-enquiry {
  display: inline-block;
  background: #f36c21;
  color: #fff;
  padding: 8px 22px;
  font-size: 14px;
  border-radius: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s ease;
  align-self: flex-start;
}

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

.btn-explore {
  display: inline-block;
  background: #f35a22;
  color: #fff;
  padding: 8px 22px;
  font-size: 14px;
  border-radius: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s ease;
}

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

.enquiry-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.enquiry-modal-content {
  background: #23292f;
  padding: 30px;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  position: relative;
}

.enquiry-modal-content h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.enquiry-modal .close-modal {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}

.featured-products-slider .featured-prod {
  padding: 10px; /* spacing between slides */
}


/* feature products section end  */


/* bottom feature section start */

.bottom-feature-wrapper {
  padding: 60px 0 0;
}

.bottom-feature-wrapper .bottom-feature-box {
    background: #121212 url('./assets/img/feature-bg.png') no-repeat center/cover;
    border: 1px solid #f15b42;
    border-radius: 16px;
    padding: 20px;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    height: 120px;
}

.bottom-feature-wrapper .bottom-feature-icon {
    background: #ffdccf;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

.bottom-feature-wrapper .bottom-feature-text h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.bottom-feature-wrapper .bottom-feature-text p {
  margin: 0;
  font-size: 15px;
  color: #ccc;
}

.fp-arrows {
  margin-bottom: 10px;
  text-align: right;
}

.fp-arrows button {
  background: #000;
  border: none;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}

.fp-arrows button:hover {
    background: #f35a22;
    color: #fff;
}

.fp-arrows i {
  font-size: 14px;
}
	
.featured-products-sli {
	position: relative;
}
	
.fp-arrows .fp-prev {
    position: absolute;
    top: 80px;
    left: -14px;
}

.fp-arrows .fp-next {
    position: absolute;
    top: 80px;
    right: -14px;
}


/* bottom feature section end  */


/* about us section start  */


.about-section {
  padding: 60px 0 40px;
}

.about-tag {
  display: inline-block;
  padding: 6px 14px;
  background: #f5f5f5;
  border-radius: 20px;
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}

.about-tag::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #4cd964, #2ecc71); /* ✅ green gradient */
  margin-right: 8px;
}

.about-section h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'interdisplay';
}

.about-section .about-content {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #444;
}

.about-btn {
  display: inline-block;
  padding: 10px 22px;
  background: #000;
  color: #fff;
  border-radius: 25px;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s;
}

.about-btn:hover {
  background: #f35a22;
  color: #fff;
}

.about-image img {
    border-radius: 24px !important;
    width: 100%;
	object-fit: cover;
    height: 460px;
}



/* about us section end  */


/* counter section start  */

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

.counter-box {
    background: #1a1a1a;
    color: #fff;
    border-radius: 25px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    padding: 28px;
    height: 100%;
    display: flex;
    gap: 28px;
}

.counter-left h2 {
  font-size: 38px;
  font-weight: bold;
  color: #f35a22;
  margin: 0;
}

.counter-left .label {
  margin: 0;
  font-size: 20px;
  color: #f35a22;
}

.counter-right .description {
  margin: 0;
  font-size: 15px;
  color: #fff;
}


/* counter section end  */


/* team member section start  */

.team-section-wrapper {
  padding: 60px 0;
  display: none;
}

.team-section-wrapper h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600;
}

.team-section-wrapper .highlight {
    color: #f35a22;
    font-weight: 600;
}

.btn-view-all {
  display: inline-block;
  background: #f35a22;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
}

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

.team-member {
  margin-bottom: 30px;
  text-align: left;
}

.team-member img {
    border-radius: 24px !important;
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
}

.team-member h4 {
    font-size: 18px;
    font-weight: 600;
}

.team-member .position {
  font-size: 0.9rem;
  color: #666;
}

/* team member section start  */



/* business solution section start  */

.business-solutions {
  background: #1f2429;
  padding: 60px 0;
  color: #fff;
}

.business-solutions .section-title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.business-solutions .section-title span {
  color: #f35a22;
}

.solution-first-col {
  margin-bottom: 20px;
}

.solution-card {
  background: #2b2f34;
  border-radius: 33px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 300px;
  padding: 15px;
  border: 1px solid #f35a22;
}

.solution-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.3);
}

.solution-image {
  position: relative;
  /* overflow: hidden; */
}

.solution-thumb {
  width: 100%;
  height: 255px;
  object-fit: cover;
  border-radius: 25px;
}

/* Read More button - default on left */
.read-more {
  position: absolute;
  bottom: 15px;
  left: 25px;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.read-more:hover {
  background: #f35a22;
  color: #fff;
}

/* First column, first card → button right */
.solution-first-col:first-child .read-more {
  left: auto;
  right: 25px;
}
/* Second card stays left (default) */

.solution-content {
  padding: 70px 0 0 25px;
  position: relative;
}

.solution-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f35a22;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 10px;
}

.solution-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.solution-title {
    font-size: 20px;
    font-weight: 600;
    color: #f35a22;
    margin: 15px 0 10px;
}

.solution-excerpt {
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
}

.solution-second-col {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}

/* --- Third card (1st in second row) --- */

.solution-second-col:nth-child(1) .solution-card {
    position: relative;
    width: 375px;
}

.solution-second-col:nth-child(1) .solution-thumb {
    width: 100%;
    height: 135px;
    object-fit: cover;
    border-radius: 25px;
}

.solution-second-col:nth-child(1) .solution-content {
  padding: 0; 
  position: relative;
}

.solution-second-col:nth-child(1) .solution-icon {
    top: -124px;
    left: 10px;
}

.solution-second-col:nth-child(1) .read-more {
  left: auto;
  right: 15px;
}

/* --- Fourth card (2nd in second row) --- */

.solution-second-col:nth-child(2) .solution-content {
    padding: 50px 10px;
}

.solution-second-col:nth-child(2) .solution-card {
    flex-direction: row !important;
    width: 490px;
    margin: 0px -20px 0 -30px;
}

.solution-second-col:nth-child(2) .solution-image,
.solution-second-col:nth-child(2) .solution-content {
  flex: 1 1 50%;
}

.solution-second-col:nth-child(2) .solution-icon {
  top: 0;
  left: 10px;
}

.solution-second-col:nth-child(2) .solution-image,
.solution-second-col:nth-child(2) .solution-content {
  flex: 0 0 50%;   
  max-width: 50%;
}

.solution-second-col:nth-child(2) .solution-thumb {
    height: 270px;
    object-fit: cover;
    border-radius: 25px;
}

.solution-second-col:nth-child(2) .read-more {
    position: absolute;
    bottom: 15px;
    right: 10px;
    left: auto;
}

/* --- Fifth card (3rd in second row) --- */

.solution-second-col:nth-child(3) .solution-card {
    flex-direction: column;
    width: 376px;
    margin-left: 35px;
    padding: 0px 15px 15px !important;
}

.solution-second-col:nth-child(3) .solution-thumb {
    width: 100%;
    height: 135px;
    object-fit: cover;
}

.solution-second-col:nth-child(3) .solution-content {
  order: -1; 
  padding: 0;
}

.solution-second-col:nth-child(3) .solution-icon {
    position: absolute;
    top: 140px;
    left: 10px;
    z-index: 9;
}

.solution-second-col:nth-child(3) .read-more {
    position: absolute;
    bottom: 15px;
    right: 10px;
    left: auto;
}


/* business solution section end  */


/* Products section start */

.products-section {
  padding: 60px 0;
  background: #fff;
  font-family: "Arial", sans-serif;
}

.products-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #f35a22; 
}

.products-section h2 span {
  color: #000;
}

.product-category-wrap {
  margin-bottom: 40px;
}

.product-category-wrap h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #f35a22;
}

.product-tabs {
  margin-bottom: 25px;
  gap: 8px;
  background: #000;
  padding: 8px;
  border-radius: 15px;
}

.product-tab {
  background: #2d2d2d;   
  color: #fff;
  padding: 8px 20px;
  border-radius: 15px;   
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-tab:hover {
  background: #f35a22;   
  color: #fff;
}

.product-tab.active {
  background: #f35a22;  
  color: #fff;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.product-tab[data-filter="all"] {
  margin-left: auto;
  background: #f35a22;
  color: #fff;
  font-weight: 600;
}

.product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    padding: 15px;
    height: 320px;
    position: relative;
    border: 1px solid #7a7e81;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-card:hover {
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
  border: 1px solid #ff5722;
}

.product-thumb img {
    width: 100%;
    object-fit: contain;
    height: 150px;
    border-radius: 8px;
}

.product-info h4 {
  font-size: 12px;
  font-weight: 600;
  color: #f15a29;
  margin-bottom: 8px;
}

.product-info p {
  font-size: 12px;
  color: #666;
  margin-bottom: 0px;
}

.price-btn-wrap {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 45px; 
}

.price-btn-wrap i {
    transform: rotate(-45deg);
    font-size: 12px;
}

.arrow-wrapper {
    background: #fff;
    color: #ff5722;
    border-radius: 5px;
    display: inline-flex;
    padding: 4px 4px;
}

.products-section .enquiry-btn {
    display: inline-flex;
    padding: 10px 15px;
    background: #ff5722;
    color: #fff;
    border-radius: 15px;
    font-size: 14px;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    border: none;
}

.products-section .enquiry-btn:hover {
    background: #000000 !important;
    color: #fff;
}

.product-info .price,
.product-info .enquiry-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

.product-info .price {
    opacity: 1;
    transform: translate(-50%, 0);
    font-size: 14px;
    color: #72767a;
}

.no-products {
  color: #999;
  font-style: italic;
  font-size: 14px;
  margin-top: 20px;
}

.product-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 8px 15px;
    scrollbar-width: thin;
    scrollbar-color: #f36c21 #000;
    align-items: center;
}

.product-tabs::-webkit-scrollbar {
  height: 6px;                    
}

.product-tabs::-webkit-scrollbar-thumb {
  background: #f36c21;
  border-radius: 10px;
}

.product-tabs::-webkit-scrollbar-track {
  background: #000;
}

.product-tabs .product-tab {
  flex: 0 0 auto;                 
  white-space: nowrap;          
}

.products-section .slider-products .product-item {
  display: block !important;
  margin: 0 10px;
}
.products-section .slider-products .product-card {
  width: 100%;
}

.products-section .slider-products {
    background: #f5f5f5;
    padding: 10px 0px;
    border-radius: 20px;
}

.products-section .inner-product-readmore {
    display: inline-flex;
    padding: 10px 15px;
    background: #ff5722;
    color: #fff;
    border-radius: 15px;
    font-size: 14px;
    gap: 30px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.products-section .inner-product-readmore:hover {
    background: #000000;
    color: #fff;
    text-decoration: none;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
}

.product-item {
  margin-bottom: 20px
}

.inner-price-btn-wrap {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 45px;
}

#pdf-form-modal { 
  position: fixed; 
  top:0; left:0; 
  width:100%; 
  height:100%; 
  display:flex; 
  justify-content:center; 
  align-items:center; 
  z-index:9999; 
}

.modal-overlay { 
  position:absolute; 
  top:0; 
  left:0; 
  width:100%; 
  height:100%; 
  background:rgba(0,0,0,0.5);
}

.modal-content { 
  position:relative; 
  background:#fff; 
  padding:30px; 
  border-radius:8px; 
  max-width:400px; 
  width:100%; 
}

.close-modal { 
  position:absolute; 
  top:10px; 
  right:15px; 
  cursor:pointer; 
  font-size:20px; 
}

.close-modal h3 {
	font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}

/* Products section end  */


/* trending product section start  */

.trending-product-section {
    padding: 60px 0;
    background: #f9f9f9;
}

.trending-product-title-wrap span {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #f35a22;
}

.trending-product-title-wrap{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.trending-slider-nav {
    text-align: center;
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.trending-prev, .trending-next {
    background: #ff5722;
    border: 1px solid #ff5722;
    color: #fff;
    padding: 10px 17px;
    cursor: pointer;
    border-radius: 50px;
}

.trending-prev:hover,
.trending-next:hover {
    background: #ffffff;
    color: #ff5722;
}

.trending-slider {
    display: flex !important;
    gap: 20px; 
    flex-wrap: wrap; 
    margin-left: 0; 
    margin-right: 0;
}

.trending-card {
    margin: 10px; /* creates spacing between slider items */
}

.trending-card{
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    padding: 15px;
    height: 320px !important;
    position: relative;
    border: 1px solid #7a7e81;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.trending-card-thumb img {
    width: 100%;
    object-fit: contain;
    height: 150px;
    border-radius: 8px;
}

.trending-card-info  p {
    font-size: 12px;
    color: #666;
    margin-bottom: 0px;
}

.trending-card-info h4 {
    font-size: 12px;
    font-weight: 600;
    color: #f15a29;
    margin-bottom: 8px;
}

.trending-card-btn-wrap{
  margin-top: 20px;
}

.trending-card-btn-wrap .enquiry-btn {
    display: inline-flex;
    padding: 10px 15px;
    background: #ff5722;
    border: 1px solid #ff5722;
    color: #fff;
    border-radius: 15px;
    font-size: 14px;
    gap: 30px;
    align-items: center;
    justify-content: center;
    transition: all 0.7s ease-in-out;
}

.trending-card-btn-wrap .enquiry-btn:hover {
    background: #ffffff;
    color: #ff5722;
}

.trending-card-btn-wrap .enquiry-btn .arrow-wrapper i{
  transform: rotate(-45deg);
}

.trending-card-btn-wrap .enquiry-btn:hover .arrow-wrapper i ,
.trending-card-btn-wrap .enquiry-btn:hover .arrow-wrapper{
  transform: rotate(0deg);
  background: #ff5722;
  color: #ffffff;
}


/* trending product section end  */


/* cilent section start  */

.partner-title {
    font-size: 28px;
    margin: 26px 0;
    font-weight: bold !important;
}

.brand-slider-section {
  background: #e6e6e6;
  padding: 60px 0;
  text-align: center;
}

.brand-slider-section .section-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}

.brand-slider-section .section-title span {
  color: #f35a22;
}

.brand-item {
  padding: 10px;
}

.brand-item img {
    width: 100%;
    height: 98px;
    object-fit: contain;
    display: block;
    margin: auto;
    border: 1px solid #f0d5c8;
    border-radius: 8px;
    background: #fff;
    padding: 10px;
}

/* cilent section start  */


/* stories section start  */

.success-stories {
  padding: 60px 0;
  text-align: center;
}

.success-stories .section-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}

.success-stories .highlight {
  color: #f15a24; /* orange highlight */
}

.story-card {
  height: 100%;
}

.story-image img {
    width: 100%;
    object-fit: cover;
    height: 220px;
    border-radius: 23px;
}

.story-content {
  padding: 15px 0 0 ;
  text-align: left;
}

.story-title {
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px;
}

.story-excerpt {
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
}

.read-more-btn {
  display: inline-block;
  background: #f15a24;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}

.read-more-btn:hover {
  background: #000000;
  color: #fff;
}


/* stories section end  */


/* gallery section start  */


/* gallery section end  */


/* testimonial section start  */

.testimonial-wrapper {
    padding: 100px 0;
    overflow: hidden;
    background: #23292f;
}

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

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

.testimonial-label-pill::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #4cd964, #2ecc71); /* ✅ green gradient */
  margin-right: 8px;
}

.testimonial-heading {
  font-size: 32px;
  font-weight: 600;
  margin: 10px 0;
  color: #ffffff;
  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 {
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    height: 230px !important;
    margin: 15px 0 37px 12px;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}

.testimonial-card img {
  padding-bottom: 10px;
}

.testimonial-wrapper .slick-center .testimonial-content p,
.testimonial-wrapper .slick-center .testimonial-title,
.testimonial-wrapper .slick-center .testimonial-subtitle {
  color: #fff !important;
}

.testimonial-wrapper .slick-center {
  outline: 1px solid #f35a22 !important;
    background: url('./assets/img/white-circuit-backdrop.png') no-repeat center/cover !important;
}

.testimonal-subcard {
  display: flex;
  align-items: center;   
  gap: 15px;
  margin-top: 15px;
  text-align: left;
  justify-content: center;
}

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

.testimonial-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
}

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

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

.testimonial-content p {
  color: #ffffff;
}

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

.testimonial-wrapper .slick-prev, .testimonial-wrapper .slick-next {
    background: #33373c !important;
    color: #ffffff !important;
    border: 1px solid #33373c !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;
}

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

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

.testimonial-wrapper .slick-prev {
    left: 42%;
}

.testimonial-wrapper .slick-next {
    right: 42%;
}

/* testimonial section end  */


/* blog section start  */

.recent-blog-posts {
  text-align: center;
  padding: 60px 0;
}

.recent-blog-posts .section-title {
  font-size: 32px;
  font-weight: 600;
}

.recent-blog-posts .section-subtitle {
    color: #666;
    width: 50%;
    margin: 0 auto 40px;
}

.blog-card {
    border-radius: 12px;
    text-align: left;
    transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 33px;
    display: block;
}

.blog-content {
  padding: 20px 0;
}

.blog-meta {
  font-size: 14px;
  color: #f35a22;
  font-weight: 600;
}

.blog-title {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0 15px;
}

.read-article-btn {
  display: inline-block;
  padding: 10px 18px;
  background: #222;
  color: #fff;
  border-radius: 25px;
  font-size: 14px;
  text-decoration: none;
}

.read-article-btn:hover {
  background: #f35a22;
  color: #fff;
}

/* blog section end  */


/* faq section start */

.faq-section {
  padding: 80px 20px;
  background-color: #f7f7f7;
  font-family: 'Arial', sans-serif;
}

.faq-title {
  font-size: 32px;
  text-align: center;
}

.faq-sub-title {
  text-align: center;
  margin-bottom: 40px;
}

.faq-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.faq-right .accordion-item {
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.faq-right .accordion-button {
  background: #e1e1e1;
  font-weight: 600;
  font-size: 16px;
  color: #222;
  padding: 18px 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  transition: background 0.3s ease;
  width: 100%;
  position: relative;
}

.faq-right .accordion-button::before {
  content: '+';
  font-size: 20px;
  color: #f35a22;
  margin-right: 15px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-right .accordion-button:not(.collapsed)::before {
  content: '−';
}

.faq-right .accordion-button.collapsed::before {
  content: '+';
}

.accordion-header {
  margin: 0 !important;
}

.faq-right .accordion-collapse {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}

.faq-right .accordion-body {
  padding: 20px 25px;
  background: #e1e1e1;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  border-top: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Paragraph inside accordion */
.faq-right .accordion-body p {
  background: #fff;
  padding: 10px 15px;
  border-radius: 12px;
  margin: 0;
}

/* Buttons inside accordion body */
.faq-right .accordion-body .button,
.faq-right .accordion-body input[type="submit"] {
  align-self: flex-start;
  margin: 0;
}

/* faq section end   */


/* contact us section start  */

.contact-section {
  padding: 60px 0;
  background: #23292f;
}

.contact-row {
  padding: 20px;
}

.contact-title {
  text-align: center;
  font-size: 32px;
  color: #fff;
}

.contact-content {
  color: #cdcecf;
  text-align: center;
}

.contact-subtitle {
    color: #fff;
    font-size: 28px;
    padding: 30px 30px 0;
}

.contact-form-wrapper {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.05);
}

.contact-image img {
  width: 100%;
  object-fit: cover;
  height: 630px;
  border-radius: 33px;
}

.contact-form {
  padding: 15px;
  border-radius: 12px;
}

/* Labels */
.contact-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    color: #ffffff;
    background: #23292f;
    transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #f35a22; 
  box-shadow: 0 0 0 3px rgba(247, 198, 0, 0.2);
  outline: none;
}

.contact-form textarea {
  height: 150px;
  resize: vertical;
}

.contact-form .submit-btn input[type="submit"] {
    background: #f35a22;
    border: none;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

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


/* contact us section end  */


/* bottom contact us section start  */

.newsletter-section {
  background: #f35a22;
  padding: 30px 0;
  text-align: center;
}

.newsletter-title {
    color: #fff;
    font-size: 18px;
    margin: 30px 0;
    text-align: left;
}

.newslett-row {
	justify-content: center;
}

.newsletter-form {
  margin-bottom: 40px;
}

.newsletter-input-wrapper {
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}

.newsletter-input {
    flex: 1;
    border-radius: 10px;
    padding: 0px 15px;
    border: none;
    outline: none;
    display: inline-flex;
    text-align: center;
}

.newsletter-btn {
    display: inline-flex;
    background: #ff5722;
    color: #fff;
    border-radius: 10px;
    padding: 10px 25px;
    margin-left: 10px;
    transition: 0.3s;
    cursor: pointer;
}

.newsletter-btn:hover {
  background: #000000;
  color: #ffffff
}

.info-card {
    border: none;
    border-radius: 30px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    background: #fff;
    text-align: left;
    padding: 0px;
    height: 100%;
}

.card-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px; /* replaces mb-3 */
}

.info-icon-left {
  background: #f1f1f1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.info-icon-left img {
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
}

.info-icon-right {
  background: #f35a22;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-icon-right i {
  color: #f35a22;
  font-size: 14px;
  transform: rotate(-40deg);
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  padding: 4px 5px;
}

.card-title {
  color: #f35a22;
  font-weight: 600;
  margin-bottom: 10px;
}

.card-text {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

/* bottom contact us section end  */


/* footer section start  */

.footer {
    background: #23292f;
    color: #ccc;
    padding: 60px 0 30px;
    font-size: 15px;
    line-height: 1.6;
    -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);
}

.footer h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-about img {
    width: 290px;
    height: 70px;
    margin-bottom: 15px;
    object-fit: contain;
}

.footer-about p {
  color: #ddd;
  margin-bottom: 20px;
}

.footer-social a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 16px;
  background: #333;
  color: #fff;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #f35a22; 
  color: #fff;
}

/* Working Days & Hours  */

.footer-working-work {
  margin-top: 20px;
}

.footer-working-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-working-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #fff;
  font-size: 15px;
}

.footer-working-item i {
  color: #f35a22; /* orange accent */
  font-size: 18px;
  margin-top: 2px;
}

.footer-working-text strong {
    display: block;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1;
}

.footer-working-text span {
  color: #d9d9d9;
  display: block;
  font-size: 15px;
  line-height: 1.5;
}

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

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links ul li a {
  color: #bbb;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links ul li a:hover {
  color: #ff6600;
}

.footer-contact p {
  margin-bottom: 10px;
  color: #ddd;
}

.footer-contact a {
  color: #ddd !important;
}

.footer-contact a:hover {
  color: #f35a22 !important;
}


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

.footer-map iframe {
  width: 100%;
  height: 200px;
  border: 0;
  border-radius: 10px;
  margin-top: 15px;
}

.footer-copyright-row {
    padding: 60px 0 0px;
    font-size: 14px;
    color: #aaa;
}

.footer-copyright-row a {
  color: #ffffff;
  margin: 0 5px;
  text-decoration: none;
  transition: 0.3s;
}

.footer-copyright-row a:hover {
  color: #ff6600;
}

.footer-sub-copy {
  color: #ffffff;
}

/* footer section end  */


/* innerpage heading section  */

.innerpage-header-sub {
    position: relative;
    height: 76vh;
    overflow: hidden;
    padding: 230px 0 0;
}

.innerpage-header-sub::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(54 54 54 / 50%);
    z-index: 1;
}

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

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

.innerpage-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(54 54 54 / 50%);
    z-index: 1;
}

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

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

.pageheading-middle a {
    color: #fff;
    font-size: 20px;
}

.pageheading-middle h2 {
    color: #ffffff;
    text-shadow: 1px 1px 3px #000;
}

.breadcrumb_last {
    color: #fff;
	font-size: 20px;
}


/* inner page about us section start  */


/* inner page about us section start  */

.inner-about-section {
  padding: 60px 0 40px;
}

.inner-about-tag {
  display: inline-block;
  padding: 6px 14px;
  background: #f5f5f5;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 15px;
}

.inner-about-tag::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #4cd964, #2ecc71); /* ✅ green gradient */
  margin-right: 8px;
}

.inner-about-section h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.inner-about-section .inner-about-content p{
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #444;
}

.inner-about-btn {
  display: inline-block;
  padding: 10px 22px;
  background: #000;
  color: #fff;
  border-radius: 25px;
  font-size: 0.95rem;
  text-decoration: none;
  transition: 0.3s;
}

.inner-about-btn:hover {
  background: #f35a22;
  color: #fff;
}

.inner-about-image img {
    border-radius: 24px !important;
    width: 100%;
    height: 350px;
}



/* missionandvission section start  */

.missionandvission-wrapper {
  padding: 60px 0;
}
.missionandvission-wrapper .inner-about-vision, .missionandvission-wrapper .inner-about-mission {
    background: #fff;
    border-radius: 12px;
    padding: 30px 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 31%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 180px;
}

.missionandvission-wrapper .inner-about-vision:hover,
.missionandvission-wrapper .inner-about-mission:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.missionandvission-wrapper h4 {
  font-size: 22px;
  font-weight: 700;
  color: #f35a22; /* highlight orange */
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}

.missionandvission-wrapper h4::before {
  content: "";
  width: 6px;
  height: 30px;
  background: #f35a22;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
}

.missionandvission-wrapper p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

/* missionandvission section end  */

/* inner page about us section end  */



/* inner page business solution start  */

.inner-solutions-section {
  padding: 60px 20px;
  background: #1f2429;
}

.inner-solution-toptitle {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}

.inner-solution-toptitle span {
  color: #f35a22;
}

.inner-solution-card {
    background: #2b2f34;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    color: #fff;
    height: 445px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f35a22;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.inner-solution-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

.inner-solution-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 18px;
}

.inner-solution-img img {
  width: 100%;
  object-fit: cover;
  height: 200px;
  display: block;
  border-radius: 20px !important;
  transition: transform 0.4s ease;
}

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

/* Title */
.inner-solution-title {
  font-size: 18px;
  font-weight: 600;
  color: #f35a22;
  margin-bottom: 12px;
}

/* Excerpt */
.inner-solution-excerpt {
  font-size: 15px;
  color: #ccc;
  margin-bottom: 18px;
  line-height: 1.6;
}

/* Read More Button */
.inner-readmore-btn {
  background: #f35a22;
  color: #fff;
  border-radius: 30px;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.inner-readmore-btn i {
  display: inline-block;
  transform: rotate(-40deg);
  transition: transform 0.3s ease;
}

.inner-readmore-btn:hover i {
  transform: rotate(-40deg) translateX(3px); /* adds a little movement */
}

.inner-readmore-btn:hover {
  background: #f35a22;
  color: #fff;
}

/* Custom Modal */
.inner-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.inner-modal.active {
  display: flex;
}

.inner-modal-dialog {
  background: #fff;
  border-radius: 16px;
  max-width: 800px;
  width: 90%;
  padding: 20px;
  animation: fadeInUp 0.4s ease;
}

@keyframes fadeInUp {
  from { transform: translateY(50px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.inner-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.inner-modal-title {
  font-size: 22px;
  font-weight: 600;
  color: #f35a22;
}
.inner-modal-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #333;
}
.inner-modal-body {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.inner-modal-enquire-btn-wrap {
  margin-top: 20px;
  text-align: center;
}

.inner-modalenquire-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff5722; /* change color as needed */
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.inner-modalenquire-btn:hover {
  background-color: #000000;
  color: #fff;
}



/* inner page business solution end  */


/* inner products section start  */

.inner-product-categories {
  padding: 70px 0;
  background: #fafafa;
}

.inner-category-title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #222;
  position: relative;
}

.inner-category-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: #f35a22;
  margin: 14px auto 0;
  border-radius: 4px;
}

.inner-products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
}

.inner-product-card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 400px;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.inner-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.inner-product-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 25px 0 0;
}

.inner-product-image img, .inner-card-img {
    width: 100%;
    height: 160px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

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

.inner-card-body {
  padding: 20px 15px 30px;
}

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

.inner-product-content {
  font-size: 14px;
}

.inner-product-features h6,
.inner-product-application h6 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #f35a22;
  margin-bottom: 6px;
}

.inner-product-features p,
.inner-product-application p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 12px;
}

.inner-btn {
    line-height: 1;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 30px;
    background: #f35a22;
    border: none;
    transition: all 0.3s ease;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 8px;
}

.inner-btn:hover {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
}

.inner-products-pagination {
  margin-top: 60px;
  text-align: center;
}

.inner-products-pagination .page-numbers {
  display: inline-block;
  margin: 0 6px;
  padding: 10px 18px;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size: 0.95rem;
  color: #444;
  text-decoration: none;
  transition: all 0.3s ease;
}

.inner-products-pagination .page-numbers.current,
.inner-products-pagination .page-numbers:hover {
  background: #f35a22;
  border-color: #f35a22;
  color: #fff;
}

.inner-no-products {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #777;
  padding: 70px 0;
}

/* --- Chip Filter Wrapper --- */
.chip {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  font-family: 'Poppins', sans-serif;
}

/* --- Toggle Button --- */
.chip-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 10px 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.chip-toggle:hover {
  background: #f8f8f8;
  border-color: #ccc;
}

/* --- Badge (count) --- */
.chip-badge {
  display: inline-block;
  background: #290740;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  min-width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
}

/* --- Label and caret --- */
.chip-label {
  font-weight: 500;
  color: #333;
}

.chip-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transition: transform 0.3s ease;
}

.chip-toggle[aria-expanded="true"] .chip-caret {
  transform: rotate(180deg);
}

/* --- Dropdown Panel --- */
.chip-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  min-width: 260px;
  max-height: 300px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 10;
}

.chip-panel.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* --- Search box --- */
.chip-search {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
}

.chip-search-input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
}

.chip-search-input:focus {
  border-color: #290740;
  box-shadow: 0 0 0 2px rgba(41,7,64,0.15);
}

/* --- Options list --- */
.chip-options {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
}

.chip-option {
  padding: 8px 14px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.chip-option:hover {
  background: #f7f7f7;
}

/* --- Checkbox styling --- */
.chip-option-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.chip-check {
  display: none;
}

.chip-checkbox {
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
}

.chip-check:checked + .chip-checkbox {
  border-color: #290740;
  background: #290740;
}

.chip-check:checked + .chip-checkbox::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* --- Text label --- */
.chip-text {
  flex: 1;
  font-size: 14px;
  color: #333;
}

/* --- Actions (Clear / Apply) --- */
.chip-actions {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding: 10px 12px;
  background: #fafafa;
  border-radius: 0 0 10px 10px;
}

.chip-actions button {
  border: none;
  background: none;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s ease;
}

.chip-clear {
  color: #666;
  font-size: 14px
}

.chip-clear:hover {
  color: #000;
}

.chip-apply {
  color: #290740;
	font-size: 14px
}

.chip-apply:hover {
  text-decoration: none;
}



/* inner products categories end  */
 

/* single page products section start  */

.single-product-page {
  padding: 60px 0;
  background: #f9f9f9;
}

.single-product-row {
  justify-content: center;
  align-items: flex-start;
}

.single-product-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #222;
}

.single-product-image {
  text-align: center;
  margin-bottom: 30px;
}

.single-product-image img {
    width: 100%;
    object-fit: cover;
    height: auto;
    border-radius: 12px;
} 

.single-product-details h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #333;
  position: relative;
}

.single-product-details ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 20px;
}

.single-product-details ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.single-product-details ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #f35a22 !important;  
  font-size: 16px;
  line-height: 1.6;
}

.single-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.single-product-enquiry .inner-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #f35a22;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.3s ease;
  margin: 0;
}

.single-product-enquiry .inner-btn:hover {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.single-product-brochure-btn {
    display: inline-block;
    padding: 10px 30px;
    background: #f35a22;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s ease;
    border: none;
    text-transform: capitalize;
}

.single-product-brochure-btn:hover {
    background: #000;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.single-product-link-btn {
    display: inline-block;
    padding: 10px 30px;
    background: #f35a22;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s ease;
    margin: 0;
}

.single-product-link-btn:hover {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}



.single-related-products {
  margin-top: 30px;
}

.single-related-products h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #111;
}

.related-product-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.related-product-buttons .single-related-inner-btn {
    background: #f5f5f5;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #ddd;
    color: #222;
    transition: 0.3s;
    margin-bottom: 20px !important;
}

.related-product-buttons .single-related-inner-btn:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

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

.single-sub-product-row {
  align-items: flex-start;
}

.single-sub-product-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
  display: block;
}

.single-sub-product-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0d0d0d;
}

.single-sub-product-text {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.single-sub-product-text p {
  margin-bottom: 15px;
}

.single-sub-product-text ul {        /* Remove default bullets */
  padding: 0 !important;
  margin: 0 0 0 0 !important;
}

.single-sub-product-text li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    list-style: none;
}

/* Custom bullet icon */
.single-sub-product-text li::before {
  content: "✔";              /* You can change: "•", "→", "✓", etc */
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 16px;
  color: #f0b400;            /* Nice yellow to match industrial theme */
  font-weight: 700;
}

/* Optional hover effect */
.single-sub-product-text li:hover {
  color: #000;
  padding-left: 32px;
  transition: 0.2s ease;
}




/* single page products section start  */



/* inner page service section start  */

.inner-service-section {
  padding: 60px 20px;
}

.inner-service-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}

.inner-service-content {
  margin-top: 20px;
}

.inner-service-section a {
  color: #000;
  font-weight: 500;
}

.inner-service-section a:hover {
  color: #f35a22;
  font-weight: 500;
}

.inner-service-subtitle {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.inner-service-text {
  margin-bottom: 25px;
  font-size: 16px;
  color: #444;
}

.inner-service-text p {
  font-size: 16px;
}

.inner-service-item {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.45;
}

.inner-service-label {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-right: 8px;
  display: inline-block;
  min-width: 190px;
  vertical-align: top;
}

.inner-service-numbers {
  display: inline-block;
}

.inner-service-number {
  text-decoration: none;
  font-weight: 600;
  color: #333;
  display: inline-block;
  padding: 0 2px;
}

.inner-service-number:not(:last-child)::after {
  content: " /";
  margin-left: 6px;
  color: #666;
  font-weight: 400;
}

.inner-service-image img {
    width: 100%;
    height: 300px;
    border-radius: 20px !important;
    object-fit: cover;
}


/* inner service contact section start  */

.inner-service-contact-section {
  padding: 60px 20px;
}

.inner-service-contact-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.inner-service-contact-subtitle {
  margin-bottom: 25px;
  font-size: 16px;
  color: #666;
}

.inner-service-contact-row {
  padding: 25px !important;
}

.inner-service-contact-form p {
  margin: 0 !important;
}

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

.inner-service-contact-form input,
.inner-service-contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 15px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.inner-service-contact-form textarea {
  height: 70px;
}

.inner-service-contact-form input:focus,
.inner-service-contact-form textarea:focus {
  border-color: #f35a22;
  box-shadow: 0 0 6px rgba(243, 90, 34, 0.3);
  outline: none;
}

.inner-service-contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.inner-service-contact-form input[type="submit"] {
  background: #f35a22;
  color: #fff;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.inner-service-contact-form input[type="submit"]:hover {
  background: #d94b1d;
  transform: translateY(-2px);
}

.inner-service-contact-image img {
    width: 100%;
    height: 640px;
    border-radius: 20px !important;
    object-fit: cover;
}

/* inner service contact section start  */


/* inner page service section end  */


/* inner page testimonial section start */

.inner-testimonial-wrapper {
  padding: 60px 0;
  background: #fff;
}

.testimonial-inner-title {
    font-size: 32px;
    font-weight: 600;
    margin: 10px 0;
    color: #000000;
    text-align: center;
    font-family: 'interdisplay' !important;
}

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

.inner-testimonial-card {
    background: #ededed;
    border-radius: 12px;
    text-align: center;
    padding: 20px 20px 20px;
    position: relative;
    transition: 0.3s ease-in-out;
    margin: 61px auto 0;
}

.inner-testimonial-card:hover {
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transform: translateY(-5px);
}

.inner-testimonial-image {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.inner-testimonial-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #fff;
  object-fit: cover;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.inner-testimonial-content {
  margin-top: 50px; 
}

.inner-testimonial-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.inner-testimonial-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.inner-testimonial-subtitle {
  font-size: 14px;
  color: #777;
  margin-top: 5px;
}


/* inner page testimonial section end */



/* inner page projects section start  */


.inner-project-section {
  padding: 60px 0;
  background: #fafafa;
}

.inner-project-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  margin-bottom: 30px;
  transition: all 0.3s ease;
  overflow: hidden;
  text-align: center;
  padding: 20px;
}

.inner-project-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  transform: translateY(-5px);
}

.inner-project-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.inner-project-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
}

.inner-project-title a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s;
}

.inner-project-title a:hover {
  color: #f35a22;
}


.inner-project-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 30px;
  background: #f35a22;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

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


/* inner page projects section end  */


/* single page projects section start  */


.single-project-section {
  padding: 60px 0;
  background: #fafafa;
}

.single-project-section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #222;
  text-align: center;
}

.single-project-section-content {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center;
}

.single-project-section-image {
  margin-bottom: 20px;
}

.single-project-section-img {
  width: 100%;
  object-fit: cover;
  height: 300px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.single-project-section-img:hover {
  transform: scale(1.05);
}

/* single page projects section end  */



/* inner page gallery section start  */

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


/* inner page gallery section end  */


/* inner page blog section start  */

.inner-recent-blog-posts {
  padding: 60px 0;
}

.inner-recent-blog-posts .inner-section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.inner-recent-blog-posts .inner-section-subtitle {
  text-align: center;
  color: #666;
  width: 65%;
  margin: 0 auto 50px;
  font-size: 16px;
  line-height: 1.6;
}

.inner-blog-card {
  background: #fff;
  margin-bottom: 40px;
  transition: transform 0.3s ease;
}

.inner-blog-card:hover {
  transform: translateY(-6px);
}

.inner-blog-thumb img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.inner-blog-content {
  padding: 20px 0;
}

.inner-blog-title {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
  line-height: 1.4;
}

.inner-blog-title a {
  color: #111;
  text-decoration: none;
}

.inner-blog-title a:hover {
  color: #e63946; 
}

.inner-blog-meta {
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.inner-blog-meta span {
  margin-right: 4px;
}

.inner-blog-excerpt {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 15px;
}

/* Read More */
.inner-read-more-link {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e63946;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: all 0.3s ease;
}

.inner-read-more-link:hover {
  border-bottom: 1px solid #e63946;
}

/* inner page blog page end  */


/* single page blog start  */

.inner-single-blog {
  padding: 60px 0;
  background: #fafafa;
}

.single-blog-card {
  border-radius: 12px;
  padding: 40px;
}

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

.single-blog-thumb img {
  width: 100%;
  height: 500px;
  border-radius: 15px !important;
  object-fit: cover;
}

.single-blog-title {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}

.single-blog-meta {
  font-size: 0.95rem;
  color: #777;
  margin-bottom: 30px;
}

.single-blog-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}

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

.single-blog-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
}

.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  color: #222;
}

.single-blog-content a {
  color: #f15a29;
  text-decoration: underline;
}

.single-blog-content a:hover {
  color: #d94b20;
}

/* single page blog end  */



/* inner page contact us start  */


.inner-contact-section {
  padding: 70px 0;
  background: #f9fafc;
}

.inner-contact-title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.inner-contact-row {
  align-items: center;
}

.contact-innerform {
  margin: 0 !important;
}

.inner-support-box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 25px 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.inner-support-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.inner-support-title {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
  border-left: 4px solid #f35a22;
  padding-left: 10px;
}

.inner-support-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inner-support-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.inner-support-list li:last-child {
  margin-bottom: 0;
}

.inner-support-list i {
  font-size: 18px;
  color: #f35a22;
  margin-right: 10px;
}

.inner-support-list a {
  font-size: 16px;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  transition: color 0.2s ease;
}

.inner-support-list a:hover {
  color: #f35a22;
}

.inner-enquiry-form {
  background: #fff;
  border-radius: 12px;
  padding: 35px 28px 0;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.inner-form-title {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 10px;
}

.inner-contact {
  margin-top: 20px;
}

.inner-contact-form,
.contact-innerform {
  margin-bottom: 18px;
}

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

.inner-contact input[type="text"],
.inner-contact input[type="tel"],
.inner-contact input[type="email"],
.inner-contact textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 15px;
  color: #111827;
  background: #fdfdfd;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.inner-contact textarea {
  height: 120px;
}

.inner-contact input:focus,
.inner-contact textarea:focus {
  border-color: #f35a22;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,123,255,0.12);
}

.inner-contact-submit-btn input[type="submit"] {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #f35a22;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.inner-contact-submit-btn input[type="submit"]:hover {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
}

.inner-contact-submit-btn input[type="submit"]:active {
  transform: scale(0.98);
}



/* Branch Office Section  */


.branch-office-section {
  padding: 60px 0;
  background: #fff;
}

.branch-title {
  font-size: 24px;
  font-weight: 700;
  background: #23292f;
  color: #fff;
  padding: 12px 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.branch-card {
  padding: 20px;
  margin-bottom: 30px;
}

.branch-city {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #222;
}

.branch-address {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
}

.branch-map-link {
  font-size: 1rem;
  font-weight: 600;
  color: #f15a29;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.branch-map-link i {
  margin-right: 6px;
  color: #f15a29;
}

.branch-map-link:hover {
  color: #d94b20;
}

.inner-contact-map iframe {
	width: 600px;
	height: 250px;
	border-radius: 10px;
}


/* inner page contact us end  */



/* inner page categories products start  */

.inner-categories-products {
  background: #fafafa;
  padding: 60px 0;
}

.inner-category-col {
  margin-bottom: 20px;
}

.inner-categories-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}

.inner-category-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  align-items: center; 
  text-align: center;
}

.inner-categories-pro-title {
    font-size: 20px;
    font-weight: 700;
    margin: auto;
    color: #000;
    line-height: 28px;
}

.inner-category-btn {
  display: inline-block;
  background: #f35a22;
  color: #fff;
  padding: 8px 18px;
  font-size: 16px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}

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

/* inner categories products end  */


/* inner-gallery section start  */

.inner-gallery-section {
  padding: 50px 0;
  background: #f9f6f7;
  text-align: center;
}

.inner-section-heading h2 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  color: #222;
}

.inner-gallery-section h2 .inner-highlight {
    color: #f35a22;
}

.inner-gallery-filters {
  margin-bottom: 35px;
}

.inner-filter-btn {
  display: inline-block;
  margin: 0 6px;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #ff5722;
  background: #fff;
  border: 1px solid #ff5722;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.inner-filter-btn:hover {
  background: #ff5722;
  color: #fff;
}

.inner-filter-btn.active {
  background: #000000;
  color: #fff;
  border-color: #000000;
}

.inner-gallery-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

.inner-gallery-box {
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.inner-gallery-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.inner-gallery-thumb img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  display: block;
}


/* inner-gallery section end  */



/* warranty terms section start  */


.warranty-terms-wrapper {
    padding: 60px 15px;
    max-width: 900px;
    margin: 0 auto;
}

.warranty-header {
    text-align: center;
    margin-bottom: 40px;
}

.warranty-header .page-title {
    font-size: 36px;
    font-weight: 700;
}

.warranty-content {
    font-size: 16px;
    line-height: 1.8;
}

.warranty-content h2 {
    font-size: 24px;
    margin-top: 30px;
}


/* warranty terms section start  */


/* single page business solutions section start */


.single-business-solution-content {
    padding: 40px;
    text-align: center;
}

.single-business-solution-content h1 {
    font-size: 36px;
    color: #f35a22;
}

.single-solution-description p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
}

.single-solutions-products {
    padding: 40px;
    background: #fff;
}

.single-solutions-products h2 {
    font-size: 28px;
    color: #333;
}

.single-solutions-products-slider .single-product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    padding: 15px;
    height: 360px;
    position: relative;
    border: 1px solid #7a7e81;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
}

.single-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
    border: 1px solid #ff5722;
}

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

.single-product-card h3 {
    font-size: 14px;
    margin-top: 10px;
}

.single-product-card p {
    font-size: 12px;
    color: #666;
}

.single-page-solution .slick-track {
  padding: 25px 0 !important;
}

.single-page-solution .single-business-btn {
    display: inline-flex;
    padding: 10px 15px;
    background: #ff5722;
    border: 1px solid #ff5722;
    color: #fff;
    border-radius: 15px;
    font-size: 14px;
    gap: 30px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.single-page-solution .single-business-btn:hover {
    background: #ffffff;
    color: #ff5722;
}

.single-page-solution .single-business-btn .arrow-wrapper i{
  transform: rotate(-45deg);
}

.single-page-solution .single-business-btn:hover .arrow-wrapper i ,
.single-page-solution .single-business-btn:hover .arrow-wrapper{
  transform: rotate(0deg);
  background: #ff5722;
  color: #ffffff;
}

.single-page-solution .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ff5722 !important;
}


/* single page business solutions section end */



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

.top-header-contact .contact-info a { 
   display: block; 
   color: #fff; 
   font-size: 8px; 
   text-decoration: none; 
} 
.top-header-logo .logo-wrap { 
   gap: 10px;
} 
.top-header-logo .iso { 
   font-size: 8px; 
} 
	
.top-header-contact .contact-icon { 
   padding: 5px; 
} 
	
.top-header-contact .contact-icon i { 
   color: #fff; 
   font-size: 10px; 
} 

.top-header-logo .locations {
   font-size: 8px;
   color: #fff;
   margin: 10px 0;
}
	 
.top-header-logo img {
     width: 140px;
}

/* banner section start  */

.banner-wrapper {
    padding: 170px 0 0 !important;
}

.banner-buttons .btn {
    font-size: 10px;
    padding: 10px 20px;
    border-radius: 25px;
    margin-right: 10px;
    font-weight: 600;
}

.banner-buttons .btn-orange {
    background: #f35a22;
    color: #fff;
    font-size: 10px;
}

.banner-title {
    font-size: 18px;
    font-weight: 600;
    font-family: 'interdisplay';
}

.banner-contents p {
    font-size: 12px;
    color: #555;
    margin-bottom: 30px;
}

.banner-play-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 16px;
    font-size: 10px;
}

.banner-play-btn i {
    font-size: 12px;
    padding: 3px 0 0;
}

.circle-play-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

/* banner section end  */


/* feature product section start  */

.featured-products-section .section-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.featured-product-card {
    height: 100%;
    min-height: 150px !important;
}

.featured-product-card .fp-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.featured-product-card .fp-title {
    font-size: 12px;
}

.featured-product-card .fp-desc {
    font-size: 10px;
}

.btn-enquiry {
    font-size: 10px;
}

.btn-explore {
    padding: 8px 22px;
    font-size: 10px;
}

.enquiry-modal-content {
    background: #23292f;
    padding: 30px 30px 0;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    position: relative;
}
	
.fp-arrows button {
    width: 20px;
    height: 20px;
}
	
.fp-arrows i {
   font-size: 8px;
}
	
.fp-arrows .fp-prev {
    position: absolute;
    top: 90px;
    left: -18px;
}
	
.fp-arrows .fp-next {
   position: absolute;
   top: 90px;
   right: -12px;
}

/* feature product section end  */


/* bottom feature section start  */

.bottom-feature-wrapper .bottom-feature-box {
    display: flex;
    align-items: center;
    gap: 25px;
    height: 120px;
}

.bottom-feature-wrapper .bottom-feature-text h4 {
    font-size: 15px;
    padding: 10px 0;
}

.bottom-feature-wrapper .bottom-feature-text p {
    font-size: 14px;
}
	
/* bottom feature section end  */


/* about us section start  */

.about-tag {
    padding: 6px 14px;
    font-size: 10px;
}

.about-section h2 {
    font-size: 15px;
}

.about-content p {
  font-size: 12px
}

.about-btn {
    padding: 10px 22px;
    font-size: 10px;
    margin-bottom: 20px;

}

.about-image img {
    border-radius: 24px !important;
    width: 100%;
    height: 460px;
    object-fit: cover;
}

/* about us section end  */


/* counter section start   */

.counter-col {
  margin-bottom: 20px;
}

.counter-left h2 {
    font-size: 15px;
}

.counter-left .label {
    font-size: 15px;
}

.counter-right .description {
    margin: 0;
    font-size: 10px;
    color: #fff;
}

.counter-box {
    padding: 20px;
    height: 100%;
    display: flex;
    gap: 28px;
}


/* counter section end   */


/* business solution section start  */

.solution-second-col {
    display: flex;
    padding: 15px !important;
    margin: 0 !important;
}

.business-solutions .section-title {
    font-size: 15px;
}

.solution-thumb {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 25px;
}

.solution-card {
    height: 270px;
}

.solution-icon {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    left: 20px;
}

.solution-icon img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.solution-content {
    padding: 25px 0 0 25px;
}

.solution-title {
    font-size: 13px;
    margin: 15px 0 10px;
}

.solution-excerpt {
    font-size: 10px;
    color: #ccc;
    line-height: 1.6;
}

.read-more {
    position: absolute;
    bottom: 15px;
    left: 25px;
    font-size: 10px;
    padding: 6px 10px;
}

.solution-second-col:nth-child(1) .solution-card {
    position: relative;
    width: 100%;
}

.solution-second-col:nth-child(1) .solution-thumb {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 25px;
}

.solution-second-col:nth-child(2) .solution-card {
    flex-direction: row !important;
    width: 100%;
    margin: 0px;
}

.solution-second-col:nth-child(2) .solution-thumb {
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.solution-second-col:nth-child(3) .solution-card {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
}

.solution-second-col:nth-child(3) .solution-thumb {
    width: 100%;
    height: 135px;
    object-fit: cover;
}

/* business solution section end  */



/* product section start  */

.products-section h2 {
    font-size: 20px;
}

.product-category-wrap h3 {
    font-size: 15px;
}

.product-tab {
    padding: 5px 10px;
    font-size: 10px;
}

.product-thumb img {
    width: 100%;
    object-fit: contain;
    height: 150px;
    border-radius: 8px;
}

.product-info .price {
    font-size: 10px;
}

.products-section .enquiry-btn {
    display: inline-flex;
    padding: 8px 12px;
    font-size: 10px;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.price-btn-wrap i {
    transform: rotate(-45deg);
    font-size: 10px;
}

/* product section end  */
	
	
/* trending section start  */
	
.trending-product-title-wrap span {
    font-size: 20px;
}

/* trending section end  */
	

/* client section start  */


.brand-slider-section .section-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}


/* client section end  */


/* success stories section start  */

.success-stories .section-title {
    font-size: 20px;
}

.story-title {
    font-size: 12px;
}

.story-excerpt {
    font-size: 10px;
}

.read-more-btn {
    font-size: 10px;
}

.story-card {
    margin-bottom: 30px;
}

/* success stories section end  */


/* gallery section start  */

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

.inner-filter-btn {
    margin: 0px 4px;
    padding: 8px 12px;
    font-size: 10px;
}


/* gallery section end  */


/* testimonial section start  */

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

.testimonial-label-pill {
    font-size: 10px;
}

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

.testimonial-card img {
    padding-bottom: 10px;
    width: 40px;
    height: auto;
}

.testimonial-content p {
  font-size: 10px;
}

.testimonial-title {
    font-size: 12px;
}

.testimonial-subtitle {
    font-size: 12px;
}

/* testimonial section end  */


/* blog section start  */

.recent-blog-posts .section-title {
    font-size: 20px;
}

.recent-blog-posts .section-subtitle {
    color: #666;
    font-size: 10px;
    width: unset;
    margin: 0 0 20px;
}

.blog-meta {
    font-size: 10px;
}

.blog-title {
    font-size: 10px;
    margin: 10px 0 10px;
}

.read-article-btn {
    padding: 8px 15px;
    font-size: 10px;
}

/* blog section end    */



/* faq section start  */

.faq-title {
    font-size: 20px;
    text-align: center;
}

.faq-sub-title {
    font-size: 10px;
    text-align: center;
    margin-bottom: 40px;
}

.faq-right .accordion-button {
    font-size: 10px;
    padding: 18px 25px;
}

.faq-right .accordion-body p {
    padding: 10px 15px;
    margin: 0;
    font-size: 10px;
}

/* faq section end  */


/* contact us section start  */

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

.contact-content {
    font-size: 10px;
}

.contact-subtitle {
    font-size: 20px;
    padding: 0;
    text-align: center;
}

.contact-form label {
    font-size: 10px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 10px;
}

.contact-form .submit-btn input[type="submit"] {
    padding: 8px 15px;
    font-size: 10px;
}

/* contact us section end  */



/* footer section start  */

.footer-about img {
    width: 220px;
    height: auto;
    object-fit: contain;
}

.footer-about p {
    color: #ddd;
    margin-bottom: 20px;
    font-size: 10px;
}

.footer-social a {
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 12px;
}

.footer h4 {
    font-size: 12px;
    margin: 20px 0 10px;
}

.footer-links ul li a {
    font-size: 10px;
}

.footer-contact i {
    font-size: 10px;
}

.footer-contact a {
  font-size: 10px;
}

.newsletter-title {
    color: #fff;
    font-size: 15px;
    margin: 20px 0 15px;
    text-align: center;
}

.newsletter-input {
    padding: 0px 15px;
    font-size: 10px;
}

.newsletter-btn {
    padding: 8px 15px;
    margin-left: 10px;
    font-size: 10px;
}

.footer-copyright-row {
    padding: 10px 0 0px;
    font-size: 10px;
}

.footer-copyright-row p, a {
    font-size: 7px;
}

/* footer section end  */



/* side social media bar section start  */

.social-icons-bar .icon {
    font-size: 12px;
}

.social-icons-bar .social-icon {
    width: 35px;
    height: 35px;
}

.social-icons-bar .social-icon:hover {
    width: 120px;
}

.social-icons-bar .icon-text {
    font-size: 10px;
}

/* side social media bar section end  */


.pageheading-middle {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
}

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

.pageheading-middle a {
    color: #fff;
    font-size: 12px;
}

.breadcrumb_last {
    color: #fff;
    font-size: 14px;
}


/* inner page about us section start   */

.inner-about-section h2 {
    font-size: 10px;
}

.inner-about-section .inner-about-content p {
    font-size: 10px;
}

.missionandvission-wrapper h4 {
    font-size: 15px;
    padding-left: 15px;
}

.missionandvission-wrapper h4::before {
    content: "";
    width: 2px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.missionandvission-wrapper p {
    font-size: 10px;
}

.missionandvission-wrapper .inner-about-vision, .missionandvission-wrapper .inner-about-mission {
    padding: 30px 25px;
    height: 160px;
}

/* inner page about us section end   */


/* inner page business solutions section start  */

.inner-solution-toptitle {
    font-size: 20px;
}

.inner-solution-card {
    padding: 20px;
    height: 400px;
}

.inner-solution-title {
    font-size: 12px;
}

.inner-solution-excerpt {
    font-size: 10px;
}

.inner-readmore-btn {
    padding: 8px 15px;
    font-size: 10px;
}

.inner-modal-title {
    font-size: 20px;
}

.inner-modal-body p {
  font-size: 10px;
}

/* inner page business solutions section end  */


/* inner page product section start  */

.inner-categories-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
}

.inner-category-card {
    padding: 30px 20px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 16%);
    height: 135px;
}

.inner-categories-pro-title {
    font-size: 15px;
    font-weight: 700;
    margin: auto;
    color: #000;
    line-height: 28px;
}

.inner-category-btn {
    padding: 8px 15px;
    font-size: 10px;
}

/* inner page product section end  */



/* inner page product categories section end  */

.inner-category-title {
    font-size: 20px;
}

.inner-product-card {
    height: 340px;
}

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

.inner-product-content {
    font-size: 10px;
}

.inner-btn {
    padding: 8px 15px;
    font-size: 10px;
}

/* inner page product categories section end  */


/* single products section start  */

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

.single-product-description p {
  font-size: 10px;
}

.single-product-details h4 {
    font-size: 15px;
}

.single-product-details ul li {
    font-size: 10px;
    padding-left: 25px;
}

.single-product-details ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #f35a22 !important;
    font-size: 10px;
    line-height: 1.6;
}

.single-product-enquiry .inner-btn {
    padding: 8px 15px;
    font-size: 10px;
}

.single-product-brochure-btn {
    padding: 8px 15px;
    font-size: 10px;
}



/* single products section end  */


/* single page projects section start   */

.single-blog-card {
    border-radius: 12px;
    padding: 0;
}

.single-blog-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 15px !important;
    object-fit: cover;
}

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

.single-blog-meta {
    font-size: 12px;
}

.single-blog-content p {
  font-size: 10px;
}

/* single page projects section start   */


/* inner page contact section start  */

.inner-contact-title {
    font-size: 20px;
}

.inner-office-map iframe, .inner-contact-map iframe {
    width: 100% ;
    height: auto;
}

.inner-support-list a {
    font-size: 10px;
}

.inner-support-title {
    font-size: 12px;
}

.inner-form-title {
    font-size: 15px;
}

.inner-contact label {
    font-size: 10px;
}

.inner-contact input[type="text"], .inner-contact input[type="tel"], .inner-contact input[type="email"], .inner-contact textarea {
    padding: 8px 14px;
    font-size: 10px;
}

.inner-contact-submit-btn input[type="submit"] {
    width: unset;
    padding: 8px 15px;
    display: inline-flex;
    font-size: 10px;
}

.inner-office-name {
  font-size: 15px;
}

.inner-office-address {
  font-size: 10px;
}

.branch-title {
    font-size: 15px;
    padding: 12px 20px;
    text-align: center;
}

.branch-city {
    font-size: 15px;
}

.branch-address {
    font-size: 10px;
}

/* inner page contact section end  */


/* inner page service section start  */

.inner-service-title {
    font-size: 15px;
}

.inner-service-subtitle {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}

.inner-service-text p {
  font-size: 10px;
}

.inner-service-label {
    font-size: 12px;
}

.inner-service-item {
    display: flex;
    flex-direction: column;
}

.inner-service-item a {
  font-size: 10px;
}

.inner-service-numbers a {
  font-size: 10px;
}

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

.inner-service-contact-title {
    font-size: 15px;
}

.inner-service-contact-subtitle {
    font-size: 10px;
}

.inner-service-contact-form label {
    font-size: 10px;
}

.inner-service-contact-form input, .inner-service-contact-form textarea {
    font-size: 10px;
}

.inner-service-contact-form input[type="submit"] {
    padding: 8px 15px;
    font-size: 10px;
}

.inner-service-contact-image img {
    width: 100%;
    height: auto;
    border-radius: 20px !important;
    object-fit: cover;
}

.card-title {
    font-size: 15px;
}

.card-text {
    font-size: 10px;
}

.info-col {
  margin-top: 20px;
}

/* inner page service section end  */


/* inner page testimonial section start  */

.testimonial-inner-title {
    font-size: 15px;
}

.inner-testimonial-text p {
  font-size: 10px;
}

.inner-testimonial-title {
    font-size: 12px;
}

.inner-testimonial-subtitle {
    font-size: 12px;
}

/* inner page testimonial section end  */
	
	
/* inner page blog section start  */
	
.inner-recent-blog-posts .inner-section-title {
    font-size: 20px;
}
	
.inner-recent-blog-posts .inner-section-subtitle {
    width: unset;
    font-size: 10px;
}
	
.inner-blog-title a {
    font-size: 12px;
}
	
.inner-blog-meta {
    font-size: 10px;
}
	
.inner-blog-excerpt {
    font-size: 10px;
}
	
.inner-read-more-link {
    font-size: 10px;
}
	
/* inner page blog section start  */


/* single page business solution section start  */

.single-business-solution-content {
    padding: 40px 0 0;
}

.single-business-solution-content h1 {
    font-size: 20px;
}

.single-solution-description p {
    font-size: 10px;
}

.single-solutions-products h2 {
    font-size: 20px;
    text-align: center;
}

.single-page-solution .single-business-btn {
    padding: 8px 12px;
    font-size: 10px;
}

.single-solutions-products-slider .single-product-card {
    margin-left: 0;
}



/* single page business solution section end  */



}



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

.top-header-contact .contact-info a { 
   display: block; 
   color: #fff; 
   font-size: 10px; 
   text-decoration: none; 
} 
.top-header-logo .logo-wrap { 
   gap: 10px;
} 
.top-header-logo .iso { 
   font-size: 10px; 
} 
	
.top-header-contact .contact-icon { 
   padding: 5px; 
} 
	
.top-header-contact .contact-icon i { 
   color: #fff; 
   font-size: 12px; 
} 

.top-header-logo .locations {
   font-size: 10px;
   color: #fff;
   margin: 10px 0;
}
	 
.top-header-logo img {
     width: 140px;
}

/* banner section start  */

.banner-wrapper {
    padding: 210px 0 0;
}

.banner-title {
    font-size: 25px;
}

.banner-contents p {
    font-size: 12px;
    color: #555;
    margin-bottom: 30px;
}

.circle-play-btn {
    width: 30px;
    height: 30px;
    font-size: 22px;
}

.banner-play-btn {
    padding: 6px 12px;
    font-size: 14px;
}

.banner-play-btn i {
    font-size: 15px;
    padding: 3px 0 0 0;
}

.banner-buttons .btn {
    padding: 10px 18px;
    font-size: 12px;
}

.banner-image img {
    width: 100%;
    object-fit: contain;
    height: 275px;
}

/* banner section end  */



/* product section start  */

.featured-products-section .section-title {
    font-size: 22px;
}

.featured-product-card {
    height: 100%;
    min-height: 150px;
}

.featured-product-card .fp-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.featured-product-card .fp-title {
    font-size: 12px;
}

.featured-product-card .fp-desc {
    font-size: 10px;
}

.btn-enquiry {
    padding: 8px 18px;
    font-size: 10px;
}

.btn-explore {
    padding: 8px 18px;
    font-size: 12px;
}

.enquiry-modal-content {
    background: #23292f;
    padding: 30px 30px 0;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    position: relative;
}

/* product section end  */


/* bottom feature section start  */

.bfw-col {
  padding: 0 50px !important;
}

.bottom-feature-wrapper .bottom-feature-text h4 {
    font-size: 15px;
}

.bottom-feature-wrapper .bottom-feature-text p {
    font-size: 14px;
}

/* bottom feature section end  */



/* about us section start  */

.about-tag {
    font-size: 12px;
}

.about-section h2 {
    font-size: 22px;
}

.about-content p {
  font-size: 12px;
}

.about-btn {
    padding: 8px 18px;
    font-size: 12px;
}

.about-image {
  margin-top: 25px;
}

.about-image img {
    border-radius: 24px !important;
    width: 100%;
    height: auto;
    object-fit: cover;
}
	
.fp-arrows i {
   font-size: 10px;
}
	
.fp-arrows button {
    width: 25px;
    height: 25px;
}
	
.fp-arrows .fp-prev {
    position: absolute;
    top: 68px;
    left: -18px;
}
	
.fp-arrows .fp-next {
   position: absolute;
   top: 68px;
   right: -12px;
}

/* about section end  */


/* counter section start  */

.counter-col {
  margin: 0 0 20px;
}

.counter-left h2 {
    font-size: 18px;
}

.counter-left .label {
    font-size: 18px;
}


/* counter section end  */


/* business solution section start  */

.solution-second-col {
    display: flex;
    padding: 15px !important;
    margin: 0 !important;
}

.business-solutions .section-title {
    font-size: 22px;
}

.solution-thumb {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 25px;
}

.solution-card {
    height: 270px;
}

.solution-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 4px;
    left: 37px;
}

.solution-icon img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.solution-content {
    padding: 25px 0 0 25px;
}

.solution-title {
    font-size: 18px;
    margin: 15px 0 10px;
}

.solution-excerpt {
    font-size: 12px;
    color: #ccc;
    line-height: 1.6;
}

.read-more {
    position: absolute;
    bottom: 15px;
    left: 25px;
    font-size: 12px;
    padding: 6px 10px;
}

.solution-second-col:nth-child(1) .solution-card {
    position: relative;
    width: 100%;
}

.solution-second-col:nth-child(1) .solution-thumb {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 25px;
}

.solution-second-col:nth-child(2) .solution-card {
    flex-direction: row !important;
    width: 100%;
    margin: 0px;
}

.solution-second-col:nth-child(2) .solution-thumb {
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.solution-second-col:nth-child(3) .solution-card {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
}

.solution-second-col:nth-child(3) .solution-thumb {
    width: 100%;
    height: 135px;
    object-fit: cover;
}


/* business solution section end  */



/* product section start  */

.products-section h2 {
    font-size: 22px;
}

.product-category-wrap h3 {
    font-size: 18px;
}

.product-tab {
    padding: 8px 18px;
    font-size: 12px;
}

.product-info .price {
    font-size: 12px;
}

.products-section .enquiry-btn {
    padding: 8px 15px;
    font-size: 12px;
}

/* product section end  */


/* client section start  */

.brand-slider-section .section-title {
    font-size: 22px;
}

/* client section end  */


/* stories section start  */

.success-stories .section-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
}

.read-more-btn {
    padding: 8px 18px;
    font-size: 12px;
}

.story-card {
  margin-bottom: 30px;
}

/* stories section end  */


/* single page stories section start  */

.single-blog-thumb img {
    width: 100%;
    height: auto;
    border-radius: 15px !important;
    object-fit: cover;
}

.single-blog-title {
    font-size: 22px;
}

.single-blog-content p {
  font-size: 12px
}

/* single page stories section end  */



/* gallery section start  */

.inner-section-heading h2 {
    font-size: 22px;
}

.inner-filter-btn {
    font-size: 12px;
}

/* gallery section end  */


/* testimonial section start  */

.testimonial-wrapper {
    padding: 60px 0 20px;
}

.testimonial-label-pill {
    font-size: 12px;
}

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

.testimonial-card img {
    padding-bottom: 10px;
    width: 40px;
    height: auto;
}

.testimonial-content p {
  font-size: 12px;
}

.testimonial-title {
    font-size: 12px;
}

.testimonial-subtitle {
    font-size: 12px;
}

.testimonial-card {
    padding: 20px;
    height: 230px !important;
    margin: 15px 0 0px 12px;

}

/* testimonial section end  */


/* blog section start  */

.recent-blog-posts .section-title {
    font-size: 22px;
}

.recent-blog-posts .section-subtitle {
    width: unset;
    margin: 0 auto 40px;
    font-size: 12px;
}

.blog-meta {
    font-size: 12px;
}

.blog-title {
    font-size: 12px;
}

.read-article-btn {
    padding: 8px 18px;
    font-size: 12px;
}


/* faq section start  */

.faq-title {
    font-size: 22px;
}

.faq-sub-title {
    font-size: 12px;
}

.faq-right .accordion-button {
    font-size: 12px;
    padding: 18px 25px;
}

.faq-right .accordion-body p {
    font-size: 12px;
}

/* faq section end  */


/* contact us section start  */

.contact-title {
    font-size: 22px;
}

.contact-content {
    font-size: 12px;
}

.contact-subtitle {
    font-size: 15px;
}

.contact-form label {
    font-size: 12px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 12px;
}

.contact-form .submit-btn input[type="submit"] {
    padding: 8px 18px;
    font-size: 12px;
}

.contact-image img {
    width: 100%;
    object-fit: cover;
    height: auto;
    border-radius: 33px;
}

/* contact us section end  */



/* footer section start  */

.footer-about img {
    width: 220px;
    height: auto;
    object-fit: contain;
}

.footer-about p {
    font-size: 12px;
}

.footer-social a {
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 12px;
}

.footer h4 {
    font-size: 15px;
    margin: 20px 0 10px;
}

.footer-links ul li a {
    font-size: 12px;
}

.footer-contact i {
    font-size: 12px;
}

.footer-contact a {
    font-size: 12px;
}

.newsletter-title {
    color: #fff;
    font-size: 15px;
    margin: 20px 0 15px;
    text-align: center;
}

.newsletter-input {
    padding: 0px 15px;
    font-size: 12px;
}

.newsletter-btn {
    padding: 8px 15px;
    margin-left: 10px;
    font-size: 12px;
}

.footer-copyright-row {
    padding: 10px 0 0px;
    font-size: 12px;
}

.footer-copyright-row p, a {
    font-size: 12px;
}

/* footer section end  */


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

.pageheading-middle a {
    font-size: 12px;
}

.breadcrumb_last {
    font-size: 15px;
}


/* inner page about us section start  */

.inner-about-section h2 {
    font-size: 12px;
}

.inner-about-section .inner-about-content p {
    font-size: 12px;
}

.missionandvission-wrapper h4 {
    font-size: 18px;
}

.missionandvission-wrapper p {
    font-size: 12px;
}

.missionandvission-wrapper h4::before {
    content: "";
    width: 5px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
}


/* inner page about us section end  */


/* inner page business section start  */


.inner-solution-toptitle {
    font-size: 22px;
}

.inner-solution-title {
    font-size: 15px;
}

.inner-readmore-btn {
    padding: 8px 18px;
    font-size: 12px;
}

.inner-solution-card {
    padding: 20px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* inner page business section start  */


/* inner page categories section start  */

.inner-categories-title {
    font-size: 22px;
}

.inner-category-card {
    padding: 30px 20px;
    height: 170px;
}

.inner-categories-pro-title {
    font-size: 15px;
    line-height: 24px;
}

.inner-category-btn {
    padding: 8px 18px;
    font-size: 12px;
}

/* inner page categories section end  */



/* inner page product categories section start  */


.inner-category-title {
    font-size: 22px;
}

.inner-product-card {
    height: 340px;
}

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

.inner-product-content {
    font-size: 12px;
}

.inner-btn {
    padding: 8px 18px;
    font-size: 12px;
}


/* inner page product categories section end  */


/* single page product sections start  */

.single-product-title {
    font-size: 22px;
}
	
.single-product-description p {
	font-size: 12px;	
}

.single-product-details h4 {
    font-size: 15px;
}

.single-product-details ul li {
    font-size: 12px;
}

.single-product-details ul li::before {
    content: "✔";
    font-size: 12px;
}

.single-product-enquiry .inner-btn {
    padding: 8px 18px;
    font-size: 12px;
}

.single-product-brochure-btn {
    padding: 8px 18px;
    font-size: 12px;
}

.download-modal-content {
    padding: 18px 25px;
}

.download-modal-content h3 {
    font-size: 22px;
}

.download-modal-content img {
  width: 100%;
  object-fit: contain;
  height: 140px;
}

.download-form-col label {
    font-size: 12px;
}

.download-form-col input[type="text"], .download-form-col input[type="tel"], .download-form-col input[type="email"], .download-form-col textarea {
    padding: 10px 12px;
    font-size: 12px;
}

.single-product-submit-btn input[type="submit"], .single-product-submit-btn button {
    padding: 8px 18px;
    font-size: 12px;
}

/* single page product sections end  */


/* single page project section start  */

.single-blog-card {
    border-radius: 12px;
    padding: 0;
}

/* single page project section end  */



/* inner page contact section start  */

.inner-contact-title {
    font-size: 22px;
}

.inner-office-map iframe, .inner-contact-map iframe {
    width: 100%;
    height: 250px;
}

.inner-support-list a {
    font-size: 12px;
}

.inner-support-title {
    font-size: 15px;
}

.inner-form-title {
    font-size: 22px;
}

.inner-contact label {
    font-size: 12px;
}

.inner-contact input[type="text"], .inner-contact input[type="tel"], .inner-contact input[type="email"], .inner-contact textarea {
    padding: 8px 14px;
    font-size: 12px;
}

.inner-contact-submit-btn input[type="submit"] {
    width: unset;
    padding: 8px 18px;
    display: inline-flex;
    font-size: 12px;
}

.inner-office-name {
  font-size: 18px;
}

.inner-office-address {
    font-size: 12px;
}

.branch-title {
    font-size: 18px;
    padding: 12px 20px;
    text-align: center;
}

.branch-city {
    font-size: 18px;
}

.branch-address {
    font-size: 12px;
}

/* inner page contact section end  */


/* inner page service section start  */

.inner-service-title {
    font-size: 22px;
    margin-bottom: 0;
}

.inner-service-subtitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.inner-service-text p {
    font-size: 12px;
}

.inner-service-label {
    font-size: 15px;
}

.inner-service-item {
    display: flex;
    flex-direction: column;
}

.inner-service-item a {
    font-size: 12px;
}

.inner-service-numbers a {
  font-size: 12px;
}

.inner-service-contact-section {
    padding: 40px 0;
}

.inner-service-contact-title {
    font-size: 22px;
}

.inner-service-contact-subtitle {
    font-size: 12px;
}

.inner-service-contact-form label {
    font-size: 12px;
}

.inner-service-contact-form input, .inner-service-contact-form textarea {
    font-size: 12px;
}

.inner-service-contact-form input[type="submit"] {
    padding: 8px 18px;
    font-size: 12px;
}

.inner-service-contact-image img {
    width: 100%;
    height: auto;
    border-radius: 20px !important;
    object-fit: cover;
}

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

.card-text {
    font-size: 12px;
}

.info-col {
  margin-top: 20px;
}

/* inner page service section end  */


/* inner page testimonial section start  */


.testimonial-inner-title {
    font-size: 22px;
}

.inner-testimonial-text p {
  font-size: 12px;
}

.inner-testimonial-title {
    font-size: 15px;
}

.inner-testimonial-subtitle {
    font-size: 12px;
    color: #777;
    margin-top: 5px;
}

/* inner page testimonial section end  */



}


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

.mobile-toggle-bar {
    position: fixed;
    left: 0;
    right: 0;
    top: 122px !important;
    z-index: 999;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 4px 8px #00000057;
}


/* banner section start  */

.banner-wrapper {
    padding: 210px 0 0;
}

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

.banner-contents p {
    font-size: 12px;
    color: #555;
    margin-bottom: 30px;
}

.circle-play-btn {
    width: 30px;
    height: 30px;
    font-size: 22px;
}

.banner-play-btn {
    padding: 6px 12px;
    font-size: 14px;
}

.banner-play-btn i {
    font-size: 15px;
    padding: 3px 0 0 0;
}

.banner-buttons .btn {
    padding: 10px 18px;
    font-size: 14px;
}

.banner-image img {
    width: 100%;
    object-fit: contain;
    height: 275px;
}

/* banner section end  */


/* feature product section start  */

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

.featured-product-card {
    height: 100%;
    min-height: 205px;
}

.featured-product-card .fp-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.featured-product-card .fp-title {
    font-size: 15px;
}

.featured-product-card .fp-desc {
    font-size: 12px;
}

.btn-enquiry {
    padding: 8px 18px;
    font-size: 12px;
}

.btn-explore {
    padding: 8px 18px;
    font-size: 14px;
}

.enquiry-modal-content {
    background: #23292f;
    padding: 30px 30px 0;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    position: relative;
}

/* feature product section end  */


/* bottom feature section start  */

.bfw-col {
  padding: 0 50px !important;
}

.bottom-feature-wrapper .bottom-feature-text h4 {
    font-size: 18px;
    padding-bottom: 10px;
}

.bottom-feature-wrapper .bottom-feature-text p {
    font-size: 14px;
}

/* bottom feature section end  */



/* about us section start  */

.about-tag {
    font-size: 14px;
}

.about-section h2 {
    font-size: 28px;
}

.about-content p {
    font-size: 14px;
}

.about-btn {
    padding: 10px 20px;
    font-size: 14px;
}

.about-image {
  margin-top: 25px;
}

.about-image img {
    border-radius: 24px !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 470px;
}
	
.fp-arrows i {
   font-size: 12px;
}
	
.fp-arrows button {
    width: 30px;
    height: 30px;
}
	
.fp-arrows .fp-prev {
    position: absolute;
    top: 100px;
    left: -12px;
}
	
.fp-arrows .fp-next {
   position: absolute;
   top: 100px;
   right: -12px;
}


/* about section end  */


/* counter section start  */

.counter-col {
  margin: 0 0 20px;
}

.counter-left h2 {
    font-size: 28px;
}

.counter-left .label {
    font-size: 22px;
}

/* counter section end  */


/* business solution section start  */

.solution-second-col {
    display: flex;
    padding: 15px !important;
    margin: 0 !important;
}

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

.solution-thumb {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 25px;
}

.solution-card {
    height: 270px;
}

.solution-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 4px;
    left: 37px;
}

.solution-icon img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.solution-content {
    padding: 25px 0 0 25px;
}

.solution-title {
    font-size: 18px;
    margin: 15px 0 10px;
}

.solution-excerpt {
    font-size: 12px;
    color: #ccc;
    line-height: 1.6;
}

.read-more {
    position: absolute;
    bottom: 15px;
    left: 25px;
    font-size: 12px;
    padding: 6px 10px;
}

.solution-second-col:nth-child(1) .solution-card {
    position: relative;
    width: 100%;
}

.solution-second-col:nth-child(1) .solution-thumb {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 25px;
}

.solution-second-col:nth-child(2) .solution-card {
    flex-direction: row !important;
    width: 100%;
    margin: 0px;
}

.solution-second-col:nth-child(2) .solution-thumb {
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.solution-second-col:nth-child(3) .solution-card {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
}

.solution-second-col:nth-child(3) .solution-thumb {
    width: 100%;
    height: 135px;
    object-fit: cover;
}


/* business solution section end  */



/* product section start  */

.products-section h2 {
    font-size: 28px;
}

.product-category-wrap h3 {
    font-size: 18px;
}

.product-tab {
    padding: 8px 18px;
    font-size: 13px;
}

.product-info .price {
    font-size: 13px;
}

.products-section .enquiry-btn {
    padding: 10px 18px;
    font-size: 14px;
}

/* product section end  */


/* client section start  */

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

/* client section end  */


/* stories section start  */

.success-stories .section-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
}

.read-more-btn {
    padding: 10px 18px;
    font-size: 14px;
}

.story-card {
  margin-bottom: 30px;
}

/* stories section end  */


/* single page stories section start  */

.single-blog-thumb img {
    width: 100%;
    height: 400px;
    border-radius: 15px !important;
    object-fit: cover;
}

.single-blog-title {
    font-size: 24px;
}

.single-blog-content p {
  font-size: 14px
}

/* single page stories section end  */



/* gallery section start  */

.inner-section-heading h2 {
    font-size: 28px;
}

.inner-filter-btn {
    font-size: 14px;
}

/* gallery section end  */


/* testimonial section start  */

.testimonial-wrapper {
    padding: 100px 0;
}

.testimonial-label-pill {
    font-size: 14px;
}

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

.testimonial-card img {
    padding-bottom: 10px;
    width: 50px;
    height: auto;
}

.testimonial-content p {
  font-size: 14px;
}

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

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

.testimonial-card {
    padding: 20px;
    height: 230px !important;
    margin: 15px 0 0px 12px;

}

/* testimonial section end  */


/* blog section start  */

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

.recent-blog-posts .section-subtitle {
    width: 80%;
    margin: 0 auto 40px;
    font-size: 14px;
}

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

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

.read-article-btn {
    padding: 10px 18px;
    font-size: 14px;
}


/* faq section start  */

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

.faq-sub-title {
    font-size: 14px;
}

.faq-right .accordion-button {
    font-size: 14px;
    padding: 18px 25px;
}

.faq-right .accordion-body p {
    font-size: 14px;
}

/* faq section end  */


/* contact us section start  */

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

.contact-content {
    font-size: 14px;
}

.contact-subtitle {
    font-size: 20px;
}

.contact-form label {
    font-size: 14px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
}

.contact-form .submit-btn input[type="submit"] {
    padding: 10px 18px;
    font-size: 14px;
}

.contact-image img {
    width: 100%;
    object-fit: cover;
    height: auto;
    border-radius: 33px;
}

/* contact us section end  */



/* footer section start  */

.footer-about img {
    width: 250px;
    height: auto;
    object-fit: contain;
}

.footer-about p {
    font-size: 14px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.footer h4 {
    font-size: 18px;
    margin: 20px 0 10px;
}

.footer-links ul li a {
    font-size: 14px;
}

.footer-contact i {
    font-size: 14px;
}

.footer-contact a {
    font-size: 14px;
}

.newsletter-title {
    color: #fff;
    font-size: 18px;
    margin: 20px 0 15px;
    text-align: center;
}

.newsletter-input {
    padding: 0px 15px;
    font-size: 14px;
}

.newsletter-btn {
    padding: 8px 15px;
    margin-left: 10px;
    font-size: 14px;
}

.footer-copyright-row {
    padding: 10px 0 0px;
    font-size: 14px;
}

.footer-copyright-row p, a {
    font-size: 14px;
}

/* footer section end  */


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

.pageheading-middle a {
    font-size: 14px;
}

.breadcrumb_last {
    font-size: 18px;
}


/* inner page about us section start  */

.inner-about-section h2 {
    font-size: 14px;
}

.inner-about-section .inner-about-content p {
    font-size: 14px;
}

.missionandvission-wrapper h4 {
    font-size: 20px;
}

.missionandvission-wrapper p {
    font-size: 14px;
}

.missionandvission-wrapper h4::before {
    content: "";
    width: 8px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}


/* inner page about us section end  */


/* inner page business section start  */


.inner-solution-toptitle {
    font-size: 28px;
}

.inner-solution-title {
    font-size: 18px;
}

.inner-solution-excerpt {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 18px;
    line-height: 1.6;
}

.inner-readmore-btn {
    padding: 10px 18px;
    font-size: 14px;
}

.inner-solution-card {
    padding: 20px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* inner page business section start  */


/* inner page categories section start  */

.inner-categories-title {
    font-size: 28px;
}

.inner-category-card {
    padding: 30px 20px;
    height: 200px;
}

.inner-categories-pro-title {
    font-size: 18px;
    line-height: 24px;
}

.inner-category-btn {
    padding: 10px 18px;
    font-size: 14px;
}

/* inner page categories section end  */



/* inner page product categories section start  */


.inner-category-title {
    font-size: 28px;
}

.inner-product-card {
    height: 360px;
}

.inner-product-title {
    font-size: 16px;
}

.inner-product-content {
    font-size: 14px;
}

.inner-btn {
    padding: 10px 18px;
    font-size: 14px;
}


/* inner page product categories section end  */


/* single page product sections start  */

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

.single-product-image img {
    width: 100%;
    object-fit: contain;
    height: 300px;
    border-radius: 12px;
}

.single-product-details h4 {
    font-size: 18px;
}

.single-product-details ul li {
    font-size: 14px;
}

.single-product-details ul li::before {
    content: "✔";
    font-size: 14px;
}

.single-product-enquiry .inner-btn {
    padding: 8px 18px;
    font-size: 14px;
}

.single-product-brochure-btn {
    padding: 10px 18px;
    font-size: 14px;
}

.download-modal-content {
    padding: 28px;
    width: 80%;
}

.download-modal-content h3 {
    font-size: 28px;
}

.download-modal-content img {
    width: 100%;
    object-fit: contain;
    height: auto;
}

.download-form-col label {
    font-size: 14px;
}

.download-form-col input[type="text"], .download-form-col input[type="tel"], .download-form-col input[type="email"], .download-form-col textarea {
    padding: 10px 12px;
    font-size: 14px;
}

.single-product-submit-btn input[type="submit"], .single-product-submit-btn button {
    padding: 10px 40px;
    font-size: 14px;
}

/* single page product sections end  */


/* single page project section start  */

.single-blog-card {
    border-radius: 12px;
    padding: 0;
}

/* single page project section end  */



/* inner page contact section start  */

.inner-contact-title {
    font-size: 28px;
}

.inner-office-map iframe, .inner-contact-map iframe {
    width: 100%;
    height: 250px;
}

.inner-support-list a {
    font-size: 14px;
}

.inner-support-title {
    font-size: 18px;
}

.inner-form-title {
    font-size: 22px;
}

.inner-contact label {
    font-size: 14px;
}

.inner-contact input[type="text"], .inner-contact input[type="tel"], .inner-contact input[type="email"], .inner-contact textarea {
    padding: 8px 14px;
    font-size: 14px;
}

.inner-contact-submit-btn input[type="submit"] {
    width: unset;
    padding: 10px 18px;
    display: inline-flex;
    font-size: 14px;
}

.inner-office-name {
    font-size: 22px;
}

.inner-office-address {
    font-size: 14px;
}

.branch-title {
    font-size: 22px;
    padding: 12px 20px;
    text-align: center;
}

.branch-city {
    font-size: 20px;
}

.branch-address {
    font-size: 14px;
}

/* inner page contact section end  */


/* inner page service section start  */

.inner-service-title {
    font-size: 28px;
    margin-bottom: 0;
}

.inner-service-subtitle {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.inner-service-text p {
    font-size: 18px;
}

.inner-service-label {
    font-size: 18px;
}

.inner-service-item {
    display: flex;
    flex-direction: column;
}

.inner-service-item a {
    font-size: 14px;
}

.inner-service-numbers a {
  font-size: 14px;
}

.inner-service-contact-section {
    padding: 40px 0;
}

.inner-service-contact-title {
    font-size: 22px;
}

.inner-service-contact-subtitle {
    font-size: 14px;
}

.inner-service-contact-form label {
    font-size: 14px;
}

.inner-service-contact-form input, .inner-service-contact-form textarea {
    font-size: 14px;
}

.inner-service-contact-form input[type="submit"] {
    padding: 10px 18px;
    font-size: 14px;
}

.inner-service-contact-image img {
    width: 100%;
    height: 400px;
    border-radius: 20px !important;
    object-fit: cover;
}

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

.card-text {
    font-size: 14px;
}

.info-col {
  margin-top: 20px;
}

/* inner page service section end  */


/* inner page testimonial section start  */


.testimonial-inner-title {
    font-size: 28px;
}

.inner-testimonial-title {
    font-size: 15px;
}

.inner-testimonial-title {
    font-size: 15px;
}

.inner-testimonial-subtitle {
    font-size: 14px;
    color: #777;
    margin-top: 5px;
}

/* inner page testimonial section end  */


}



@media (max-width: 991.50px) {
  /* ... all your existing CSS ... */

  /* Hide wrappers by default on mobile until mobile-ready */
  body:not(.mobile-ready) .header-wrapper,
  body:not(.mobile-ready) .sub-header-wrapper {
    display: none !important;
  }
}

@media (max-width: 991.50px) {
  .top-header-search {
    display: none !important;
  }

.mobile-toggle-bar {
    position: fixed;
    left: 0;
    right: 0;
    top: 90px;
    z-index: 999;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 4px 8px #00000057;
}

  .mobile-toggle-btn {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px;
  }

  .mobile-panel {
    position: fixed;
    left: 0;
    right: 0;
    top: 142px;
    width: 100%;
    z-index: 1099;
    background: #fff;
    box-shadow: -8px 8px 13px rgb(0 0 0 / 35%);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.25s ease;
    opacity: 0;
  }

  .mobile-panel.active {
    opacity: 1;
    max-height: 80vh; 
    overflow: auto;
  }

  .mobile-panel .mobile-menu-tabs {
    display: none;
    align-items: center;
    border-bottom: 1px solid #eee;
    background: #fff;
  }
  .mobile-panel.active .mobile-menu-tabs {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 20;
    width: 100%;
  }

  .mobile-menu-tabs .menu-tab {
    flex: 1;
    padding: 12px;
    border: 0;
    background: none;
    font-weight: 600;
    text-align: center;
    border: 1px solid #eee;
  }
  .mobile-menu-tabs .menu-tab.active {
    border-bottom: 3px solid #000;
  }

  /* Wrappers inside mobile panel */
  .mobile-panel .header-wrapper,
  .mobile-panel .sub-header-wrapper {
    position: static !important;
    top: auto !important;
    width: 100% !important;
    box-shadow: none !important;
    margin: 0 !important;
    background: #fff !important;
    padding: 0 !important;
    display: none !important; /* hidden by default */
  }
  .mobile-panel .header-wrapper.active,
  .mobile-panel .sub-header-wrapper.active {
    display: block !important;
  }

  /* Remove overly-destructive reset */
  .mobile-panel .mega-menu {
    width: 100% !important;
    margin: 0;
    padding: 0;
    background: #fff;
  }

  /* Clean mobile lists */
  .mobile-panel .header-wrapper ul,
  .mobile-panel .sub-header-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-panel .header-wrapper li,
  .mobile-panel .sub-header-wrapper li {
    border-bottom: 1px solid #eee;
    padding: 15px;
    font-size: 15px;
    font-weight: 500;
  }

  .mobile-panel .header-wrapper li a,
  .mobile-panel .sub-header-wrapper li a {
    text-decoration: none;
    color: #000;
    display: block;
  }

  /* Wishlist (special item) */
  .mobile-panel .wishlist {
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 15px;
    font-weight: 500;
  }
  .mobile-panel .wishlist i {
    margin-right: 8px;
  }

  /* Mega menu tweaks */
  .mobile-panel #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0;
    height: auto;
    display: list-item;
    vertical-align: middle;
    padding: 10px 0 !important;
    border-radius: 0 !important;
    border: 1px solid #eee;
  }
  .mobile-panel #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0 10px !important;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 400 !important;
    line-height: 1.3;
    height: unset !important;
  }

  .mobile-panel #mega-menu-item-3007 {
    padding: 0 !important;
  }

  .mobile-panel #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-item > a.mega-menu-link {
    color: #6f7377;
    font-weight: 400 !important;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 0 10px !important;
    height: unset !important;
    line-height: 1.4;
  }

  .sub-header-menu, .header-menu {
    padding: 0 !important;
  }

  .mobile-panel #mega-menu-wrap-primary,
  #mega-menu-wrap-primary #mega-menu-primary,
  #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu,
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item,
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row,
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column,
  #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link,
  #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge {
    width: 100% !important;
  }

  .mobile-panel #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-item {
    margin: 0;
    display: list-item;
    height: auto;
    vertical-align: middle;
    padding: 10px 0;
    border: 1px solid #eee;
  }

  .mobile-panel #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item,
  .mobile-panel #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 ul.mega-sub-menu li.mega-menu-item {
    border: 1px solid #eee;
    padding: 10px;
  }

  .mobile-panel #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link,
  .mobile-panel #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #000 !important;
    padding: 0 !important;
    line-height: 1.3;
    display: block;
  }

  /* Hover/flyout handling */
  .mobile-panel #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    background: #ff5722 !important;
    color: #fff !important;
  }

  .mobile-panel #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: absolute;
    width: 250px;
    max-width: none;
    padding: 0;
    border: 0;
    background: #fff !important;
    border-radius: 0;
  }

  .mobile-panel #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #fff !important;
    color: #290000 !important;
    height: unset !important;
    line-height: 1.3;
    margin: 0 !important;
  }
  .mobile-panel #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    background: #fff !important;
    color: #290000 !important;
  }

  /* Submenu collapsed by default */
  .mobile-panel #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu,
  .mobile-panel #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 ul.mega-sub-menu {
    position: static !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
    border-radius: 0 !important;
    background: #fff !important;
    overflow: hidden !important;
    transition: max-height 0.28s ease;
    max-height: 0 !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .mobile-panel li.mega-menu-item:hover > ul.mega-sub-menu {
    max-height: 0 !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .mobile-panel li.open > ul.mega-sub-menu {
    max-height: 600px !important;
    overflow-y: auto !important;
  }

  .mobile-panel #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-flyout ul.mega-sub-menu {
    border-radius: 8px !important;
    overflow: hidden !important;
    max-height: 0 !important;
    transition: max-height 0.28s ease !important;
  }

  .mobile-panel #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.open ul.mega-sub-menu {
    max-height: 500px !important;
    overflow-y: auto !important;
  }

  .mobile-panel #mega-menu-wrap-max_mega_menu_4 [data-effect="fade_up"] li.mega-menu-item > ul.mega-sub-menu {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    visibility: visible !important;
  }
}


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

}

@media screen and (min-width:400px) and (max-width:576px) { 
  .top-header-contact .contact-info a { 
    display: block; 
    color: #fff; 
    font-size: 12px; 
    text-decoration: none; 
  } 
  .top-header-logo .logo-wrap { 
    gap: 10px;
  } 
  .top-header-logo .iso { 
    font-size: 10px; 
  } 
  .top-header-contact .contact-icon i { 
    color: #fff; 
    font-size: 12px; 
  } 
  .top-header-logo .locations {
      font-size: 10px;
      color: #fff;
  }
.top-header-logo img {
    width: 130px;
}

}

@media screen and (min-width:992px) and (max-width:1200px) {
	
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 12px 0px 12px !important;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 400 !important;
}

#mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 5px 0px 5px !important;
    color: #6f7377;
    font-weight: 400 !important;
    font-size: 12px;
}


/* banner section start  */

.banner-wrapper {
    padding: 210px 0 0;
}

.banner-title {
    font-size: 38px;
}

.banner-contents p {
    font-size: 14px;
    color: #555;
    margin-bottom: 30px;
}

.circle-play-btn {
    width: 30px;
    height: 30px;
    font-size: 22px;
}

.banner-play-btn {
    padding: 6px 12px;
    font-size: 14px;
}

.banner-play-btn i {
    font-size: 15px;
    padding: 3px 0 0 0;
}

.banner-buttons .btn {
    padding: 10px 18px;
    font-size: 14px;
}

.banner-image img {
    width: 100%;
    object-fit: contain;
    height: 275px;
}

.banner-wrapper .slick-next {
    right: 10px;
}

.banner-wrapper .slick-prev {
    left: 0px;
}

/* banner section end  */


/* feature product section start  */

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

.featured-product-card .fp-image img {
    width: 100%;
    height: 165px;
    object-fit: contain;
}

/* feature product section end  */


/* bottom feature section start  */

.bfw-col {
  padding: 10px !important;
}

.bottom-feature-wrapper .bottom-feature-text h4 {
    font-size: 18px;
    padding-bottom: 10px;
}

.bottom-feature-wrapper .bottom-feature-text p {
    font-size: 14px;
}

/* bottom feature section end  */



/* about us section start  */

.about-tag {
    font-size: 14px;
}

.about-section h2 {
    font-size: 30px;
}

.about-content p {
    font-size: 14px;
}

.about-btn {
    padding: 10px 20px;
    font-size: 14px;
}

.about-image {
  margin-top: 25px;
}

.about-image img {
    border-radius: 24px !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 470px;
}
	
.fp-arrows i {
   font-size: 14px;
}
	
.fp-arrows .fp-prev {
    position: absolute;
    top: 100px;
    left: -12px;
}
	
.fp-arrows .fp-next {
   position: absolute;
   top: 100px;
   right: -12px;
}


/* about section end  */


/* counter section start  */

.counter-col {
  margin: 0 0 20px;
}

.counter-left h2 {
    font-size: 24px;
}

.counter-left .label {
    font-size: 22px;
}

.counter-box {
    padding: 28px;
    height: 100%;
    gap: 10px;
}

/* counter section end  */


/* business solution section start  */

.solution-second-col {
    display: flex;
    padding: 15px !important;
    margin: 0 !important;
}

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

.solution-thumb {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 25px;
}

.solution-card {
    height: 270px;
}

.solution-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 2px;
    left: 18px;
}

.solution-icon img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.solution-content {
    padding: 25px 0 0 25px;
}

.solution-title {
    font-size: 18px;
    margin: 10px 0 5px;
}

.solution-excerpt {
    font-size: 12px;
    color: #ccc;
    line-height: 1.6;
}

.read-more {
    position: absolute;
    bottom: 15px;
    left: 25px;
    font-size: 12px;
    padding: 6px 10px;
}

.solution-second-col:nth-child(1) .solution-card {
    position: relative;
    width: 100%;
}

.solution-second-col:nth-child(1) .solution-thumb {
    width: 100%;
    height: 115px;
    object-fit: cover;
    border-radius: 25px;
}

.solution-second-col:nth-child(1) .solution-icon {
    top: -110px;
    left: 10px;
}

.solution-second-col:nth-child(2) .solution-card {
    flex-direction: row !important;
    width: 100%;
    margin: 0px;
}

.solution-second-col:nth-child(2) .solution-thumb {
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.solution-second-col:nth-child(2) .solution-content {
    padding: 30px 10px;
}

.solution-second-col:nth-child(3) .solution-card {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
}

.solution-second-col:nth-child(3) .solution-thumb {
    width: 100%;
    height: 125px;
    object-fit: cover;
}


/* business solution section end  */



/* product section start  */

.products-section h2 {
    font-size: 30px;
}

/* product section end  */

.brand-slider-section .section-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}


/* success stories section start  */

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


/* success stories section end  */


/* gallery section start  */


.inner-section-heading h2 {
    margin-bottom: 30px;
    font-size: 30px;
}

/* gallery section end  */



/* testimonial section start  */

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

/* testimonial section end  */

/* blog section start  */

.recent-blog-posts .section-title {
    font-size: 30px;
    font-weight: 600;
}

/* blog section end  */


/* faq section start  */

.faq-title {
    font-size: 30px;
    text-align: center;
}

/* faq section end  */

/* contact section start  */

.contact-title {
    text-align: center;
    font-size: 30px;
    color: #fff;
}

/* contact section end  */
	
	
/* inner page business section start  */
	
.inner-solution-toptitle {
    font-size: 30px;
}
	
/* inner page business section end  */
	
	
/* inner page product section start  */
	
.inner-categories-title {
    font-size: 30px;
}

/* inner page product section end  */
	
	
/* inner categories page section start  */
	
.inner-category-title {
    font-size: 30px;
}

/* inner categories page section end  */
	
	
/* innner page contact us section start  */
	
.inner-contact-title {
    font-size: 30px;
}

.inner-office-map iframe, .inner-contact-map iframe {
    width: 100%;
    height: 250px;
}
	
/* innner page contact us section end  */
	
	
/* inner page service section start  */

.inner-service-title {
    font-size: 30px;
}
	
/* inner page service section end  */
	
	
/* inner page blog section start  */

.inner-recent-blog-posts .inner-section-title {
    font-size: 30px;
}
	
/* inner page blog section end  */
	
}

