/*
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:400px;
}



.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;
    }
}
/* home Product slider */

.swiper-container {
    width: 100%;
    padding: 20px 0;
	overflow:hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

/* Your original card styling, with minor responsive tweaks */
.swiper-slide .custom-product-card {
    width: 100%;
    max-width: 280px; /* Optional: Controls max width of each card */
    text-align: center;
    border: 1px solid #eee;
    padding: 20px;
    transition: all 0.3s ease;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}

/* Responsive improvements (Optional) */
@media (max-width: 767px) {
    .custom-product-card {
        max-width: 90%;
    }
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: -40px !important;
	color: var(--e-global-color-accent) !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: -40px !important;
	color: var(--e-global-color-accent) !important;
}

/* 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;
  }
}


/*
* ------------------- 05/06/2025----------------
*/
.product-downloads {
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem;
    font-family: Arial, sans-serif;
}

.product-downloads h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    color: #AA8A46;
}

/* Tabs */
.tabs {
    display: flex;
    border-bottom: 2px solid #AA8A46;
    margin-bottom: 2rem;
}

.tab-button {
    background: none;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    cursor: pointer;
    color: #000;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.tab-button:hover,
.tab-button.active {
    color: #AA8A46;
    border-color: #AA8A46;
    font-weight: 600;
}

/* Tab Contents */
.tab-contents {
    margin-top: 2rem;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* PDF Grid */
.pdf-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

/* PDF Card */
.pdf-card {
    background-color: #f9f9f9;
    padding: 2rem;
    width: calc(33.333% - 1.5rem);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 20rem;
}

.pdf-icon {
    font-size: 5rem;
    color: #ccc;
    position: absolute;
    right: 1rem;
    top: 1rem;
    opacity: 0.3;
}

.pdf-card h4 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

.pdf-card p {
    font-size: 1.4rem;
    margin: 0.3rem 0;
    color: #555;
    text-transform: capitalize;
}

.download-link {
    margin-top: auto;
    display: inline-block;
    font-size: 1.4rem;
    color: #AA8A46;
    text-decoration: none;
    font-weight: bold;
    margin-top: 1rem;
}
.pdf-icon {
    width: 8.33333%;
    position: relative;
    order: 2;
    width: 20%;
    position: absolute;
    /* right: -2rem; */
    filter: drop-shadow(4px 4px 13px rgba(0,0,0,0.15));
}
.download-link:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 1024px) {
    .pdf-card {
        width: calc(50% - 1rem);
    }
}

@media (max-width: 768px) {
    .tab-button {
        font-size: 1.4rem;
        padding: 0.8rem 1.5rem;
    }
    .pdf-card {
        width: 100%;
    }
}


