/*
Theme Name: tiss-theme
*/


@font-face {
	font-family: PlusJakartaSans-Medium;
	src: url(../tiss-theme/assets/plus-Jakarta-sans/PlusJakartaSans-Medium.ttf);
	font-weight: 500;
}

@font-face {
	font-family: PlusJakartaSans-Regular;
	src: url(../tiss-theme/assets/plus-Jakarta-sans/PlusJakartaSans-Regular.ttf);
	font-weight: 500;
}

@font-face {
	font-family: PlusJakartaSans-Regular-SemiBold;
	src: url(../tiss-theme/assets/plus-Jakarta-sans/PlusJakartaSans-SemiBold.ttf);
	font-weight: 700;
}

@font-face {
	font-family: PlusJakartaSans-Regular-Bold;
	src: url(../tiss-theme/assets/plus-Jakarta-sans/PlusJakartaSans-Bold.ttf);
	font-weight: 700;
}




h1,h2,h3,h4,h5,h6{
     font-family: "Poppins", sans-serif;
}
p, a {
   font-family: "Roboto", sans-serif;
    color: #000000de;  
    font-size: 16px;                                         
}

span{
    font-family: "Roboto", sans-serif;  
}

a:hover{
   
    text-decoration: none !important;
}

.error-404 img{
    width: 100%;
    height: 485px;
    object-fit: contain;
    margin: 106px 0;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

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

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

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

html {
    scroll-behavior: smooth;
}

body{
    background: #ffffff !important;
}

.container {
    max-width: unset !important;
    padding: 0 4% !important;
}

/* top header start  */

.header-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.top-header {
    position: relative;
    z-index: 0;
    background: radial-gradient(circle, rgb(252 252 237 / 89%) 0%, rgb(175 175 175 / 89%) 100%);
    backdrop-filter: blur(10px);
    padding: 6px 0;
    font-size: 14px;
    box-shadow: 0px 4px 4px 0 #0000000d;
}

.top-header-address {
    margin: 0;
    font-size: 12px;
}

.top-header-social {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.top-header-social a {
    color:#000;
    font-size: 14px;
}

.top-header-flags-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-header-flags img{
    width: 25px;
    height: 25px;
    margin-left:6px;
}

/* top header ends */


/* header section start  */

.sub-header-wrapper {
    width: 100%;
    background: #000000a3;
    text-align: center;
    padding: 12px 0;
    box-shadow: 0px 4px 4px 0 #00000021;
    backdrop-filter: blur(10px);
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

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

.f-nav .header-logo img {
    width: 125px;
    object-fit: contain;
    height: auto;
    transition: .3s ease;
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.header-call-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    background: linear-gradient(90deg, #ffffff 0%, #dbe9f4 100%);
    color: #000;
    border-radius: 35px;
    font-size: 12px;
    font-family: 'PlusJakartaSans-Medium';
}

.header-call-btn:hover {
    background: linear-gradient(90deg, #dbe9f4 0%, #ffffff 100%);
    color: #000;
}


#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: #e0e0e0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    font-family: 'PlusJakartaSans-Regular' !important;
    padding: 0px 18px 0px 18px !important;
    font-weight: 300 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: #e0e0e0!important;
}

/* header section end  */


/* banner section start  */

.home-banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.banner-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.banner-content {
    position: absolute;
    top: unset;
    bottom: 120px;
    z-index: 3;
    color: #fff;
    text-align: center;
    width: 100%;
}

.banner-text h6 {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'PlusJakartaSans-Medium';
}

.banner-text h5 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 25px;
    font-family: 'PlusJakartaSans-Regular-SemiBold';
}

.banner-text h1 {
    font-size: 38px;
    line-height: 1.25;
    width: 60%;
    margin: 0 auto 40px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'PlusJakartaSans-Regular';
}

.banner-btns {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.btn-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 40px;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 35px;
    font-size: 12px;
    font-family: 'PlusJakartaSans-Medium';
    transition: 0.3s ease-in-out;
}

.btn-more:hover {
  background: #e2f3ff;
  color: #000;
}

.home-banner .btn-quote {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    background: linear-gradient(90deg, #ffffff 0%, #dbe9f4 100%);
    color: #000;
    border-radius: 35px;
    font-size: 12px;
    font-family: 'PlusJakartaSans-Medium';
    transition: 0.3s ease-in-out;
	border: 1px solid transparent;
}

.home-banner .btn-quote:hover {
    border: 1px solid #cfcfcf;
    color: #ffffff;
    background: transparent;
}

/* === BANNER POPUP USE SAME STYLE AS PRODUCT POPUP === */

.banner-popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

.banner-popup.active{
    display:flex !important;
}

.banner-popup-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.75);
    backdrop-filter: blur(6px);
}

.banner-popup-box {
    position: relative;
    width: 90%;
    max-width: 680px;
    padding: 30px;
    border-radius: 20px;
    z-index: 2;
    background: linear-gradient(145deg, #ffffff 0%, #eeeeee 100%);
    box-shadow: 0 20px 60px rgb(0 0 0 / 9%);
    border: 1px solid rgb(0 0 0 / 9%);
}

.banner-popup-form{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(85vh - 100px);
    padding-right: 10px;
}

/* Scrollbar */
.banner-popup-form::-webkit-scrollbar{
    width: 6px;
}

.banner-popup-form::-webkit-scrollbar-thumb{
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
}

.banner-popup-close{
    position:absolute;
    top:18px;
    right:20px;
    width:40px;
    height:40px;
    border-radius:50%;
    background:#000;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    cursor:pointer;
    transition:0.3s;
}

.banner-popup-close:hover{
    background:#333;
}

.banner-popup-title{
    font-size:32px;
    font-family: 'PlusJakartaSans-Regular-Bold';
    margin-bottom:25px;
    color:#000;
}

.banner-popup-box form input,
.banner-popup-box form textarea {
    width: 100%;
    max-height: 140px;
    border: 1px solid #dcdcdc;
    padding: 15px 14px;
    margin-bottom: 15px;
    resize: none;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1;
    display: block;
    background: #fff;
}

.banner-popup-box form input:focus,
.banner-popup-box form textarea:focus{
    outline:none;
    border-color:#000;
}

.banner-popup-box form input[type="submit"] {
    background: #000;
    color: #fff;
    border: 0;
    padding: 15px 20px;
    border-radius: 12px;
    font-size: 16px;
    display: block;
    margin: auto;
    letter-spacing: 0.5px;
    transition: 0.3s;
}


/* banner section end  */


/* about us section start   */


.about-snapshot-section {
    background: #fafafa;
    padding: 100px 0;
}

.about-snapshot-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000000d6;
    text-transform: uppercase;
    display: block;
    margin-bottom: 18px;
}

.about-snapshot-desc h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.25;
    color: #111;
    margin-bottom: 22px;
    font-family: 'PlusJakartaSans-Regular-Bold';
    text-transform: capitalize;
}

.about-snapshot-desc p {
    font-size: 16px;
    color: #000000cc;
    line-height: 1.7;
    margin-bottom: 35px;
    font-family: 'PlusJakartaSans-Regular';
}

.about-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffffff 0%, #e4e8eb 100%);
    border-radius: 12px;
    box-shadow: 0px 4px 4px 0 #00000021;
    padding: 25px;
    height: 100%;
}

