*{
    margin: 0;
    padding: 0;
    font-family: "Poppins", serif;
}

img.logo{
    height: auto;
    width: 90px;
}
img {
    max-width: 100%;
}

.navbar-collapse ul li.nav-item {
    padding-left: 20px;
}

.navbar-collapse ul li a{
    font-family: "Poppins", serif;
    color: #fff;
    font-weight: 500;
}
div#inquiryModal button.btn {
    margin: 0 auto;
    display: block;
}

.black-color-menu .active{
    border-top: 1px solid #ab0d0a;
    border-bottom: 1px solid #ab0d0a;
}

.black-color-menu a.active{
    color: #b50009 !important;
}

.dropdown-item {
    color: #000 !important; /* Force black text color */
}

.navbar-nav .dropdown-menu {
    background-color: #ffffff;
    border-radius: 0;
    border-bottom: 3px solid #ab0d0a;
    right: unset;
    left: 0;
    width: 230px;
}

.navbar-nav .dropdown-menu ul li a{
    color: #fff;
}
.contact-main-form input {
    height: 50px;
    border-radius: 0px;
}
.dropdown-item:hover {
    color: #555 !important; /* Optional: Add a hover color for better interaction */
}

.nav-link:focus, .nav-link:hover{
    color: #fff;
}

.black-color-menu .nav-link:focus, .black-color-menu .nav-link:hover{
    color: #000;
}

.dropdown-item{
    color: #000;
}

.hero-item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh !important;
    min-height: 600px !important;
    animation: zoomInOut 10s infinite alternate ease-in;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.hero-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


.slider-content{
    padding: 350px 0;
    position: relative;
    z-index: 2;
}

.slider-content p{
    font-family: "Dancing Script", serif;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}

.slider-content h3{
    font-family: "Poppins", serif;
    font-size: 100px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
    margin-bottom: 30px;
    font-weight: 600;
}

.slider-content a{
    text-decoration: none;
    color: #fff;
    font-family: "Poppins", serif;
    padding-top: 30px;
}

/* custom pagination */
.custom-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    margin: 5px;
    cursor: pointer;
    background-color: #f9f9f9;
    transition: background-color 0.3s ease;
}

.custom-pagination i {
    font-size: 20px;
    color: #333;
}

.custom-pagination span {
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Poppins", serif;
}

.custom-pagination:hover {
    background-color: #ddd;
}

.hero-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    left: 0 ;
    right: 0;
    bottom: 10vh !important;
    width: 94% !important;
    margin: 0 auto;
    position: relative;
}

.hero-slider .slick-dots li {
    width: auto;
    margin: 0 15px !important;
}

.hero-slider .slick-dots li.slick-active .custom-pagination {
    background-color: #303030;
}

.hero-slider .slick-dots li.slick-active .custom-pagination span,
.hero-slider .slick-dots li.slick-active .custom-pagination i{
    color: #fff;
}

.hero-slider .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.navbar-toggler{
    color: #b50009;
    background-color: transparent;
  	box-shadow: none !important;
    outline: none !important;
    border: none !important;
}
.navbar-toggler span {
    font-size: 32px;
}

/* Welcome section start */

.welcome-section{
    padding: 50px 0 80px 0 ;
}

.welcome-heading h3{
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 1.3;
}

.welcome-description p{
    line-height: 1.6;
    word-spacing: 2px;
    color: #303030;
    font-size: 17px;
    font-weight: 300;
}

/* Stone Section Start */

.stone-section{
    padding: 80px 0;
}

.stone-img img{
    float: right;
    max-width: 80%;
    border-radius: 100px 0 100px;
}

.stone-content{
    padding-left: 20px;
    width: 70%;
}

.category-caption{
    color:#b50009;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0;
}

.category-heading{
    font-size: 32px;
    font-weight: 600;
}
.slick-slide img {
    margin: 0 auto;
}
.category-description{
    color: #646464;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
}

a.explore-btn {
    color: #fff;
    padding: 14px 30px;
    background: #b50009;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
    border: 1px solid transparent;
  	display: inline-block;
}

a.explore-btn:hover{
    color: #b50009;
    background-color: #fff;
    border: 1px solid #b50009;
    transition: all 0.5s;
}

/* Bathware Section Start */

