@font-face {
  font-family: 'Jost';
  src: url("/wp-content/themes/customify/assets/fonts/Jost-Regular.ttf");
  font-weight:400;
}
@font-face {
  font-family: 'Jost';
  src: url("/wp-content/themes/customify/assets/fonts/Jost-Medium.ttf");
  font-weight:500;
}
@font-face {
  font-family: 'Jost';
  src: url("/wp-content/themes/customify/assets/fonts/Jost-SemiBold.ttf");
  font-weight:600;
}
@font-face {
  font-family: 'Jost';
  src: url("/wp-content/themes/customify/assets/fonts/Jost-Bold.ttf");
  font-weight:700;
}
::-webkit-scrollbar {
    width: 7px !important;
}
::-webkit-scrollbar-thumb {
    background: #d93734;
    border-radius: 5px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #F2F2F2;
}
body {
    font-family: "Jost" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px;
    line-height: 20px !important;
    color: #000 !important;
}
h1{
    font-size: 40px !important;
    font-weight: 500 !important;
    font-family: "Jost" !important;
    line-height: 46px !important;
    color: #000 !important;
}
h2{
    font-size: 36px !important;
    line-height: 42px !important;
    font-weight: 500 !important;
    font-family: "Jost" !important;
    color: #000 !important;
}
h3{
    font-size: 32px !important;
    line-height: 38px !important;
    font-weight: 500 !important;
    font-family: "Jost" !important;
    color: #000 !important;
}
h4 {
    font-size: 24px !important;
    font-weight: 600 !important;
    font-family: "Jost" !important;
    color: #000 !important;
}
h5 {
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: "Jost" !important;
    color: #000 !important;
}
h6 {
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: "Jost" !important;
    color: #000 !important;
}
.sidespace{
    padding-left: 5% !important;
    padding-right: 5% !important;
}
.no-mb{
    margin-bottom: 0px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-15{
    margin-bottom: 15px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-70{
    margin-bottom: 70px !important;
}
.mt-15{
    margin-top: 15px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.wt-text{
    color: #fff !important;
}
.r-text {
    color: #d93734 !important;
}
.primary-btn a {
    width: fit-content;
    padding: 10px 14px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #d93734;
    background: #d93734;
    background: linear-gradient(90deg, rgba(233, 29, 36, 1) 0%, rgba(107, 11, 13, 1) 90%);
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}
.primary-btn a:hover{
    background: transparent;
    color: #E91D24;
}
.whatsapp-btn a {
    background: #25D366;
    width: fit-content;
    padding: 10px 14px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #25D366;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}
.whatsapp-btn a:hover{
    background: transparent;
    color: #25D366;
}
.whatsapp-btn i {
    font-size: 17px !important;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 180px; /* Adjust this value */
}
section[id]{
    scroll-margin-top: 180px;
}

/*Header Css*/
header.gt-header {
    position: fixed;
    z-index: 9;
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: #fff;
}
.header-row-one {
    padding: 5px 0px;
    background: #d93734;
    background: linear-gradient(90deg,rgba(233, 29, 36, 1) 0%, rgba(107, 11, 13, 1) 90%);
}
.contact-data {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.all-numbers-data, .all-mails-data {
    display: flex;
    gap: 10px;
    align-items: center;
}
.all-numbers-data i, .all-mails-data i {
    font-size: 14px;
    color: #fff;
}
.all-numbers-data p a, .all-mails-data p a {
    color: #fff;
    text-decoration: none;
}
span.middle-line {
    color: #fff;
}
.header-row-two {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.row.logo-menu-btn {
    display: flex;
    align-items: center;
    padding: 5px 0px;
}
.logo-div a img {
    width: 100px;
    height: 100%;
    object-fit: contain;
}
.header-menu-div {
    display: flex;
    justify-content: end;
}
.header-menu-div .header-ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 30px;
}
.header-menu-div .header-ul .header-li {
    margin: 0px;
}
.header-li a {
    color: #000;
    text-decoration: none;
    position: relative;
}
.header-li a:hover {
    color: #d93734;
}
.header-btn-col {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

/*Banner Sec Css*/
section.banner-sec {
    padding-top: 126px;
}
.banner-main-div img {
    width: 100%;
}
.banner-main-div {
    position: relative;
}
.banner-content-block {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    max-width: 650px;
    color: #fff;
}
.btns-div {
    display: flex;
    align-items: center;
    gap: 20px;
}
.banner-content-block .btns-div {
    margin-top: 30px;
}

.banner-tag {
    background-color: #5c5e62;
    width: fit-content;
    padding: 0px 10px;
    border-radius: 10px;
    color: #fff !important;
}

/*Counter Sec Css*/
.counter-section{
    margin-top:-50px;
    position:relative;
    z-index:2;
}
.counter-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin: 0px 100px;
    flex-wrap: wrap;
    gap: 30px;
}
.counter-item {
    display: flex;
    align-items: center;
    gap: 20px;
    width: calc(25% - 30px);
}
.counter-item img {
    height: 60px;
    width: 60px;
}
.counter-line{
    position: relative;
}
.counter-line:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    right: -10px;
    top: calc(50% - 15px);
    background-color: #ccc;
}

/*About Us Css*/
.about-pointer {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.about-li:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0px;
    top: calc(50% - 6px);
    background: #d93734;
    background: linear-gradient(90deg, rgba(233, 29, 36, 1) 0%, rgba(107, 11, 13, 1) 90%);
    border-radius: 50px;
}
.about-row {
    align-items: center;
}
.about-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    object-position: top;
}
.about-li {
    position: relative;
    padding-left: 20px;
    width: 48%;
}


/*Brand Sec Css*/
.brand-sec {
    background: url('/wp-content/uploads/2026/07/Brand-Banner.jpg');
    padding-top: 70px;
    padding-bottom: 70px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.brands {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-end;
}
.brand-logo-block {
    width: calc(50% - 15px);
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e41e26;
}
.brand-logo-block img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}

/*Products Sec Css*/
.center-text{
    text-align:center;
}
.overlay-block {
    width: calc(25% - 20px);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: relative;
    overflow: hidden;
}
.overlay-block:hover .size-box {
    opacity: 1;
    transform: translateY(0px);
    transition: .5s;
    cursor: pointer;
}
.size-ul {
    margin: 0px !important;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.size-li {
    width: 100%;
}
.product-img {
    background-color: #fff;
    padding: 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    justify-content: center;
    height: 200px;
}
.product-img img {
    height: 180px;
}
.product-name-div {
    padding: 30px 20px;
    background-color: #fef9fa;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
}

.product-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px;
}
.products-block {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.sep-heading {
    width: 100%;
    text-align: center;
}
.size-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 100%;
    border-radius: 10px;
    padding: 20px;
    background: linear-gradient(180deg, rgba(233, 29, 36, 1) 0%, rgba(107, 11, 13, 1) 90%);
    color: #fff;
    transform: translateY(280px);
    transition: .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*Bulk Sec Css*/
.bulk-sec {
    background: url('/wp-content/uploads/2026/07/Bulk.jpg');
    padding-top: 70px;
    padding-bottom: 70px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/*Contact Sec Css*/
.icon-data-contact {
    background-color: #fef9fa36;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    margin-top: 24px;
    border: 1px solid #d93734;
}
.icon-data-contact i {
    height: 50px;
    width: 50px;
    border-radius: 10px;
    background: #d93734;
    background: linear-gradient(90deg, rgba(233, 29, 36, 1) 0%, rgba(107, 11, 13, 1) 90%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.contact-data-div {
    text-align: center;
    height: 50px;
}
.icon-data-contact p a {
    color: #000;
    text-decoration: none;
}
.map-div {
    margin-top: 24px;
}

/*Footer Css Starts*/
.footer-main-sec {
    background: url('/wp-content/uploads/2026/07/Footer-Banner01-scaled.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 70px;
}
.logo-text img {
    height: 100px;
}
ul.f-menu-ul {
    margin: 0px !important;
    list-style-type: none;
    padding: 0px;
}
li.f-menu-li a {
    color: #ffffffbd;
    text-decoration: none;
    width: fit-content;
}
li.f-menu-li a:hover {
    color: #fff;
}
li.f-menu-li {
    margin-top: 10px;
}
.f-menus h4 {
    position: relative;
}
.f-menus h4:after {
    content: '';
    position: absolute;
    width: 30%;
    height: 3px;
    left: 0px;
    bottom: -7px;
    background: #d93734;
    background: linear-gradient(
22deg, rgba(233, 29, 36, 1) 0%, rgba(107, 11, 13, 1) 90%);
    border-radius: 10px;
}
.footer-space {
    padding: 25px;
}
.icon-text {
    display: flex;
    align-items: start;
    gap: 10px;
}
.icon-text i {
    font-size: 14px;
    color: #fff;
}
.icon-text a {
    text-decoration: none;
}
.gm-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    border-top: 1px solid #fff;
    padding-top: 10px;
    justify-content: center;
}
.floating-cta-btns {
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9998;
}
.floating-cta-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.floating-whatsapp {
    background-color: #25d366;
    font-size: 30px;
}



/*=========================
Hide Mobile on Desktop
=========================*/

.mobile-header{
    display:none;
}


/*Responsive*/

/*=========================
Mobile View
=========================*/

@media(max-width:991px){
.gt-header{
    display:none;
}
.mobile-header{
    display:block;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    z-index:9999;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
}
.mobile-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0px 15px;
}
.mobile-logo img{
    width:100px;
}
.mobile-icons{
    display:flex;
    align-items:center;
    gap:15px;
}
.mobile-icons a,
.mobile-icons button{
    border:none;
    background:none;
    font-size:22px;
    color:#000;
    cursor:pointer;
}
.mobile-menu{
    display:none;
    border-top:1px solid #eee;
    background:#fff;
}
.mobile-menu.active{
    display:block;
}
.mobile-menu ul{
    margin:0;
    padding:0;
    list-style:none;
}

.mobile-menu ul li{
    border-bottom:1px solid #f3f3f3;
}
.mobile-menu ul li a{
    display:block;
    padding:15px 20px;
    text-decoration:none;
    color:#000;
}
.mobile-menu ul li a:hover{
    background:#f7f7f7;
}
section.banner-sec {
    padding-top: 86px;
}
h1 {
    font-size: 24px !important;
    line-height: 30px !important;
}
h2 {
    font-size: 22px !important;
    line-height: 28px !important;
}
h3 {
    font-size: 20px !important;
    line-height: 26px !important;
}
h4 {
    font-size: 18px !important;
    line-height: 24px !important;
}
h5 {
    font-size: 16px !important;
    line-height: 22px !important;
}
h6 {
    font-size: 14px !important;
    line-height: 20px !important;
}
.banner-main-div img {
    height: 300px;
    object-fit: cover;
    object-position: left;
}
.banner-content-block .btns-div {
    margin-top: 15px;
}
.counter-item {
    width: calc(50% - 10px);
}
.counter-box {
    padding: 15px;
    margin: 0px;
    flex-wrap: wrap;
    gap: 15px;
}
.counter-line:after{
    display: none;
}
.sidespace {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.mb-70 {
    margin-bottom: 30px !important;
}
.counter-section {
    margin-top: 30px;
}
.counter-item img {
    height: 40px;
    width: 40px;
}
.about-img img {
    height: 300px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.mt-15 {
    margin-top: 10px !important;
}
.about-li {
    width: 100%;
}
.brand-sec {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
}
.brands {
    justify-content: flex-start;
    margin-top: 30px;
}
.mt-30 {
    margin-top: 20px !important;
}
.overlay-block {
    width: calc(50% - 12px);
}
.product-img {
    padding: 10px;
    height: 180px;
}
.product-img img {
    height: 150px;
}
.product-name-div {
    padding: 15px;
}
.bulk-sec {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
}
.logo-text {
    margin-bottom: 30px;
}
.f-menus {
    margin-bottom: 30px;
}
.gm-block p {
    text-align: center;
}
.icon-data-contact {
    padding: 20px;
}
.size-ul {
    gap: 0px;
}
.footer-main-sec {
    background-size: cover;
    padding-top: 30px;
}
.size-box {
    overflow-y: scroll;
}
} 

@media (min-width: 551px) and (max-width: 991px) {
    html::before {
        content: "Please Rotate your screen Or switch to Desktop View";
        height: 100vh;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-family: Jost !important;
    }
     body {
        display: none !important;
    }
}

@media (min-width: 1600px) {
    .sidespace {
    max-width: 1600px;
    margin: 0 auto;
}
}
