.about-card h5 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    font-family: 'PlusJakartaSans-Regular-Bold';
}

.about-card p {
    font-size: 14px;
    color: #000000cc;
    line-height: 1.6;
    margin-bottom: 0;
    font-family: 'PlusJakartaSans-Regular';
    width: 95%;
}

.about-card-icon {
    width: 135px;
    height: 55px;
    background: #cdcdcd;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.about-card-icon img {
	width: 30px;
    height: 30px;
}

.about-snapshot-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-snapshot-img {
    width: 100%;
     height: 480px;
    object-fit: cover;
    border-radius: 12px;
}

/* about us section end  */


/* counter section start  */

.counter-section {
    background-image: url(./assets/img/counter-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 80px 0;
    color: #fff;
    position: relative;
}

.counter-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle,
        rgba(0,0,0,0.46) 0%,
        rgba(0,0,0,0.9) 100%);
}

.counter-contain {
    padding: 0 6% !important;
    background: #0000004a;
}

.counter-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.counter-section-item {
    width: calc((100% - 0px) / 4);
    text-align: left;
    position: relative;
    z-index: 2;
    padding: 0 60px;
}


.counter-section-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 58px;
    background: rgba(255,255,255,0.3);
}

.counter-section-number {
    font-size: 46px;
    font-family: 'PlusJakartaSans-Regular';
    margin: 0;
    letter-spacing: 1px;
    color: #fff;
}

.counter-section-text {
    font-size: 18px;
    font-family: 'PlusJakartaSans-Regular';
    margin: 6px 0;
    opacity: .8;
    color: #fff;
}

/* counter section end  */


/* expertise section start  */

.expertise-section {
    padding: 80px 0;
    background: linear-gradient(47deg,rgb(255, 255, 255) 0%, rgba(225, 225, 225, 1) 100%);
}

.expertise-contain {
    padding: 0 8% !important;
}

.expertise-header {
    text-align: center;
    margin: 0 0 60px;
    position: relative;
    z-index: 3;
}

.expertise-subtitle {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #272727;
    text-transform: uppercase;
    display: block;
    margin-bottom: 18px;
}

.expertise-title {
    font-size: 42px;
    color: #000000;
    margin-bottom: 22px;
    font-family: 'PlusJakartaSans-Regular-SemiBold';
}

.expertise-description {
    font-size: 16px;
    font-family: 'PlusJakartaSans-Regular';
    color: #252525;
    width: 65%;
    margin: auto;
}

.expertise-row {
    justify-content: center;
    position: relative;
    z-index: 3;
}

.expertise-col {
    margin-bottom: 30px;
}

.expertise-card {
    background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(150 150 150) 100%);
    padding: 22px 18px;
    border-radius: 12px;
    text-align: center;
    height: 100%;
    transition: 0.3s;
}

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

.expertise-icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
	filter: invert(1);
}

.expertise-card-title {
    color: #000000;
    font-size: 22px;
    font-family: 'PlusJakartaSans-Regular';
    font-weight: 600;
    margin-bottom: 10px;
}

.expertise-card-text p {
    font-size: 15px;
    font-family: 'PlusJakartaSans-Regular';
    color: #4f4f4f;
    margin: 0;
}

/* expertise section end */


/* product category section start  */

.product-category-section {
    background: linear-gradient(262deg,rgb(255, 255, 255) 0%, rgba(225, 225, 225, 1) 100%);
    color: #000000;
    overflow: hidden;
}

.product-category-contain {
    padding: 0 8% !important;
    position: relative;
}

/*.product-category-contain::before {
    content: "";
    position: absolute;
    top: -180px;
    left: -180px;
    width: 100%;
    max-width: 700px;
    height: 100%;
    max-height: 700px;
    background-image: url("./assets/img/Ellipse.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
} */

.product-category-header {
    padding: 80px 0;
    background: linear-gradient(315deg,rgb(255, 255, 255) 0%, rgba(225, 225, 225, 1) 100%);
    text-align: center;
}

.product-category-subtitle {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #272727;
    text-transform: uppercase;
    display: block;
    margin-bottom: 18px;
}

.product-category-title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
    font-family: 'PlusJakartaSans-Regular-Bold';
}

.product-category-desc {
    color: #727272;
    font-size: 16px;
    line-height: 1.7;
    font-family: 'PlusJakartaSans-Regular';
    width: 75%;
    margin: auto;
}

.product-category-text-col {
    padding: 0 50px !important;
}

.product-category-item{
    padding: 40px 0;
    border-bottom: 1px solid #433D2B;
    position: relative;
}

.product-category-name {
    font-size: 48px;
    font-family: 'PlusJakartaSans-Regular-Bold';
    margin-bottom: 50px;
	color: #3f3f3f;
}

.product-category-text p {
    font-size: 20px;
    font-family: 'PlusJakartaSans-Regular';
    line-height: 1.6;
    color: #000000;
    width: 88%;
    margin-bottom: 25px;
}

.product-category-btn {
    display: inline-flex;
    padding: 10px 30px;
    border: 1px solid #000000;
    border-radius: 25px;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    transition: 0.3s;
    margin: 50px 0 0;
}

.product-category-btn:hover, .product-quote-btn:hover {
    background: #000000;
    color: #ffffff;
}

.product-category-image{
    position: relative;
    z-index: 2;
}

.product-category-item.odd-row .product-category-image::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 550px;
    height: 100%;
    background: radial-gradient(circle, rgb(187 187 186) 10%, rgb(228 228 219) 60%);
    filter: blur(60px);
    z-index: -1;
    pointer-events: none;
}

.product-category-image img {
    width: 100%;
    object-fit: cover;
    height: auto;
    display: block;
}

.product-category-item.even-row .product-category-row{
    flex-direction: row-reverse;
}

.product-quote-btn {
    display: inline-block;
    margin: 50px 10px 0;
    padding: 10px 30px;
    background: #cdcdcd;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 36px;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.product-quote-popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

.product-quote-popup.active{
    display:flex;
}

.product-quote-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.75);
    backdrop-filter: blur(6px);
}

