/*!
Theme Name: firstbellglobal
Author: eTCS
Author URI: https://www.etcspl.com/
Description: https://www.etcspl.com/

Tested up to: 5.4
Requires PHP: 5.6
*//*
        Resets
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul { list-style:none }
caption, th { text-align:left }
q:before, q:after { content:'' }
abbr, acronym { border:0 }
:focus { outline:0 }
ins { text-decoration:none }
del { text-decoration:line-through }
.clear { clear: both; }

/*
        body Structure
*/
html,body {
    height: 100%;
}
body {
     background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size:14px;
    line-height: 22px;
    font-weight:400;
    color: #222;
    overflow-x: hidden !important;
}
/*
        Typography
*/
div, p, a, li, td { -webkit-text-size-adjust:none; }
html, html a {
    -webkit-font-smoothing: antialiased !important;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Raleway', sans-serif;
    margin:0 0 15px 0;
    line-height: normal !important;
}
h1 {
    font-size:54px !important;
    font-weight:800;
}
h2 {
    font-size:36px;
    font-weight:600;
}
h3 {
    font-size:24px;
    font-weight:400;
}
h4 {
    font-size:22px;
    font-weight:300;
}
h5 {
    font-size:18px;
    font-weight:300;
}
h6 {
    font-size:16px;
    font-weight:300;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    font-weight:500;
    margin: 0 0 15px 0;
}
p span, p strong,h3 strong, h4 strong {
    font-weight:800;
}
img {
    border:none;
    max-width:100%;
}
a {
    text-decoration: none;
    color:#333;
}
a:hover,a:focus,a:active {
	text-decoration: none;
	outline: none !important;
	color: #000;
}
.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}
/*flagsdiv*/
.flagsdiv {
    position: absolute;
    top: 6px;
    right: 15px;
    z-index: 11;
}
.flagsdiv ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.flagsdiv ul li {
    display: inline-block;
    list-style-type: none;
    float: left;
}
.flagsdiv ul li a {
    display: inline-block;
    padding: 3px;
    margin: 0 3px;
}
.flagsdiv ul li a img {
    width: 30px;
    height: auto;
}
.flagsdiv ul li a:hover img {
    opacity: 0.9;
}
.flagsdiv ul li.activeflag a {
    background: #fff;
}
/*topLinks*/
.topLinks {
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 20px;
    z-index: 30;
}
.respBtn {
    display: none;
}
.topLinks > ul,.topLinks > ul > li {
    display: inline-block;
}
.topLinks > ul > li > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #43c44d;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    text-align: center;
    color: #fff;
    transition: all 300ms ease-in-out;
    font-size: 16px;
    border-radius: 100%;
}
.topLinks > ul > li > a:hover {    
    background: #fff;
    color: #43c44d;
    text-shadow: none;
}
.facebook{
    background: #204385 !important;
}
.facebook:hover{
    background: #fff !important;
    color: #204385 !important;
}
.twitter{
    background: #2aa9e0 !important;
}
.twitter:hover{
    background: #fff !important;
    color: #2aa9e0 !important;
}
.linkedin{
    background: #02669a !important;
}
.linkedin:hover{
    background: #fff !important;
    color: #02669a !important;
}
.plus{
    background: #d3492c !important;
}
.plus:hover{
    background: #fff !important;
    color: #d3492c !important;
}
.instagram{
    background: #fb3958 !important;
}
.instagram:hover{
    background: #fff !important;
    color: #fb3958 !important;
}

.logo {
    display: inline-block;
    position: absolute;
    /*top: 15px;*/
    top: 45px;
    left: 30px;
    z-index: 101;
}
/*menu*/
.navigation {
    display: inline-block;
    right: 0;
    z-index: 1100;
    padding-left: 5px;
    padding-right: 12px;
}
.float-right{
    float: right !important;
}
.navigation i{
    font-size: 18px;
}
.navigation ul,.navigation ul li,.navigation ul li a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
}
.navigation ul li a {
    margin: 1px 0px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}
.navigation ul li a:hover,.activenav {
    background: #328fdc;
    border-radius: 10px;
    color: #fff !important;
}

