@font-face {
font-family: 'Material Symbols Outlined';
font-style: normal;
font-weight: 100 700;
src: url(//www.incefiltration.com/wp-content/themes/incefiltration_web/css/fonts/material-symbols-outlined.woff2) format('woff2');
}
.material-symbols-outlined {
font-family: 'Material Symbols Outlined';
font-weight: normal;
font-style: normal;
font-size: 24px;
font-display: swap;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
line-height: 1;
vertical-align: middle;
}@font-face {
font-family: 'lato';
src: url(https://www.incefiltration.com/wp-content/themes/incefiltration_web/css/fonts/lato/Lato-Regular.woff2) format('woff2'),
url(https://www.incefiltration.com/wp-content/themes/incefiltration_web/css/fonts/lato/Lato-Italic.woff2) format('woff2'),
url(https://www.incefiltration.com/wp-content/themes/incefiltration_web/css/fonts/lato/Lato-Bold.woff2) format('woff2'),
url(https://www.incefiltration.com/wp-content/themes/incefiltration_web/css/fonts/lato/Lato-BoldItalic.woff2) format('woff2'),
url(https://www.incefiltration.com/wp-content/themes/incefiltration_web/css/fonts/lato/Lato-Black.woff2) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
} * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,body {
font-size: 14px;
height: 100%;
color: #5a5655;
font-family: 'lato', sans-serif, Arial;
line-height: 1.5;
}
.container {
width: 100%;
max-width: 1365px;
margin: 0 auto;
padding: 0 15px;
}
a {
text-decoration: none;
color: #007bff;
font-weight: 100;
}
a:hover {
text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 0.5rem;
font-weight: 600;
line-height: 1.2;
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
text-align: center;
margin: 2rem 0;
color: #2c3e50;
}
h3 {
font-size: 1.5rem;
color: #34495e;
}
p {
margin-bottom: 1rem;
}
img {
max-width: 100%;
height: auto;
}
input {
outline: none;
} .fade-in {
opacity: 0;
transform: translateY(20px);
}
.fade-in.animate {
animation: fadeIn 0.6s ease-out forwards;
}
.slide-in-left {
opacity: 0;
transform: translateX(-50px);
}
.slide-in-left.animate {
animation: slideInLeft 0.6s ease-out forwards;
}
.slide-in-right {
opacity: 0;
transform: translateX(50px);
}
.slide-in-right.animate {
animation: slideInRight 0.6s ease-out forwards;
}
@keyframes fadeIn {
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes slideInLeft {
to {
opacity: 1;
transform: translateX(0);
}
}
@keyframes slideInRight {
to {
opacity: 1;
transform: translateX(0);
}
} @supports (animation-timeline: view()) {
.fade-in {
animation: fadeIn 0.6s ease-out forwards;
animation-timeline: view();
animation-range: entry 0% cover 30%;
}
.slide-in-left {
animation: slideInLeft 0.6s ease-out forwards;
animation-timeline: view();
animation-range: entry 0% cover 30%;
}
.slide-in-right {
animation: slideInRight 0.6s ease-out forwards;
animation-timeline: view();
animation-range: entry 0% cover 30%;
}
}
.btn-primary,
.btn-secondary {
display: inline-block;
padding: 10px 20px;
text-align: center;
cursor: pointer;
transition: all 0.3s ease;
border: none;
}
.btn-primary {
background-color: #007bff;
color: white;
padding: 10px 30px;
font-size: 14px;
font-style: italic; text-decoration: none;
display: inline-block;
}
.btn-primary:hover {
background-color: #0056b3;
text-decoration: none;
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}  .top-bar {
color: #1c2e5c;
font-size: 14px;
min-height: 40px;
display: flex;
align-items: center;
border-bottom: 1px solid #e6e6e6;
}
.top-bar-content {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.top-bar .contact-info {
display: flex;
gap: 20px;
}
.top-bar .contact-info span {
display: flex;
align-items: center;
gap: 5px;
color: #1c2e5c;
}
.top-bar .contact-info span i {
color: #007bff
}
.language-switcher { }
.main-header {
background-color: white;
transition: all 0.3s ease;
}
main {
margin-top: 10px;
}
.main-header.scrolled {
background-color: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px); }
.header-main {
display: flex;
justify-content: space-between;
align-items: center;
}
.header-main .logo img {
max-height: 105px;
width: 200px;
object-fit: contain;
} .mobile-menu-toggle {
display: none;
flex-direction: column;
justify-content: space-around;
width: 30px;
height: 30px;
background: transparent;
border: none;
cursor: pointer;
padding: 0;
z-index: 10;
}
.mobile-menu-toggle span {
width: 100%;
height: 3px;
background: #007bff;
border-radius: 10px;
transition: all 0.3s linear;
position: relative;
transform-origin: center;
} .mobile-menu-toggle {
display: none;
flex-direction: column;
cursor: pointer;
padding: 5px;
}
.mobile-menu-toggle span {
width: 25px;
height: 3px;
background-color: #007bff;
margin: 3px 0;
transition: 0.3s;
border-radius: 2px;
}
.logo img {
max-height: 60px;
width: auto;
}
.mobile-menu-toggle {
display: none;
flex-direction: column;
cursor: pointer;
padding: 5px;
}
.mobile-menu-toggle span {
width: 25px;
height: 3px;
background-color: #007bff;
margin: 3px 0;
transition: 0.3s;
border-radius: 2px;
}
.search-bar .search-form {
display: flex;
}
.search-bar input {
flex: 1;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px 0 0 4px;
font-size: 1rem;
}
.search-bar button {
padding: 10px 15px;
background-color: #007bff;
color: white;
border: none;
border-radius: 0 4px 4px 0;
cursor: pointer;
}
.search-field::placeholder {
color: #999; font-style: italic; opacity: 1; } .main-navigation {
border-width: 1px 0 1px 0;
border-color: #e6e6e6;
border-style: solid;
padding: 0;
margin: 0;
}
.main-navigation ul {
list-style: none;
display: flex;
justify-content: center;
flex-wrap: wrap;
margin: 0;
padding: 0;
text-transform: uppercase;
font-weight: 650;
}
.main-navigation ul li {
position: relative;
margin: 0;
padding: 0 10px;
}
.main-navigation li a {
color: #17191b;
display: block;
font-weight: 500;
text-decoration: none;
transition: all 0.3s ease;
height: auto;
padding: 15px;
} .main-navigation ul li:not(:last-child)::after {
content: "";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
height: 20px; width: 1px;
background-color: #e6e6e6;
}
.main-navigation li a:hover::after {
width: 100%;
}
.main-navigation li:last-child a {
border-right: none;
}
.main-navigation ul li:hover {
background-color: #007bff;
}
.main-navigation ul li:hover a {
color: white;
text-decoration: none;
} .mobile-menu-toggle {
display: none;
flex-direction: column;
cursor: pointer;
padding: 5px;
}
.mobile-menu-toggle span {
width: 25px;
height: 3px;
background-color: #007bff;
margin: 3px 0;
transition: 0.3s;
border-radius: 2px;
} .mobile-navigation {
display: none;
background-color: white;
text-align: left;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
position: fixed;
top: 16%;
left: 0;
width: 100%;
z-index: 9999;
}
.mobile-navigation.active {
position: fixed;
top: 16%;
z-index: 9999;
}
.mobile-navigation ul {
list-style: none;
padding: 0;
margin: 0;
}
.mobile-navigation li {
border-bottom: 1px solid #eee;
}
.mobile-navigation li:last-child {
border-bottom: none;
}
.mobile-navigation a {
display: block;
padding: 15px 20px;
color: #007bff;
font-weight: 500;
text-decoration: none;
transition: all 0.3s ease;
}
.mobile-navigation a:hover {
background-color: #007bff;
color: white;
}
.btn-secondary {
background-color: #007bff;
color: white;
border: none;
padding: 12px 20px;
cursor: pointer;
transition: all 0.3s ease;
font-weight: 500;
margin-top: auto;
font-size: 0.95rem;
letter-spacing: 0.5px;
position: absolute;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
} .back-to-top {
position: fixed;
bottom: 20px;
right: 20px;
width: 50px;
height: 50px;
background-color: #007bff;
color: white;
border: none;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
transition: all 0.3s ease;
opacity: 0;
visibility: hidden;
transform: translateY(20px);
z-index: 1000;
}
.back-to-top.visible {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.back-to-top:hover {
background-color: #0056b3;
transform: translateY(-3px);
} .main-footer {
background-color: #007bff;
color: #fff;
padding: 60px 0 20px;
}
.footer-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 40px;
margin-bottom: 40px;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding: 0 20px;
}
.footer-column h3 {
margin-bottom: 20px;
color: #ffffff;
font-size: 1.4rem;
position: relative;
padding-bottom: 10px;
}
.footer-column h3::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 2px;
background-color: #ffffff;
}
.footer-column ul {
list-style: none;
padding: 0;
}
.footer-column ul li {
margin-bottom: 12px;
}
.footer-column ul li a {
color: #fff;
text-decoration: none;
transition: all 0.3s ease;
display: block;
padding: 5px 0;
}
.footer-column ul li a:hover {
color: #ffffff;
padding-left: 5px;
}
.footer-column input[type="email"] {
padding: 12px;
margin-bottom: 10px;
border: none;
border-radius: 4px;
background-color: rgba(255, 255, 255, 0.9);
width: 100%;
}
.footer-column input[type="email"]:focus {
outline: 2px solid #007bff;
}
.footer-column button, 
.footer-column input[type="submit"] {
padding: 12px;
background-color: #16e00f;
color: #ffffff;
border: none;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.3s ease;
width: 100%;
}
.footer-column button:hover,
.footer-column input[type="submit"]:hover {
background-color: #0056b3;
}
.footer-bottom {
text-align: center;
padding-top: 20px;
border-top: 1px solid #a8d2ff;
color: #fff;
font-size: 0.9rem;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.footer-bottom p {
margin-top: 1rem;
margin-bottom: 0;
} @media (max-width: 992px) {
.header-main {
flex-wrap: wrap;
}
.search-bar {
width: 100%;
order: 3;
margin-top: 15px;
}
.hero-content h2 {
font-size: 2.5rem;
}
} @media (max-width: 768px) { .top-bar {
min-height: 40px;
font-size: 0.75rem;
}
.top-bar-content {
flex-direction: column;
gap: 5px;
}
.header-main {
display: flex;
justify-content: space-between;
align-items: center;
}
.hero-banner {
margin-top: 200px;
}
.logo {
order: -1;
}
.mobile-menu-toggle {
display: flex;
margin-left: auto;
}
.main-navigation {
display: none;
}
.mobile-navigation {
display: none;
}
.mobile-navigation.active {
display: block;
} .mobile-menu-toggle.active span:nth-child(1) {
transform: rotate(-45deg) translate(-5px, 6px);
}
.mobile-menu-toggle.active span:nth-child(2) {
opacity: 0;
}
.mobile-menu-toggle.active span:nth-child(3) {
transform: rotate(45deg) translate(-5px, -6px);
}
.main-navigation ul {
flex-wrap: wrap;
}
.main-navigation li {
margin: 5px 10px;
}
.hero-content h2 {
font-size: 2rem;
}
.hero-content p {
font-size: 1rem;
}
h1 {
font-size: 2rem;
}
h2 {
font-size: 1.7rem;
} .product-grid {
grid-template-columns: 1fr;
gap: 20px;
padding: 0 10px;
}
.product-card {
margin-bottom: 40px;
max-width: 100%;
}
.image-placeholder-product {
min-height: 480px;
height: auto;
padding: 30px 25px 65px;
}
.product-card h3 {
font-size: 1.4rem;
margin: 12px 0 8px;
}
.small-title {
font-size: 13px;
margin-bottom: 9px;
}
.btn-secondary {
padding: 11px 18px;
font-size: 0.95rem;
bottom: 30px;
} .carousel-container {
height: 400px;
}
.hero-content {
top: 25%;
left: 5%;
max-width: 90%;
}
.hero-content h2 {
font-size: 1.8rem;
}
.hero-content h4 {
font-size: 12px;
margin-bottom: 10px;
}
.hero-content p {
font-size: 0.9rem;
margin-bottom: 1rem;
}
.carousel-btn {
width: 40px;
height: 40px;
font-size: 20px;
}
.carousel-indicators {
bottom: 15px;
left: 50%;
transform: translateX(-50%);
}
.indicator {
width: 10px;
height: 10px;
}
}
@media (max-width: 576px) {
.main-header {
text-align: center;
}
.header-main {
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.logo {
margin-bottom: 0;
order: -1;
}
.mobile-menu-toggle {
display: flex;
margin-left: auto;
}
.search-bar {
order: 2;
width: 100%;
margin-top: 15px;
}
.cart {
margin-bottom: 15px;
}
.hero-content {
display: none;
}
.category-grid,
.product-grid,
.services-grid {
grid-template-columns: 1fr;
} .product-grid {
gap: 15px;
padding: 0 5px;
}
.product-card {
margin-bottom: 30px;
max-width: 100%;
}
.image-placeholder-product {
min-height: 400px;
height: auto;
padding: 25px 20px 60px;
}
.product-card h3 {
font-size: 1.3rem;
margin: 10px 0 5px;
}
.small-title {
font-size: 12px;
margin-bottom: 8px;
}
.btn-secondary {
padding: 10px 15px;
font-size: 0.9rem;
bottom: 25px;
}
.product-card p {
display: none;
} .carousel-container {
height: 300px;
}
.carousel-slide {
display: flex;
align-items: center;
justify-content: center;
}
.carousel-slide img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.hero-content {
top: 20%;
left: 3%;
max-width: 94%;
}
.hero-content h2 {
font-size: 1.5rem;
}
.hero-content h4 {
font-size: 10px;
margin-bottom: 8px;
}
.hero-content p {
font-size: 0.8rem;
margin-bottom: 0.8rem;
}
.carousel-btn {
width: 35px;
height: 35px;
font-size: 18px;
}
.carousel-indicators {
bottom: 10px;
left: 50%;
transform: translateX(-50%);
}
.indicator {
width: 8px;
height: 8px;
}
.btn-primary {
padding: 8px 15px;
font-size: 0.9rem;
}
.product-card p {
display: none;
} .top-bar {
min-height: 40px;
}
.top-bar-content {
flex-direction: column;
gap: 5px;
text-align: center;
}
.top-bar-content .contact-info {
display: flex;
gap: 20px;
justify-content: center;
flex-direction: row;
}
} .services-section {
padding: 80px 0;
background-color: white;
}
.services-section .container h2 {
text-align: center;
margin-bottom: 50px;
color: #007bff;
font-size: 2.2rem;
}
.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-top: 30px;
}
.service-card {
text-align: center;
padding: 40px 30px;
transition: all 0.3s ease;
border-right: 1px solid #eee;
}
.service-card:last-child {
border: none;
}
.service-card p:nth-child(2) {
text-align: left;
}
.service-card h3 {
margin: 20px 0;
color: #007bff;
font-size: 1.5rem;
text-align: left;
}
.service-card h3 i {
margin-right: 10px;
}
.service-card p {
color: #666;
line-height: 1.6;
}
@media only screen and (max-width: 768px) {
.homepage-brand-block .block-wrapper {
min-height: 0 !important;
max-height: 355px;
}
}
@media only screen and (max-width: 767px) {
.homepage-brand-block .block-wrapper {
padding: 20px 0;
}
}.hero-banner {
position: relative;
color: white;
text-align: center;
padding: 0;
overflow: hidden; }
.hero-banner::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #34495e;
z-index: -1;
} .carousel-container {
position: relative;
width: 100%;
height: 649px;
overflow: hidden;
text-align: center;
}
.carousel-slider {
position: relative;
width: 100%;
height: 100%;
}
.carousel-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 0.5s ease-in-out;
}
.carousel-slide.active {
opacity: 1;
}
.carousel-slide img {
width: 100%;
height: 100%;
object-fit: cover;
}
.carousel-controls {
position: absolute;
top: 50%;
width: 100%;
display: flex;
justify-content: space-between;
transform: translateY(-50%);
padding: 0 20px;
box-sizing: border-box;
} @media (max-width: 992px) {
.carousel-container {
height: 450px;
}
.hero-content h2 {
font-size: 2rem;
}
.hero-content p {
font-size: 1rem;
}
.carousel-indicators {
bottom: 15px;
left: 50%;
transform: translateX(-50%);
}
}
@media (max-width: 768px) {
.carousel-container {
height: 400px;
}
.hero-banner {
margin-top: 0;
}
.carousel-btn {
width: 40px;
height: 40px;
font-size: 20px;
}
.hero-content {
top: 25%;
left: 5%;
max-width: 90%;
}
.hero-content h2 {
font-size: 1.8rem;
}
.hero-content h4 {
font-size: 12px;
margin-bottom: 10px;
}
.hero-content p {
font-size: 0.9rem;
margin-bottom: 1rem;
}
.carousel-indicators {
bottom: 15px;
left: 50%;
transform: translateX(-50%);
}
}
@media (max-width: 576px) {
.carousel-container {
height: 300px;
}
.hero-banner {
margin-top: 0;
}
.carousel-btn {
width: 35px;
height: 35px;
font-size: 18px;
}
.hero-content {
top: 20%;
left: 3%;
max-width: 94%;
}
.hero-content h2 {
font-size: 1.5rem;
}
.hero-content h4 {
font-size: 10px;
margin-bottom: 8px;
}
.hero-content p {
font-size: 0.8rem;
margin-bottom: 0.8rem;
}
.carousel-indicators {
bottom: 10px;
left: 50%;
transform: translateX(-50%);
}
.indicator {
width: 8px;
height: 8px;
}
}
.carousel-btn {
background: rgba(0, 0, 0, 0.5);
color: white;
border: none;
font-size: 24px;
width: 50px;
height: 50px;
border-radius: 50%;
cursor: pointer;
transition: background 0.3s ease;
}
.carousel-btn:hover {
background: rgba(0, 0, 0, 0.8);
}
.carousel-indicators {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 10px;
z-index: 10;
width: auto;
padding: 0;
margin: 0;
justify-content: center;
align-items: center;
}
.indicator {
width: 12px;
height: 12px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.5);
cursor: pointer;
transition: background 0.3s ease;
}
.indicator.active,
.indicator:hover {
background: white;
}
.hero-content {
position: absolute;
top: 30%;
left: 8%;
text-align: left;
max-width: 600px;
}
.hero-content h4 {
color: #1c2e5c;
font-size: 14px;
font-weight: 700;
font-style: italic;
line-height: 28px;
border-bottom: 2px solid #007bff;
display: inline-block;
margin-bottom: 15px;
}
.hero-content h2 {
font-size: 2.5rem;
margin-bottom: 1rem;
color: white;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
text-align: left;
}
.hero-content p {
font-size: 1.1rem;
margin-bottom: 2rem;
color: #f0f0f0;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
} .container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
} .homepage-tcc-information {
position: relative;
padding: 40px 0;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
}
.tcc-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
gap: 40px;
}
.desktop-image {
flex: 1;
max-width: 50%;
object-fit: contain;
}
.tcc-content {
flex: 1;
text-align: center;
padding: 20px;
}
.tcc-content p {
font-size: 18px;
margin-bottom: 20px;
color: #333;
line-height: 1.6;
}
.button.gaevent {
display: inline-block;
background-color: #007bff;
color: white;
padding: 12px 24px;
text-decoration: none;  transition: background-color 0.3s ease;
font-style: italic;
}  .block-static-block.widget,
.block-cms-link.widget {
margin-bottom: 0;
}
.featured-categories {
padding: 60px 0;
background-color: white;
}
.category-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
margin-top: 30px;
}
.category-card {
text-align: center;
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
background-color: #f8f9fa;
}
.category-card:hover {
transform: translateY(-10px);
}
.category-card .image-placeholder {
width: 100%;
height: 200px;
display: flex;
align-items: center;
justify-content: center;
font-size: 4rem;
background-color: #e9ecef;
border-radius: 4px;
margin-bottom: 15px;
} .products-section {
padding: 20px 0;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.products-section .container h2 {
text-align: center;
margin-bottom: 40px;
color: #1c2e5c;
font-size: 2rem;
font-weight: 600;
letter-spacing: 0.5px;
}
.product-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
margin-top: 30px;
}
@media (max-width: 768px) {
.product-grid {
grid-template-columns: 1fr;
gap: 20px;
}
}
.product-card {
text-align: center;
transition: all 0.4s ease;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
margin-bottom: 50px;
}
.image-placeholder-product {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
min-height: 500px;
height: auto;
padding: 35px 35px 70px;
position: relative;
width: 100%;
}
.small-title {
position: relative;
font-size: 14px;
font-style: italic;
margin-bottom: 10px;
display: inline-block;
color: #fff;
min-width: 123px;
}
.small-title:after {
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
content: '';
width: 100%;
max-width: 123px;
border-bottom: 2px solid #007bff;
bottom: -7px;
position: absolute;
left: 50%;
-moz-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.product-card h3 {
color: #fff;
margin: 15px 0 10px;
font-size: 1.5rem;
font-weight: 600;
}
.product-card p {
font-size: 1rem;
color: #fff;
margin: 15px 0 15px;
line-height: 1.5;
}.breadcrumb {
background-color: transparent;
}
.contact-section {
padding: 10px 0;
background-color: #f8f9fa;
}
.contact-section h2 {
text-align: center;
margin: 20px 0;
color: #333;
font-size: 2.5rem;
}
.contact-content p {
text-align: center;
margin-bottom: 40px;
font-size: 1.1rem;
color: #666;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.contact-info-container {
display: flex;
flex-wrap: wrap;
gap: 30px;
justify-content: space-between;
margin-bottom: 40px;
}
.contact-info {
flex: 1;
min-width: 300px;
}
.info-card {
background: white;
border-radius: 8px;
padding: 25px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
margin-bottom: 25px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.info-card:hover {
transform: translateY(-5px);
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.info-card h3 {
color: #007bff;
margin-bottom: 20px;
font-size: 1.5rem;
border-bottom: 2px solid #007bff;
padding-bottom: 10px;
}
.info-card p {
margin: 10px 0;
color: #555;
text-align: left;
line-height: 1.6;
}
.info-card i {
margin-right: 10px;
color: #007bff;
}
.contact-form {
flex: 1;
min-width: 300px;
background: white;
border-radius: 8px;
padding: 30px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.contact-form h3 {
color: #007bff;
margin-bottom: 25px;
font-size: 1.5rem;
text-align: center;
}
.form-group {
margin-bottom: 20px;
}
.form-group label {
display: block;
margin-bottom: 8px;
font-weight: 600;
color: #333;
}
.form-group input,
.form-group textarea {
width: 100%;
padding: 12px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 1rem;
transition: border-color 0.3s ease;
box-sizing: border-box;
}
.form-group input:focus,
.form-group textarea:focus {
outline: none;
border-color: #007bff;
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
.submit-btn {
background-color: #007bff;
color: white;
border: none;
padding: 14px 25px;
font-size: 1.1rem;
border-radius: 4px;
cursor: pointer;
width: 100%;
transition: background-color 0.3s ease;
font-weight: 600;
}
.submit-btn:hover {
background-color: #0056b3;
} @media (max-width: 992px) {
.contact-info-container {
flex-direction: column;
}
.contact-info,
.contact-form {
width: 100%;
}
}
@media (max-width: 768px) {
.contact-section {
padding: 30px 0;
}
.contact-section h2 {
font-size: 2rem;
}
.contact-content p {
font-size: 1rem;
padding: 0 15px;
}
.info-card,
.contact-form {
padding: 20px;
}
.info-card h3,
.contact-form h3 {
font-size: 1.3rem;
}
.message-box {
width: calc(100% - 40px) !important; left: 20px;
right: 20px;
}
}
@media (max-width: 576px) {
.contact-section {
padding: 20px 0;
}
.contact-section h2 {
font-size: 1.8rem;
}
.info-card,
.contact-form {
padding: 15px;
}
.contact-info {
display: flex;
gap: 20px;
justify-content: center;
flex-direction: column;
}
.submit-btn {
padding: 12px 20px;
font-size: 1rem;
}
.message-box {
width: calc(100% - 20px) !important; left: 10px;
right: 10px;
}
.message-box-button {
right: 20px; }
} .message-box-button {
position: fixed;
bottom: 20px;
right: 90px;
z-index: 1000;
border-radius: 50px;
padding: 12px 20px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
border: none;
font-weight: 600;
transition: all 0.3s ease;
}
.message-box-button:hover {
transform: translateY(-3px);
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
.message-box {
display: none;
position: fixed;
bottom: 20px;
right: 90px;
background: white;
border-radius: 12px;
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
z-index: 1000;
width: 550px;
overflow: hidden;
animation: slideInUp 0.3s ease-out;
}
.message-box.show {
display: block;
}
.message-header {
background: #007bff;
padding: 15px 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
.message-header h3 {
margin: 0;
font-size: 1.2rem;
color: white;
}
.message-header .material-symbols-outlined {
cursor: pointer;
font-size: 1.5rem;
transition: transform 0.2s ease;
color: white;
}
.message-header .material-symbols-outlined:hover {
transform: rotate(90deg);
}
.message-content {
padding: 20px;
}
.message-content p {
margin: 0;
font-size: 1.25rem;
color: #333;
line-height: 1.5;
text-align: center;
} @keyframes slideInUp {
from { 
opacity: 0; 
transform: translateY(20px); 
}
to { 
opacity: 1; 
transform: translateY(0); 
}
} .message-box-button.hidden {
display: none;
}.breadcrumb {
background: transparent;
} .blogs-header {
text-align: center;
margin: 40px 0;
padding: 20px;
}
.blogs-header h1 {
font-size: 2.5rem;
color: #333;
margin-bottom: 15px;
}
.blogs-header p {
font-size: 1.1rem;
color: #666;
max-width: 700px;
margin: 0 auto;
} .blogs-content {
display: flex;
gap: 40px;
margin: 30px 0;
}
.blog-posts {
flex: 3;
}
.blog-sidebar {
flex: 1;
}
.blog-post .read-more {
display: inline-block;
color: #007bff;
font-weight: 600;
text-decoration: none;
padding: 10px 20px;
border: 2px solid #007bff;
border-radius: 4px;
transition: all 0.3s ease;
}
.blog-post .read-more:hover {
background-color: #007bff;
color: white;
} .featured-post {
display: flex;
margin-bottom: 40px;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
background: white;
}
.featured-post:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.featured-post .post-image {
flex: 1;
max-width: 400px;
overflow: hidden;
}
.featured-post .post-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.featured-post:hover .post-image img {
transform: scale(1.05);
}
.featured-post .post-content {
flex: 2;
padding: 30px;
}
.featured-post .post-meta {
margin-bottom: 15px;
}
.featured-post .post-title {
font-size: 1.8rem;
margin-bottom: 15px;
}
.featured-post .post-title a {
color: #1c2e5c;
text-decoration: none;
transition: color 0.3s ease;
}
.featured-post .post-title a:hover {
color: #007bff;
}
.featured-post .post-excerpt {
font-size: 1.1rem;
color: #5a5655;
line-height: 1.6;
margin-bottom: 20px;
} .posts-grid {
display: flex;
flex-direction: column;
gap: 30px;
}
.blog-post {
display: flex;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
background: white;
}
.blog-post:not(:first-child) {
margin-bottom: 15px; 
}
.blog-post:hover {
transform: translateY(-5px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.blog-post .post-image {
flex: 1;
max-width: 300px;
overflow: hidden;
}
.blog-post .post-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.blog-post:hover .post-image img {
transform: scale(1.05);
}
.blog-post .post-content {
flex: 2;
padding: 20px;
}
.post-meta {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
font-size: 0.9rem;
}
.post-category {
color: #007bff;
font-weight: 600;
}
.post-date {
color: #888;
}
.blog-post .post-title {
font-size: 1.3rem;
margin-bottom: 10px;
}
.blog-post .post-title a {
color: #333;
text-decoration: none;
transition: color 0.3s ease;
}
.blog-post .post-title a:hover {
color: #007bff;
}
.post-excerpt {
color: #666;
line-height: 1.6;
margin-bottom: 15px;
} .pagination {
display: flex;
justify-content: center;
align-items: center;
margin: 50px 0 30px;
gap: 10px;
}
.pagination a {
display: inline-block;
padding: 10px 15px;
text-decoration: none;
color: #333;
border: 1px solid #ddd;
border-radius: 4px;
transition: all 0.3s ease;
}
.pagination a:hover,
.pagination a.active {
background-color: #007bff;
color: white;
border-color: #007bff;
}
.pagination .dots {
padding: 10px 5px;
color: #888;
} .blog-sidebar {
padding: 20px;
border-left: 1px solid #eee;
}
.sidebar-widget {
margin-bottom: 40px;
}
.sidebar-widget h3 {
font-size: 1.4rem;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 2px solid #007bff;
color: #333;
} .sidebar-widget .search-form {
display: flex;
margin-bottom: 20px;
}
.sidebar-widget .search-form input {
flex: 1;
padding: 10px;
border: 1px solid #ddd;
border-radius: 4px 0 0 4px;
font-size: 1rem;
}
.sidebar-widget .search-form button {
padding: 12px 15px;
background-color: #007bff;
color: white;
border: none;
border-radius: 0 4px 4px 0;
cursor: pointer;
transition: background-color 0.3s ease;
}
.sidebar-widget .search-form button:hover {
background-color: #0056b3;
} .categories-list {
list-style: none;
padding: 0;
}
.categories-list li {
margin-bottom: 12px;
padding-bottom: 12px;
border-bottom: 1px solid #eee;
}
.categories-list li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.categories-list a {
display: flex;
justify-content: space-between;
text-decoration: none;
color: #333;
transition: color 0.3s ease;
}
.categories-list a:hover {
color: #007bff;
}
.categories-list span {
color: #888;
} .recent-posts {
list-style: none;
padding: 0;
}
.recent-posts li {
display: flex;
gap: 15px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
.recent-posts li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.recent-post-image {
flex-shrink: 0;
width: 80px;
height: 80px;
overflow: hidden;
border-radius: 4px;
}
.recent-post-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.recent-post-content h4 {
font-size: 1rem;
margin-bottom: 8px;
line-height: 1.4;
}
.recent-post-content h4 a {
color: #333;
text-decoration: none;
transition: color 0.3s ease;
}
.recent-post-content h4 a:hover {
color: #007bff;
}
.recent-post-content .post-date {
font-size: 0.85rem;
color: #888;
} .tags-cloud {
display: flex;
flex-wrap: wrap;
gap: 10px;
max-height: 800px;
overflow-y: auto;
}
.tags-cloud a {
display: inline-block;
padding: 8px 15px;
background-color: #f8f9fa;
color: #333;
text-decoration: none;
border-radius: 30px;
font-size: 0.9rem;
transition: all 0.3s ease;
}
.tags-cloud a:hover {
background-color: #007bff;
color: white;
} @media (max-width: 992px) {
.blogs-content {
flex-direction: column;
}
.blog-sidebar {
border-left: none;
border-top: 1px solid #eee;
padding-top: 40px;
}
.posts-grid {
grid-template-columns: 1fr;
}
.featured-post {
flex-direction: column;
}
.featured-post .post-image {
max-width: 100%;
height: 300px;
}
.featured-post .post-content {
padding: 20px;
}
.featured-post .post-title {
font-size: 1.5rem;
}
}
@media (max-width: 768px) {
.blogs-header {
margin: 20px 0;
padding: 10px;
}
.blogs-header h1 {
font-size: 2rem;
}
.blogs-header p {
font-size: 1rem;
}
.featured-post {
margin-bottom: 30px;
}
.posts-grid {
gap: 20px;
}
.blog-post {
flex-direction: column;
}
.blog-post .post-image {
max-width: 100%;
height: 250px;
}
.pagination {
flex-wrap: wrap;
}
.pagination a,
.pagination .dots {
margin: 5px;
}
}
@media (max-width: 576px) {
.posts-grid {
grid-template-columns: 1fr;
}
.featured-post .post-content {
padding: 15px;
}
.featured-post .post-title {
font-size: 1.3rem;
}
.featured-post .post-image {
height: 250px;
}
.blog-post .post-content {
padding: 15px;
}
.blog-post .post-title {
font-size: 1.1rem;
}
.blog-post .post-image {
height: 200px;
}
.sidebar-widget h3 {
font-size: 1.2rem;
}
.recent-posts li {
gap: 10px;
}
.recent-post-image {
width: 60px;
height: 60px;
}
}.blog-post-content {
margin: 0 auto 40px;
padding: 20px;
background: white;
border-radius: 8px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.blog-post-header {
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
.post-meta {
display: flex;
gap: 20px;
margin-bottom: 15px;
font-size: 0.9rem;
}
.post-category {
color: #007bff;
font-weight: 600;
}
.post-date, .post-author {
color: #888;
}
.blog-post-header .post-title {
font-size: 2.2rem;
color: #333;
margin-bottom: 15px;
line-height: 1.3;
}
.post-tags {
display: flex;
gap: 10px;
}
.post-tags a {
display: inline-block;
padding: 5px 12px;
background-color: #f8f9fa;
color: #007bff;
text-decoration: none;
border-radius: 30px;
font-size: 0.85rem;
transition: all 0.3s ease;
}
.post-tags a:hover {
background-color: #007bff;
color: white;
}
.blog-post-image {
margin-bottom: 30px;
border-radius: 8px;
overflow: hidden;
}
.blog-post-image img {
width: 100%;
height: auto;
display: block;
}
.blog-post-body {
margin-bottom: 40px;
}
.post-intro {
font-size: 1.2rem;
font-weight: 500;
color: #555;
line-height: 1.6;
margin-bottom: 25px;
}
.blog-post-body h2 {
font-size: 1.6rem;
margin: 30px 0 20px;
color: #333;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
.blog-post-body p {
font-size: 1.05rem;
line-height: 1.7;
color: #555;
margin-bottom: 20px;
}
.blog-post-body blockquote {
border-left: 4px solid #007bff;
padding: 20px;
margin: 25px 0;
background-color: #f8f9fa;
font-style: italic;
color: #555;
}
.post-callout {
background-color: #e3f2fd;
border-left: 4px solid #007bff;
padding: 20px;
margin: 25px 0;
border-radius: 0 4px 4px 0;
}
.post-callout p {
margin: 0;
font-size: 1rem;
} .blog-post-footer {
border-top: 1px solid #eee;
padding-top: 30px;
}
.post-share {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 30px;
}
.post-share span {
font-weight: 600;
color: #333;
}
.social-icons {
display: flex;
gap: 10px;
}
.social-icon {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #f8f9fa;
color: #007bff;
text-decoration: none;
transition: all 0.3s ease;
}
.social-icon:hover {
background-color: #007bff;
color: white;
transform: translateY(-3px);
} .post-navigation {
display: flex;
justify-content: space-between;
margin-bottom: 40px;
gap: 20px;
}
.prev-post, .next-post {
flex: 1;
}
.prev-post a, .next-post a {
text-decoration: none;
color: #333;
display: block;
padding: 20px;
border-radius: 8px;
background-color: #f8f9fa;
transition: all 0.3s ease;
}
.prev-post a:hover, .next-post a:hover {
background-color: #e9ecef;
transform: translateY(-3px);
}
.prev-post span, .next-post span {
display: block;
font-size: 0.9rem;
color: #888;
margin-bottom: 5px;
}
.prev-post h4, .next-post h4 {
margin: 0;
font-size: 1.1rem;
color: #007bff;
} .author-box {
display: flex;
gap: 20px;
padding: 25px;
background-color: #f8f9fa;
border-radius: 8px;
margin-bottom: 40px;
}
.author-avatar {
flex-shrink: 0;
}
.author-avatar img {
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
}
.author-info h3 {
margin-top: 0;
margin-bottom: 10px;
color: #333;
}
.author-info p {
margin: 0 0 15px 0;
font-size: 0.95rem;
line-height: 1.6;
color: #555;
}
.author-social {
display: flex;
gap: 10px;
}
.author-social a {
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 50%;
background-color: #007bff;
color: white;
text-decoration: none;
transition: all 0.3s ease;
}
.author-social a:hover {
background-color: #0056b3;
transform: translateY(-3px);
} .related-posts {
margin-top: 30px;
}
.related-posts h3 {
font-size: 1.5rem;
margin-bottom: 20px;
color: #333;
}
.related-posts-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 25px;
}
.related-post {
border-radius: 8px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
background: white;
}
.related-post:hover {
transform: translateY(-5px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.related-post-image {
height: 150px;
overflow: hidden;
}
.related-post-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.related-post:hover .related-post-image img {
transform: scale(1.05);
}
.related-post-content {
padding: 15px;
}
.related-post-content .post-date {
display: block;
font-size: 0.8rem;
color: #888;
margin-bottom: 8px;
}
.related-post-content h4 {
margin: 0 0 10px 0;
font-size: 1rem;
}
.related-post-content h4 a {
color: #333;
text-decoration: none;
transition: color 0.3s ease;
}
.related-post-content h4 a:hover {
color: #007bff;
} @media (max-width: 768px) {
.blog-post-content {
padding: 15px;
}
.blog-post-header .post-title {
font-size: 1.8rem;
}
.post-meta {
flex-wrap: wrap;
}
.post-intro {
font-size: 1.1rem;
}
.blog-post-body h2 {
font-size: 1.4rem;
}
.post-navigation {
flex-direction: column;
}
.author-box {
flex-direction: column;
text-align: center;
}
.post-share {
flex-direction: column;
align-items: flex-start;
}
.related-posts-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 576px) {
.blog-post-content {
padding: 10px;
}
.blog-post-header .post-title {
font-size: 1.5rem;
}
.blog-post-body h2 {
font-size: 1.3rem;
}
.post-callout, .blog-post-body blockquote {
padding: 15px;
}
.author-avatar img {
width: 80px;
height: 80px;
}
}