.product-quote-box {
    position: relative;
    width: 90%;
    max-width: 680px;
    padding: 30px;
    border-radius: 20px;
    z-index: 2;
    background: linear-gradient(145deg, #ffffff 0%, #e5e5e5 100%);
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    border: 1px solid rgba(0,0,0,0.08);
}

.product-quote-form{
    overflow-y: auto;
    max-height: calc(85vh - 100px);
    padding-right: 10px;
}

.product-quote-form{
    scrollbar-width: thin;
}

.product-quote-form::-webkit-scrollbar{
    width: 6px;
}

.product-quote-form::-webkit-scrollbar-thumb{
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
}

.product-quote-box {
    position: relative;
    width: 90%;
    max-width: 680px;
    padding: 30px;
    border-radius: 20px;
    z-index: 2;
    background: linear-gradient(145deg, #ffffff 0%, #eeeeee 100%);
    box-shadow: 0 20px 60px rgb(0 0 0 / 9%);
    border: 1px solid rgb(0 0 0 / 9%);
}

.product-quote-box p {
    margin: 0;
}

.product-quote-close{
    position:absolute;
    top:18px;
    right:20px;
    width:40px;
    height:40px;
    border-radius:50%;
    background:#000;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    cursor:pointer;
    transition:0.3s;
}

.product-quote-close:hover{
    background:#333;
}

.product-quote-title{
    font-size:32px;
    font-family: 'PlusJakartaSans-Regular-Bold';
    margin-bottom:25px;
    color:#000;
}

.product-quote-box form input, .product-quote-box form textarea {
    width: 100%;
    max-height: 140px;
    border: 1px solid #dcdcdc;
    padding: 15px 14px;
    height: unset !important;
    margin-bottom: 15px;
    resize: none;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1;
    display: block;
    background: #fff;
}

.product-quote-box form input:focus,
.product-quote-box form textarea:focus{
    outline:none;
    border-color:#000;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-bottom: 10px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0px;
    font-size: 16px;
    color: #dc3545;
    border: none;
}

.product-quote-box form input[type="submit"] {
    background: #000;
    color: #fff;
    border: 0;
    box-shadow: none;
    padding: 15px 20px;
    border-radius: 12px;
    font-size: 16px;
    display: block;
    margin: auto;
    letter-spacing: 0.5px;
    transition: 0.3s;
}

.product-quote-form{
    overflow-y: auto;
    overflow-x: hidden;
}

/* product category section end  */



/* blog section starts */

.blog-section {
    padding: 80px 0;
	 background: linear-gradient(357deg, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
}

.blog-section-header {
    margin-bottom: 50px;
}

.blog-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #272727;
    text-transform: uppercase;
    display: block;
    margin-bottom: 18px;
}

.blog-title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
    font-family: 'PlusJakartaSans-Regular-Bold';
}

.blog-desc {
    color: #000000cc;
    font-size: 16px;
    line-height: 1.7;
    font-family: 'PlusJakartaSans-Regular';
    width: 85%;
    margin: auto;
}

.blog-card {
    display: flex;
    flex-direction: column;
    background: #f5f5f5;
    height: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    box-shadow: 0px 10px 10px 5px rgb(0 0 0 / 6%);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card-img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    border-radius: 20px;
}

.blog-card-body {
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 280px;
    flex-grow: 1;
}

.blog-card-badge {
    background: #eaf6fc;
    color: #007bb5;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 30px;
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 15px;
}

.blog-card-title {
    font-size: 18px;
    font-family: 'PlusJakartaSans-Regular-Bold';
    color: #222;
    margin-bottom: 12px;
    line-height: 1.3;
}

.blog-card-excerpt {
    font-size: 14px;
    font-family: 'PlusJakartaSans-Regular';
    color: #000000cc;
    margin-bottom: 20px;
    word-break: break-all;
}

.btn-more-info {
    display: inline-flex;
    padding: 10px 18px;
    border: 1px solid #afafaf;
    border-radius: 25px;
    font-size: 16px;
    color: #000;
    width: fit-content;
    text-decoration: none;
    transition: 0.3s;
}

.btn-more-info:hover {
  border-color: #111;
  background: #111;
  color: #fff !important;
}


/* blog section ends */


/* contact us section start  */

.gcc-contact-section {
    background: radial-gradient(circle, rgba(252, 252, 237, 1) 0%, rgb(230 230 230) 100%);
    padding: 80px 0;
}

.gcc-contact-heading {
    font-size: 42px;
    color: #111;
    margin-bottom: 10px;
    line-height: 1.25;
    font-family: 'PlusJakartaSans-Medium';
}

.gcc-contact-subtext {
    font-size: 20px;
    color: #252525;
    margin-bottom: 30px;
    font-family: 'PlusJakartaSans-Regular';
}

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

.gcc-contact-right {
    padding-left: 30px;
}

.gcc-form-wrap .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.gcc-form-wrap .wpcf7-form p {
    margin-bottom: 18px;
}

.gcc-form-wrap .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.gcc-form-wrap .wpcf7-form input[type="text"], .gcc-form-wrap .wpcf7-form input[type="email"], .gcc-form-wrap .wpcf7-form input[type="tel"], .gcc-form-wrap .wpcf7-form textarea {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    padding: 35px;
    font-size: 15px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #ffffff;
    outline: none;
    transition: border-color 0.25s ease;
    box-sizing: border-box;
}

.gcc-form-wrap .wpcf7-form input[type="text"]:focus,
.gcc-form-wrap .wpcf7-form input[type="email"]:focus,
.gcc-form-wrap .wpcf7-form input[type="tel"]:focus,
.gcc-form-wrap .wpcf7-form textarea:focus {
    border-color: #e2edf4;
}

.gcc-form-wrap .wpcf7-form input::placeholder,
.gcc-form-wrap .wpcf7-form textarea::placeholder {
    color: #494949;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.gcc-form-wrap .wpcf7-form label {
    display: block;
    width: 100%;
    color: #000000 !important;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin-bottom: 8px;
}

.gcc-form-wrap .wpcf7-form textarea {
    height: 140px;
    resize: none;
}

.gcc-form-wrap .wpcf7-form input[type="submit"] {
    width: 100%;
    background: linear-gradient(90deg, #ffffff 0%, #dbe9f4 100%);
    color: #111;
    border: none;
    border-radius: 6px;
    padding: 22px 20px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans', sans-serif;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    letter-spacing: 0.3px;
}

.gcc-form-wrap .wpcf7-form input[type="submit"]:hover {
    background: linear-gradient(90deg, #dbe9f4 0%, #ffffff 100%);
}

.gcc-form-wrap .wpcf7-form input[type="submit"]:active {
    background: linear-gradient(90deg, #d1e2ef 0%, #f0f4f8 100%);
    color: #111;
}

.wpcf7-spinner {
    display: none !important;
}

/* contact us section end  */


/* footer section start  */

.footer{
	background: linear-gradient(180deg, #626a72 0%, #464646 100%);
	color:#fff;
	padding: 90px 0 30px;
}

.footer-about {
    max-width: 270px;
}

.footer-logo img{
	width:160px;
    max-height: 80px;
    height: auto;
    object-fit: contain;
}

.footer-desc {
    margin: 20px 0;
    color: #ffffff;
    line-height: 1.5;
    font-size: 18px;
    font-family: 'PlusJakartaSans-Regular';
}

.footer-social{
	display:flex;
	gap:14px;
	margin-top:15px;
}

.footer-social a {
    font-size: 24px;
    color: #ffffff;
    line-height: 1;
    opacity: 0.8;
}

.footer-social a:hover {
    opacity: 1;
    transform: translateY(-2px);
    color: #a4a4a4;
}

.footer-links h4, .footer-contact h4 {
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 600;
}

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

.footer-menu li {
    margin-bottom: 25px;
    list-style: none;
    line-height: 1;
}

.footer-menu a {
    color: #ffffff;
    font-family: 'PlusJakartaSans-Regular';
    opacity: 0.8;
    text-decoration: none;
    transition: .3s;
}

.footer-menu a:hover {
    color: #fff;
    font-size: calc(100% + 0.5px);
    opacity: 1;
    padding-left: 4px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}

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

.footer-contact-item img{
	width:18px;
	margin-top:4px;
}

.footer-contact-item a, .footer-contact-item p {
    color: #d5d6d7;
    text-decoration: none;
    margin: 0;
    line-height: 1.6;
    font-size: 20px;
}

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

.footer-bottom {
    margin: auto;
    margin-top: 80px;
}

.footer-copy p,
.footer-copy a{
    text-align: left;
    font-size: 14px;
    color: #d5d5d5;
    line-height: 1;
    margin: 0;
}
.footer-copy a:hover{
    color:#fff;
}
.footer-policy{
	text-align:right;
}

.footer-policy a{
	margin-left:25px;
	color:#ffffff;
    opacity: 0.9;
	text-decoration:none;
	transition:.3s;
}

.footer-policy a:hover{
    opacity: 1;
	color:#fff;
}

/* footer section end  */



/* inner page header section start  */

.innerpage-header {
    position: relative;
    height: 60vh;
    overflow: hidden;
    margin: 140px 10px 0;
    border-radius: 28px;
}

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

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

.pageheading-middle {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 2;
    transform: translateY(-50%);
    background: #00000066;
    padding: 15px;
    width: fit-content;
    min-width: 400px;
    max-width: 80%;
    margin: auto;
    border-radius: 15px;
}

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


/* inner page header section end  */



/* inner page about us section start  */


.inner-about-us-wrap {
    padding: 60px 0;
    background: #f9f9f9;
}

.inner-about-content {
    padding-right: 20px;
}

.collection-tag {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000000cc;
    text-transform: uppercase;
    display: block;
    margin-bottom: 18px;
}

.inner-about-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(26px, 3.2vw, 42px);
    font-weight: 400;
    line-height: 1.25;
    color: #000000;
    margin-bottom:  25px;
}

.inner-about-desc h1 {
    font-size: clamp(26px, 3.2vw, 42px);
    font-weight: 700;
    line-height: 1.25;
    color: #111;
    margin-bottom: 22px;
    font-family: 'PlusJakartaSans-Regular-Bold';
    text-transform: capitalize;
}

.inner-about-desc p {
    font-size: 16px;
    line-height: 2;
    color: #000000cc;
}

.inner-about-desc p:last-child {
    margin-bottom: 0;
}

/* Mosaic wrapper: two side-by-side columns */
.about-mosaic-wrapper {
    display: flex;
    gap: 16px;
    align-items: stretch;
    height: 580px;
}

.about-mosaic-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.about-mosaic-img {
    overflow: hidden;
    border-radius: 12px;
    flex-shrink: 0;
}

.about-mosaic-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}


/* Small image tile */
.about-mosaic-img--sm {
    flex: 0 0 200px;
}

/* Large image tile */
.about-mosaic-img--lg {
    flex: 1;
}


.mission-vision-wrap {
    padding: 60px 0;
    background: #f9f9f9;
}

.mission-vision-wrap .custom-container {
    padding: 0px 10% 0;
}

.mission-vision-col {
    margin-bottom: 50px;
}

.mv-card {
    padding: 20px;
    border: 2px solid #e2edf4dc;
    height: 100%;
    position: relative;
    border-radius: 12px;
    transition: border-color 0.3s ease;
}

.mv-card:hover {
    border-color: #cae4f5;
}

.mv-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 26px;
    font-weight: 400;
    color: #000000;
    width: fit-content;
    line-height: 1.3;
    position: relative;
    padding: 10px 20px 0px;
    background: #fafafa;
    margin: -50px 0 15px -3px;
}

.mv-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #000000cc;
}

.mv-desc:last-child {
    margin-bottom: 0;

}

/* inner page about us section end  */


/* inner page product section start  */

.inner-product-wrap {
    padding: 80px 0;
    background: linear-gradient(357deg, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
}

.inner-product-col.product-full {
    margin-top: 30px;
}

.inner-product-col.product-stacked {
    margin-top: 100px;
}

.inner-product-title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
    font-family: 'PlusJakartaSans-Regular-Bold';
}

.inner-product-desc {
    color: #727272;
    font-size: 16px;
    line-height: 1.7;
    font-family: 'PlusJakartaSans-Regular';
    width: 65%;
    margin: auto;
}

.inner-product-card {
    padding: 20px;
    display: flex;
    flex-flow: column;
    gap: 20px;
    height: 100%;
}

.inner-product-img-wrap {
}

.product-img {
    width: 100%;
    max-height: 400px;
    height: 100%;
    bottom: 10px;
    object-fit: cover;
}

.inner-product-name {
    font-size: 20px;
    font-family: 'PlusJakartaSans-Regular-Bold';
    color: #000000;
    margin-bottom: 12px;
    line-height: 1.3;
}

.inner-product-excerpt {
    line-height: 1.5;
    font-size: 14px;
    font-family: 'PlusJakartaSans-Regular';
    color: #000000cc;
    margin-bottom: 20px;
    word-break: break-all;
}

.inner-product-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 25px;
    border: 1px solid #0000001f;
    background: linear-gradient(90deg, #ffffff 0%, #dbe9f4 100%);
    color: #000;
    border-radius: 15px;
    font-size: 12px;
    font-family: 'PlusJakartaSans-Medium';
    transition: 0.3s ease-in-out;
}

.inner-product-btn:hover {
    background: linear-gradient(90deg, #dbe9f4 0%, #ffffff 100%);
    border-color: transparent;
    color: #000;
}

/* inner page product section end  */



/* single page product section start  */

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

.single-product-row {
    margin-bottom: 60px;
}

.single-product-img-wrap {
    position: relative;
/*     height: 400px; */
    /* border-radius: 30px;
    background: linear-gradient(180deg, rgba(246, 200, 112, 0.05), rgba(246, 200, 112, 0.25)); */
}

.single-product-img {
/*     position: absolute;
    bottom: 0;
    left: 0;
    right: 0; */
    margin: auto;
    width: 100%;
    height: 550px;
    object-fit: contain;
}

.single-product-content {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.single-product-title {
    font-size: 40px;
    font-family: 'PlusJakartaSans-Regular-Bold';
    color: #000;
}

.single-product-desc p {
    font-size: 16px;
    color: #000000cc;
    line-height: 1.7;
    margin-bottom: 15px;
}

.single-product-gallery-title {
    font-size: 35px;
    font-family: 'PlusJakartaSans-Regular-Bold';
    color: #000;
    margin-top: 50px;
}

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

.grid-sizer,
.single-product-gallery-item {
    width: 33.333%;
}

.single-product-gallery-item {
    float: left;
    padding: 10px;
}

.single-product-gallery-item img {
    width: 100%;
    display: block;
    object-fit: cover;
    min-height: 250px;
    border-radius: 20px;
    transition: 0.3s ease;
}

.single-product-gallery-item img:hover {
    transform: scale(1.03);
}

.single-product-gallery::after {
    content: "";
    display: block;
    clear: both;
}

/* single page product section end  */


/* single page blog section start   */

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

.single-blog-header {
    padding-bottom: 50px;
}

.single-blog-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.single-blog-title {
    font-size: 38px;
    font-family: 'PlusJakartaSans-Regular-Bold';
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    margin-bottom: 15px;
}

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

.single-blog-date {
    font-size: 13px;
    font-weight: 600;
    color: #111;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.single-blog-date i {
    color: #111;
}

.single-blog-featured-img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 12px;
}

.single-blog-featured-wrapper {
    margin-bottom:35px;
    border-radius:12px;
    overflow:hidden;
}

.single-blog-content p {
    font-size: 16px;
    font-family: 'Roboto' !important;
    color: #000000cc;
    line-height: 1.6;
    margin-bottom: 25px;
    letter-spacing: 0.8px;
}

.single-blog-recent-posts {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 30px;
    background: #e7e7e7;
    border-radius: 20px;
}

.single-blog-sidebar-title {
    font-size: 25px;
    font-family: 'PlusJakartaSans-Regular-Bold';
    margin-bottom: 15px;    
}

.single-blog-recent-card{
    display:flex;
    gap:15px;
    align-items:center;
    text-decoration:none;
    padding:10px;
    border-radius:10px;
    transition:0.3s;
}

.single-blog-recent-card:hover{
    background:#f9f9f9;
}

.single-blog-recent-img{
    width:80px;
    height:70px;
    flex-shrink:0;
    border-radius:8px;
    overflow:hidden;
}

.single-blog-recent-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.single-blog-recent-title{
    font-size:15px;
    font-weight:700;
    color:#111;
    line-height:1.4;
    margin-bottom:6px;
    transition:0.3s;
}

.single-blog-recent-card:hover .single-blog-recent-title{
    color:#007bb5;
}

.single-blog-recent-date{
    font-size:12px;
    color:#777;
    display:flex;
    align-items:center;
    gap:6px;
}

.single-blog-recent-date i{
    color:#007bb5;
}


/* single page blog section end   */



/* inner page contact us section start  */


.inner-contact-us-section {
    background: #F8F8F8;
    padding: 80px 0;
}

.inner-contact-us-contain {
    padding: 0 10% !important;
}

.inner-contact-us-info-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000000cc;
    text-transform: uppercase;
    display: block;
    margin-bottom: 18px;
}

.inner-contact-us-info-heading {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    color: #111;
    margin-bottom: 15px;
    font-family: 'PlusJakartaSans-Regular-Bold';
    text-transform: capitalize;
}

.inner-contact-us-info-desc {
    font-size: 16px;
    color: #000000cc;
    line-height: 1.7;
    margin-bottom: 25px;
    font-family: 'PlusJakartaSans-Regular';
}

.inner-contact-us-info-cards{
    display:flex;
    flex-direction:column;
    gap:20px;
    margin-bottom:36px;
}

.inner-contact-soical-title {
    font-size: 20px;
    font-family: 'PlusJakartaSans-Regular-Bold';
    margin-bottom: 20px;
}

.inner-contact-us-info-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #e4e8eb 100%);
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.inner-contact-us-info-icon{
    width:44px;
    height:44px;
    min-width:44px;
    background:#e2edf4;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.inner-contact-us-info-icon i{
    font-size:16px;
    color:#111;
}

.inner-contact-us-info-text h6 {
    font-size: 18px;
    font-family: 'PlusJakartaSans-Regular-Bold';
    color: #111;
    margin-bottom: 4px;
}

.inner-contact-us-info-text p {
    font-size: 15px;
    font-family: 'PlusJakartaSans-Regular';
    color: #000000cc;
    margin: 0;
}

.inner-contact-us-info-text a {
    font-size: 15px;
    font-family: 'PlusJakartaSans-Regular';
    color: #000000cc;
    margin: 0;
}

.inner-contact-us-social-links{
    display:flex;
    gap:12px;
}

.inner-contact-us-social-link{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#111;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.inner-contact-us-social-link:hover{
    background:#e2edf4;
    color:#111;
}

.inner-contact-us-form-col{
    padding-left:30px;
}

.inner-contact-us-form-wrap {
    background: #F8F8F8;
    border-radius: 25px;
    padding: 50px 45px 40px;
    border: 1px solid;
}

.inner-contact-us-form-title {
    font-size: 22px;
    color: #111;
    margin-bottom: 35px;
}

.inner-contact-us-cf7-wrap .wpcf7-form{
    display:flex;
    flex-direction:column;
}

.inner-contact-us-cf7-wrap .wpcf7-form p{
    margin-bottom:18px;
}

.inner-contact-us-cf7-wrap input, .inner-contact-us-cf7-wrap textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 35px 18px;
    font-size: 14px;
    background: #fafafa;
}