/*section-main*/
.section-main {
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.section-main:before{
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    height: 230px;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
    background: -o-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
    background: -moz-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
    background: -linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
}
bootstrap.min.css:5
:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.section-main:after {
    display: block;
    content: "";
    clear: both;
}
/*banner-slider-full*/
.banner-slider-full {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.banner-slider-full #banner-slider,
.banner-slider-full .owl-wrapper-outer,
.banner-slider-full .owl-wrapper,
.banner-slider-full .owl-item,
.banner-slider-full .item {
    height: 100%;
}
.banner-slider-full .item .replaceImg {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
#banner-slider .item img{
  display: block;
  width: 100%;
  height: auto;
}
#banner-slider .owl-controls {
    position: absolute !important;
    bottom: 15px !important;
    width: 100% !important;
}
#banner-slider .owl-controls .owl-page span {
    width: 20px !important;
    height: 20px !important;
    background: #00dbdd !important;
    border-radius: 0;
}
#banner-slider .owl-buttons {
    display: none !important;
}
#banner-slider .item {
    position: relative;
    z-index: 20;
}
.internal-banner,.contactus-banner {
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;   
}
.internal-banner:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    height: 230px;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
    background: -o-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
    background: -moz-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
    background: -linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
}
.inner-banner1 {
    background: url(../images/internal-banner1.jpg) no-repeat bottom;
    background-size: cover;
}
.inner-banner2 {
    background: url(../images/internal-banner2.jpg) no-repeat bottom;
    background-size: cover;
}
.inner-banner3 {
    background: url(../images/internal-banner3.jpg) no-repeat bottom;
    background-size: cover;
}
.inner-banner4,.contactus-banner {
    background: url(../images/internal-banner4.jpg) no-repeat bottom;
    background-size: cover;
}
.internal-banner h1 {
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: 0;
    margin: 0;
    padding: 15px 30px;
    z-index: 20;
    color: #222;
    font-size: 40px !important;
}
.internal-banner h1:after {
    content: "";
    display: block;
    width: 130%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    position: absolute;
    top: 0;
    left: -20%;
    box-shadow: 8px 0 12px rgba(0,0,0,0.5);
}
.brands-sections img {
    padding: 3px;
    border: solid 1px #ddd;
    background: #fff;
    display: inline-block;
    margin: 6px 4px;
}
.brands-sections img:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
}
/*half-section*/
.half-section {
    display: block;
    width: 50%;
    height: 100%;
    background: #fff;
    color: #222;
    float: left;
    position: relative;
}
.img-section {
    display: block;
    width: 100%;
    height: 50%;
    background: url(../images/featmain.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
.img-section:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 170px;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
    background: -o-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
    background: -moz-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
    background: -linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
}
.img-section:after {
    display: block;
    content: "";
    clear: both;
}
/*feat-content*/
.feat-content {
    display: block;
    width: 500px;
    height: auto;
    position: absolute;
    left: -250px;
    bottom: 0%;
    z-index: 100;
}
/*feat-content-left & right*/
.feat-content-left,
.feat-content-right {
    display: block;
    width: 250px;
    height: 250px;
    text-align: center;
    float: left;
    position: relative;
}
.feat-content-left {
    color: #fff;
}
.feat-content-right {
    color: #222;
}
.feat-content-left {
    background: #05512d;
    background: rgba(140,198,62,0.8);
}
.feat-content-right {
    background: url(../images/featimg1.jpg) no-repeat;
    background-size: cover;
}
.feat-content-left h2 {
    padding-top: 30px;
}
.feat-content-left h2,.internalHalfSection h2 {
    font-size: 30px;    
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.feat-content-left h2:after,.internalHalfSection h2:after {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 3px;
    background: #fff;
    bottom: 0;
}
.feat-content-left h2:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.internalHalfSection h2:after {
    left: 0;
}
.feat-content-left h3 {
    margin-top: 5px;
}
.feat-content-left h3 {
    font-size: 16px;
    padding: 0 15px;
}
.arrow-link {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: rgba(255,255,255,1);
    color: #222;
    font-size: 22px;
    text-align: center;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.arrow-link i {
    font-size: inherit;
    line-height: inherit;
}
.arrow-link:hover {
    background: #328fdc;
    color: #fff;
}

@media (max-height: 768px) {
    .internalHalfSection {
        width: 60%;
        padding: 20px 40px;
    }
    .internalHalfSection ul li,
    .half-content-section h4 {
        font-size: 14px;
    }
    .half-content-section .white-btn {
        font-size: 14px;
        padding: 10px 15px;
    }
}

/*down-arrow-box*/
.down-arrow-box {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 3%;
    left: 30%;
    right: 30%;
    z-index: 1000;    
}
.down-arrow-box a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    position: relative;
    top: 0;
    color: #fff;
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
}
.down-arrow-box a:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    background: #328fdc;
}
.down-arrow-box a:hover:before {
    background: #43c44d;
}
.down-arrow-box a:hover {
    color: #fff;
}
.down-arrow-box a i {
  color: #fff !important;
  position: relative;
  z-index: 100;
}
.down-arrow-box a:hover i {
  color: #fff !important;
}
.down-arrow-box a:focus {
    outline: none;
}
.down-arrow-box a:after {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 70px;
    bottom: -76px;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    background: #328fdc;
}
/*-- About --*/
.about {
    padding: 5em 0em;
    text-align: center;
}
.about-bottom{
    margin-top:3em;
}
.about-top h3{
    font-size: 2.5em;
    color: #0099e5;
    text-transform: uppercase;
    position: relative;
}
.about-top span{
    color: #000;
    font-size: 1em;
    letter-spacing: 5px;
}
.about-top h3:after, .about-top h3:before {
    content: '';
    background: #ff4c4c;
    height: 6px;
    width: 4%;
    position: absolute;
    top: 42%;
}
.about-top h3:after{
    right: 36%;
}
.about-top h3:before{
    left: 36%;
}
.about-top p {
    font-size: 1.3em;
    color: #444;
    margin: 0em auto 0em;
	line-height: 150%;
    width: 75%;
}
.about-grid-main {
    background: #fff;
    padding: 30px;
    /*margin-left: 25px;*/
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow:0 3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow:0 3px 10px rgba(0,0,0,0.1);
    transition: 0.5s all;
    height: 400px;
    position: relative;
}
.aboutUsPage .about-grid-main {
    height: 600px;
}
.aboutUsPage .about-grid-main ul {
    display: block;
    text-align: left;
    margin: 0 0 0 20px;
}
.aboutUsPage .about-grid-main ul li {
    list-style-type: square;
    font-size: 1.1em;
    color: #555;
    margin-bottom: 8px;
}
.aboutUsPage .about-grid-main:hover ul li {
    color: #fff;
}
.about-grid-main .btn {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 150px;
    text-align: center;
    margin: 0 auto;
}
.about-grid-main h4 {
    text-transform: uppercase;
}
.icon{
    font-size: 40px !important;
    background: #43c44d;
    height: 80px;
    width: 80px;
    line-height: 80px !important;
    border-radius: 100% !important;
    color: #fff;
    transition: all 300ms ease-in-out;
}
.about-grid-main:hover {
    background: #328fdc;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    color: #0099e5;
}
.about-grid-main:hover .icon{
    background: #fff !important;
    color: #328fdc !important;
}
.about-grid-main:hover .btn-default{
    background: #fff !important;
    color: #555 !important;
    border-color: #fff !important; 
}
.about-grid-main:hover h4{
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.about-grid-main h4 {
    font-size: 1.8em;
    color: #328fdc;
    margin: 1em 0em 0.5em;
     transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.about-grid-main p {
    font-size: 1.1em;
    line-height: 24px;
    color: #555;
     transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.about-grid-main:hover p {
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.about-grid-main .btn {
    transition: all 300ms ease-in-out;
}
.underline{
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #43c44d;
    position: absolute;
    bottom: 0;
}

/*-- About --*/
/*-- Brands -- */
.Brands{
    background: url(../images/section1.jpg) 100% 0 fixed; !important;
    background-size: cover;
}

#brandsSlider .item {
    margin: 2px;
}
#brandsSlider .item img {
    display: block;
    width: 100%;
    height: auto;
    padding: 3px;
    border: solid 1px #ddd;
    background: #fff;
}
/*-- Brands -- */
/*contact us page*/
.enquiry-form {
    position: relative;
}
.enquiry-form label {
    display: none;
    text-align: left;
    font-size: 14px;
}
.enquiry-form button {
    font-size: 16px;
    font-weight: 700;
}
.enquiry-form input {
    display: block;
    width: 100%;
    text-indent: 45px;
    height: 60px;
    border: solid 1px #ccc;
    border-radius: 30px;
    font-size: 18px;
}
.enquiry-form textarea {
    display: block;
    width: 100%;
    text-indent: 45px;
    height: auto;
    font-size: 18px;
    padding: 15px 0;
    border: solid 1px #ccc;
    border-radius: 30px;
}
.enquiry-form input:hover,
.enquiry-form textarea:hover,
.enquiry-form input:focus,
.enquiry-form textarea:focus {
    border-color: #43c44d;
}
.enq-formgroup {
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.enq-formgroup i {
    display: block;
    width: 50px;
    height: 60px;
    line-height: 60px;
    background: transparent;
    color: #43c44d;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
}
.lefttborderline {
    border-left: solid 1px #ddd;
}
.lefttborderline .heading {
    margin-top: 0;
    line-height: 32px !important;
}
.enquiry-form button {
    display: block;
    width: 200px;
    margin: 0 auto;
    height: 60px;
    line-height: 58px;
    text-align: center;
    border-radius: 30px;
    font-size: 18px;
    background: transparent;
    border: solid 1px #ccc;
    color: #222;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}
.enquiry-form button:hover {
    background: #43c44d;
    color: #fff;
    border-color: transparent;
}
.googlemap {
    display: inline-block;
    width: 100%;
    position: relative;
}
.addressblock {
    display: block;
    padding-top: 15px;
    text-align: left;
}
.addressblock p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    padding-left: 30px;
    position: relative;
}
.addressblock p i {
    position: absolute;
    left: 0;
    top: 5px;
}
.addressblock a {
    color: #000;
}
.addressblock a:hover {
    color: inherit;
    text-decoration: underline;
}
.g-recaptcha {
    display: block;
    width: 304px;
    margin: 0 auto;
}



/*Overview*/
.Overview{
    background: url(../images/section3.jpg) 100% 0 fixed;
    background-size: cover;
}
.Overview:before {
    background: #fff !important;
}
.Overview-1{
    background: #fff !important;
}
.Overview-1:before{
    background: #fff !important;
}
.modal-header{
    background: #43c44d !important;
    color: #fff !important;
}
.modal-body p{
    font-size: 14px !important;
    line-height: 25px !important;
    text-align: justify;
}
.brands img:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
}
.brands-sections img {
    padding: 3px;
    border: solid 1px #ddd;
    background: #fff;
    display: inline-block;
    margin: 6px 4px;
}
.brands-sections img:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
}
/*Intro*/
.section-padding {
  padding: 70px 0;
  position: relative;
  z-index: 10;
}
.section-padding .container {
    position: relative;
    z-index: 100;
}
.section-padding:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
    opacity: 0.8;
    z-index: 1;
}
.section-padding .heading {
    color: #222;
}
.product{
    color: #fff !important;

}
.intro {
    background: url(../images/section2.jpg) 100% 0 fixed;
    background-size: cover;
}
.section-padding .row {
    margin-left: -3px;
    margin-right: -3px;
}
.section-padding .row .col-md-4 {
    padding: 3px;
}
.servimgblock {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 5px;
}
.services .servimgblock{
    margin-right: 0px;
}
.servimgblock h3 {
    display: block;
    position: absolute;
    bottom: 0;
    font-size: 20px;
    left: 0;
    margin: 0;
    right: 0;
    background: rgba(50, 143, 220, 0.9);
    color: #fff;
    padding: 30px 15px 20px 15px;
    font-weight: 600;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    text-transform: capitalize;
}
.servimgblock .serv-description {
    display: block;
    padding: 8px 15px;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    right: 0;
    background: rgba(50, 143, 220, 0.8);
    z-index: 10;
    color: #fff;
    font-weight: 600;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}
.servimgblock .serv-description .white-btn:hover {
    background: #222;
    color: #fff;
}
.servimgblock:hover h3 {
    bottom: 100%;
}
.servimgblock h3 i {
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    color: #222;
    font-size: 22px;
    border-radius: 100%;
    right: 10px;
    bottom: 20px;
}
.servimgblock:hover .serv-description {
    bottom: 0;
    visibility:visible;
    opacity: 1;
}
/* .serv-description p {
    margin: 5px 0;
    line-height: 15px;
    font-weight: 600;
} */
.serv-description p {
    margin: 5px 0;
    line-height: 150%;
    font-weight: 200;
    height: 70%;
    overflow: hidden;
}
.serv-description a {
    margin-top: 5px;
    padding: 10px 20px;
}

/*serv-block*/
.serv-head {
    display: inline-block;
    position: relative;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    background: #05512d;
    background: rgba(140,198,62,0.5);
    color: #fff;
    margin-bottom: 15px;
    border-right: solid 1px rgba(255,255,255,0.2);
    border-top: solid 1px rgba(255,255,255,0.2);
    border-bottom: solid 1px rgba(255,255,255,0.2);
}
.serv-head:hover {
    color: yellow;
    background: #111;
}
.serv-head i {
    display: block;
    width: 50px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #222;
    background: yellow;
    background: rgba(255,255,0,1);
    position: absolute;
    top: 0;
    left: -50px;
    font-size: 20px;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.serv-head:hover,
.serv-head:focus {
    color: yellow;
    outline: none;
}
.serv-head:hover i {
    width: 65px;
}
.serv-head h4 {
    display: block;
    margin: 0;
    height: 48px;
    line-height: 48px !important;
    font-weight: 600;
}
.btn-default{
    background-color: #43c44d !important;
    border: none !important;
    color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default{
    color: #fff !important;
    background-color: #00dbdd !important;
}
.btn-primary {
    background-color: #328fdc !important;
    border-color: #328fdc !important;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-default{
    color: #fff !important;
    background-color: #43c44d !important;
    border-color: #43c44d !important;
}
.btn {
    border-radius: 0 !important;
}
.btn-primary {
    background: #05512d !important;
    color: #fff;
    border-color: transparent;
    transition: all 300ms ease-in-out;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active {
    background: #43c44d;
    color: #fff;
}

h2.heading {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
}
h2.heading:before,
h2.heading:after {
    display: block;
    position: absolute;
    width: 100px;
    height: 3px;
    background: #328fdc;
    top: 18px;
    content: "";
}
h2.heading:before {
    left: -110px;
}
h2.heading:after {
    right: -110px;
}
.center {
    text-align: center;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}
.space40 {
    display: block;
    padding: 40px 0;
    clear: both;
}
.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}
.space20 {
    display: block;
    padding: 20px 0;
    clear: both;
}
.space15 {
    display: block;
    padding: 15px 0;
    clear: both;
}
.space10 {
    display: block;
    padding: 10px 0;
    clear: both;
}
.space5 {
    display: block;
    padding: 5px 0;
    clear: both;
}

/*btn-styles*/
.white-btn-border {
    display: inline-block;
    padding: 10px 20px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.white-btn-border:hover {
    background: #fff;
    color: #333;
}
.white-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    border: solid 1px #05512d;
    color: #05512d;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.white-btn:hover {
    background: #8cc63e;
    color: #fff;
    border-color: transparent;
}
.dark-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #05512d;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.dark-btn:hover {
    background: #222;
    color: #fff;
}
/*servindustriesList*/
.servindustriesList {
    display: block;
    margin: 0;
}
.servindustriesList li {
    width: 33.33333333333333%;
    list-style-type: disc;
    float: left;
    text-align: left;
    font-size: 16px;
    border-bottom: solid 1px #ddd;
    padding: 4px 0;
}

/*footer*/
.footer {
    display: block;
    width: 100%;
    clear: both;
    background: #43c44d;
    box-shadow: inset 0 10px 20px rgba(0,0,0,0.4);
    color: #fff;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.footer:before{
    background: #fff !important;
}

.centertxt {
    padding-top: 50px;
    color: #fff;
    text-align: center;
}
.footer a {
    color: #fff;
}
.footer p i {
    padding: 0 10px;
}
.footer a:hover {
    text-decoration: underline;
}
.bottom-footer {
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 15px;
    border-top: 1px dotted #fff;
}
/*socialMediaLinks*/
.socialMediaLinks {
    display: block;
    padding-top: 8px;
}
.socialMediaLinks > ul,.socialMediaLinks > ul > li {
    display: inline-block;
}
.socialMediaLinks > ul > li > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #43c44d;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    text-align: center;
    color: #fff;
    transition: all 300ms ease-in-out;
    font-size: 16px;
    border-radius: 100%;
}
.socialMediaLinks > ul > li > a:hover {    
    background: #fff;
    color: #43c44d;
    text-shadow: none;
}
.socialMediaLinks .facebook{
    background: #204385 !important;
}
.socialMediaLinks .facebook:hover{
    background: #fff !important;
    color: #204385 !important;
}
.socialMediaLinks .twitter{
    background: #2aa9e0 !important;
}
.socialMediaLinks .twitter:hover{
    background: #fff !important;
    color: #2aa9e0 !important;
}
.socialMediaLinks .linkedin{
    background: #02669a !important;
}
.socialMediaLinks .linkedin:hover{
    background: #fff !important;
    color: #02669a !important;
}
.socialMediaLinks .plus{
    background: #d3492c !important;
}
.socialMediaLinks .plus:hover{
    background: #fff !important;
    color: #d3492c !important;
}
.socialMediaLinks .instagram{
    background: #fb3958 !important;
}
.socialMediaLinks .instagram:hover{
    background: #fff !important;
    color: #fb3958 !important;
}

/*misc*/
.heading-title {
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
    color: #05512d;
    font-size: 28px;
}
.heading-title::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 3px;
    background: #000;
    bottom: 0px;
    left: 0;
}

