/*
Theme Name: albadri
*/

@font-face {
	font-family: Roboto;
	src: url(../cooba/assets/roboto/Roboto-Regular.ttf);
	font-weight: 400
}


body.home-background{
	         background-image: url('../njt/assets/img/home-abt-bg.webp');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            
}
.f-nav .header-wrapper {
	background:#fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 5px;
    position: fixed;
    top: 0;
    height: 116px;
}

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

.f-nav .header-wrapper .col-lg-7 {
	padding-top: 15px;
}
.header-wrapper {
    width: 100%;
    z-index: 1020;
    position: fixed;
    left: 0px;
    top: 50px;
}
h1, h2, h3, h4, h5, h6, p, a, li, span {
    font-family: "Poppins", sans-serif!important;
}
.innerpage-content-wrap{
	padding-top:100px;
	padding-bottom:100px;
}
/* top-header start */
.header-contact{
	 display: inline-flex;
}
.top-header{
height: 50px;
    background: #ececec42;
    padding-top: 10px;
}
.header-contact a {
    color: #000000b0;
    font-size: 15px;
    margin-left: 13px;
    font-weight: 500;
}
.header-contact a:hover{
    text-decoration: none;
    color:#00000096;
}
a:hover {
    color: #a85f28!important;
    text-decoration: none;
    background-color: transparent;
}
.social-icons {
    display: flex;
    gap: 10px; /* Adjust spacing between icons */
    justify-content: center;
}

.social-icons a {
    text-decoration: none;
    font-size: 20px;
    color: #333333ab; /* Default color */
    transition: color 0.3s ease-in-out;
}

.social-icons a:hover {
    color: #007bff; /* Change color on hover */
}
.language-switcher {
    position: absolute;
    top: 6px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.language-switcher i {
    font-size: 20px;
    color: #333;
}

.language-switcher select {
    border: none;
    background: none;
    font-size: 16px;
    cursor: pointer;
}


/* top header ends */

/* header start */

/* Header Container */
.header-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
    width: 100%;
}

/* Top Section (Search + Button) */
.top-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 900px;
    margin-bottom: 10px;
    position: relative; /* Ensures positioning control */
}

/* Search Bar - Centered */
.search-container {
    display: flex;
        align-items: center;
        border: 2px solid #f1e0b8;
        border-radius: 10px;
        overflow: hidden;
        padding: 5px 10px;
        width: 80%;
        position: relative;
        z-index: 2;
        right: 120px;
}

/* Search Input */
.search-input {
    border: none;
    outline: none;
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
	    border-radius: 5px;
}

/* Search Button */
.search-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}
.f-nav .search-btn {
    color: #000;
}
/* Enquiry Button - Positioned to the Right */
.enquiry-btn {
    background: #ffffffba;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
    position: absolute;
    right: 0;
    z-index: 1;
    box-shadow: 0px 0px 4px 0px #00000038;
    transition: all 0.3s ease;
}
.enquiry-btn:hover {
    text-decoration: none;
}


/* Navigation Menu - Centered */
.main-menu {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    z-index: 1;
    right: 115px;
}

.main-menu a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 20px;
    transition: 0.3s ease;
}

.main-menu a:hover {
    background: #f1e0b8;
}

.main-menu .menu-item-has-children > a::after {
    content: " ▼";
    font-size: 12px;
    margin-left: 5px;
}
/* header ends */

/* banner start */
.bann-head a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fff;
}
.banner-item img{
    width: 100%;
    height: 115vh;
    object-fit: cover;
}
.home-banner-wrap {
    position: relative;
}
.banner-caption {
    position: absolute;
    top: 265px;
    width: 811px;
    left: 85px;
}
.bann-head h3 {
    font-size: 50px;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #784820;
    background: linear-gradient(270deg, #e7a313, #d9d9d9 50.07%, #ffffff 98.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.bann-head p {
    margin-bottom: 5px;
    font-size: 22px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}
.bann-head a {
    background: #ffffff52;
    padding: 10px 29px;
    border-radius: 4px;
    color: #fff;
}
.bann-head a {
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
}
/* banner ends */

.custom-container{
    max-width: 1327px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

}

/*banner-bottom-section-css-starts*/

.counter-section-starts{
    padding: 50px 0px;
}
.count-section {
    padding: 50px;
    background-color: #000;
    border-radius: 27px;
    display: flex;
}
.counter-section-starts .count-section .image img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    padding: 15px;
    background-color: #ffffffc9;
    border-radius: 50px;
}
.counter-section-starts .count-section-years {
    background-image: url(../albadri/assets/img/years-of-exp.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: zoomInOut 10s ease-in-out infinite;
}
@keyframes zoomInOut {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 120%;
  }
  100% {
    background-size: 100%;
  }
}
.counter-section-starts .count-section-quality {
    background-image: url(../albadri/assets/img/quality.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: zoomInOut 10s ease-in-out infinite;
}
.counter-section-starts .count-section-customer {
    background-image: url(../albadri/assets/img/customer.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: zoomInOut 10s ease-in-out infinite;
}
.count-section {
    position: relative;
}

.count-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 16%);
    z-index: 1;
    border-radius: 30px;
}

.count-section .image,
.count-section .content {
    position: relative;
    z-index: 2; 
}

.counter-section-starts .count-section .content h2 {
    font-size: 39px;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0px;
    text-shadow: 0px 2px 0px #0000006b;
}

.counter-section-starts .count-section .content p {
    color: #fff;
    font-size: 21px;
    text-shadow: 0px 1px 0px #000;
    font-weight: 600;
    line-height: 1.2;
}
.count-section .content  {
    padding : 10px;
}
.counter-section-starts .count-section .content h2{

}
.counter-section-starts .count-section .content p{

}