.inner-contact-us-cf7-wrap textarea {
    height: 160px !important;
}

.inner-contact-us-cf7-wrap input[type="submit"]{
    width:100%;
    background: linear-gradient(90deg, #ffffff 0%, #dbe9f4 100%);
    color: #111;
    border:none;
    border-radius:8px;
    padding:16px;
    cursor:pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

.inner-contact-us-cf7-wrap input[type="submit"]:hover{
    background: linear-gradient(90deg, #dbe9f4 0%, #ffffff 100%);
}

.inner-contact-us-cf7-wrap input[type="submit"]:active{
    background: linear-gradient(90deg, #d1e2ef 0%, #f0f4f8 100%);
    color:#111;
}

.form-control:focus {
    border-color: #e2edf4 !important;
    box-shadow: 0 0 0 .2rem rgb(226 237 244 / 35%) !important;
}

/* inner page contact us section start  */





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


#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #7e7e7e !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;
    font-weight: bold;
}
	
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #ffffff !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 {
    background: #fff !important;
}
	
.container {
    max-width: unset !important;
    padding: 0 6% !important;
}


/* top header section start  */

.header-adress-col {
    text-align: center;
}
	
.top-header-address {
    margin: 0;
    font-size: 10px;
}

.top-header-social {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.top-header-flags-col {
    display: flex;
    align-items: center;
    justify-content: center;
}  
	
.top-header-flags img {
    width: 15px;
    height: 15px;
    margin-left: 6px;
}
	
.f-nav .top-header {
	display: none;
}
	
.sub-header-wrapper {
    padding: 12px 0;
}

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

.header-button {
    display: none;
}
	
.header-logo img {
    width: 120px;
    object-fit: contain;
    height: auto;
}

.f-nav .header-logo img {
    width: 110px;
    object-fit: contain;
    height: auto;
}


/* top header section end  */


/* banner section start  */

.home-banner {
    position: relative;
    height: 80vh;
    max-height: 700px;
    overflow: hidden;
}

.banner-content {
    position: absolute;
    top: 42% !important;
    bottom: unset !important;
}

.banner-text h6 {
    font-size: 14px;
    margin-bottom: 10px;
}
	
.banner-text h5 {
    font-size: 18px;
    margin-bottom: 20px;
}

.banner-text h1 {
    font-size: 20px;
    width: 100%;
    margin: 0 auto 20px;
}

.banner-popup-title {
    font-size: 22px;
}
	
.btn-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
}
	
.home-banner .btn-quote {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;

}

/* banner section end  */



/* about us section start */
	
.about-snapshot-section {
    background: #fafafa;
    padding: 60px 0;
}

.about-card-col {
    padding-bottom: 20px;
}

.about-snapshot-desc h1 {
    font-size: 26px;
}

.about-snapshot-desc p {
    font-size: 14px;
}

.about-card h5 {
    font-size: 18px;
}

.about-card p {
    font-size: 12px;
}

.about-card-icon {
    width: 90px;
    height: 45px;
}

.about-card-icon i {
    font-size: 12px;
    color: #fff;
    transform: rotate(-45deg);
}

.about-snapshot-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}


/* about us section end */


/* counter section start  */

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

.counter-flex {
    display: flex;
    justify-content: center;
}

.counter-section-item {
    width: calc((100% - 30px) / 1);
    text-align: center;
    padding: 20px 40px;
}

.counter-section-item:not(:last-child)::after {
    display: none;
}

.counter-section-number {
    font-size: 28px;
}

/* counter section end  */


/* expertise section start  */

.expertise-title {
    font-size: 26px;
}

.expertise-description {
    font-size: 14px;
}

.expertise-icon img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.expertise-card-title {
    font-size: 18px;
}

.expertise-description {
    font-size: 14px;
    width: 100%;
}

/* expertise section end  */


/* product section start  */
	
.product-category-header {
    padding: 40px 0;
}

.product-category-title {
    font-size: 26px;
}

.product-category-desc {
    font-size: 14px;
    width: 100%;
}

.product-category-contain {
    padding: 0 4% !important;
    position: relative;
}

.product-category-name {
    font-size: 28px;
    margin-bottom: 30px;
}

.product-category-text {
    font-size: 14px;
    width: 100%;
    margin-bottom: 0px;
}

.product-category-btn {
    padding: 10px 24px;
    font-size: 14px;
    margin: 25px 0;
}
	
.product-quote-btn {
    padding: 10px 18px;
    font-size: 14px;
    margin: 20px 0;
}

.product-category-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    display: block;
}