.addresssection {
    display: block;
}
.contactUsAddress p {
    font-size: 16px;
    margin:0px;
}
.img img{
    border: 2px solid rgba(0, 0, 0, 0.62);
    padding: 2px;
}
.banner {
    height: 100%;
    background-size: cover !important;
}

/**********scrollUp**********/
.scrollup {
    width:32px;
    height:32px;
    opacity:0.9;
    position:fixed;
    bottom:50px;
    right:10px;
    display:none;
    z-index: 1000;      
    background: url(../images/up.png) no-repeat;
}
.scrollup:hover {
    opacity:1;
}

/*******Visibility divs***********/
.hidden_element {
    opacity:1;
}
.visible_element {
    opacity:1;
}

/*mediaqueries*/

@media (max-width: 991px) {
    .navigation ul li a {
        padding-left: 8px;
        padding-right: 8px;
    }
    .servindustriesList li {
        width: 50%;        
    }
}


@media (max-width: 768px) {
    .logo {
        display: block;
        text-align: center;
        left: 50px;
        right: 50px;
    }
    .topLinks {
        top: 100px;
        left: 0;
        right: 0;
        text-align: center;
    }
    .topLinks > ul > li > a {
        display: none;
    }
    .respBtn {
        display:block;
        background: #43c44d;
        color: #fff;
        font-size: 18px;
        text-align: center;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-weight: bold;
        cursor: pointer;
    }
    .respBtn:hover {
        background: #222;
        color: #fff;
    }
    .navigation {
        display: none;
        clear: both;
        position: relative;
        padding: 0;
        left: 0;
        right: 0;
        margin: 0;
        z-index: 0;
        background: #43c44d;
    }
    .navigation ul, .navigation ul li, .navigation ul li a {
        display: block;
    }
    .navigation ul li {
        border-bottom: solid 1px rgba(0,0,0,0.2);
    }
    .navigation ul li a {
        padding: 15px;
        border-radius: 0;
        margin: 0;
    }
    .navigation ul li a:hover {
        border-radius: 0;
    }
    .section-main {
        height: 450px;
    }
    .about-top p {
        width: 90%;
    }
    .about-grid-main {
        margin: 0 0 10px 0;
    }
    .brandsSection .owl-theme .owl-controls {
        text-align: center;
    }
    .footer {
        height: auto;
    }
    .img-section {
        height: 400px;
    }
    .feat-content {
        left: 0%;
        right: 0%;
        width: 100%;
    }
    .half-container {
        width: 100%;
    }
    .content-sec1,.content-sec2 {
        min-height: 300px;
        height: auto;
    }
    .addressblock {
        padding: 0;
        text-align: center;
    }
    .googlemap {
        display: block;
        margin-bottom: 30px;
    }
	.aboutUsPage .about-grid-main {
    height: auto;
	}
}

