/*
Theme Name:     Industris Child
Theme URI:      http://wp.oceanthemes.net/industris/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       industris
*/

@import url("../industris/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.sticked #site-logo a img {
	max-height:120px;
}
.our-services .icon-top i{
	color: #AA8A46;
}
.our-services .icon-box {
	height:350px;
}

.our-services .btn-details{
	display:none;
}


.counter-wrapper .counter-traditional .counter-number{
	display:none !important;
}

.counter-wrapper .counter-inline .counter-number{
	display:none !important;
}


/* Home */
.industris-slides .slick-slide {
  background-color: #000 !important;
}


.industris-slide-inner {
  background-color: inherit !important;
  transition: background-color 0.3s ease !important;
}
.industris-slide-content {
  opacity: 0 !important;
  transition: opacity 0.5s ease !important;
}

.slick-active .industris-slide-content {
  opacity: 1 !important;
}


.industris-slides .slick-track {
  transition-timing-function: ease-in-out !important;
}


.home-news .post-link{
	background-color: #AA8A46;
    padding: 10px 20px;
    color: #fff;
	transition:0.3s;
}
.home-news .post-link:hover{
	background-color: #000;
    color: #fff;
}
.news-slider .post-box:hover .post-link{
	color: #fff;
}


/* Product Page */
.custom-product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.custom-product-card {
    width: 23%; /* Max 4 per row, including gap */
    text-align: center;
    border: 1px solid #eee;
    padding: 20px;
    transition: all 0.3s ease;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}

.custom-product-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: scale(1.01);
	background: #e6ca8e;
	color:#fff;
}


.custom-product-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
	border-radius: 10px !important;
}

.product-title {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
}

.know-more-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background-color: #AA8A46;
    color: #fff;
	font-weight:600;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s;
}

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

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

.custom-pagination .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}

.custom-pagination .current,
.custom-pagination .page-numbers:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* Existing styles remain unchanged above... */

/* Responsive layout adjustments */
@media screen and (max-width: 1200px) {
    .custom-product-card {
        width: 31%; /* 3 per row */
    }
}

@media screen and (max-width: 992px) {
    .custom-product-card {
        width: 47%; /* 2 per row */
    }
}

@media screen and (max-width: 576px) {
    .custom-product-card {
        width: 100%; /* 1 per row */
    }

    .custom-product-card img {
        height: auto;
    }

    .know-more-btn {
        width: 100%;
        padding: 10px;
    }
}


/* Single Product Page */
.short-description-box {
  max-height: 450px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  position: relative;
}

.short-description-box.expanded {
  max-height: 1000px; /* A large enough height to allow full content */
}

.read-more-button {
  display: inline-block;
  margin-top: 10px;
  font-weight: 700;
  cursor: pointer;
  color: #AA8A46;
  font-size: 18px;
  transition: color 0.3s ease;
}


/* Custom Blog Page */
.custom-blogs .bdpp-post-grid-content{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	padding:20px;
	border-radius: 10px;
	min-height:520px;
}
.custom-blogs .bdpp-post-grid-content:hover{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.custom-blogs .bdpp-post-grid-content .bdpp-rdmr-btn{
	background-color: #AA8A46;
	color:#fff;
	transition: 0.3s;
	border:none;
	padding:10px 20px;
}
.custom-blogs .bdpp-post-grid-content .bdpp-rdmr-btn:hover{
	background-color:#000;
}


/* Contact forms */
#fluentform_4 fieldset {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

/* Make form fields stack on smaller screens */
@media (max-width: 768px) {
    #fluentform_4 fieldset {
        flex-direction: column;
        gap: 15px;
    }
}


/* Footer Cta */

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

.floating-cta {
  position: fixed;
  bottom: 100px;
  right: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 999;
}

.cta-btn {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  padding: 10px 10px 8px 10px;
  transition: transform 0.3s ease;
	text-align:center;
}
.cta-btn:hover {
  transform: scale(1.1);
}

.cta-btn i {
	font-size:22px;
	color:#AA8A46;
}


.footer {
  background-color: #000 !important;
  color: #fff !important;
  padding: 40px 20px 20px;
}

.footer-container {
	max-width:90%;
	margin:auto;
  display: flex;
  justify-content: space-around !important;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-about{
	width:38%
}
.footer-links{
	width: fit-content;
}
.footer-contact{
	width:28%;
}

.footer-logo {
  max-width: 250px !important;
  margin-bottom: 15px;
}

.footer h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
}

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

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: #fff;
	font-weight:600;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links ul li a:hover {
  color: #AA8A46;
}



.footer-contact p,
.footer-contact p *{
  color: #fff !important;
  -webkit-text-fill-color: #fff !important; /* Safari-specific fix */
}


.footer-contact p i {
  margin-right: 8px;
  color: #AA8A46;
}

.social-icons {
  margin-top: 15px;
}

.social-icons a {
  font-size: 18px;
  margin-right: 12px;
  color: #ccc;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #AA8A46;
}

.footer-bottom {
	background-color:#000 !important;
	color:#fff !important;
  border-top: 1px solid #333 !important;
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .footer-about,
  .footer-contact,
  .footer-links {
    width: 100% !important;
  }

  .footer-about .footer-logo {
    max-width: 200px;
  }

  .footer-links ul {
    padding-left: 0;
  }

  .social-icons {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 30px 15px 15px;
  }

  .footer h3 {
    font-size: 16px;
  }

  .footer-links ul li a {
    font-size: 14px;
  }

  .footer-contact p,
  .footer-about p {
    font-size: 14px;
  }

  .social-icons a {
    font-size: 16px;
    margin-right: 10px;
  }

  .cta-btn img {
    width: 28px;
    height: 28px;
  }

  .floating-cta {
    right: 40px;
    bottom: 100px;
    gap: 15px;
  }
}