.product-category-item {
    padding: 50px 0;
}
	
.product-category-text-col {
    padding: 0px 20px !important;
}
	
	
.product-quote-title {
    font-size: 22px;
}

/* product section end  */


/* blog section start  */

.blog-title {
    font-size: 26px;
}

.blog-desc {
    font-size: 14px;
    width: 100%;
}

.blog-card-badge {
    font-size: 14px;
}

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

.btn-more-info {
    padding: 8px 16px;
    font-size: 14px;
}

/* blog section end  */


/* contact section start  */

.gcc-contact-heading {
    font-size: 26px;
}

.gcc-contact-subtext {
    font-size: 16px;
}

.gcc-form-wrap {
    margin-top: 50px;
}

.gcc-form-wrap .wpcf7-form input[type="text"], .gcc-form-wrap .wpcf7-form input[type="email"], .gcc-form-wrap .wpcf7-form input[type="tel"], .gcc-form-wrap .wpcf7-form textarea {
    padding: 20px;
    font-size: 14px;
}

.gcc-form-wrap .wpcf7-form input[type="submit"] {
    padding: 15px 20px;
}

/* contact section end  */


/* footer section start  */

.footer-desc {
    margin: 20px 0;
    font-size: 16px;
}

.footer-links h4, .footer-contact h4 {
    font-size: 16px;
    margin: 40px 0;
    font-weight: 600;
}