@media (max-width: 600px) {
    .servindustriesList li {
        width: 100%;
    }
}



/*innerPageSection*/
.innerPageSection {
    display: block;
    clear: both;
    width: 100%;
    min-height: 500px;
    position: relative;
}
.singlePageSection,
.innerPageSectionPadding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.singlePageBannerSection {
    display: block;
    position: relative;
    padding: 0 0 0 0;
    color: #fff;
}
.singlePageBannerSection .singlePageBannerTitle {
    display: block;
    position: relative;
    background: url('assets/images/innerPageBanner1.jpg') no-repeat center;
    color: #fff;
    padding: 150px 0 30px 0;
    border-bottom: solid 10px #2FA3CD;
    text-align: center;
}
.singlePageBannerSection .singlePageBannerTitle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
}
.singlePageBannerSection .singlePageBannerTitle h1 {
    margin: 0;
    line-height: 1;
    font-size: 40px;
}


/*------------------------sss--blog--------*/
/*mediaBlockPageCol*/
.mediaBlockPageCol {
    display: block;
    clear: both;
    margin: 0 0 30px 0;
    position: relative;
    overflow: hidden;
}
.mediaBlockPageCol .mediaBlockPageColBg {
    display: block;
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    background-size: cover !important;
}
.mediaBlockPageCol .mediaBlockPageColBg span {
    display: inline-block;
    padding: 10px 15px;
    background:#43c44d;
    color: #fff;
    font-size: 14px;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
}
.mediaBlockPageCol .mediaBlockPageColDesc {
    display: block;
    position: absolute;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    color: #fff;
    padding: 250px 20px 20px 20px;
    background: -linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    transition: all 400ms;
    opacity: 0;
    visibility: hidden;
    transform: translate(100%, 0);
}
.mediaBlockPageCol:hover .mediaBlockPageColDesc {
    opacity: 1;
    visibility: visible;
    transform: translate(0%, 0);
}
.mediaBlockPageCol > h3 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0%;
    left: 0%;
    width: 100%;
    color: #fff;
    padding: 200px 30px 30px 30px;
    background: -linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    margin: 0;
    font-size: 17px;
    transition: all 400ms;
}
.mediaBlockPageCol:hover > h3 {
    left: -100%;
}