.bathware-section{
    padding: 40px 0 80px 0;
}

.bathware-img img{
    width: 80%;
    float: right;
}

.bathware-content{
    width: 70%;
    padding-left: 20px;
}

/* businessDetail start */

.business-detail{
    padding: 80px 0;
    background: #f8f8f8;
}

.business-box img{
    width: 60px;
}

.business-box h3.business-heading {
    color: #b50009;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    margin: 20px 0 10px 0;
}

.business-box p.business-description{
    font-size: 17px;
    color: #303030;
}

/* video section */

.video-section video {
    max-height: 90vh;
    object-fit: cover;

}

/* Gallery Section Start*/

.gallery-item {
    position: relative;
    overflow: hidden;
    margin: 6px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 400px;
    display: block;
    transition: transform 0.3s ease;
    object-fit: cover;
    object-position: center center;
}

.gallery-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    opacity: 0.8;
    z-index: 1;
}
.gallery-item:Hover::before {
    background: rgba(0, 0, 0, 0.5);
}
.gallery-content {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: white;
    z-index: 2;
    padding: 10px;
    border-radius: 5px;
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    text-align: right;
}

.gallery-content h3{
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
}

.gallery-content p{
    width: 350px;
}

.gallery-content a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
.gallery-content a i {
    color: #fff;
    font-size: 20px;
    height: 16px;
}
/* Hover effects */
.gallery-item:hover img {
    transform: scale(1.1);
}

/* .gallery-item:hover .gallery-content {
    transform: translateY(-5px);
} */



/* Tiles Section Start */
.tiles-section{
    padding: 60px 0
}

.tiles-image img {
    width: 80%;
    border-radius: 0 100px 0 100px;
}

.tiles-content{
    width: 70%;
}

.tiles-content p.tiles-caption{
    font-family: "Dancing Script", serif;
    font-size: 30px;
}

.tiles-content h3.tiles-heading{
    font-family: "Poppins", serif;
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
}

.tiles-content p.tiles-description{
    color: #303030;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
}

/* What We offer  start */
.what-we-offer{
    padding: 80px 0;
}

.offer-content{
    padding-left: 20px;
}

.offer-content p.offer-caption{
    color:#b50009;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.offer-content h3.offer-heading {
    font-weight: 600;
    font-size: 32px;
    word-spacing: 3px;
    margin: 10px 0 25px 0;
    line-height: 1.3;
}
.dropdown-item {
    padding: 0.5rem 1rem;
}


.offer-content hr{
    width: 15%;
    color: #b50009;
    opacity: 0.80;
}

.offer-content p.offer-description{
    color: #303030;
    font-size: 17px;
    font-weight: 300;
    margin-top: 20px;
}

.offer-content a{
    color: #b50009;
    font-size: 18px;
}