.footer-menu a {
    font-size: 14px;
}

.footer-menu a:hover {
    font-size: calc(100% + 0px);
}

.footer-contact-item a, .footer-contact-item p {
    font-size: 16px;
}

.footer-copy p {
    text-align: center;
    font-size: 14px;
    margin: 0 0 10px;
}

.footer-policy {
    text-align: center;
}
	
.footer-policy a {
    font-size: 14px;
    margin-left: 10px;
}

/* footer section end  */


/* innerpage-header section start  */

.innerpage-header {
    height: 255px;
    margin: 160px 10px 0;
}
	
.pageheading-middle h2 {
    font-size: 14px;
}

.pageheading-middle a {
    color: #ffcb04;
    font-size: 14px;
}

.pageheading-middle {
    width: fit-content;
    min-width: 300px;
    max-width: 80%;
}

.pageheading-middle .breadcrumb_last {
    font-size: 14px;
}


/* innerpage-header section end  */


/* inner page about us section start  */
	
.about-mosaic-wrapper {
    display: flex;
    gap: 16px;
    align-items: stretch;
    height: 400px;
}

.inner-about-desc p:last-child {
    margin-bottom: 30px;
    font-size: 14px;
}

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

.mv-desc {
    font-size: 14px;
}


/* inner page about us section end  */


/* inner page product section start  */

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

.inner-product-desc {
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
}

.product-img {
    width: 100%;
    max-height: 300px;
    height: 100%;
    margin: auto;
    position: unset;
    object-position: top;
    object-fit: cover;
}

.inner-product-col {
    margin-top: 10px !important;
}

/* inner page product section end  */


/* single page product section start  */

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

.single-product-content {
    padding: 20px 0;
}

.single-product-title {
    font-size: 24px;
    margin-top: 20px;
}

.single-product-desc p {
    font-size: 14px;
}

.grid-sizer, .single-product-gallery-item {
    width: 100%;
}

.single-product-gallery-item {
    padding: 5px;
}

.single-product-gallery-title {
    font-size: 22px;
    margin-top: 30px;
}
	
.single-product-img-wrap {
    position: relative;
    /* height: 300px; */
}
	
.single-product-img {
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: contain;
}

/* single page product section end  */


/* single page blog section start  */
	
.single-blog-featured-img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 12px;
}

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

.single-blog-content p {
    font-size: 14px;
    font-family: 'PlusJakartaSans-Regular';
    margin-bottom: 50px;
}

/* single page blog section end  */


/* inner page contact us section start  */

.inner-contact-us-info-heading {
    font-size: 22px;
}

.inner-contact-us-info-desc {
    font-size: 14px;
}

.inner-contact-us-info-text h6 {
    font-size: 16px;
}

.inner-contact-us-info-text p {
    font-size: 14px;
}

.inner-contact-us-social-link {
    width: 35px;
    height: 35px;
}

.inner-contact-us-form-wrap {
    margin-top: 50px;
    padding: 30px;
}

.inner-contact-us-cf7-wrap input, .inner-contact-us-cf7-wrap textarea {
    padding: 25px 18px;
}

/* inner page contact us section end  */


}



@media screen and (min-width: 577px) and (max-width: 768.98px) {


#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #7e7e7e !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 {
    background: #fff !important;
    color: #000000 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    font-family: 'PlusJakartaSans-Regular' !important;
    padding: 0px 18px 0px 18px !important;
    font-weight: 500 !important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #ffffff !important;
}

/* top header section start  */

.header-adress-col {
    text-align: center;
}

.top-header-social {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.top-header-flags-col {
    display: flex;
    align-items: center;
    justify-content: center;
}    

.top-header-flags img {
    width: 20px;
    height: 20px;
    margin-left: 6px;
}

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


/* top header section end  */


/* header section start  */

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

.f-nav .header-logo img {
    width: 120px;
    object-fit: contain;
    height: auto;
}

.header-button {
    display: none;
    align-items: center;
    justify-content: center;
}


/* header section end  */



/* banner section start  */

.home-banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.banner-content {
    position: absolute;
    top: 60%;
    transform: translateY(-40%);
    bottom: unset;
    z-index: 3;
    color: #fff;
    text-align: center;
    width: 100%;
}

.banner-text h6 {
    font-size: 16px;
}

.banner-text h5 {
    font-size: 24px;
}

.banner-text h1 {
    font-size: 30px;
    width: 100%;
}

.btn-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 40px;
    min-width: 150px;
}
	
.home-banner .btn-quote {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 150px;
}

/* banner section end  */



/* about us section start */

.about-card-col {
    padding-bottom: 20px;
}

.about-snapshot-desc h1 {
    font-size: 34px;
}

.about-snapshot-desc p {
    font-size: 16px;
}

.about-card h5 {
    font-size: 20px;
}

.about-card p {
    font-size: 14px;
}