/*internalBannerSection*/
.internalBannerSection {
    display: block;
    width: 100%;
    height: auto;
    min-height: 200px;
    position: relative;
    overflow: hidden;
    background: #eee;
    text-align: center;
    color: #fff;
    /*margin-bottom: 30px;*/
}
.internalBannerSection:before {
    content: '';
    display: block;
    width: 100%;
    height: 60%;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;    
    /*background: -linear-gradient(bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.0));*/
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
}
.internalBannerSection .bannerText {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 30px;
    z-index: 2;
}
.internalBannerSection .bannerText h1 {
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 300;
}
.internalBannerSection img {
    width: 100%;
    height: auto;
}

/*breadcrumbWrapper*/

.breadcrumbWrapper {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 10px 0;
    border-bottom: solid 1px var(--gl-light2);
    font-size: 16px;
    text-align: center;
}

.breadcrumbWrapper .wpBreadcrumbs {
    display: block;
}

.breadcrumbWrapper .wpBreadcrumbs>span {
    display: inline-block;
    padding: 0 10px;
}

.breadcrumbWrapper .wpBreadcrumbs>span:first-child {
    padding-left: 0;
}

.breadcrumbWrapper .wpBreadcrumbs>span a {
    color: var(--gl-gray);
}

.breadcrumbWrapper .wpBreadcrumbs>span a:hover {
    color: var(--gl-primary);
}