/* inner banner start */
.banner-inside{
    background-image: url(../albadri/assets/img/inner-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 261px;
    border-radius: 10px;
    margin-top: 15px;
    position: relative;
}
.inner-banner-heading{
    position: absolute;
    bottom: 45px;
    left: 20px;
}
.inner-banner-heading :hover{
	text-decoration:none;
	color:#fff;
}
.inner-banner-heading h4{
    font-family: "Space Grotesk", serif;
    color: #fff;
    font-size: 30px;
    margin-bottom: 63px;
}
.inner-banner-heading a{
    background: #ff3434;
    color: #ffffff;
    padding: 10px 10px;
    border-radius: 10px;
}
/* inner banner ends */

/* category section start */


.category-section {
    padding: 50px 0px;
}
.unique-collection, .unique-revamp {
    background: white;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.unique-collection{
    background-image: url(../albadri/assets/img/new-collection.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 337px;
    position: relative;
    border-radius: 10px;
}
.unique-collection p{
    font-family: "Poppins", serif;
    color: #fff;
}
.unique-collection h3{
    font-family: "Poppins", serif;
    color: #fff;
}
.unique-btn {
    display: block;
    background: #ffffff;
    color: #FF3434;
    padding: 8px 12px;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
}
.unique-collection a {
    position: absolute;
    bottom: 47px;
    width: fit-content;
    margin: auto;
    display: block;
    color: #000;
    font-weight: 500;
    transition: all 1s ease;
}
.unique-collection a:hover {
    text-decoration: none;
    background-color: #fff;
}

.unique-banner {
    
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
    background-image: url(../albadri/assets/img/category-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 113px;
}
.unique-banner h2{
    font-family: "Poppins", serif;
    text-align: left;
    font-size: 31px;
    line-height: 42px;
}
/* Category Tabs */
.unique-category-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.unique-category-tabs button {
    padding: 8px 12px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}

.unique-active {
    background: #ff3434;
    color: white;
}

.unique-inactive {
    background: #ddd;
    color: black;
}

/* Category List */
.unique-categories h4 {
    background: #ff5a00;
    color: white;
    padding: 8px;
    border-radius: 5px;
    margin-top: 10px;
}

.unique-categories ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.unique-categories li {
    background: #f1f1f1;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
}
.unique-revamp-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    grid-template-rows: repeat(2, 1fr); /* 2 rows */
    gap: 10px; /* Space between images */
    max-width: 100%; /* Ensures it doesn’t overflow */
}
.unique-revamp h3 {
    font-size: 25px;
    text-transform: capitalize;
    color: #784820;
    background: linear-gradient(270deg, #f8a12e, #be2a1d 50.07%, #45216c 98.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.unique-revamp-images img {
    width: 100%; /* Makes images fit inside grid */
    height: 150px; /* Fixed height for uniformity */
    object-fit: cover; /* Ensures images scale properly */
    border-radius: 10px; /* Slightly rounded corners */
}
.discount{
    background-image: url(../albadri/assets/img/brand.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    border-radius: 10px;

}
.discount-head h2{
    color: #fff;
    text-align: center;
    padding-top: 30px;
    font-size:30px;
}
.discount-head p{
    color: #fff;
    text-align: center;
   padding: 10px;
}
.offer-deta{
    text-align: center;
    margin-top: 67px;
}
.offer-deta h1{
    color:#fff;
}
.offer-perc{
    font-size: 74px;
}
.offer-deta a {
    color: #000000;
    background: #ffffff;
    padding: 12px;
    border-radius: 9px;
    font-weight: 500;
    padding: 10px 30px;
    transition: all 1s ease;
}
.offer-deta a:hover{
color:#fff;
text-decoration: none;
}




/* Unique Content Container */

  
  /* Banner Section */
 
  
  .unique-banner h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
  }
  
  /* Tab Buttons */
  .tab-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    gap: 10px;
  }
    
  .unique-tab.active {
    background: #f1f1f1;
    color: #000;
  }
  
  
  .category-group {
    width: 100%;
   
  }
 

.category-title {
    font-size: 18px;
    border-radius: 8px;
    margin-bottom: 15px;
    display: inline-block;
    color: white;
    padding: 10px;
    width: 200px;
    text-align: center;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: linear-gradient(270deg, #e7af35, #a95f28 50.07%, #a85d26 98.1%);
}
  
  .subcategory-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
 
  
  .tab-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  
 
  
  .tab-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    gap: 10px;
  }
  
.unique-tab {
    border: none;
    color: #7d4e25;
    padding: 10px 20px;
    background: #e7cb8e;
    border-radius: 9px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}
  
  .unique-tab.active {
    background: #f1f1f1;
    color: #000;
  }
  
  .category-sections {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
    transition: transform 0.5s ease, opacity 0.5s;
  }
  
/*  .subcategory-list li {*/
/*    background: #e7cb8e;*/
/*    padding: 10px 20px;*/
/*    border-radius: 8px;*/
/*    font-size: 14px;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s;*/
/*    box-shadow: 0px 1px 4px 0px #00000021;*/
/*}*/
/*  .subcategory-list li:hover {*/
/*    background: #ffb347;*/
/*    color: white;*/
/*  }*/

.subcategory-list li.animated-subcat {
    position: relative;
    text-align: center;
    font-size: 17px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
    background: #333;
    transition: box-shadow 0.3s ease;
}

.subcategory-list li.animated-subcat span{
    color: #fff;
    display: block;
    position: relative;
    z-index: 0;
    text-decoration: none;
    padding: 10px;
}
.single-sub-divisions-section-wrapper .sub-div-inner-ptoducts{
    margin-top:50px;
}
.subcategory-list li.animated-subcat a:hover {
    color: #000 !important;
    text-decoration: none;
}

.subcategory-list li.animated-subcat .liquid {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 200px;
    background: #e7cb8e;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.7);
    z-index: -1;
    transition: 0.6s;
}

.subcategory-list li.animated-subcat .liquid::after,
.subcategory-list li.animated-subcat .liquid::before {
    position: absolute;
    content: "";
    width: 200%;
    height: 200%;
    top: 0;
    left: 0;
    transform: translate(-25%, -75%);
}

.subcategory-list li.animated-subcat .liquid::after {
    border-radius: 45%;
    background: rgb(158 118 71);
    box-shadow: 0 0 10px 5px #e7cb8e, inset 0 0 5px #e7cb8e;
    animation: animate 15s linear infinite;
    opacity: 0.8;
}

.subcategory-list li.animated-subcat .liquid::before {
    border-radius: 40%;
    background: rgb(169 95 40);
    box-shadow: 0 0 10px rgba(26, 26, 26, 0.5), inset 0 0 5px rgba(26, 26, 26, 0.5);
    animation: animate 15s linear infinite;
}

@keyframes animate {
    0% {
        transform: translate(-25%, -75%) rotate(0deg);
    }
    100% {
        transform: translate(-25%, -75%) rotate(360deg);
    }
}

.subcategory-list li.animated-subcat:hover .liquid {
    top: -120px;
}

.subcategory-list li.animated-subcat:hover {
    box-shadow: 0 0 5px #898989, inset 0 0 5px #ffffff;
}
.div-view-more-btn a {
    margin: 17px auto 0;
    display: block;
    text-align: center;
    background: #c19c4d;
    width: fit-content;
    padding: 10px 24px;
    border-radius: 10px;
    color: #fff;
    transition : all .2s ease;
}
.div-view-more-btn a:hover{
        text-decoration: none;
    background-color: #fff;
    box-shadow: 0px 0px 3px 0px #0000004f;
}
/* Slide Out to the Right */
.category-sections.slide-out {
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s;
  }
  
  /* Subcategory Content Initial State */
  .subcategory-content {
    display: none;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.5s ease, opacity 0.5s;
  }
  
  /* Slide In from the Left */
  .subcategory-content.slide-in {
    opacity: 1;
    transform: translateX(0);
  }


  /* Product Grid */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
  }
  
  /* Product Card */
  .product-card {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s;
    position: relative;
  width: 100%;
  overflow: hidden;
  }
  .product-card img {
    width: 100%;
    height: 216px;
    margin: 10px 0;
    object-fit: cover;
    border-radius: 10px;
  }
  .product-title {
    color: #e63946;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    text-align: left;
    width: 160px;
  }
  .product-subtitle {
    color: #6c757d;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
  }
  
  .rating .star {
    color: #ffcc00;
    font-size: 18px;
  }
  
  .rating .star.inactive {
    color: #e0e0e0;
  }

  .product-card:hover {
    transform: translateY(-5px);
  }
  
  /* Product Badge */
  .product-badge {
    background: #ff3434;
    color: white;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 8px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  

  
  
  
  .product-card .description {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
    text-align: justify;
  }
  .product-card a:hover{
    text-decoration: none;
    color: #0066ff;
  }
  .enquire-btn {
    
    color: #0066ff;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
	  border: 1px solid;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
    display: flex;
        align-items: center;
  }
  
.category-sections .read-more-btn {
    background-color: #ffffff;
    color: #161616;
    padding: 8px 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 15px;
    box-shadow: 0px 1px 4px 0px #00000021;
}
  .category-sections .read-more-btn:hover {
    background-color: #ffffff;
    color: #161616;
    padding: 8px 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 15px;
    box-shadow: 0px 1px 4px 0px #00000021;
}
 .category-sections .read-more-btn:hover {
    background-color: #ffffff;
    text-decoration: none;
}
  .subcategory-content.slide-in img{
      border-radius: 25px;
    box-shadow: 0px 0px 4px 0px #00000026;
    margin-top: 15px; 
}
  .subcategory-content.slide-in .division-enq-btn {
      color: #7d4e25;
    padding: 10px;
    background: #e7cb8e;
    border-radius: 9px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
  }
 .subcategory-content.slide-in h3 {
      font-size: 25px;
    margin: 0;
    text-transform: capitalize;
    color: #784820;
    background: linear-gradient(270deg, #f8a12e, #a95f28 50.07%, #794820 98.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    text-transform: uppercase;
    padding-left: 10px;
  }
.cat-banner{
    background-image: url(../albadri/assets/img/cate-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 182px;
    border-radius: 15px;
    margin-top: 50px;
    position: relative;
}
.cate-bannercontent{
       top: 20px;
position: absolute;
left: 267px;
}
.equip {
    color: #FFBE31;
    font-weight: 600;
    text-shadow: 1px 1px 3px #000000;
}
.cate-bannercontent h3{
    color: #fff;
}
.cate-bannercontent h3 {
    color: #fff;
    margin-bottom: 20px;
}
.cate-bannercontent h6{
    color: #fff;
}
.cate-bannercontent a {
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 7px 15px;
    color: #fff;
    transition: all .1s ease;
}
.cate-bannercontent a:hover{
    text-decoration: none;
    background-color: #fff;
}
/* category section ends */

/* popular product start */

.popular-products{
    margin-top: 100px;
    margin-bottom: 100px;
}

.popular-pro img{
  width: 100%;
    height: 140px;
    object-fit: cover;
}

.popular-pro{
    box-shadow: 0px 0px 22px 0px #00000042;
    border-radius: 10px;
    text-align: center;
    padding: 20px 0px;
    position: relative;
    height: 250px;

}
.popular-title{
    padding: 0px 13px;
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
  
}
.popular-title a{
	color:#000;
}
.popular-title a:hover{
	text-decoration:none;
	color:#000;
}
.popular-products h2{
    color: #ff3434;
    margin-bottom: 20px;
}

/* popular product ends */

/* contact banner start */

.contact-banner{
    margin: 50px; 
}
.contact-bann {
    background-image: url(../albadri/assets/img/contact-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 326px;
    border-radius: 30px;
    position: relative;
}
.contact-banner-cont{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    top: 85px;
    color: #fff;
}
.contact-banner-cont h3{
    font-size: 39px;
    
}
.contact-banner-cont a{
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
}
.contact-banner-cont a:hover{
    text-decoration: none;
    color: #fff;
}
/* contact banner ends */

/* home slider section start */

  
  .brand-slider {
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
  }
  
  .slider-wrapper {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 15px;
    position: relative;
  }
  
  .slider-content {
    display: inline-flex;
    animation: none;
  }
  
  .brand-item {
    padding: 10px;
    min-width: 200px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  
  .brand-item img {
    max-height: 116px;
    border-radius: 10px;
    max-width: 100%;
  }


/* Fading white shade on both sides */
.brand-slider::before, 
.brand-slider::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 215px;
    z-index: 2;
    pointer-events: none;
}

.brand-slider::before {
  left: 85px;
  background: linear-gradient(to right, white, transparent);
}

.brand-slider::after {
  right: 78px;
  background: linear-gradient(to left, white, transparent);
}
.brand-slider .custom-container h2{
    text-align: center;
    margin-bottom: 20px;
    color: #FF3434;
}
 /* home slider section ends */


 /* home testimonial start */
.testimonial-section-starts{
    padding: 50px 0px;
}
.testimonial-section-starts .testimonial-section .image img {
    width: 450px;
    height: 350px;
    object-fit: cover;
    border-radius: 30px;
}
.testimonial-section-starts .testimonial-section {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    background-color: #ffe2a314;
    box-shadow: 0px 0px 7px 0px #00000024;
    margin: 15px 0px;
   border-radius: 30px;
}
 .testimonial-section-starts .slick-dots {
    bottom: -40px;
}
.testimonial-section-starts .testimonial-section .content .rating {
    color: #ffc443;
    font-size: 24px;
}
.testimonial-section-starts .testimonial-section .content h2 {
    color: #784821;
    background: linear-gradient(270deg, #f8a12e, #a95f28 50.07%, #7b4c23 98.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 10px;
    font-style: italic;
}
.testimonial-section-starts .test-content{ 
    position: relative;
}
.testimonial-section-starts .test-content:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background: url(./assets/img/quotes-left.png) no-repeat;
    background-size: contain;
    left: 0px;
    top: -25px;
    opacity: .4;
}

 /* home testimonial ends */


 /* home contact section start */

    .home-contact-section {
      padding: 50px 0px;
    }
    .contact-left h2 {
        font-size: 50px;
        color: #333;
        line-height: 1.3;
    }
  
  .contact-left h2 span {
    color: #ff3434;
  }
  
  .contact-left p {
    margin-top: 15px;
    font-size: 16px;
    color: #666;
  }
  
  .contact-info {
    list-style: none;
    padding: 0;
    margin-top: 20px;
  }
  
  .contact-info li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  
  .contact-info i {
    color: #4cd964;
    margin-right: 10px;
    background: #eeeeee;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
}
  
  .contact-right {
    padding: 30px;
    border-radius: 12px;
   
  }
 
  
  .form-group {
    display: flex;
    flex-direction: column;
  }
  
  
  textarea {
    resize: none;
    height: 100px;
  }
  
  .home-contact-section .submit-btn {
    padding: 12px 38px;
    background: #1d92ff;
    color: white;
    border: none;
    border-radius: 15px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
  }
  
  .home-contact-section .submit-btn:hover {
    background: #0056b3;
  }


  .contact-form {
    display: grid;
    gap: 20px;
  }
  
  .form-row {
    display: flex;
    gap: 20px;
  }
  
  .form-row .form-group {
    flex: 1;
  }
  
  .form-group label {
    font-size: 14px;
    color: #ff3434;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .home-contact-section .form-group input,
  .home-contact-section .form-group select,
  .home-contact-section .form-group textarea {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 15px;
    font-size: 14px;
    width: 100%;
  }
  .contact-phone {
    display: flex;
    align-items: center;
  }
  
  .contact-phone i {
    color: #4cd964;
    margin-right: 10px;
    font-size: 11px;
  }
  
  
  .home-contact-btn{
    text-align: center;
  }
  .contact-info a {
    text-decoration: none;
    color: inherit;
  }
  
  .contact-info a:hover {
    text-decoration: none;
  }

 /* home contact section ends */


 /* footer start */

 .footer .custom-container{
  padding: 0px;
 }
.footer-img1 {
    margin-bottom: 30px;
    width: 230px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #00000047;
    border-radius: 10px 20px;
}
 .footer{
    padding-bottom: 30px;
    background-color: #fae9e936;
 }
 .footer-logo{
    display: flex;
    flex-direction: column;
 }
 .footer-logo img{
    width: 200px;
 }
 .menu-quick-links-container ul{
    list-style-type: none;
    padding-left: 0px;
    color: #000;
 }
 .menu-quick-links-container ul li a{
    color: #000;
 }
 .menu-quick-links-container ul li a:hover{
    text-decoration: none;
 }
 .address{
    margin-top: 100px;
 }
 .address li{
    list-style-type: none;
 }
 .address p{
    margin-bottom: 8px;
 }
 .address li a{
    margin-bottom: 8px;
    color: #000;
 }
 .address li a:hover{
    text-decoration: none;
    color: #000;
 }
 .quick{
    margin-top: 100px;
 }

 .custom-subscribe-now {
   margin-top: 100px;
  }
  
  .custom-subscribe-now h3 {
    color: #784821;
    background: linear-gradient(270deg, #f8a12e, #a95f28 50.07%, #7b4c23 98.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
   
  }
  
  .custom-subscribe-now p {
    font-size: 14px;
    color: #000000;
    margin: 10px 0 20px;
  }
  
  .custom-subscribe-form {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding: 5px;
  }
  
  .custom-subscribe-form input {
    border: none;
    padding: 10px 15px;
    width: 100%;
    border-radius: 15px 0 0 15px;
    outline: none;
    background: #eaeaea;
  }
  
  .custom-subscribe-form button {
    background: #333;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 0 15px 15px 0;
    cursor: pointer;
  }
  
  .custom-social-icons {
    margin-top: 20px;
  }
  
  .custom-social-icons h4 {
    color: #784821; 
    font-size: 16px;
  }
  
  .custom-social-icons ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
  }
  
  .custom-social-icons ul li {
    display: inline-block;
  }
  
  .custom-social-icons ul li a {
    text-decoration: none;
    color: #333;
    font-size: 35px;
  }
  
  .custom-social-icons ul li a:hover {
    color: #ff3434;
  }
  .address h4{
  color: #784821;
    background: linear-gradient(270deg, #f8a12e, #a95f28 50.07%, #7b4c23 98.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
  }
.quick h4 {
    color: #784821;
    background: linear-gradient(270deg, #f8a12e, #a95f28 50.07%, #7b4c23 98.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
    font-weight: 600;
}
  .rights{
    text-align: right;
  }
  .privacy{
    color: #000;
  }
  .privacy:hover{
    text-decoration: none;
    color: #000;
  }
  .terms{
color: #000;
  }
  .terms:hover{
    text-decoration: none;
    color:#000;
  }
 /* footer ends */


 /* inner page header start */
.header-log{
 position: relative;
 z-index: 1;
}
.innerpage-header{
    position: relative;
    top: 0px;
}
.innerpage-header img{
    height: 385px;
    object-fit: cover;
    width: 100%;
    object-position: bottom;
}
.pageheading-middle{
    position: absolute;
    right: 52px;
    bottom: 30px;
}
.pageheading-middle h2{
    color: #fff;
    font-weight: 700;
    text-shadow: 0px 2px 0px #00000085;
}
#breadcrumbs a{
    color: #fff;

}
#breadcrumbs a:hover{
color: #fff;
text-decoration: none;

}
.breadcrumb_last{
    color:#fff;
}
 /* inner page header ends */

 /* product inner page listing */

 .inner-product-list {
  margin-top: 100px;
  margin-bottom: 100px;
}

.product-list-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.inner-product-card {
  background: #ffffff;
  border-radius: 12px;
  position: relative;
  padding: 20px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.inner-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(135deg, #f53803, #f5d020);
  border-radius: 12px;
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

.inner-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.inner-product-card .hover-icon {
  position: absolute;
  top: 81%;
  left: 85%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: #ff3434;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.inner-product-card:hover .hover-icon {
  opacity: 1;
}

.product-image {
  height: 180px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.product-info {
  margin-top: 15px;
  text-align: justify;
}

.inner-product-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}
.inner-product-title a{
	color:#ff3434;
}
.inner-product-title a:hover{
	text-decoration:none;
	color#ff3434;
}
.inner-product-subtitle {
  font-size: 14px;
  color: #777;
}



.product-card-link {
  text-decoration: none !important;
  color: inherit!important;
}

.product-card-link:hover .product-card {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

 /* product page inner ends */

 /* shop page start */
 .custom-product-section {
  margin: 80px 0;
  background-color: #f9f9f9;
}

.custom-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.custom-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.custom-product-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.custom-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.custom-product-thumbnail {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.custom-product-content {
  padding: 20px;
}

.custom-product-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.custom-product-description {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

.custom-enquire-button {
  background: #ff3434;
  color: white;
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.custom-enquire-button:hover {
  background: #b3001f;
  text-decoration: none;
  color: #fff;
}
 /* shop page ends */

 /* shop detail page start */

 .shop-product-detail-section {
  padding: 50px 20px;
  background-color: #f9f9f9;
}

.shop-product-detail-container {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.shop-product-detail-image-gallery {
  flex: 1;
}

.shop-product-main-image {
  width: 100%;
  height: 399px;
  background-size: contain;
  background-position: center;
  border-radius: 10px;
  background-repeat: no-repeat;

}

.shop-product-thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.shop-thumbnail {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  border: 2px solid transparent;
  cursor: pointer;
  border-radius: 6px;
}

.shop-thumbnail:hover {
  border: 2px solid #d90429;
}

.shop-product-detail-info {
  flex: 1;
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.shop-product-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.shop-product-short-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.shop-product-price {
  font-size: 24px;
  color: #d90429;
  font-weight: bold;
  margin-bottom: 20px;
}

.shop-product-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.shop-quantity-input {
  width: 60px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.shop-add-to-cart-btn {
  background-color: #d90429;
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.shop-add-to-cart-btn:hover {
  background-color: #b3001f;
}

.shop-product-links {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.shop-wishlist-link,
.shop-compare-link {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.shop-product-meta {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

.shop-share-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.shop-share-links span {
  font-size: 14px;
  color: #555;
}

.shop-share-icon {
  font-size: 18px;
  cursor: pointer;
}



 /* shop detail page ends */

 /* contact page start */

 /* Main Contact Page Styling */
.main-contact-page {
  display: flex;
  justify-content: center;
  padding: 50px;
  background-color: #f9f9f9;
  margin-top: 70px;
}

.main-contact-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  max-width: 1200px;
  width: 100%;
}

.main-contact-form {
  padding: 30px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border: 1px solid #e7cb8e;
}

.main-form-row {
  display: flex;
  gap: 10px;
}

.main-contact-input {
  flex: 1;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  width: 100%;
}

.main-contact-textarea {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  height: 80px;
  resize: none;
}

.main-contact-submit-btn {
  background-color: #ff3434;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  width: fit-content;
}

.main-contact-submit-btn:hover {
  background-color: #ff3434;
}

.main-newsletter-box {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 80px 30px;
  border-radius: 12px;
  text-align: center;
}

.main-newsletter-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.main-newsletter-description {
  font-size: 14px;
  margin-bottom: 20px;
}

.main-newsletter-form {
  display: flex;
  gap: 10px;
}

.main-newsletter-input {
  flex: 1;
    padding: 12px 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 13px;
}

.main-newsletter-submit-btn {
  background-color: #000;
  color: white;
  padding: 12px 5px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.main-newsletter-submit-btn:hover {
  background-color: #333;
}

@media (max-width: 768px) {
  .main-contact-container {
    grid-template-columns: 1fr;
  }

  .main-form-row {
    flex-direction: column;
  }
}


/* Container Styling */
.contactpage-details {
  padding: 50px;
  background-color: #f9f9f9;
}

.contactpage-details-container {
  display: flex;
    justify-content: center;
    gap: 51px;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-card {
  background-color: #e7cb8e;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-icon {
  font-size: 36px;
  margin-bottom: 10px;
  color: #007b5e;
}

.contact-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.contact-description {
  font-size: 14px;
  color: #666;
}
.contact-card a{
  text-decoration: none !important;
  color: #666 !important;
}
.map{
  margin-bottom: -6px;
}
/* Responsive Design */
@media (max-width: 768px) {
  .contactpage-details-container {
    flex-direction: column;
    align-items: center;
  }

  .contact-card {
    width: 90%;
  }
}


 /* contact page ends */
 
 /*brand page starts*/
 
 .brand-img-inner{
    margin-bottom:20px;
    background: #ffffff;
    border-radius: 20px;
    position: relative;
    padding: 20px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
     margin-top:10px;
 }
.brand-img-inner img{
     width: 215px;
    height: 110px;
    object-fit: contain; 
    background-color: #e9e9e9;
    padding: 10px;
    border-radius: 20px;
 }

 .brand-img-inner:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
  /*brand page ends*/


 /* media core starts */

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

.main-contact-container{
  width: unset;
}
  #breadcrumbs{
    font-size: 13px;
  }
  .pageheading-middle h2{
    font-size: 28px;
  }

  .pageheading-middle{
    right: 17px;
    bottom: 11px;
  }

  .innerpage-header img{
    height: 165px;
  }
  
  .abut{
    margin-bottom: 30px;
  }
  .abut img{
    width: 100%;
    object-fit: cover;
    height: 345px;
  }

  .shop-product-detail-container {
    flex-direction: column;
  }
  .search-container{
    display: none;
  }
  .enquiry-btn{
    display: none;
  }
  .main-menu{
    right: 0px;
    top: 0%;
  }
  .header-log img{
    width:100px;
  }
  .header-wrapper{    
    top: 97px;
  }
  .top-header{
      height: 97px;
  }
  .header-contact{
    display: flex;
    flex-direction: column;
  }
  .social-icons{
    justify-content:unset;
  }
  .f-nav .header-wrapper{
    top: 0px;
  }
  .banner-item img{
    height: 74vh;
    width: 100%;
    object-fit: cover;
  }
  .banner-caption{
    top: 203px;
    left: 16px;
  }
  .bann-head p{
    font-size: 18px;
  }
  .bann-head h3{
    font-size: 30px;
  }
  .bann-head{
    width: 350px !important;
  }
  .products-one, 
  .products-two{
    margin-bottom: 10px;
  }
  .cate-bannercontent{
    left: 28px;
  }

  .popular-pro{
    margin-bottom: 15px;
  }
  .contact-banner-cont h3{
    font-size: 21px
  }
  .contact-banner-cont p{
font-size: 13px;
  }
  .brand-slider::before{
    left: 0;
  }
  .brand-slider::after{
    right: 0;
  }
  .testimonial-content{
    padding: 44px 38px !important;
  }
  .testimonial-image{
    margin-top: 20px;
  }
  .home-contact-section .custom-container{
    flex-direction: column;
  }
  .contact-left {
    width: 100%;
}
.contact-left h2{
  font-size: 29px;
}
.contact-right{
  width: 100%;
  margin-top: 10px;
}
.home-contact-section{
  padding: 0px 30px;
}
.footer .custom-container{
  padding: 0px 20px;
}
.rights{
  text-align: left;
}
.footer {
  padding-bottom: 0px;
}
.quick{
  margin-top: 0px;
}
.address{
  margin-top: 0px;
}
.custom-subscribe-now{
  margin-top: 10px;
}
	 .inner-banner-heading h4 {
		 margin-bottom: 37px;
	 }
	
 }

 @media only screen and (min-width:501px) and (max-width:767px){
  
	  .inner-banner-heading h4 {
		 margin-bottom: 37px;
	 }
  .custom-subscribe-now{
    margin-top: 10px;
  }
  .quick{
    margin-top: 0px;
  }
  .address{
    margin-top: 0px;
  }
  .abut{
    margin-bottom: 30px;
  }
  .abut img{
    width: 100%;
    object-fit: cover;
    height: 492px;
  }
  .innerpage-header img{
    height: 189px;
  }

  
  .shop-product-detail-container {
    flex-direction: column;
  }
  .search-container{
    display: none;
  }
  .enquiry-btn{
    display: none;
  }
  .main-menu{
    right: 0px;
    top: 0%;
    left: 0px;
    justify-content: flex-end;
  }
  .header-log img{
    width:100px;
  }
  .header-wrapper{    
    top: 98px;
  }
  .top-header{
      height: 97px;
  }
  .header-contact{
    display: flex;
    flex-direction: column;
  }
  .social-icons{
    justify-content:unset;
  }
  .f-nav .header-wrapper{
    top: 0px;
  }
  .banner-item img{
    height: 74vh;
    width: 100%;
    object-fit: cover;
  }
  .banner-caption{
    top: 120px;
    left: 16px;
  }
  .bann-head p{
    font-size: 18px;
  }
  .bann-head h3{
    font-size: 30px;
  }
  .bann-head{
    width: 350px !important;
  }
  .products-one, 
  .products-two{
    margin-bottom: 10px;
  }
  .cate-bannercontent{
    left: 28px;
  }

  .popular-pro{
    margin-bottom: 15px;
  }
  .contact-banner-cont h3{
    font-size: 21px
  }
  .contact-banner-cont p{
font-size: 13px;
  }
  .brand-slider::before{
    left: 0;
  }
  .brand-slider::after{
    right: 0;
  }
  .testimonial-content{
    padding: 44px 38px !important;
  }
  .testimonial-image{
    margin-top: 20px;
  }
  .home-contact-section .custom-container{
    flex-direction: column;
  }
  .contact-left {
    width: 100%;
}
.contact-left h2{
  font-size: 29px;
}
.contact-right{
  width: 100%;
  margin-top: 10px;
}
.home-contact-section{
  padding: 0px 30px;
}
.footer .custom-container{
  padding: 0px 20px;
}
.rights{
  text-align: left;
}
.footer {
  padding-bottom: 0px;
}


 }

 @media only screen and (min-width:768px) and (max-width:1200px){
  .innerpage-header img{
    height: 230px;
  }
  .abut{
    margin-bottom: 30px;
  }
  .abut img{
    width: 100%;
    object-fit: cover;
    height: 345px;
  }

  .popular-title h6{
    font-size: 13px;
  }
  .shop-product-detail-container {
    flex-direction: column;
  }
  .search-container{
    display: none;
  }
  .enquiry-btn{
    display: none;
  }
  .main-menu{
    right: 0px;
    top: 0%;
    left: 0px;
    justify-content: flex-end;
  }
  .header-log img{
    width:100px;
  }
  
  .header-contact{
    display: flex;
    flex-direction: column;
  }
  .social-icons{
    justify-content:unset;
  }
  .f-nav .header-wrapper{
    top: 0px;
  }
  .banner-item img{
    height: 50vh;
    width: 100%;
    object-fit: cover;
  }
  .banner-caption{
    top: 120px;
    left: 16px;
  }
  .bann-head p{
    font-size: 18px;
  }
  .bann-head h3{
    font-size: 30px;
  }
 
  .products-one, 
  .products-two{
    margin-bottom: 10px;
  }
  .cate-bannercontent{
    left: 28px;
  }

  .popular-pro{
    margin-bottom: 15px;
  }
  .contact-banner-cont h3{
    font-size: 21px
  }
  .contact-banner-cont p{
font-size: 13px;
  }
  .brand-slider::before{
    left: 0;
  }
  .brand-slider::after{
    right: 0;
  }
  .testimonial-content{
    padding: 44px 38px !important;
  }
  .testimonial-image{
    margin-top: 20px;
  }
  .home-contact-section .custom-container{
    flex-direction: column;
  }
  .contact-left {
    width: 100%;
}
.contact-left h2{
  font-size: 29px;
}
.contact-right{
  width: 100%;
  margin-top: 10px;
}
.home-contact-section{
  padding: 0px 30px;
}
.footer .custom-container{
  padding: 0px 20px;
}
.rights{
  text-align: left;
}
.footer {
  padding-bottom: 0px;
}

 }
 
 
 
 /*custom styles*/

 .contact-page-wrapper {
    padding: 100px 0px 100px;
}
 .contact-page-wrapper .title-section {
    text-align: center;
}
.contact-page-wrapper .title-section h1 {
    font-size: 45px;
    margin: 0;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #784820;
    background: linear-gradient(270deg, #f8a12e, #be2a1d 50.07%, #45216c 98.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.contact-page-wrapper .contact-us-container {
    padding: 50px 30px 30px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 9px 0px #0000001a;
}
 .contact-page-wrapper .contact-us-container .contact-item {
    display: flex;
    gap: 35px;
    margin-bottom: 15px;
}
.contact-page-wrapper .contact-us-container .contact-item i {
    color: #967b51;
    font-size: 17px;
    border-radius: 9px;
    padding: 10px 13px;
    box-shadow: 0px 0px 5px 0px #00000040;
    width: 40px;
    height: 40px;
    background: linear-gradient(270deg, #f8a12e, #be2a1d 50.07%, #45216c 98.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
 .contact-page-wrapper .contact-us-container .contact-item .contact-item-text span {
    font-weight: 600;
    color: #0000008a;
    position: relative;
    z-index: 2;
    font-size: 20px;
    margin-top: 15px;
  text-transform: capitalize;
}
 .contact-page-wrapper .contact-us-container .contact-item .contact-item-text h6 {
    color: #000000a3;
    padding-top: 7px;
    font-size: 17px;
}
 .contact-page-wrapper .map iframe {
    border-radius: 30px;
    filter: grayscale(1);
}
 .contact-page-wrapper .contact-us-container .contact-item .contact-item-text a:hover {
    text-decoration: none !important;
}
 .contact-page-wrapper .contact-item .contact-item-text span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 0%;
    height: 2px;
    background-color: #00000063;
    transition: width 0.3s ease, opacity 0.3s ease;
    opacity: 1;
}
 .contact-page-wrapper .contact-item .contact-item-text span:hover::after {
    width: 100%;
    opacity: 1;
}
 
 .contact-section-form-wrap input[type=text], .contact-section-form-wrap input[type=email] {
    width: 100%;
    background: none;
    border: 1px solid #e7cb8e;
    height: 42px;
    border-radius: 10px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #fff;
    margin-bottom: 15px;
}
.contact-section-form-wrap textarea {
    width: 100%;
    background: none;
    border: 1px solid #e7cb8e;
    border-radius: 10px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #fff;
    margin-bottom: 15px;
    height:auto;
}
 .contact-section-form-wrap input[type=submit] {
    width: fit-content;
    background: none;
    border: 1px solid #ffffff;
    height: 42px;
    border-radius: 10px;
    outline: none;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #e7cb8e;
    margin-bottom: 15px;
    color: #000000 !important;
    padding: 0px 50px;
}
 .contact-section-form-wrap input[type=submit]:hover {
    border: 1px solid #e7cb8e;
    background-color: #fff;
}
.contact-section-form-wrap h2{
    margin-bottom:30px;
}
.menu-quick-links-container ul li {
    padding-bottom: 7px;
}
.address a{
   color:#000;
}
 .address a:hover{
   text-decoration: none;
}

 /*our shops css starts*/
 .our-shop-section-wrapper{
     padding:100px 0px;
 }
.our-shop-section-wrapper .shop-locations {
   display: flex;
    gap: 30px;
    padding: 22px;
    border-radius: 30px;
    box-shadow: 0px 0px 7px 0px #0000001f;
    margin-bottom: 30px;
 }
 .our-shop-section-wrapper .shop-locations .shop-image img{
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 30px;
 }
 .our-shop-section-wrapper .shop-locations .shop-details h2 {
    font-size: 17px;
}
 
 .our-shop-section-wrapper .shop-locations .shop-details p,
 .our-shop-section-wrapper .shop-locations .shop-details a{
     font-size: 15px;
 }
.our-shop-section-wrapper .shop-locations .shop-details .common-button {
    color: #000;
    padding: 10px;
    background: #e7cb8e;
    border-radius: 9px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
}
 .our-shop-section-wrapper .shop-locations .shop-details .common-button i {
    transform: rotate(-30deg);
    margin-left: 5px;
    transition: transform 0.6s ease-in-out;
}
 .our-shop-section-wrapper .shop-locations .shop-details .common-button:hover i {
    transform: rotate(0deg);
    margin-left: 5px;
}

/*our projects css starts*/

.our-projects-section-starts{
     padding:100px 0px;
}
.our-projects-section-starts a{
    transition: all 0.3s ease;
}
.our-projects-section-starts a:hover{
    text-decoration:none;
}
.our-projects-section-starts .projects-sec-starts .image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 30px; 
    padding: 15px;
     transition: all 0.3s ease;
}
.our-projects-section-starts .projects-sec-starts .content h2 {
    font-size: 20px;
    color: #a95f28;
    font-family: poppins !important;
    text-transform: capitalize;
    font-weight: 600;
}
.our-projects-section-starts .projects-sec-starts .content {
    display: flex;
    padding: 0px 20px 10px;
    justify-content: space-between;
    align-items: center;
}

.our-projects-section-starts .projects-sec-starts {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 30px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}
.our-projects-section-starts .projects-sec-starts .content i{
    background-color: #7d4d25;
    padding: 13px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 15px;
}

.our-projects-section-starts .projects-sec-starts .content i {
    transform: rotate(-30deg);
    margin-left: 5px;
    transition: all 0.3s ease;
}

.our-projects-section-starts a:hover i {
    transform: rotate(0deg)!important;
    margin-left: 5px!important;
    background-color: #a95f28 !important;
}
.our-projects-section-starts a:hover h2 {
    color: #a95f28 !important;
}
.our-projects-section-starts a:hover .projects-sec-starts{
    transform: scaleX(1.01);  
    transition: all 0.3s ease;
}
.single-our-projects-section-starts{
     padding: 100px 0px;
}
.single-our-shop-section-wrapper{
      padding: 100px 0px;
}


/*about us css starts*/

.about-us-wrapper-section{
    padding:100px 0px;
}
.about-us-wrapper-section .content h2{
    font-size: 19px;
    text-transform: uppercase;
    color: #784820;
}
.about-us-wrapper-section .content h1 {
    font-size: 30px;
    text-transform: capitalize;
    color: #784820;
    background: linear-gradient(270deg, #f8a12e, #be2a1d 50.07%, #45216c 98.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
   position: relative;
}
.about-us-wrapper-section .content h1:after{
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 100px;
    height: 1px;
    background: linear-gradient(90deg, rgb(167 92 37) 50%, rgb(228 218 204 / 0%) 100%);
}

.about-us-wrapper-section .content p{
    text-align: left;
}
.about-us-wrapper-section .image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.about-bottom-section{
    padding:0px 0px 100px;
}
.about-bottom-section .counter-section h1 {
   font-size: 30px;
    text-align: center;
    color: #84562c;
    font-weight: 700;
}
.about-bottom-section .counter-section h2{
   font-size: 25px; 
    text-align: center;
}
.about-bottom-section .counter-section {
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0px 0px 31px 0px #0606062e;
    background-color: #e7cb8e;
}
.about-brand-bottom-scroll{
    padding:0px 0px 100px;
}
.about-brand-bottom-scroll img{
    width: 215px;
    height: 110px;
    object-fit: contain;
    background-color: #e9e9e9;
    padding: 20px;
    border-radius: 20px;
}
.about-brand-bottom-scroll .slick-dots {
    bottom: -60px;
}
.slick-dots li button:before {
    content: '\f28d' !important;
    font-family: "Font Awesome 6 Free" !important;
    /* font-family: 'slick'; */
    font-size: 17px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    /* content: '•'; */
    text-align: center;
    opacity: .95;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #e7cb8e;
}
.about-brand-bottom-scroll h1 {
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center; 
    color: #72421b;
}

.about-brand-bottom-scroll h1 span{
   font-size: 40px;
    text-transform: capitalize;
    color: #784820;
    background: linear-gradient(270deg, #f8a12e, #be2a1d 50.07%, #45216c 98.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

/*our divisions css starts*/
.our-divisions-section-wrapper{
    padding: 100px 0px;
}
.our-divisions-section-wrapper .division-image-sec .content h1{
    font-size: 22px;
    margin: 0;
    text-transform: capitalize;
    color: #784820;
    background: linear-gradient(270deg, #f8a12e, #a95f28 50.07%, #794820 98.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    text-align:left;
    margin-top: 12px;
}
.our-divisions-section-wrapper .division-image-sec .content p{
    font-size: 14px;
}
.our-divisions-section-wrapper .division-image-sec .image img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 30px;
}
.our-divisions-section-wrapper .division-image-sec {
    padding: 12px;
    box-shadow: 0px 0px 5px 0px #0000004f;
    border-radius: 30px;
    margin-bottom:20px;
   
}

.our-divisions-section-wrapper .division-image-sec .content{
    padding: 10px;
}
.our-divisions-section-wrapper .division-image-sec .division-enq-btn {
   color: #7d4e25;
    padding: 10px 15px;
    background: #e7cb8e;
    border-radius: 9px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
}
.our-divisions-section-wrapper .division-image-sec .division-enq-btn i {
    transform: rotate(-30deg);
    margin-left: 5px;
    transition: transform 0.6s ease-in-out;
}
.our-divisions-section-wrapper .division-image-sec .division-enq-btn:hover i {
    transform: rotate(0deg);
    margin-left: 5px;
}
.our-divisions-section-wrapper .main-title {
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center; 
    color: #72421b;
}

.our-divisions-section-wrapper .main-title span{
   font-size: 40px;
    text-transform: capitalize;
    color: #784820;
    background: linear-gradient(270deg, #f8a12e, #be2a1d 50.07%, #45216c 98.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
h1.main-title {
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center; 
    color: #72421b;
   
}

h1.main-title span{
   font-size: 40px;
    text-transform: capitalize;
    color: #784820;
    background: linear-gradient(270deg, #f8a12e, #be2a1d 50.07%, #45216c 98.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
     position: relative;
}
h1.main-title span:after{
      position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 200px;
    height: 1px;
    background: linear-gradient(90deg, rgb(167 92 37) 50%, rgb(228 218 204 / 0%) 100%);
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

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

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

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


/*single division css starts*/

.single-our-divisions-section-wrapper{
    padding:100px 0px;
}
.single-our-divisions-section-wrapper .division-image-sec img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin: auto;
    display: block;
    padding: 7px;
    border-radius: 30px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 3px 0px #afafaf36;
}
.single-our-divisions-section-wrapper .content {
    text-align: center;
}
.single-our-divisions-section-wrapper .content h1{
    font-size: 22px;
    margin: 0;
    text-transform: capitalize;
    color: #784820;
    background: linear-gradient(270deg, #f8a12e, #a95f28 50.07%, #794820 98.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}
.single-our-divisions-section-wrapper .division-enq-btn {
    color: #7d4e25;
    padding: 10px;
    background: #e7cb8e;
    border-radius: 9px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}
.single-our-divisions-section-wrapper .division-enq-btn i {
    transform: rotate(-30deg);
    margin-left: 5px;
    transition: transform 0.6s ease-in-out;
}
.single-our-divisions-section-wrapper .division-enq-btn:hover i {
    transform: rotate(0deg);
    margin-left: 5px;
}
.single-our-divisions-section-wrapper .division-image-sec{
    padding: 9px;
   
    border-radius: 20px;
    padding-bottom: 20px;
    height:100%;
}
.single-our-divisions-section-wrapper .col-lg-3{
    padding: 8px!important;
}


/*single sub division css starts*/
.single-sub-divisions-section-wrapper{
    padding: 100px 0px 50px;
}
.single-sub-divisions-section-wrapper .division-enq-btn {
   color: #7d4e25;
    padding: 10px 20px;
    background: #e7cb8e;
    border-radius: 9px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}
.single-sub-divisions-section-wrapper .division-enq-btn i {
    transform: rotate(-30deg);
    margin-left: 5px;
    transition: transform 0.6s ease-in-out;
}
.single-sub-divisions-section-wrapper .division-enq-btn:hover i {
    transform: rotate(0deg);
    margin-left: 5px;
}
.single-sub-divisions-section-wrapper .content h1{
    font-size: 35px;
    color: #72421b;
}
.single-sub-divisions-section-wrapper .image img{
    width: 100%;
    box-shadow: 0px 0px 6px 0px #00000014; 
    border-radius: 30px;
    margin: auto;
    display: block;
    height:auto;
}
.single-sub-divisions-section-wrapper ul {
    list-style: none;
    padding-left: 0px;
}


.single-sub-divisions-section-wrapper ul li::before {
    content: "\f00c"; /* Font Awesome checkmark */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #805128; 
    margin-right: 10px; /* Creates a gap */
}



.our-sub-divisions-section-wrapper{
    padding:100px 0px;
}
.our-sub-divisions-section-wrapper .subdivision-image-sec {
    padding: 9px;
    box-shadow: 0px 0px 2px 0px #0000004f;
    border-radius: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.our-sub-divisions-section-wrapper .content h1 {
    font-size: 22px;
    margin: 0;
    text-transform: capitalize;
    color: #784820;
    background: linear-gradient(270deg, #f8a12e, #a95f28 50.07%, #794820 98.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    text-align: center;
}
.our-sub-divisions-section-wrapper .subdivision-image-sec img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin: auto;
    display: block;
    padding: 7px;
    border-radius: 30px;
    margin-bottom: 10px; 
}
.our-sub-divisions-section-wrapper .division-enq-btn {
    color: #7d4e25;
    padding: 10px 20px;
    background: #e7cb8e;
    border-radius: 9px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
} 
.our-sub-divisions-section-wrapper .division-enq-btn i {
    transform: rotate(-30deg);
    margin-left: 5px;
    transition: transform 0.6s ease-in-out;
}
.our-sub-divisions-section-wrapper .division-enq-btn:hover i {
    transform: rotate(0deg);
    margin-left: 5px;
}
.our-sub-divisions-section-wrapper .content {
    text-align: center;
}
.single-page-products-listing{
    padding:50px 0px 30px!important; 
}
.single-divisions-wrap{
     padding:50px 0px 100px!important; 
}
.home-banner-wrap .slick-dots {
    bottom: 25px;
}
.home-banner-wrap .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0c0c0c;
}
.home-banner-wrap.slick-dotted {
    margin-bottom: 0px!important; 
}
/*major divisions scrolls css*/

.major-divisions-section {
    padding: 40px 0px 40px;
    background-color: #f1f1f157;
}
.major-divisions-section .major-divisions .image img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.major-divisions-section .major-divisions .content h1 {
    font-size: 18px;
    text-transform: capitalize;
    color: #784820;
    background: linear-gradient(270deg, #f8a12e, #be2a1d 50.07%, #45216c 98.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.major-divisions-section .major-divisions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
   background-color: #ffffff;
    padding: 9px;
    border-radius: 10px;
    min-height: 80px;
    box-shadow: 0px 0px 7px 2px #46464617;
    margin: 10px 0px;
}

.subpro-item {
    position: relative;
    text-align: center;
    font-size: 20px;
    overflow: hidden;
    border-radius:10px;
    margin-bottom:25px;
}

.subpro-item a {
    color: #fff;
    display: block;
    position: relative;
    z-index: 0;
    text-decoration: none;
    padding: 10px;
    font-size:17px !important;
}
.subpro-item a:hover{
    color:#000 !important;
    text-decoration:none;
}
.subpro-item .liquid {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 200px;
    background: #e7cb8e;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.7);
    z-index: -1;
    transition: 0.6s;
    
}
.subpro-item .liquid::after,
.subpro-item .liquid::before {
    position: absolute;
    content: "";
    width: 200%;
    height: 200%;
    top: 0;
    left: 0;
    transform: translate(-25%, -75%);
}

.subpro-item .liquid::after {
    border-radius: 45%;
    background: rgb(158 118 71);
    box-shadow: 0 0 10px 5px #e7cb8e, inset 0 0 5px #e7cb8e;
    animation: animate 15s linear infinite;
    opacity: 0.8;
}
.subpro-item .liquid::before {
    border-radius: 40%;
    box-shadow: 0 0 10px rgba(26, 26, 26, 0.5), inset 0 0 5px rgba(26, 26, 26, 0.5);
    background: rgb(169 95 40);
    animation: animate 15s linear infinite;
}

@keyframes animate {
    0% {
        transform: translate(-25%, -75%) rotate(0);
    }
    100% {
        transform: translate(-25%, -75%) rotate(360deg);
    }
}

.subpro-item:hover .liquid {
    top: -120px;
}

.subpro-item:hover {
    box-shadow: 0 0 5px #F03641, inset 0 0 5px #F03641;
}

@media only screen and (min-width:1800px) and (max-width:3000px){
    .banner-item img {
    height: 80vh;
}
}

.form-section input[type=text], .form-section input[type=email] {
    width: 100%;
    background: none;
    outline: none;
    padding-left: 15px;
    transition-duration: 0.3s;
    color: #fff;
    border-radius: 8px;
    height: 52px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid #ffffff;
}
.form-section textarea {
    width: 100%;
    background: none;
    outline: none;
    padding-left: 15px;
    transition-duration: 0.3s;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid #ffffff;
    height: 100px;
}
.form-section .wpcf7-submit {
    width: fit-content;
    padding: 0 50px;
    margin: 0px 0px 0px 0px;
    height: 42px;
    border-radius: 5px;
    background: #e1c382;
    border: none;
    outline: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    float: right;
    transition: all 0.2s ease;
}
.form-section .wpcf7-submit:hover {
    background: #ffffff;
    color: #e1c382;
}

.form-section input::placeholder {
    color: #fff!Important;
}
.form-section textarea::placeholder{
     color: #fff!Important;
}
.home-contact-section .custom-container {
    padding: 40px;
    background-color: #7f5027;
    border-radius: 30px;
}
.home-contact-section .enquiry-section h1 {
    font-size: 30px;
    text-transform: capitalize;
    color: #784820;
   background: linear-gradient(270deg, #ffffff, #ffffff 50.07%, #ffd67b 98.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    position: relative;
}
.home-contact-section .enquiry-section h1:after {
    position: absolute; 
    bottom: 0px;
    left: 0;
    content: "";
    width: 100px;
    height: 1px;
   background: linear-gradient(90deg, rgb(255 255 255) 50%, rgb(228 218 204 / 0%) 100%);
}
.home-contact-section .enquiry-section p {
    color: #fff; 
}
.home-products-wrapper .subdivision-image-sec img {
    width: 160px;
    height: 160px;
    border-radius: 30px;
    object-fit: cover;
}
.home-products-wrapper h1.main-title {
    text-align: left;
}
.home-products-wrapper.our-sub-divisions-section-wrapper .content h1 {
    font-size: 16px;
}
.home-products-wrapper.our-sub-divisions-section-wrapper {
    padding: 25px 0px 30px;
}
.home-products-wrapper.our-sub-divisions-section-wrapper  .custom-container{
    padding: 80px;
    background-color: #ffe2a31a;
    border-radius: 28px;
}
.home-brands-slider-sections{
    padding: 50px 0px;
}
.home-middle-enq-section-wrapper{
     padding: 50px 0px;
}
.contact-enq-sec.call-us-div {
    padding: 45px;
    background-color: #e7cb8e69;
    border-radius: 35px;
}
.contact-enq-sec.whatsap-div {
    padding: 45px;
    background-color: #c8d57b5c;
    border-radius: 35px;
}
.contact-enq-sec.enquiry-div {
    padding: 45px;
    background-color: #e7cb8e69;
    border-radius: 35px;
}
.contact-enq-sec h1 {
    font-size: 26px;
    text-transform: capitalize;
    color: #784820;
    background: linear-gradient(270deg, #f8a12e, #be2a1d 50.07%, #45216c 98.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    position: relative;
}
.contact-enq-sec {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    box-shadow: 0px 2px 4px 0px #00000024;
}
.contact-enq-sec i {
    font-size: 40px;
    font-weight: 600;
    color:#a95d27b3;
}
.contact-enq-sec a{
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.contact-enq-sec a:hover{
    text-decoration: none;
}
html {
  scroll-behavior: smooth;
}


@media only screen and (max-width:767px){
    .header-contact {
       flex-direction: row;
        justify-content: center;
    }
    .social-icons {
        justify-content: center;
    }
    .header-contact a {
        font-size: 10px;
    }
    .f-nav .header-wrapper .header-logo img {
        height: 80px;
    }
    .language-switcher {
        position: absolute;
        text-align: center;
        display: contents;
    }
    .f-nav .header-wrapper .header-logo img {
        width: 100px;
        object-fit: contain;
    }
    .f-nav .header-wrapper {
        height: 85px;
        transition: all ease .5s;
        background-color: #e7cb8eb0;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
        width: 25px;
    }
    .bann-head a {
        background: #ffffffcf!important;
        color: #000!important;
    }
    h1.main-title span {
        font-size: 28px;
    }
    .contact-page-wrapper .map iframe {
        border-radius: 30px;
        filter: grayscale(1);
        height: 300px;
        margin-bottom: 30px;
    }
    .contact-page-wrapper .contact-us-container .contact-item {
        gap: 13px;
    }
     .our-shop-section-wrapper .shop-locations {
        flex-direction: column; 
    }
    .our-shop-section-wrapper .shop-locations .shop-image img {
        width: 100%;
    }
    .brand-img-inner {
        padding: 6px;
        margin-top: 10px;
    }
    .brand-img-inner img {
        width: 100%;
        height: 100px;
        padding: 10px;
    }
    .our-sub-divisions-section-wrapper .subdivision-image-sec img {
        width: 100px;
        height: 100px;
    }
    .our-sub-divisions-section-wrapper .content h1 {
        font-size: 17px;
    }
    .single-sub-divisions-section-wrapper .image img {
        height: 300px;
        margin-bottom: 30px;
    }
    .about-brand-bottom-scroll h1 span {
        font-size: 30px;
    }
    .about-bottom-section .counter-section {
        margin-bottom: 20px;
    }
    .about-us-wrapper-section {
        padding: 50px 0px;
    }
    .about-brand-bottom-scroll img {
        width: 100%;
    }
    .about-bottom-section {
        padding: 0px 0px 50px;
    }
    .home-products-wrapper.our-sub-divisions-section-wrapper .custom-container {
        padding: 30px 30px;
        background-color: #ffe2a314;
        border-radius: 28px;
    }
    .contact-enq-sec.call-us-div {
        padding: 25px;
    }
    .contact-enq-sec {
        margin-bottom: 20px;
    }
    .contact-enq-sec.whatsap-div {
        padding: 25px;
    }
    .contact-enq-sec.enquiry-div {
        padding: 25px;
    }
    .home-brands-slider-sections {
        padding: 20px 0px;
    }
    .home-middle-enq-section-wrapper {
        padding: 50px 0px 25px;
    }
    .home-products-wrapper.our-sub-divisions-section-wrapper {
        padding: 20px 0px 30px;
    }
    .count-section {
        padding: 25px;
        margin-bottom: 15px;
    }
    .counter-section-starts {
        padding: 50px 0px 0px;
    }
    .testimonial-section-starts .testimonial-section {
        flex-direction: column;
    }
    .testimonial-section-starts .testimonial-section .image img {
        width: 100%;
    }
     .testimonial-section-starts .testimonial-section .content {
        padding: 15px;
    }
    .error404 .common-page-contents {
        padding: 150px 0px 100px;
    }

}





/* 404 page starts */

.error404 .common-page-contents{
   padding: 150px 0px;
}
.errorcontents img{
    width: 100%;
    height: 300px;
    object-fit: contain;
}
.errorpage .errorcontents{
    text-align: center;
}
.errorpage .error-details{
    margin-top: 70px;
}
.errorpage .error-details h1 {
    font-size: 45px;
    text-transform: capitalize;
    line-height: 1.1;
    font-weight: 600;
}
.errorpage .error-details p{
    font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000000;
}





/*custom styles*/
 .our-divisions-section-wrapper .division-image-sec {
        margin-top: 10px;
    }
.whatsapp-iconbtn {
    width: 50px;
    height: 50px;
   background: #17a76b!important;
    color: #ffffff;
    position: fixed;
    right: 20px;
    bottom: 160px;
    z-index: 1050;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    line-height: 50px;
    animation: flipAnimation 5s infinite;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
    animation: flip 3s infinite;
}
.call-iconbtn {
    width: 50px;
    height: 50px;
    background: #76471f!important;
    color: #ffffff;
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 1050;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    animation: flipAnimation 5s infinite;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
    animation: flip 3s infinite;
}
.backtotop-iconbtn{
    width: 50px;
    height: 50px;
    background: #0e5f6b!important;
    color: #ffffff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1050;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    animation: flipAnimation 5s infinite;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
   animation: floatUpDown 2s ease-in-out infinite;
}
.call-iconbtn:hover {
    color: #ffffff !important;
}
.whatsapp-iconbtn:hover  {
    color: #ffffff !important;
}
.backtotop-iconbtn:hover {
    color: #ffffff !important;
}

@keyframes flip {
  0%   { transform: rotateY(0); }
  50%  { transform: rotateY(180deg); }
  100% { transform: rotateY(360deg); }
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.copyright p {
    margin-bottom: 0px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #38a70f;
    color: #7fc473;
    text-align: center;
}
@media only screen and (max-width:767.5px){
    .major-divisions-section {
         padding: 40px 0px 15px;
    }
    .major-divisions-section .major-divisions .content h1 {
     font-size: 15px;
    }
    .counter-section-starts .count-section-customer {
    margin-top: 25px;
}
    .category-section {
         padding: 25px 0px;
    }
    .contact-right {
        padding: 5px;
    }
        .home-contact-section .custom-container {
        padding: 30px 20px;
    }
    .subcategory-list li.animated-subcat {
        font-size: 11px;
    }
        .contact-enq-sec h1 {
        font-size: 20px;
    }
    .contact-enq-sec i {
        font-size: 30px;
    }
    h1.main-title {
        margin-bottom: 40px;
    }
        .home-contact-section {
        padding: 0px 15px 0PX!important;
        margin-top: 25px;
    }
    .about-us-wrapper-section .image img {
        margin-bottom: 20px;
    }
    .footer-logo img {
        width: 100px;
        margin-bottom: 10px;
    }
      .our-divisions-section-wrapper {
        padding: 50px 0px;
    }  
        .our-divisions-section-wrapper .main-title span {
        font-size: 23px;
    }
    .our-sub-divisions-section-wrapper {
         padding: 50px 0px;
    }
    .page-id-1083 .innerpage-content-wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .our-shop-section-wrapper {
        padding: 50px 0px;
    }
      .our-projects-section-starts {
        padding: 50px 0px;
    }  
        .contact-page-wrapper {
        padding: 50px 0px 50px;
    }
    .single-our-divisions-section-wrapper {
        padding: 50px 0px;
    }
        .single-sub-divisions-section-wrapper {
        padding: 50px 0px 50px;
    }
        .single-sub-divisions-section-wrapper .content h1 {
        font-size: 30px;
    }
        .subpro-item a {
            font-size: 13px !important;
    }
    .single-page-products-listing {
        padding: 10px 0px 30px !important;
    }
   .pageheading-middle h2 {
        font-size: 16px!important;
    }
    .top-header {
        background-color: #e7cb8e1f!important;
    }
        
}


@media only screen and (min-width:767px) and (max-width:991px){
    .unique-collection h3 {
    font-size: 18px;
        }
        .unique-collection p {
            font-size: 10px;
        }
        .unique-collection a {
            left: 0px;
            margin: 10px;
            font-size: 11px;
        }
        .unique-collection {
            height: 260px;
        }
        .unique-revamp-images img {
            height: 70px;
        }
        .discount-head h2 {
            font-size: 13px;
        }
        .discount-head p {
            font-size: 10px;
        }
        .discount {
            height: 300px;
        }
        .offer-deta a {
            margin: 10px;
            font-size: 7px;
        }
        .home-products-wrapper.our-sub-divisions-section-wrapper {
            padding: 50px 0px 30px;
            margin: 10px;
        }
        .contact-enq-sec h1 {
            font-size: 22px;
        }
        .contact-enq-sec.enquiry-div {
            margin-top: 20px;
        }
        .brand-img-inner img {
            width: 170px;
        }
        .contact-right {
            padding: 0px;
        }
        
        .testimonial-section-starts .testimonial-section {
            flex-direction: column;
             padding: 25px;
        }
        .testimonial-section-starts .testimonial-section .image img {
            width: 100%;
            height: auto;
        }
        .bann-head {
                width: 500px !important;
            }
        .top-header {
                height: 70px;
            }
        .header-wrapper {
                top: 70px;
            }
         .top-header {
                background-color: #e7cb8e1f!important;
            }
        
        .custom-social-icons ul li a {
            font-size: 25px;
        }

        .about-us-wrapper-section .image img {
                margin-bottom: 20px;
            }
        
        .contact-section-form-wrap {
            margin-top: 40px;
        }

    .single-sub-divisions-section-wrapper .image img {
        margin-bottom: 35px;
    }
.counter-section-starts .count-section-customer {
    margin-top: 25px;
}

    
}