.about-card-icon {
    width: 80px;
    height: 60px;
}

.about-card-icon i {
    font-size: 18px;
    color: #fff;
    transform: rotate(-45deg);
}

.about-snapshot-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}


/* about us section end */


/* counter section start  */

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

.counter-section-item {
    width: calc((100% - 30px) / 2);
    text-align: center;
    padding: 20px 40px;
}

.counter-section-item:not(:last-child)::after {
    display: none;
}

.counter-section-number {
    font-size: 34px;
}

/* counter section end  */


/* expertise section start  */

.expertise-title {
    font-size: 34px;
}

.expertise-description {
    font-size: 16px;
}

.expertise-card-title {
    font-size: 20px;
}

.expertise-description {
    font-size: 15px;
    width: 100%;
}

/* expertise section end  */


/* product section start  */

.product-category-title {
    font-size: 34px;
}

.product-category-desc {
    font-size: 16px;
    width: 80%;
}

.product-category-contain {
    padding: 0 4% !important;
    position: relative;
}

.product-category-name {
    font-size: 36px;
    margin-bottom: 30px;
}

.product-category-text {
    font-size: 16px;
    width: 100%;
    margin-bottom: 0px;
}

.product-category-btn {
    padding: 10px 24px;
    font-size: 16px;
    margin: 25px 0;
}

.product-category-image img {
    width: 100%;
    object-fit: contain;
    height: 450px;
    display: block;
}

.product-category-item {
    padding: 50px 0;
}

/* product section end  */


/* blog section start  */

.blog-title {
    font-size: 34px;
}

.blog-desc {
    font-size: 16px;
    width: 80%;
}

.blog-card-badge {
    font-size: 14px;
}
	
.blog-card-body {
	height: 100%;
}

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

.btn-more-info {
    padding: 8px 16px;
    font-size: 14px;
}

/* blog section end  */


/* contact section start  */

.gcc-contact-heading {
    font-size: 34px;
}

.gcc-contact-subtext {
    font-size: 16px;
}

.gcc-form-wrap {
    margin-top: 50px;
}

.gcc-form-wrap .wpcf7-form input[type="text"], .gcc-form-wrap .wpcf7-form input[type="email"], .gcc-form-wrap .wpcf7-form input[type="tel"], .gcc-form-wrap .wpcf7-form textarea {
    padding: 25px;
    font-size: 14px;
}

.gcc-form-wrap .wpcf7-form input[type="submit"] {
    padding: 15px 20px;
}

/* contact section end  */


/* footer section start  */

.footer-desc {
    margin: 20px 0;
    font-size: 16px;
}

.footer-links h4, .footer-contact h4 {
    font-size: 18px;
    margin: 40px 0;
    font-weight: 600;
}

.footer-menu a {
    font-size: 16px;
}

.footer-menu a:hover {
    font-size: calc(100% + 0px);
}

.footer-contact-item a, .footer-contact-item p {
    font-size: 16px;
}
	
.footer-copy p, .footer-copy a {
    font-size: 16px;
}

.footer-copy p {
    text-align: center;
    font-size: 16px;
    margin: 0 0 10px;
}

.footer-policy {
    text-align: center;
}
	
.footer-policy a {
    font-size: 16px;
    margin-left: 10px;
}

/* footer section end  */


/* innerpage-header section start  */

.innerpage-header {
    height: 260px;
    margin: 160px 10px 0;
}

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

.pageheading-middle a {
    color: #ffcb04;
    font-size: 16px;
}

.pageheading-middle {
    width: fit-content;
    min-width: 300px;
    max-width: 80%;
}

.pageheading-middle .breadcrumb_last {
    font-size: 16px;
}


/* innerpage-header section end  */


/* inner page about us section start  */
	
.about-mosaic-wrapper {
    display: flex;
    gap: 16px;
    align-items: stretch;
    height: 450px;
}

.inner-about-desc p:last-child {
    margin-bottom: 30px;
    font-size: 16px;
}

.mv-title {
    font-size: 24px;
}

.mv-desc {
    font-size: 16px;
}


/* inner page about us section end  */


/* inner page product section start  */

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

.inner-product-desc {
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
}

.product-img {
    width: 100%;
    max-height: 400px;
    height: 100%;
    margin: auto;
    position: unset;
    object-fit: contain;
}

.inner-product-col.product-stacked {
    margin-top: 30px;
}

.inner-product-col.product-full {
    margin-top: 30px;
}

/* inner page product section end  */


/* single page product section start  */

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

    width: 100%;
    height: 400px;
    object-fit: contain;
}

.single-product-content {
    padding: 20px 0;
}

.single-product-title {
    font-size: 32px;
    margin-top: 20px;
}

.single-product-desc p {
    font-size: 16px;
}

.grid-sizer, .single-product-gallery-item {
    width: 100%;
}

.single-product-gallery-item {
    padding: 5px;
}

.single-product-gallery-title {
    font-size: 28px;
    margin-top: 30px;
}

/* single page product section end  */



/* single page blog section start  */


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

.single-blog-content p {
    font-size: 16px;
    font-family: 'PlusJakartaSans-Regular';
    margin-bottom: 50px;
}

/* single page section end  */



/* inner page contact us section start  */

.inner-contact-us-info-heading {
    font-size: 25px;
}

.inner-contact-us-info-desc {
    font-size: 16px;
}

.inner-contact-us-info-text h6 {
    font-size: 16px;
}

.inner-contact-us-info-text p {
    font-size: 14px;
}

.inner-contact-us-social-link {
    width: 35px;
    height: 35px;
}

.inner-contact-us-form-wrap {
    margin-top: 50px;
    padding: 30px;
}

.inner-contact-us-cf7-wrap input, .inner-contact-us-cf7-wrap textarea {
    padding: 25px 18px;
}

/* inner page contact us section end  */


}



@media screen and (min-width: 769px) and (max-width: 991.98px) {


#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #7e7e7e !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 {
    background: #fff !important;
    color: #000000 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    font-family: 'PlusJakartaSans-Regular' !important;
    padding: 0px 18px 0px 18px !important;
    font-weight: 500 !important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #ffffff !important;
}

/* top header section start  */

.header-adress-col {
    text-align: center;
}

.top-header-social {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.top-header-flags-col {
    display: flex;
    align-items: center;
    justify-content: center;
}    

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


/* top header section end  */


/* header section start  */

.header-logo img {
    width: 110px;
    object-fit: contain;
    height: 80px;
}

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

.header-button {
    display: none;
    align-items: center;
    justify-content: center;
}


/* header section end  */



/* banner section start  */

.home-banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.banner-content {
    position: absolute;
    top: 60%;
    transform: translateY(-40%);
    bottom: unset;
    z-index: 3;
    color: #fff;
    text-align: center;
    width: 100%;
}

.banner-text h1 {
    font-size: 38px;
    width: 86%;
}


/* banner section end  */



/* about us section start */

.about-snapshot-section {
    background: #f7f7f5;
    padding: 80px 0;
}

.about-card-col {
    padding-bottom: 20px;
}

.about-snapshot-desc h1 {
    font-size: 40px;
}

.about-card-icon {
    width: 95px;
    height: 55px;
}

.about-card-icon i {
    font-size: 18px;
    color: #fff;
    transform: rotate(-45deg);
}

.about-snapshot-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}