.loc {
    font-size: 19px;
    font-weight: bold;
}

.ytp-chrome-top.ytp-show-cards-title {
    display: none!important;
}

.blogimg img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.post-date {
    display: inline-block;
    padding: 10px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 10;
}

div#tab-description {
    color: #000;
}

.cart-count-badge {
    position: absolute;
    top: -6px;
    right: -5px;
    background-color: red;
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding: 8px;
    border-radius: 50%;
    line-height:0.6;
    min-width: 18px;
    text-align: center;
}

li.menu-item.cart-menu-item {
    position: relative;
}

h1.woocommerce-loop-product__title {
    font-size: 18px !important;
    font-weight: 600 !important;
}

a.shopengine-quickview-trigger.se-btn {
    display: none !important;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    padding: 0;
}

img.woocommerce-placeholder.wp-post-image {
    height: 250px !important;    
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	object-fit: cover!important;
}


.ekit_socialshare li div {
  width: 40px!important;
  height: 40px!important;
  line-height: 35px!important;
  border: 1px solid #fff;
  border-radius: 50%;  
  color: #fff!important;
  transition: all 0.3s ease;  
}

/* Hover effect */
.ekit_socialshare li div:hover {
  background-color: #fff!important;
  color: #005da5!important;
}

.ekit_socialshare .icon {
	width: 41px;
	height: 41px;
	font-size: 15px!important;
	line-height: 40px!important;
	border: none!Important;
	background: transparent;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    width: 100%;
}