.collection-bg{
    background-image: url('../image/what-we-offer-img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 500px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

/* application-section start*/
.application-section{
    padding: 80px 0;
    background-color: #f8f8f8;
}

.application-caption{
    color:#b50009;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.ari-prod-image img {
    border-radius: 12px;
}

.application-heading{
    font-size: 32px;
    font-weight: 600;
}
.apllication-description{
    width: 750px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 17px;
    color: #303030;
}

.icon-box img{
    padding: 10px;
}

.icon-box h4{
    margin-top: 10px;
    font-family: "Poppins", serif;
    font-size: 20px;
    color: #303030;
    font-weight: 500;
    text-transform: capitalize;
}

.slick-dots li button:before {
    color: black;
    font-size: 25px !important;
}

.slider .slick-dots{
    bottom: -50px;
}

/* Optional: Change the color of the active dot */
.slick-dots li.slick-active button:before {
    color: black;
    font-size: 35px;
}
/* Work together section start */

.work-together{
    padding: 80px 0;
    background-color: #b50009;
}

.workheading h3{
    font-family: "Poppins", serif;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

.workheading p{
    font-size: 17px;
    color: #fff;
}

.work-form input {
    width: 100%;
    border: none;
    border-radius: 30px;
    padding: 12px 20px;
}

.work-form input:focus{
    border: none;
    outline: none;
}

.work-form button {
    background-color: #000;
    color: #fff;
    padding: 10px 40px;
    margin-left: 0px;
    border: 1px solid transparent;
    border-radius: 40px;
    transition: all 0.3s;
}
.work-form button:hover {
    border: 1px solid #670005;
    color: #fff;
    background-color: #670005;
}


/* Footer Section Start */
.footer {
    padding: 80px 0 0 0;
    background-color: #dfdfdf;
    background-image: url(..//image/footer-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.footer-logo-section img {
    width: 190px;
    max-width: 100%;
}

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

.contact-detail i{
    color: #122e46;
}

.contact-detail span{
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    padding-left: 6px;
}

.contact-detail span a{
    text-decoration: none;
    color: #122e46;
}

footer h3{
    color: #ab0d0a;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-collection ul{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 25px;
}

.footer-collection ul li{
    padding-bottom: 6px;
}

.footer-collection ul li a {
    color: #212529;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
}

.location{
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-email,.contact-phone{
    display: flex;
    align-items: center;
    gap: 2px;
}

.location span a, .contact span a {
    font-size: 16px;
    color: #212529;
    font-weight: 400;
}

.contact i{
    color: #122e46;
}

.social-touch ul{
    margin: 0;
    margin-top: 20px;
    padding: 0;
    list-style: none;
    display: flex;
}

.social-touch ul li{
    padding-left: 20px;
}

.social-touch ul li:first-child{
    padding-left: 0;
}

.social-touch ul li a{
    color: #122e46;
    font-size: 25px;
}

.footer hr{
    color: #acaaaa;
    margin-top: 30px;
}

.copyright p,
.developer p{
    color: #122e46;
    font-size: 14px;
    font-weight: 500;
}
.who-we-are-img video {
    float: right;
    width: 80%;
}
.developer{
    text-align: end;
}

.developer a{
    color: #b50009;
    text-decoration: none;
    font-weight: 600;
}

.for-tab{
    display: none;
}

/*####################
    About Us Page
###################### */

.black-color-menu ul li a {
    color: #fff;
    font-weight: 500;
    font-family: "Poppins", serif;
    padding: 8px 20px;
}

.black-color-menu ul li a:hover{
    color: #000;
}

.dropdown-item:hover{
    color: none;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: transparent;
}

.about-hero-section{
    padding: 250px 0 150px 0;
    background-image: url('../image/about-us-hero-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-hero-content h4{
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
}

/* Who We are Section Start */
.who-we-are{
    padding: 80px 0;
}

.our-vision{
    padding: 40px 0 40px 0;
}

.value-section{
    padding: 40px 0 80px 0;
}

.value-img{
    float: right;
}

.value-img img {
    width: 100%;
    border-radius: 100px 0 100px 0;
}

.who-we-are-img img{
    width: 75%;
    float: right;
    height: 100%;
}

.our-vision-image img {
    width: 70%;
    border-radius: 100px 0 100px;
}

.who-we-are-content h3,
.our-vision-content h3{
    font-family: "Poppins", serif;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.who-we-are-content hr.divider,
.our-vision-content hr.divider{
    width: 20%;
    margin-top: 8px;
    opacity: 2;
    color: #b50009;
}

.who-we-are-content p {
    font-size: 16px;
    color: #303030;
    line-height: 1.6;
}

.vision-description div{
    display: flex;

}

.vision-description div i{
    color: #b50009;
    margin-top: 6px;
    margin-right: 10px;
}

.vision-description div p{
    font-size: 17px;
    color: #303030;
    line-height: 1.6;
}

.production-facility{
    padding: 80px 0 0 0;
    background-image: url('../image/product-hero-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-row{
    padding-bottom: 60px;
}

.production-heading h3{
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500;
}

.production-detail p{
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
}

.production-sub-1{
    background: #b50009;
    padding: 30px 0;
}

.production-sub-1-content{
    padding-left: 300px;
    padding-right: 30px;
}

.production-sub-1-content h4{
    color: #efefef;
    font-size: 23px;
    margin-bottom: 25px;
    font-weight: 400;
}

.production-detail-sub-1{
    margin-top: 20px;
}

.production-detail-sub-1 div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.production-detail-sub-1 div i{
    color: #fff;
    margin-right: 10px;
}

.production-detail-sub-1 p{
    margin-bottom: 5px;
    color: #fff;
}

.production-sub-2{
    background-color: #082E46;
}

.production-sub-2-content{
    padding: 30px 0 30px 20px;
}

.production-sub-2-content h4{
    color: #efefef;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 25px;
}

/*#################
    Contact Us
###################*/

.contact-hero{
    padding: 250px 0 150px 0;
    background-image: url('../image/contact-hero-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-hero .container{
    z-index: 2;
    position: relative;
}

.contact-hero-heading h3{
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
}

.form-control:focus{
    box-shadow: none;
    border-color: #dee2e6;
}

textarea{
    resize: none;
}

.contact-details{
    padding: 80px 0;
    background-color: #f8f8f8;
}

.head-content{
    padding-left: 120px;
    padding-right: 15px;
}

.head-content h6{
    font-family: "Poppins", serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.head-content span,
.head-content i{
    background-color: #fff;
    padding:  15px;
    border-radius: 50%;
}

.head-content p{
    text-decoration: none;
    color: #303030;
    font-size: 17px;
}

.head-content a{
    text-decoration: none;
    color: #303030;
    font-size: 17px;
}

.contact-form .btn-primary{
    background-color: #b50009;
    border: none;
    padding: 10px 30px;
    color: #fff;
    margin: 0 auto;
    display: block;
}

.contact-form {
    margin: 0 60px;
}

.form-heading h3 {
    font-weight: 300;
    font-size: 24px;
    font-family: "Poppins", serif;
    text-align: center;
}

.head-company h4{
    font-family: "Poppins", serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.head-company hr{
    opacity: 1;
    color: #b50009;
}

/* ####################
###### Export Page ######
#######################*/

.export-hero-section{
    padding: 250px 0 150px 0;
    background-image: url('../image/export-hero-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.hero-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.export-hero-section .container{
    position: relative;
    z-index: 2;
}

.export-heading h4{
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
}

.exporter-section{
    padding: 80px 0;
    background: #f8f8f8;
}

.exporter-content h3{
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.exporter-content p {
    font-size: 16px;
    color: #303030;
    line-height: 1.6;
}

.exporter-img img {
    width: 80%;
    border-radius: 0 100px 0 100px;
    box-shadow: 0 0 5px;
}

.dealing-section{
    padding: 80px 0;
    background-color: #f8f8f8;
}

.dealing-box {
    text-align: center;
}

.dealing-box img{
    width: 40%;
}

.dealing-box h3{
    width:400px;
    text-align: center;
    margin-top: 20px;
    font-size: 25px;
    color: #000;
    font-weight: 600;
    font-family: "Poppins", serif;
}

.how-we-work{
    padding: 80px 0;
}

.how-we-work-heading p{
    color: #b50009;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.how-we-work-heading h3{
    font-family: "Poppins", serif;
    font-size: 35px;
    font-weight: 600;
}

.work-process-content img {
    padding: 10px;
    width: 60px;
}

.work-process-content p {
    margin-top: 10px;
    margin-bottom: 0;
    color: #303030;
    font-size: 16px;
}

.country-map-section{
    padding: 80px 0;
    background-color: #f8f8f8;
}

.country-content p{
    color: #b50009;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.country-content h3{
    font-family: "Poppins", serif;
    font-size: 35px;
    font-weight: 600;
    width: 900px;
}

.country-img{
    margin-top: 30px;
}

.country-img img{
    max-width: 100%;
    width: 70%;
}

.country-img p {
    margin-top: 20px;
    color: #555;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

.certificate-section{
    padding: 80px 0;
}

.certificate-heading h3{
    font-family: "Poppins", serif;
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
}

.certificate-heading p {
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
}

.show ul li a {
    color: #000;
}

.show ul li a:hover{
    color: #b50009;
}
.show ul li a.active {
    color: #b50009;
}

/* ############################
##### Catalogue Page #########
############################ */

.catalogue-hero-section{
    padding: 250px 0 150px 0;
    background-image: url('../image/catalogue-hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-item.slick-slide.slick-current.slick-active {
    z-index: 99999;
}
.catalogue-hero-section .container{
    position: relative;
    z-index: 2;
}
.catalogue-hero-content h4{
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
}

.floor-tiles-section{
    padding: 80px 0 40px 0;
}

.catalogue-heading h4{
    font-family: "Poppins", serif;
    font-weight: 200;
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.catalogue-box img{
    max-width: 100%;
    width: 100%;
}

.datalogue-download-box{
    background: #f8f8f8;
    padding: 10px 0;
}

.catalogue-box h6.catalogur-product-heading {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

span.download{
    font-size: 25px ;
    font-weight: 300;
}

.datalogue-download-box a {
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    color: #000;
}

.datalogue-download-box a i{
    margin-right: 10px;
}

.bathroom-tiles-section{
    padding: 40px 0;
}

.wall-tiles-section{
    padding: 40px 0;
}

.kitchen-tiles-section{
    padding: 40px 0 80px 0;
}

/* Quick Link Button CSS */
.quick-link-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #ab0d0a;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 1000;
}

.quick-link-content {
    position: fixed;
    bottom: 80px;
    left: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 250px;
    display: none;
    z-index: 1000;
}

.quick-link-content h5{
    margin: 0;
}

a.quick-box-link{
    text-decoration: none;
    color: #082E46;
}

.link-icon i{
    background: #082E46;
    color: #fff;
    padding: 10px;
    border-radius: 100%;
}

/* ##############################
######## Floor Tiles Page#####
############################## */

.floor-hero-section{
    padding: 250px 0 150px 0;
    background-image: url("../image/product-hero-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.floor-hero-content h4{
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
}

.product-heading-section{
    padding: 40px 0;
}

.product-heading{
    text-align: center;
    width: 800px;
    margin: 0 auto;
}

.product-heading h4{
    font-family: "Poppins", serif;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
}

.product-heading p{
    font-size: 18px;
    color: #303030;
}

.product-category{
    padding: 0 0 60px 0;
}

.product-category-detail img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.product-name{
    margin-top: 10px;
}

.product-name h4{
    font-size: 35px;
    font-family: "Poppins", serif;
    text-transform: capitalize;
}

.product-name span.badge{
    background-color: #000;
    color: #fff;
}

.product-size,.product-color{
    margin-top: 10px;
}

.product-size h5{
    font-family: "Poppins", serif;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.product-size h6{
    font-size: 17px;
    color: #555;
}

/* #################################
########## Product Page##########
################################# */

.product-hero-section{
    padding: 250px 0 150px 0;
    background-image: url("../image/product-hero-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 60px;
}

.product-hero-heading h4{
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
}

.tiles-collection{
    padding: 20px 0 20px 0;
}

.tiles-collection-heading h5{
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 0;
}

.tiles-collection-heading h4{
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "Poppins", serif;
}

.product-divider{
    color: #ab0d0a;
    width: 31%;
    opacity: 1;
    margin-top: 0;
}

.product-section{
    padding: 0 0 80px 0;
}

.product-image{
    min-height: 300px;
    border: 0px solid #b6b6b6;
    display: flex;
    align-items: center;
}

.product-image img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.product-details{
    margin-bottom: 30px;
}

.product-details h4.name{
    font-family: "Poppins", serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-top: 10px;
}

.product-details p{
    margin-bottom: 0;
    font-size: 16px;
}

.model-content h4,.model-content p{
    margin-bottom: 0;
}

.modal-footer .btn-primary{
    background-color: #b50009;
    outline: none;
    border: none;
}

.product-size{
    margin-bottom: 30px;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #a2150b;
    color: #fff !important;
}
.contact-detail {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.modeltitles span {
    font-size: 32px;
    font-weight: 600;
}
.modal-content {
    border-radius: 10px;
}
div#productModal .modal-body {
    padding: 0;
}
div#productModal .modal-header {
    padding: 6px 16px;
}
div#productModal .modal-footer {
    padding: 4px 16px;
}
div#productModal .modal-footer button {
    outline: none !important;
    box-shadow: none !important;
    height: 52px;
    width: 370px;
    max-width: 100%;
    border-radius: 0 !important;
    font-size: 22px !important;
    letter-spacing: 1px;
}
span#modalType {
    font-size: 18px;
    color: #6e6e6e;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.material-icons {
    font-size: 20px;
    color: #333;
}
.chart-img img {
    max-width: 100%;
    width: 100%;
}

a {
    text-decoration: none;
    color: #007bff;
    font-size: 16px;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover,
    .navbar-expand-lg .navbar-nav .nav-link.active {
        color: #AB0D0A;
        border-top: 1px solid #ab0d0a;
        border-bottom: 1px solid #ab0d0a;
    }
}
header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    left: 0;
}
header.fixedheader {
    background: #fff;
}
header.fixedheader .navbar-collapse ul li a {
    color: #000000;
}
.modal-header,
.modal-footer{
    border: none;
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 56%;
    }
}
.modal-footer{
    justify-content: center;
}
.product-model .modal-title{
    font-size: 24px;
}
.certificate-images img{
    width: 80%;
}
.slideimg img {
    width: 100%;
}
.slideimg {
    margin: 0 6px;
    overflow: hidden;
    border-color: #bbbbbb;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    position: relative;
}
.slideimg:hover img {
    transform: scale(1.3);
    transition: all 0.3s;
    transition-timing-function: ease-in-out;
}
.design-name {
    text-align: center;
    background: #ffffff;
    margin: 0 6px;
    padding: 10px;
    border-color: #bbbbbb;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    margin-bottom: 0px;
    border-radius: 0px 0px 20px 20px;
    margin-bottom: 1px;
}
.design-name h3 {
    font-weight: 500;
    color: #484848;
    font-size: 20px;
}
.design-name p {
    color: #888888;
    margin-bottom: 0px;
}
section#trendingproducts {
    padding: 100px 0;
}
.work-form {
    width: 100%;
}
.slid {
    position: relative;
}
.slideimg:hover .explore {
    transform: translate(-50%, -50%) scale(1.0);
    transition: all 1s;
}

.slideimg .explore {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 80px;
    width: 80px;
    background: #b50009;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-transform: uppercase;
    color: #fff;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.3s;
}
.explore a {
    color: #fff;
}
section#trendingproducts .container {
    width: 100%;
    max-width: 96%;
}
.slideimg .explore:hover {
    background-color: #ab0d0a;
}
.slid img {
    transition: all 0.5s;
}
.exp-list h4 {
    font-size: 20px;
    color: #777777;
}

.exp-list span {
    color: #7f7f7f;
    font-size: 50px;
}
.exp-list {
    width: 35%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.det-box {
    padding: 0 20px;
}
.det-box h3 {
    font-size: 22px;
    font-weight: 500;
    color: #646464;
}
.det-box img {
    width: 60%;
    margin: 20px 0;
    display: block;
}
.det-box p {
    font-size: 16px;
    color: #646464;
}
section#missionvision {
    padding: 60px 0;
}
section#catalogueHero {
    position: relative;
}
.catalogue-box {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 10px 20px;
}
.download-btn a {
    color: #ffff;
    padding: 10px 20px;
    background: #262626;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.animated-shape-big li {
    position: absolute;
    z-index: 1;
    bottom: 150px;
    right: 30px;
}
.agriculture-section{
    padding: 80px 0;
}
.agri-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.center-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -58%);
    width: 50%;
    text-align: center;
    padding: 100px 20px;
    background: rgba(0,0,0,0.9);
    z-index: 90!important;
}
.year-content h3{
    color: #fff;
    font-size: 50px;
}
.year-content h6{
    color: #fff;
    font-size: 25px;
}
.agri-content h3{
    font-size: 32px;
}
.agri-content p{
    margin-top: 20px;
    color: #333;
    line-height: 1.7;
    font-size: 17px;
}
.plant-image{
    background: #f8f8f8;
    padding: 20px;
}
.plant-image img{
    width: 100%;
}
.agri-product h5{
    font-size: 24px;
    margin-bottom: 5px;
    color: #000;
}
.agri-product p{
    color: #747474;
}
.agri-hero-section{
    padding: 250px 0 150px 0;
    background-image: url('../image/agri-hero.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.agri-hero-content h4{
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
}
.agri-detail-section{
    padding: 80px 0;
    background: #f8f8f8;
}
.detail-logo-section img {
    max-width: 100%;
    border-radius: 12px;
}
.agri-detail-content h4 {
    font-size: 28px;
    font-weight: 600;
}
.agri-detail-content h5 {
    font-size: 22px;
    font-weight: 500;
}
.agri-detail-content p {
    color: #555;
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    z-index: 5;
}
.agri-category{
    padding: 80px 0;
}
.agri-cat-heading h4{
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 600;
}
.agri-cat-box h6.agri-cat-heading {
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    margin-top: 20px;
    letter-spacing: 0.3px;
}
.agri-cat-box {
    overflow: hidden;
}
.agri-cat-box img {
    width: 100%;
    transition: transform 0.5s ease-in-out;
    border-radius: 12px;
    overflow: hidden !important;
    max-height: 230px;
    object-fit: cover;
}
.agri-cat-box:hover img {
    transform: scale(1.1);
}
.agri-peoducts-section {
    padding: 80px 0;
}
.agri-products-heading h4 {
    font-size: 28px;
}
.agri-products-devider{
    color: #ab0d0a;
    width: 22%;
    opacity: 1;
    margin-top: 0;
}
.agri-product-row{
    margin-top: 30px;
}
.product-details{
    text-decoration: none;
    color: #000;
}
.agri-prod-detail{
    padding: 80px 0;
}
.agri-prod-content h4{
    font-size: 35px;
    font-weight: 600;
}
.agri-prod-content p{
    font-size: 17px;
    color: #646464;
    line-height: 1.6;
}
.inquiry-btn {
    padding: 14px 30px;
    background: #AB0D0A;
    color: #fff;
    text-transform: capitalize;
    border-radius: 30px;
}
.agri-prod-content h5{
    margin-bottom: 40px;
}

span.agri-span{
    font-size: 16px;
    font-weight: 400;
    color: #646464;
}

a.inquiry-btn:hover{
    color: #ab0d0a;
    background-color: #fff;
    border: 1px solid #ab0d0a;
    transition: all 0.5s;
}

.description-btn {
    background: #484848;
    padding: 11px 22px;
    color: #fff;
}

.our-benifits{
    background-color: #092e46;
    padding: 80px 0;
}
.our-benifit-content h6{
    color: #ab0d0a;
    text-transform: uppercase;
    font-size: 22px;
}
.our-benifit-content h2{
    font-size: 42px;
    color: #fff;
}
.our-benifit-content p{
    font-size: 16px;
    color: #fff;
    word-spacing: 1px;
}
.benifit-detail h3{
    color: #fff;
}
.benifit-detail ul{
    margin-top: 20px;
}
.benifit-detail ul li{
    color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #ffffff5c;
}
.cat-listing {
    margin-bottom: 30px;
}
.cat-listing h4 span {
    font-size: 18px;
}

.cat-listing h4 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
}


.information-box{
    padding: 50px 50px;
}

.info-icon span {
    padding: 24px;
    font-size: 50px;
    border-radius: 100%;
    background: #b50009;
    color: #fff;
}
.info-icon{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.info-detal {
    margin-top: 30px;
}

.info-detal p{
    margin-bottom: 5px;
    font-family: "Poppins", serif;
    font-size: 18px;
    font-weight: 500;
}

.info-detal p a{
    color: #000;
}

.harvest-chart{
    padding: 80px 0;
    background: #f8f8f8;
}

.harvest-heading h6{
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Poppins", serif;
    color: #a2150b;
}

.harvest-heading h2{
    font-size: 34px;
    font-weight: 600;
}

.chart-img{
    margin-top: 30px;
}

.slogan{
    padding: 150px 0;
    background-image: url('../image/agri-slider-img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
}

.slogan::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.slogan-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color:#fff;
}

.slogan-content h3{
    line-height: 1.6;
    margin-bottom: 0;
}
section#agriProduct {
    position: relative;
}
section#agriProduct:before {
    background-image: url(../image/export.png);
    position: absolute;
    content: '';
    background-size: 9vw;
    background-repeat: no-repeat;
    bottom: 30px;
    right: 30px;
    background-position: bottom right;
    width: 360px;
    height: 260px;
    opacity: 1;
    z-index: 0;
}
section#agriDetail {
    position: relative;
}
section#agriDetail:after {
    position: absolute;
    content: '';
    background-image: url(../image/masala.png);
    background-size: 25vw;
    background-repeat: no-repeat;
    bottom: 0;
    right: 10%;
    background-position: bottom right;
    width: 510px;
    height: 320px;
    opacity: 1;
    z-index: 0;
}