/* about us section end */


/* counter section start  */

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

.counter-section-item {
    width: calc((100% - 30px) / 2);
    text-align: center;
    padding: 20px 40px;
}

.counter-section-item:not(:last-child)::after {
    display: none;
}

.counter-section-number {
    font-size: 40px;
}

/* counter section end  */


/* expertise section start  */

.expertise-title {
    font-size: 38px;
}

.expertise-description {
    font-size: 15px;
    width: 100%;
}

/* expertise section end  */


/* product section start  */

.product-category-title {
    font-size: 38px;
}

.product-category-desc {
    font-size: 16px;
    width: 80%;
}

.product-category-contain {
    padding: 0 4% !important;
    position: relative;
}

.product-category-name {
    font-size: 42px;
    margin-bottom: 30px;
}

.product-category-btn {
    padding: 10px 24px;
    font-size: 16px;
    margin: 25px 0;
}

.product-category-image img {
    width: 100%;
    object-fit: contain;
    height: 500px;
    display: block;
}

.product-category-item {
    padding: 50px 0;
}

/* product section end  */


/* blog section start  */

.blog-title {
    font-size: 38px;
}

.blog-desc {
    font-size: 16px;
    width: 80%;
}

.blog-card-body {
    height: 310px;
}

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

/* blog section end  */


/* contact section start  */

.gcc-contact-heading {
    font-size: 38px;
}

.gcc-form-wrap {
    margin-top: 50px;
}

.gcc-form-wrap .wpcf7-form input[type="text"], .gcc-form-wrap .wpcf7-form input[type="email"], .gcc-form-wrap .wpcf7-form input[type="tel"], .gcc-form-wrap .wpcf7-form textarea {
    padding: 25px;
    font-size: 14px;
}

.gcc-form-wrap .wpcf7-form input[type="submit"] {
    padding: 15px 20px;
}

/* contact section end  */


/* footer section start  */

.footer-desc {
    margin: 20px 0;
    font-size: 16px;
}

.footer-links h4, .footer-contact h4 {
    font-size: 18px;
    margin: 40px 0;
    font-weight: 600;
}

.footer-menu a {
    font-size: 16px;
}

.footer-menu a:hover {
    font-size: calc(100% + 0px);
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 36px 0 25px;
}

.footer-contact-item a, .footer-contact-item p {
    font-size: 18px;
}

.footer-copy p {
    text-align: center;
    font-size: 16px;
    margin: 0 0 ;
}

.footer-policy {
    text-align: center;
}

/* footer section end  */


/* innerpage-header section start  */

.innerpage-header {
    height: 50vh;
    margin: 190px 10px 0;
}

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

.pageheading-middle a {
    color: #ffcb04;
    font-size: 16px;
}

.pageheading-middle {
    width: fit-content;
    min-width: 300px;
    max-width: 80%;
}

.pageheading-middle .breadcrumb_last {
    font-size: 16px;
}


/* innerpage-header section end  */


/* inner page about us section start  */

.inner-about-desc p:last-child {
    margin-bottom: 30px;
    font-size: 16px;
}


/* inner page about us section end  */


/* single page blog section start  */

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

.single-blog-content p {
    font-size: 16px;
    font-family: 'PlusJakartaSans-Regular';
    margin-bottom: 50px;
}

/* single page blog section end  */

/* inner page product section start  */

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

.inner-product-desc {
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
}

.product-img {
    width: 100%;
    max-height: 400px;
    height: 100%;
    margin: auto;
    position: unset;
    object-fit: contain;
}

.inner-product-col.product-stacked {
    margin-top: 30px;
}

.inner-product-col.product-full {
    margin-top: 30px;
}

/* inner page product section end  */


/* single page product section start  */

.single-product-wrap {
    padding: 60px 0;
}
	
.single-product-img {
    margin: auto;
    width: 100%;
    height: 420px;
    object-fit: contain;
}

.single-product-content {
    padding: 20px 0;
}

.single-product-title {
    font-size: 36px;
    margin-top: 20px;
}

.single-product-desc p {
    font-size: 16px;
}

.grid-sizer, .single-product-gallery-item {
    width: 50%;
}

.single-product-gallery-item {
    padding: 5px;
}

.single-product-gallery-title {
    font-size: 28px;
    margin-top: 30px;
}

/* single page product section end  */



/* inner page contact us section start  */

.inner-contact-us-info-heading {
    font-size: 28px;
}

.inner-contact-us-info-desc {
    font-size: 16px;
}

.inner-contact-us-form-wrap {
    margin-top: 50px;
    padding: 30px;
}

.inner-contact-us-cf7-wrap input, .inner-contact-us-cf7-wrap textarea {
    padding: 25px 18px;
}

/* inner page contact us section end  */


}



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


#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #7e7e7e !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 {
    background: #fff !important;
    color: #000000 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    font-family: 'PlusJakartaSans-Regular' !important;
    padding: 0px 18px 0px 18px !important;
    font-weight: 500 !important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #ffffff !important;
}


/* top header section start  */

.header-adress-col {
    text-align: center;
}

.top-header-social {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.top-header-flags-col {
    display: flex;
    align-items: center;
    justify-content: center;
}    

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


/* top header section end  */


/* header section start  */

.header-logo img {
    width: 110px;
    object-fit: contain;
    height: 80px;
}

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

.header-button {
    display: none;
    align-items: center;
    justify-content: center;
}


/* header section end  */
	
	
/* 	about us section start  */
	
.about-snapshot-desc h1 {
    font-size: 36px;
}
	
.about-card {
    display: flex;
    align-items: flex-start;
    flex-flow: column-reverse;
	padding: 20px;
}
	
.about-card-icon {
    width: 53px;
    height: 55px;
	margin: 0 0 20px;
}
	
.about-card p {
    width: 100%;
}
	
/* 	about us section end  */
	
	
/* product section start */

.product-category-image img {
    width: 100%;
    object-fit: contain;
    height: 500px;
    display: block;
}
	
.product-category-name {
    font-size: 36px;
}

.product-category-btn {
    display: inline-flex;
    padding: 10px 20px;
    margin: 50px 0 0;
}
	
.product-quote-btn {
    display: inline-block;
    margin: 15px 10px 0;
    padding: 10px 20px;
}

/* product section ends */

/* inner page header section start */

.innerpage-header {
    margin: 170px 10px 0;
}

/* inner page header section end */
	
/* counter section start  */
	
.counter-section-item {
    width: calc((100% - 0px) / 2);
    padding: 30px 60px;
}
	
.counter-section-number {
    font-size: 42px;
}
	
/* counter section end  */
	
	
/* inner page blog section start */
	
.blog-card-body {
    height: 100%;
}	
	
/* inner page blog section end */
	
	



}


@media screen and (min-width: 1200px) and (max-width: 1300.98px) {
	
	
/* counter section start  */
	
.counter-section-item {
    width: calc((100% - 0px) / 4);
    padding: 0 25px;
}
	
.counter-section-number {
    font-size: 42px;
}
	
/* counter section end  */
	
/* inner page header section start  */
	
.innerpage-header {
    position: relative;
    height: 50vh;
    margin: 150px 10px 0;
}
	
/* inner page header section end  */
	
/* inner page blog section start */
	
.blog-card-body {
    height: 100%;
}	
	
/* inner page blog section end */
	
}