li.menu-item.cart-menu-item {
    display: none;
}

/* shop page design */

.custom-shop-wrapper {
    max-width: 1230px;
    margin: 40px auto;
    padding: 0 15px;
    font-family: Arial, sans-serif;
  }

  .custom-shop-heading {
    font-size: 24px;
    margin-bottom: 30px;
    color: #0077c0;
    text-align: left;
  }

  .product-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 6px;
}

.product-row:nth-child(even) {
  background-color: #e9ecef;
}

.product-col {
    width: 32%;
    padding: 10px;    
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.product-col a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
}

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

.product-col a:hover strong {
  text-decoration: underline !important;
}

.product-col img {
    height: 60px;
    width: 60px;
    border-radius: 4px;
    max-width: 100%;
}

.product-col strong {
  color: #0077c0;
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
  word-break: break-word;
}

.product-col .sku {
  font-size: 13px;
  color: #333;
  word-break: break-word;
}

@media (max-width: 768px) {
  .product-row {
    flex-direction: column;
  }
  
  .product-col {
    width: 100%;
    margin-bottom: 10px;
  }
}

.product-col a {
  color: #0077c0;
  text-decoration: none;
}

.product-col a:hover {
  text-decoration: underline;
}

.custom-pagination {
  text-align: center;
  margin-top: 30px;
}

.custom-pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-decoration: none;
  color: #0077c0;
  font-size: 14px;
}

.custom-pagination .page-numbers.current {
  background-color: #0077c0;
  color: #fff;
  border-color: #0077c0;
}

.custom-pagination .page-numbers:hover {
  background-color: #005fa3;
  color: #fff;
}
/* 🎨 Fancy Filter Styling */
.shop-filter-form {
  background: linear-gradient(135deg, #f0f4f8, #ffffff);
  padding: 25px 30px;
  border-radius: 14px;
  margin-bottom: 40px;
  border: 1px solid #d0dae3;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  font-family: 'Segoe UI', sans-serif;
}

.shop-filter-form:hover {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-end;
}

.filter-item {
  flex: 1;
  min-width: 230px;
  display: flex;
  flex-direction: column;
}

.filter-item label {
  font-weight: 600;
  font-size: 14px;
  color: #34495e;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.filter-item label i {
  margin-right: 6px;
  color: #0077c0;
}

.filter-item select {
  padding: 12px 14px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #ccd6e0;
  font-size: 14px;
  color: #333;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.filter-item select:focus {
  border-color: #0077c0;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 119, 192, 0.1);
}

.filter-btn {
  margin-top: 25px;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 600;
  background: linear-gradient(to right, #0077c0, #00bcd4);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 12px rgba(0, 119, 192, 0.2);
  transition: all 0.3s ease;
}

.filter-btn:hover {
  background: linear-gradient(to right, #0060a1, #0097a7);
  box-shadow: 0 8px 20px rgba(0, 119, 192, 0.3);
}

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

@media (max-width: 768px) {
  .filter-bar {
    flex-direction: column;
  }

  .filter-item {
    width: 100%;
  }
}

.featured-products-row {
    display: flex;
    flex-wrap: wrap; /* allow wrapping */
    gap: 20px;
    margin-bottom: 40px;
}

.featured-product-card {
    flex: 1 1 calc(20% - 20px); /* 5 per row on desktop */
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    transition: box-shadow 0.3s ease;
    box-sizing: border-box;
}

.featured-product-card:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.featured-image {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    overflow: hidden;
}

.featured-image img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.featured-product-card .featured-title {
    display: block;
    font-size: 14px;
    color: #0077c0;
    margin-bottom: 5px;
}

.featured-product-card .sku {
    display: block;
    font-size: 13px;
    color: #333;
}

/* Tablet (≤ 992px) → 3 per row */
@media (max-width: 992px) {
    .featured-product-card {
        flex: 1 1 calc(33.333% - 20px);
    }
}

/* Mobile Landscape (≤ 768px) → 2 per row */
@media (max-width: 768px) {
    .featured-product-card {
        flex: 1 1 calc(50% - 20px);
    }
}

/* Mobile Portrait (≤ 480px) → 1 per row */
@media (max-width: 480px) {
    .featured-product-card {
        flex: 1 1 100%;
    }
}


/* shop page end */