* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: #333;
}
.site-header {
background: #fff;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.header-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 60px;
display: flex;
justify-content: space-between;
align-items: center;
}
.top-header {
background: #fff;
padding: 15px 0 0 0;
}
.site-branding {
display: flex;
align-items: center;
}
.site-logo img {
width: 214px;
height: 89px;
object-fit: contain;
}
.site-title {
color: #2c3e50;
font-size: 2rem;
margin: 0;
line-height: 1;
}
.site-tagline {
color: #666;
font-size: 0.9rem;
margin: 5px 0 0 0;
font-weight: 300;
}
.header-right-section {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 15px;
}
.header-contact-info {
display: flex;
align-items: center;
gap: 20px;
}
.contact-phone {
display: flex;
align-items: center;
gap: 5px;
}
.contact-text {
color: #666;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 14.1575px;
}
.phone-number {
color: #4CAF50;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 14.1575px;
text-decoration: none;
}
.phone-number:hover {
color: #45a049;
}
.jacob-photo {
width: 44px;
height: 44px;
border-radius: 50%;
object-fit: cover;
}
.social-media {
display: flex;
gap: 2px;
}
.social-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
color: #000 !important;
text-decoration: none;
font-size: 24px;
transition: opacity 0.3s;
}
.social-icon:hover {
opacity: 0.7;
}
.social-icon i {
color: #000;
}
.d-flex {
display: flex;
}
.me-2 {
margin-right: 0.5rem;
}
.text-dark {
color: #000 !important;
}
.navigation-header {
background: #fff;
padding: 0 0 10px 0;
}
.menu-section {
display: flex;
gap: 30px;
}
.secondary-navigation ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
}
.secondary-navigation li {
position: relative;
}
.secondary-navigation a {
text-decoration: none;
color: #333;
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 18px;
letter-spacing: .003em;
padding: 10px;
display: block;
transition: all 0.3s;
text-transform: uppercase;
}
.secondary-navigation a:hover {
color: #fff;
background-color: #75A944;
}
.secondary-navigation ul ul {
position: absolute;
top: 100%;
left: 0;
background: white;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
border-radius: 4px;
min-width: 200px;
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: all 0.3s ease;
z-index: 1000;
flex-direction: column;
gap: 0;
}
.secondary-navigation li:hover > ul {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.secondary-navigation ul ul li {
border-bottom: 1px solid #eee;
}
.secondary-navigation ul ul li:last-child {
border-bottom: none;
}
.secondary-navigation ul ul a {
padding: 10px;
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 18px;
letter-spacing: .005em;
text-transform: none;
}
.secondary-navigation ul ul a:hover {
background-color: #75A944;
color: #fff;
}
.primary-navigation ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
}
.primary-navigation a {
text-decoration: none;
color: #333;
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 18px;
letter-spacing: .005em;
padding: 10px;
transition: all 0.3s;
text-transform: uppercase;
display: block;
}
.primary-navigation a:hover {
color: #fff;
background-color: #75A944;
}
.header-search {
margin-left: auto;
}
.header-search .search-form {
margin: 0;
position: relative;
display: flex;
align-items: center;
width: 250px;
border-bottom: 2px solid #ddd;
padding-bottom: 5px;
}
.header-search .search-form::before {
content: "\f002";
font-family: "Font Awesome 6 Free";
font-weight: 900;
color: #666;
margin-right: 10px;
font-size: 16px;
}
.header-search .search-field {
border: none;
background: transparent;
padding: 8px 0;
width: 100%;
font-size: 14px;
color: #333;
}
.header-search .search-field::placeholder {
color: #666;
font-style: italic;
}
.header-search .search-field:focus {
outline: none;
}
.header-search .search-form:focus-within {
border-bottom-color: #75A944;
}
.header-search .search-submit {
display: none;
}
.site-main {
margin: 0;
padding: 0;
}
.site-main .posts-container,
.site-main .no-posts {
max-width: 1200px;
margin: 2rem auto;
padding: 0 60px;
}
.site-footer {
margin-top: 50px;
font-family: 'Poppins', sans-serif;
}
.footer-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 60px;
}
.footer-top {
background-color: #E8E8E8;
height: 100px;
display: flex;
align-items: center;
position: relative;
}
.footer-richard-section {
display: flex;
align-items: center;
gap: 40px;
}
.richard-photo {
flex-shrink: 0;
}
.richard-photo img {
width: 247.33px;
height: 239.88px;
border-radius: 50%;
object-fit: cover;
}
.richard-content {
flex: 1;
}
.footer-cta-title {
font-size: 20.345px;
font-weight: 200;
color: #333;
margin: 0 0 5px 0;
letter-spacing: 0.02em;
line-height: 1.2;
}
.footer-contact {
margin-bottom: 0;
}
.footer-call-text {
font-size: 22.345px;
font-weight: 600;
color: #333;
margin-right: 10px;
}
.footer-phone {
font-size: 22.345px;
font-weight: 600;
color: #333;
text-decoration: underline;
}
.footer-phone:hover {
color: #75A944;
}
.richard-title {
font-size: 10.6294px;
color: #73A842;
font-style: normal;
margin: 5px 0 0 0;
font-weight: 600;
position: absolute;
top: 100px;
}
.footer-middle {
background-color: #fff;
padding: 40px 0 0 0;
}
.footer-logos {
display: flex;
justify-content: center;
align-items: center;
gap: 80px;
}
.logo-item img {
max-height: 100px;
width: auto;
}
.logo-item img[src*="best-in-class-logo"] {
width: 191px !important;
height: 145px !important;
max-height: none !important;
}
.logo-item img[src*="checkatradelogo"] {
width: 213px !important;
height: auto !important;
max-height: none !important;
}
.footer-new-section {
background-color: #fff;
padding: 0;
height: 40px;
position: relative;
}
.footer-new-section::before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
height: 2px;
background-color: #75A944;
width: 100vw;
margin-left: calc(-50vw + 50%);
}
.footer-bottom {
background-color: #fff;
color: #333;
padding: 0;
}
.footer-bottom-content {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.footer-contact-info {
display: flex;
gap: 40px;
}
.footer-contact-item {
display: flex;
align-items: center;
gap: 10px;
font-size: 18px;
}
.footer-contact-item i {
color: #75A944;
background-color: #fff;
width: 31px;
height: 31px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 3px;
font-size: 22px;
}
.footer-contact-item a {
color: #000;
text-decoration: underline;
font-weight: 600;
font-size: 15.0863px;
}
.footer-contact-item a:hover {
text-decoration: underline;
}
.footer-social {
display: flex;
gap: 2px;
}
.footer-social-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
color: #000 !important;
text-decoration: none;
font-size: 24px;
transition: opacity 0.3s;
}
.footer-social-icon:hover {
opacity: 0.7;
}
.footer-social-icon i {
color: #000;
}
.footer-legal {
text-align: center;
border-top: 1px solid rgba(255, 255, 255, 0.2);
padding-top: 0;
}
.footer-legal p {
margin: 8px 0;
font-size: 14px;
line-height: 1.4;
color: #333;
}
.footer-legal p:first-child {
background-color: #75A944;
color: #fff;
padding: 10px 45px;
margin: 8px -60px;
}
.footer-legal a {
color: #fff;
text-decoration: underline;
}
.footer-legal a:hover {
text-decoration: none;
}
.footer-company-info {
font-size: 12px !important;
opacity: 0.8;
}
@media (max-width: 770px) {
.footer-container {
padding: 0 10px;
}
.footer-richard-section {
flex-direction: row;
text-align: left;
gap: 15px;
align-items: center;
}
.richard-photo img {
width: 160px;
height: 160px;
}
.footer-cta-title {
font-size: 14px;
line-height: 1.1;
margin: 0 0 2px 0;
}
.footer-call-text,
.footer-phone {
font-size: 14px;
line-height: 1.1;
}
.footer-contact {
margin-bottom: 2px;
}
.richard-title {
font-size: 12px;
top: 100px;
}
.footer-logos {
flex-direction: row;
gap: 40px;
}
.footer-bottom-content {
flex-direction: column;
gap: 20px;
text-align: center;
}
.footer-contact-info {
flex-direction: row;
gap: 20px;
justify-content: center;
}
.footer-legal {
text-align: center;
}
}
@media (max-width: 448px) {
.footer-logos {
flex-direction: column;
gap: 30px;
}
.footer-legal {
padding: 20px 10px;
}
}
.posts-container {
display: grid;
gap: 2rem;
margin-bottom: 2rem;
}
.entry-header {
margin-bottom: 1rem;
}
.entry-title {
font-size: 1.8rem;
margin-bottom: 0.5rem;
}
.entry-title a {
text-decoration: none;
color: #2c3e50;
transition: color 0.3s;
}
.entry-title a:hover {
color: #3498db;
}
.entry-meta {
color: #666;
font-size: 0.9rem;
margin-bottom: 1rem;
}
.entry-content {
line-height: 1.7;
margin-bottom: 1rem;
}
.read-more {
background: #3498db;
color: white;
padding: 0.5rem 1rem;
text-decoration: none;
border-radius: 4px;
transition: background 0.3s;
}
.read-more:hover {
background: #2980b9;
}
.post-thumbnail {
margin-bottom: 1rem;
}
.post-thumbnail img {
width: 100%;
height: auto;
border-radius: 4px;
}
.pagination {
margin: 2rem 0;
text-align: center;
}
.pagination a,
.pagination span {
display: inline-block;
padding: 0.5rem 1rem;
margin: 0 0.25rem;
text-decoration: none;
border: 1px solid #ddd;
border-radius: 4px;
}
.pagination a:hover {
background: #3498db;
color: white;
border-color: #3498db;
}
.pagination .current {
background: #3498db;
color: white;
border-color: #3498db;
}
.comments-area {
margin-top: 2rem;
padding-top: 2rem;
border-top: 1px solid #eee;
}
.comment-list {
list-style: none;
padding: 0;
}
.comment-list li {
margin-bottom: 1rem;
padding: 1rem;
background: #f9f9f9;
border-radius: 4px;
}
.search-form {
display: flex;
gap: 0.5rem;
margin-bottom: 1rem;
}
.search-field {
flex: 1;
padding: 0.5rem;
border: 1px solid #ddd;
border-radius: 4px;
}
.search-submit {
padding: 0.5rem 1rem;
background: #3498db;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
}
.search-submit:hover {
background: #2980b9;
}
.widget-area {
background: #f9f9f9;
padding: 1rem;
border-radius: 4px;
margin-bottom: 1rem;
}
.widget-title {
font-size: 1.2rem;
margin-bottom: 1rem;
color: #2c3e50;
}
.widget ul {
list-style: none;
padding: 0;
}
.widget li {
margin-bottom: 0.5rem;
}
.widget a {
text-decoration: none;
color: #333;
}
.widget a:hover {
color: #3498db;
}
.mobile-menu-toggle {
display: none;
position: absolute;
top: 15px;
right: 60px;
background: none;
border: none;
font-size: 24px;
cursor: pointer;
padding: 0.5rem;
color: #333;
z-index: 10000;
}
@media (max-width: 1024px) {
.header-search .search-field {
width: 200px;
}
}
@media (max-width: 878px) {
.header-search {
display: none;
}
}
.mobile-menu-container {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
z-index: 9999;
}
.mobile-menu-container.menu-open {
display: block;
}
.mobile-navigation {
position: absolute;
top: 0;
right: 0;
width: 300px;
height: 100%;
background: white;
transform: translateX(100%);
transition: transform 0.3s ease;
overflow-y: auto;
}
.mobile-menu-container.menu-open .mobile-navigation {
transform: translateX(0);
}
.mobile-navigation ul {
list-style: none;
margin: 0;
padding: 60px 20px 20px 20px;
}
.mobile-navigation li {
position: relative;
}
.mobile-navigation a {
display: block;
padding: 15px 0;
color: #333;
text-decoration: none;
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 18px;
letter-spacing: .003em;
text-transform: uppercase;
border-bottom: 1px solid #eee;
position: relative;
}
.mobile-navigation a:hover {
color: #75A944;
background-color: transparent;
}
.mobile-navigation .menu-item-has-children > a::after {
content: '+';
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
font-size: 20px;
font-weight: normal;
color: #75A944;
transition: transform 0.3s ease;
}
.mobile-navigation .menu-item-has-children.submenu-open > a::after {
content: '−';
transform: translateY(-50%) rotate(0deg);
}
.mobile-navigation ul ul {
display: none;
background: #f8f9fa;
margin: 0;
padding: 0;
border-top: 1px solid #eee;
}
.mobile-navigation ul ul.submenu-open {
display: block;
}
.mobile-navigation ul ul li {
border-bottom: none;
}
.mobile-navigation ul ul a {
padding: 12px 0 12px 20px;
font-size: 16px;
font-weight: 600;
text-transform: none;
color: #666;
border-bottom: 1px solid #e0e0e0;
}
.mobile-navigation ul ul a:hover {
color: #75A944;
background: #fff;
}
.mobile-navigation ul ul a::after {
display: none;
}
@media (max-width: 768px) {
.navigation-header,
.primary-navigation {
display: none !important;
}
.site-header {
position: relative;
}
.top-header {
padding: 15px 0;
}
.top-header .header-container {
flex-direction: column;
gap: 0;
padding: 0 20px;
}
.site-branding {
order: 1;
width: 100%;
display: flex;
justify-content: center;
margin-bottom: 15px;
}
.mobile-menu-toggle {
display: block;
right: 20px;
}
.header-right-section {
order: 2;
width: 100%;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 15px;
}
.header-contact-info {
gap: 15px;
align-items: center;
}
.contact-phone {
align-items: center;
white-space: nowrap;
}
.jacob-photo {
width: 35px;
height: 35px;
}
.social-media {
gap: 2px;
}
.social-icon {
width: 25px;
height: 25px;
font-size: 20px;
}
.site-main {
padding: 0 0;
}
.entry-title {
font-size: 1.5rem;
}
}
@media (max-width: 480px) {
.site-logo img {
width: 160px;
height: 67px;
}
.site-title {
font-size: 1.5rem;
}
.contact-text {
font-size: 12px;
}
.phone-number {
font-size: 12px;
}
.jacob-photo {
width: 35px;
height: 35px;
}
.header-search .search-form {
width: 100%;
}
}
.hero-section {
position: relative;
width: 100vw;
height: 600px;
max-height: 600px;
overflow: hidden;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
}
.hero-background-carousel {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.hero-background-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
opacity: 0;
transition: opacity 1s ease-in-out;
}
.hero-background-slide.active {
opacity: 1;
}
.hero-background-slide.fade-out {
opacity: 0;
}
.hero-overlay {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 55%;
height: auto;
background: linear-gradient(135deg, rgba(117, 169, 68, 0.9) 0%, rgba(117, 169, 68, 0.85) 100%);
clip-path: polygon(0 0, 85% 0, 75% 100%, 0 100%);
display: flex;
align-items: center;
justify-content: flex-start;
padding: 40px 60px 40px 60px;
overflow: hidden;
box-sizing: border-box;
}
.hero-content {
width: 100%;
max-width: 400px;
color: white;
word-wrap: break-word;
overflow-wrap: break-word;
flex-shrink: 1;
min-width: 0;
}
.hero-title {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 36.9663px;
line-height: 1.1;
margin-bottom: 30px;
text-transform: uppercase;
letter-spacing: 0.02em;
color: white;
word-wrap: break-word;
overflow-wrap: break-word;
max-width: 100%;
}
.hero-description {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 13.9775px;
line-height: 1.6;
margin-bottom: 25px;
color: white;
word-wrap: break-word;
overflow-wrap: break-word;
hyphens: auto;
max-width: 100%;
}
.hero-tagline {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 14.9775px;
font-style: italic;
text-transform: uppercase;
letter-spacing: 0.02em;
margin-bottom: 0;
color: black;
word-wrap: break-word;
overflow-wrap: break-word;
max-width: 100%;
}
@media (max-width: 1024px) {
.hero-overlay {
left: 0;
width: 60%;
clip-path: polygon(0 0, 90% 0, 75% 100%, 0 100%);
padding: 35px 50px 35px 40px;
}
.hero-content {
max-width: 350px;
}
.hero-title {
font-size: 32px;
font-weight: 600;
}
.hero-description {
font-size: 12.5px;
font-weight: 600;
}
.hero-tagline {
font-size: 13.5px;
font-weight: 600;
}
}
@media (max-width: 768px) {
.hero-section {
height: 500px;
max-height: 500px;
width: 100vw;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
}
.hero-overlay {
left: 0;
width: 75%;
clip-path: polygon(0 0, 90% 0, 80% 100%, 0 100%);
padding: 30px 40px 30px 30px;
}
.hero-content {
max-width: 280px;
}
.hero-title {
font-size: 28px;
font-weight: 600;
margin-bottom: 20px;
}
.hero-description {
font-size: 11.5px;
font-weight: 600;
margin-bottom: 20px;
}
.hero-tagline {
font-size: 12.5px;
font-weight: 600;
}
}
@media (max-width: 480px) {
.hero-section {
height: 450px;
max-height: 450px;
width: 100vw;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
}
.hero-overlay {
left: 50%;
transform: translate(-50%, -50%);
width: calc(100% - 40px);
max-width: 350px;
clip-path: none;
padding: 25px 30px 25px 20px;
background: rgba(117, 169, 68, 0.9);
}
.hero-content {
max-width: 100%;
}
.hero-title {
font-size: 24px;
font-weight: 600;
margin-bottom: 15px;
}
.hero-description {
font-size: 10.5px;
font-weight: 600;
margin-bottom: 15px;
}
.hero-tagline {
font-size: 11.5px;
font-weight: 600;
}
}
.dream-kitchen-section {
background-color: #000;
color: white;
padding: 80px 0;
text-align: center;
position: relative;
width: 100vw;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
}
.dream-kitchen-content {
max-width: 1200px;
margin: 0 auto;
padding: 0 60px;
}
.dream-kitchen-title {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-style: italic;
font-size: 32.4313px;
line-height: 1.2;
margin-bottom: 40px;
text-transform: uppercase;
letter-spacing: 0.02em;
}
.green-text {
color: #75A944;
}
.scroll-down-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
border: 2px solid white;
border-radius: 50%;
cursor: pointer;
transition: all 0.3s ease;
margin-top: 20px;
}
.scroll-down-icon:hover {
background-color: #75A944;
border-color: #75A944;
transform: translateY(5px);
}
.scroll-down-icon i {
font-size: 24px;
color: white;
}
.contact-form-section {
position: relative;
height: 570px;
max-height: 570px;
display: flex;
align-items: center;
overflow: hidden;
width: 100vw;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
}
.contact-form-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('images/bg-01.avif');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: scroll;
}
.contact-form-container {
position: relative;
z-index: 2;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 40px 60px;
display: flex;
flex-direction: column;
height: 100%;
}
.contact-form-header {
text-align: center;
margin-bottom: 30px;
}
.contact-form-content {
display: flex;
gap: 60px;
align-items: flex-start;
flex: 1;
}
.contact-form-left {
flex: 1;
max-width: 500px;
}
.contact-form-right {
flex: 0 0 auto;
}
.contact-form-title {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-style: italic;
font-size: 32.4313px;
line-height: 1.2;
margin-bottom: 15px;
color: #000;
text-transform: uppercase;
letter-spacing: 0.02em;
}
.contact-form-subtitle {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 1.1rem;
line-height: 1.4;
margin-bottom: 30px;
color: #000;
font-style: italic;
}
.contact-form-wrapper {
background-color: #75A944;
padding: 40px;
border-radius: 10px;
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.contact-form-wrapper .wpcf7-form {
display: block;
}
.contact-form-wrapper .form-row {
display: flex;
gap: 20px;
margin-bottom: 20px;
}
.contact-form-wrapper .form-row:last-child {
align-items: center;
}
.contact-form-wrapper .form-row .form-field {
flex: 1;
}
.contact-form-wrapper .form-row .form-field.button-field {
flex: 0 0 auto;
}
.contact-form-wrapper .wpcf7-form-control-wrap {
display: block;
width: 100%;
}
.contact-form-wrapper .wpcf7-form-control {
width: 100%;
padding: 12px 0;
border: none;
border-bottom: 2px solid rgba(255,255,255,0.3);
background: transparent;
color: white;
font-family: 'Poppins', sans-serif;
font-size: 16px;
outline: none;
transition: border-bottom-color 0.3s ease;
}
.contact-form-wrapper .wpcf7-form-control::placeholder {
color: rgba(255,255,255,0.6);
font-style: italic;
}
.contact-form-wrapper .wpcf7-form-control:focus {
border-bottom-color: white;
}
.contact-form-wrapper .wpcf7-select {
appearance: none;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3e%3cpath d='m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 16px;
cursor: pointer;
height: 50px;
box-sizing: border-box;
padding: 12px 40px 12px 10px;
border: none;
border-bottom: 2px solid rgba(255,255,255,0.3);
background-color: transparent;
color: white;
font-family: 'Poppins', sans-serif;
font-size: 16px;
}
.contact-form-wrapper .wpcf7-select option {
background-color: #75A944;
color: white;
}
.contact-form-wrapper .wpcf7-submit {
background: transparent;
color: white;
border: 2px solid white;
padding: 15px 30px;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 16px;
text-transform: uppercase;
cursor: pointer;
transition: all 0.3s ease;
border-radius: 5px;
min-width: 150px;
height: 50px;
box-sizing: border-box;
}
.contact-form-wrapper .wpcf7-submit:hover {
background-color: white;
color: #75A944;
transform: translateY(-2px);
}
.contact-form-wrapper .wpcf7-spinner {
margin: 0 10px;
}
.contact-form-wrapper .wpcf7-response-output {
grid-column: 1 / -1;
margin-top: 15px;
padding: 10px;
border-radius: 5px;
font-family: 'Poppins', sans-serif;
font-size: 14px;
}
.contact-form-wrapper .wpcf7-mail-sent-ok {
background-color: rgba(255,255,255,0.1);
color: white;
border: 1px solid rgba(255,255,255,0.3);
}
.contact-form-wrapper .wpcf7-validation-errors {
background-color: rgba(255,0,0,0.1);
color: #ffcccc;
border: 1px solid rgba(255,0,0,0.3);
}
.contact-form-wrapper .wpcf7-not-valid-tip {
color: #ffcccc;
font-size: 12px;
margin-top: 5px;
}
.contact-form-wrapper .fallback-form .form-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-bottom: 20px;
align-items: start;
}
.contact-form-wrapper .fallback-form label {
display: block;
color: rgba(255,255,255,0.9);
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.contact-form-wrapper .fallback-form input,
.contact-form-wrapper .fallback-form select {
width: 100%;
padding: 12px 0;
border: none;
border-bottom: 2px solid rgba(255,255,255,0.3);
background: transparent;
color: white;
font-family: 'Poppins', sans-serif;
font-size: 16px;
outline: none;
margin-top: 5px;
}
.contact-form-wrapper .fallback-form input:focus,
.contact-form-wrapper .fallback-form select:focus {
border-bottom-color: white;
}
.contact-form-wrapper .fallback-submit {
background: transparent !important;
color: white !important;
border: 2px solid white !important;
padding: 15px 30px !important;
font-family: 'Poppins', sans-serif !important;
font-weight: 600 !important;
font-size: 16px !important;
text-transform: uppercase !important;
cursor: pointer !important;
border-radius: 5px !important;
min-width: 150px !important;
}
.video-wrapper {
position: relative;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.video-wrapper iframe {
display: block;
border-radius: 10px;
}
@media (max-width: 1024px) {
.dream-kitchen-content {
padding: 0 40px;
}
.dream-kitchen-title {
font-size: 25.95px;
}
.contact-form-container {
padding: 30px 40px;
}
.contact-form-header {
margin-bottom: 25px;
}
.contact-form-content {
gap: 40px;
}
}
@media (max-width: 768px) {
.dream-kitchen-section {
padding: 60px 0;
width: 100vw;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
height: auto;
overflow: visible;
padding-bottom: 40px;
}
.dream-kitchen-content {
padding: 0 30px;
}
.dream-kitchen-title {
font-size: 25.95px;
margin-bottom: 30px;
}
.scroll-down-icon {
width: 50px;
height: 50px;
}
.scroll-down-icon i {
font-size: 20px;
}
.contact-form-section {
height: auto;
min-height: 800px;
width: 100vw;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
}
.contact-form-background {
background-attachment: scroll;
}
.contact-form-container {
padding: 30px 30px 80px 30px;
}
.contact-form-header {
margin-bottom: 20px;
}
.contact-form-content {
flex-direction: column;
gap: 30px;
}
.contact-form-left {
max-width: none;
}
.contact-form-title {
font-size: 25.95px;
}
.contact-form-subtitle {
font-size: 1rem;
}
.contact-form-wrapper {
padding: 30px;
margin-bottom: 30px;
}
.contact-form-right {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
padding: 20px 0;
}
.video-wrapper {
margin: 0 auto;
display: block;
text-align: center;
}
.video-wrapper iframe {
width: 100%;
max-width: 300px;
height: 200px;
margin: 0 auto;
display: block;
}
}
@media (max-width: 480px) {
.dream-kitchen-section {
width: 100vw;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
height: auto;
overflow: visible;
padding-bottom: 60px;
}
.dream-kitchen-title {
font-size: 22.75px;
}
.contact-form-section {
width: 100vw;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
height: auto;
min-height: 1000px;
}
.contact-form-container {
padding: 20px 20px 100px 20px;
}
.contact-form-header {
margin-bottom: 15px;
}
.contact-form-wrapper .form-row {
flex-direction: column;
gap: 15px;
}
.contact-form-wrapper .wpcf7-submit {
width: 100%;
}
.contact-form-right {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
padding: 20px 0 40px 0;
}
.video-wrapper {
margin: 0 auto;
max-width: 280px;
display: block;
text-align: center;
}
.video-wrapper iframe {
width: 100%;
height: 180px;
margin: 0 auto;
display: block;
}
}
.transform-kitchen-section {
background: #fff;
padding: 80px 0;
margin-bottom: 40px;
text-align: center;
position: relative;
z-index: 1;
clear: both;
}
.transform-kitchen-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.transform-kitchen-title {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-style: italic;
font-size: 32.4313px;
color: #333;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 0.02em;
margin: 0;
}
.transform-kitchen-title .green-number {
color: #75A944;
}
.kitchen-image-carousel {
position: relative;
width: 100vw;
margin: 40px calc(-50vw + 50%) 0;
}
.kitchen-carousel-container {
position: relative;
width: 100%;
overflow: hidden;
}
.kitchen-carousel-track {
position: relative;
width: 100%;
height: 400px;
}
.kitchen-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 0.5s ease-in-out;
}
.kitchen-slide.active {
opacity: 1;
}
.kitchen-slide img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.kitchen-carousel-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(117, 169, 68, 0.8);
color: white;
border: none;
width: 50px;
height: 50px;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
transition: all 0.3s ease;
z-index: 10;
}
.kitchen-prev {
left: 20px;
}
.kitchen-next {
right: 20px;
}
.kitchen-carousel-nav:hover {
background: #75A944;
transform: translateY(-50%) scale(1.1);
}
.kitchen-carousel-nav:active {
transform: translateY(-50%) scale(0.95);
}
@media (max-width: 1024px) {
.transform-kitchen-title {
font-size: 25.95px;
}
.kitchen-carousel-track {
height: 350px;
}
.kitchen-carousel-nav {
width: 45px;
height: 45px;
font-size: 16px;
}
.kitchen-prev {
left: 15px;
}
.kitchen-next {
right: 15px;
}
}
@media (max-width: 768px) {
.transform-kitchen-section {
padding: 60px 0;
}
.transform-kitchen-title {
font-size: 25.95px;
padding: 0 10px;
}
.kitchen-image-carousel {
margin-top: 30px;
}
.kitchen-carousel-track {
height: 300px;
}
.kitchen-carousel-nav {
width: 40px;
height: 40px;
font-size: 14px;
}
.kitchen-prev {
left: 10px;
}
.kitchen-next {
right: 10px;
}
}
@media (max-width: 480px) {
.transform-kitchen-section {
padding: 40px 0;
}
.transform-kitchen-container {
padding: 0 15px;
}
.transform-kitchen-title {
font-size: 22.75px;
}
.kitchen-image-carousel {
margin-top: 25px;
}
.kitchen-carousel-track {
height: 250px;
}
.kitchen-carousel-nav {
width: 35px;
height: 35px;
font-size: 12px;
}
.kitchen-prev {
left: 10px;
}
.kitchen-next {
right: 10px;
}
}
.transform-kitchen-section {
position: relative;
z-index: 1;
clear: both;
overflow: hidden;
}
/* Editable Carousel Section */
.editable-carousel-section {
padding: 80px 0;
background: #f8f8f8;
position: relative;
overflow: hidden;
}

.editable-carousel-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
position: relative;
}

.editable-carousel-wrapper {
position: relative;
width: 100%;
}

.editable-carousel-content {
position: relative;
width: 100%;
overflow: hidden;
}

.editable-carousel-track {
position: relative;
width: 100%;
height: 500px;
}

.editable-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 0.5s ease-in-out;
display: flex;
align-items: center;
gap: 40px;
}

.editable-slide.active {
opacity: 1;
}

.editable-slide-image-container {
flex: 1;
position: relative;
height: 400px;
}

.editable-slide-image {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
border-radius: 15px;
transform: rotate(-2deg);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.editable-slide-number {
position: absolute;
top: -15px;
left: -15px;
background: #75A944;
color: white;
width: 60px;
height: 60px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
font-weight: bold;
z-index: 10;
box-shadow: 0 4px 15px rgba(117, 169, 68, 0.3);
}

.editable-slide-k4-bg {
position: absolute;
bottom: -20px;
right: -20px;
background: rgba(117, 169, 68, 0.1);
color: #75A944;
font-size: 120px;
font-weight: bold;
padding: 20px;
border-radius: 15px;
z-index: 5;
opacity: 0.3;
}

.editable-slide-text-container {
flex: 1;
padding: 40px;
}

.editable-slide-text {
font-size: 18px;
line-height: 1.6;
color: #333;
}

.editable-slide-text p {
margin-bottom: 20px;
}

.editable-slide-text p:last-child {
margin-bottom: 0;
}

.editable-carousel-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(117, 169, 68, 0.8);
color: white;
border: none;
width: 50px;
height: 50px;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
transition: all 0.3s ease;
z-index: 10;
}

.editable-prev {
left: -25px;
}

.editable-next {
right: -25px;
}

.editable-carousel-nav:hover {
background: #75A944;
transform: translateY(-50%) scale(1.1);
}

.editable-carousel-nav:active {
transform: translateY(-50%) scale(0.95);
}

.editable-carousel-indicators {
display: flex;
justify-content: center;
gap: 10px;
margin-top: 30px;
}

.editable-indicator {
background: rgba(117, 169, 68, 0.3);
color: #75A944;
border: 2px solid #75A944;
width: 40px;
height: 40px;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
transition: all 0.3s ease;
}

.editable-indicator.active,
.editable-indicator:hover {
background: #75A944;
color: white;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
.editable-slide {
flex-direction: column;
height: auto;
gap: 30px;
}

.editable-carousel-track {
height: auto;
min-height: 600px;
}

.editable-slide-image-container {
height: 300px;
}

.editable-slide-text-container {
padding: 20px;
}

.editable-carousel-nav {
width: 45px;
height: 45px;
font-size: 16px;
}

.editable-prev {
left: -22px;
}

.editable-next {
right: -22px;
}
}

@media (max-width: 768px) {
.editable-carousel-section {
padding: 60px 0;
}

.editable-slide-image-container {
height: 250px;
}

.editable-slide-number {
width: 50px;
height: 50px;
font-size: 20px;
top: -10px;
left: -10px;
}

.editable-slide-k4-bg {
font-size: 80px;
bottom: -15px;
right: -15px;
}

.editable-slide-text {
font-size: 16px;
}

.editable-carousel-nav {
width: 40px;
height: 40px;
font-size: 14px;
}

.editable-prev {
left: -20px;
}

.editable-next {
right: -20px;
}

.editable-indicator {
width: 35px;
height: 35px;
}
}

@media (max-width: 480px) {
.editable-carousel-section {
padding: 40px 0;
}

.editable-carousel-container {
padding: 0 15px;
}

.editable-slide {
gap: 20px;
}

.editable-slide-image-container {
height: 200px;
}

.editable-slide-text-container {
padding: 15px 0;
}

.editable-slide-text {
font-size: 14px;
}

.editable-carousel-nav {
width: 35px;
height: 35px;
font-size: 12px;
}

.editable-prev {
left: -17px;
}

.editable-next {
right: -17px;
}

.editable-indicator {
width: 30px;
height: 30px;
font-size: 12px;
}
}

.homepage-content {
position: relative;
z-index: 3;
clear: both;
margin-top: 0;
padding-top: 20px;
}
.customer-reviews-section + .homepage-content {
margin-top: 40px;
clear: both;
padding-top: 20px;
}
.homepage-content {
position: relative;
z-index: 1;
clear: both;
padding: 20px 0;
}
.transform-kitchen-section::after {
content: "";
display: block;
clear: both;
height: 0;
}
.kitchen-desktop-image,
.kitchen-mobile-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.kitchen-mobile-image {
display: none;
}
@media (max-width: 710px) {
.kitchen-desktop-image {
display: none;
}
.kitchen-mobile-image {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
}
.kitchen-image-carousel {
width: 100vw;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
}
.kitchen-carousel-track {
height: 300px !important;
max-height: none !important;
}
.kitchen-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background-color: #f5f5f5;
}
.kitchen-mobile-image {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
}
}
.customer-reviews-section {
position: relative;
width: 100vw;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
margin-bottom: 0;
min-height: 600px;
display: flex;
align-items: center;
z-index: 1;
clear: both;
}
.how-it-works-section {
background: #f8f9fa;
width: 100vw;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
padding: 80px 0;
position: relative;
z-index: 1;
clear: both;
overflow: hidden;
}
.how-it-works-content {
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
padding: 0 180px;
align-items: start;
}
.how-it-works-column {
position: relative;
}
.how-it-works-title {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 25.2588px;
color: #75A944;
margin: 0 0 20px 0;
letter-spacing: 0.02em;
line-height: 1.2;
}
.how-it-works-subtitle {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 15.1725px;
color: #4f4f4f;
margin: 0 0 15px 0;
line-height: 1.4;
}
.how-it-works-description {
font-family: 'Poppins', sans-serif;
font-weight: 200;
font-size: 13.1725px;
color: #4f4f4f;
margin: 0 0 40px 0;
line-height: 1.6;
}
.process-title {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 15.1725px;
color: #4f4f4f;
margin: 0 0 30px 0;
}
.process-step {
margin-bottom: 35px;
padding-bottom: 25px;
border-bottom: 2px solid #e9ecef;
}
.process-step:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.step-header {
margin-bottom: 12px;
}
.step-week {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 15.1725px;
color: #75A944;
display: block;
margin-bottom: 5px;
}
.how-it-works-section .step-title {
font-family: 'Poppins', sans-serif;
font-weight: 200;
font-size: 15.1725px;
color: #4f4f4f !important;
text-transform: uppercase;
font-style: italic;
display: block;
}
.how-it-works-section .step-description {
font-family: 'Poppins', sans-serif;
font-weight: 200;
font-size: 13.1725px;
color: #4f4f4f !important;
margin: 0;
line-height: 1.6;
}
.remember-section {
margin: 40px 0 30px 0;
padding: 25px;
background: white;
border-radius: 10px;
border-left: 5px solid #75A944;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.remember-title {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 1.2rem;
color: #333;
margin: 0 0 12px 0;
font-style: italic;
}
.remember-text {
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 1rem;
color: #666;
margin: 0;
line-height: 1.6;
}
.contact-link {
margin: 30px 0 50px 0;
}
.how-it-works-link {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 1.1rem;
color: #75A944;
text-decoration: underline;
transition: all 0.3s ease;
}
.how-it-works-link:hover {
color: #5a8232;
text-decoration: none;
}
.trust-section {
text-align: center;
margin-top: 40px;
}
.trust-title {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-style: italic;
font-size: 32.4313px;
color: #75A944;
text-transform: uppercase;
margin: 0 0 30px 0;
letter-spacing: 0.02em;
}
.trust-logo {
display: flex;
justify-content: center;
align-items: center;
}
.trust-logo img {
max-width: 100%;
height: auto;
max-height: 150px;
object-fit: contain;
}
@media (max-width: 768px) {
.how-it-works-section {
padding: 60px 0;
}
.how-it-works-content {
grid-template-columns: 1fr;
gap: 50px;
padding: 0 100px;
}
.how-it-works-title {
font-size: 22px;
}
.trust-title {
font-size: 25.95px;
}
.how-it-works-subtitle {
font-size: 14px;
}
.process-title {
font-size: 14px;
}
.step-week {
font-size: 14px;
}
.how-it-works-section .step-title {
font-size: 14px;
}
.how-it-works-section .step-description {
font-size: 12px;
}
}
@media (max-width: 480px) {
.how-it-works-section {
padding: 40px 0;
}
.how-it-works-content {
padding: 0 50px;
gap: 40px;
}
.how-it-works-title {
font-size: 20px;
}
.trust-title {
font-size: 22.75px;
}
.trust-logo img {
max-height: 120px;
}
.remember-section {
padding: 20px;
}
.step-week {
font-size: 13px;
}
.how-it-works-section .step-title {
font-size: 13px;
}
.how-it-works-section .step-description {
font-size: 11px;
}
}
.kitchen-vs-makeover-section {
width: 100vw;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
position: relative;
z-index: 1;
clear: both;
overflow: hidden;
}
.kitchen-vs-makeover-background {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
min-height: 600px;
display: flex;
align-items: center;
position: relative;
}
.kitchen-vs-makeover-background::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
z-index: 1;
}
.kitchen-vs-makeover-container {
max-width: 1200px;
margin: 0 auto;
padding: 80px 40px;
position: relative;
z-index: 2;
}
.kitchen-vs-makeover-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;
}
.makeover-content-column {
color: white;
}
.makeover-main-title {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-style: italic;
font-size: 32.4313px;
color: white;
text-transform: uppercase;
margin: 0 0 10px 0;
letter-spacing: 0.02em;
line-height: 1.1;
text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.makeover-highlight {
color: #75A944;
font-weight: 700;
}
.makeover-subtitle {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 1.4rem;
color: white;
text-transform: uppercase;
margin: 0 0 30px 0;
letter-spacing: 0.02em;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.makeover-description {
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 1.1rem;
color: white;
line-height: 1.7;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.makeover-description p {
margin: 0;
}
.makeover-video-column {
display: flex;
justify-content: center;
align-items: center;
}
.makeover-video-wrapper {
position: relative;
width: 100%;
max-width: 400px;
background: rgba(0,0,0,0.3);
border-radius: 15px;
padding: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.makeover-video-wrapper iframe {
width: 100%;
height: auto;
aspect-ratio: 297/261;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
@media (max-width: 768px) {
.kitchen-vs-makeover-container {
padding: 60px 20px;
}
.kitchen-vs-makeover-content {
grid-template-columns: 1fr;
gap: 50px;
text-align: center;
}
.makeover-main-title {
font-size: 25.95px;
}
.makeover-subtitle {
font-size: 1.2rem;
}
.makeover-description {
font-size: 1rem;
text-align: left;
}
.makeover-video-wrapper {
max-width: 350px;
padding: 15px;
}
}
@media (max-width: 480px) {
.kitchen-vs-makeover-background {
min-height: 500px;
}
.kitchen-vs-makeover-container {
padding: 40px 15px;
}
.kitchen-vs-makeover-content {
gap: 40px;
}
.makeover-main-title {
font-size: 22.75px;
}
.makeover-subtitle {
font-size: 1.1rem;
margin-bottom: 25px;
}
.makeover-description {
font-size: 0.95rem;
}
.makeover-video-wrapper {
max-width: 300px;
padding: 12px;
}
}
.our-kitchens-section {
padding: 80px 0 0 0;
background-color: #f8f9fa;
overflow: hidden;
}
.our-kitchens-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 0px;
}
.our-kitchens-header {
text-align: center;
margin-bottom: 60px;
}
.our-kitchens-title {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-style: italic;
font-size: 32.4313px;
color: #333;
text-transform: uppercase;
margin: 0 0 20px 0;
letter-spacing: 0.02em;
line-height: 1.2;
}
.our-kitchens-subtitle {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-style: italic;
font-size: 32.4313px;
color: #333;
text-transform: uppercase;
margin: 0 0 30px 0;
letter-spacing: 0.02em;
line-height: 1.2;
}
.our-kitchens-description {
font-family: 'Poppins', sans-serif;
font-size: 16px;
line-height: 1.6;
color: #666;
margin: 0 0 20px 0;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.our-kitchens-call-to-action {
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-style: italic;
color: #333;
margin: 0;
font-weight: 500;
}
.our-kitchens-gallery {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.kitchen-category {
position: relative;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.kitchen-category:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.kitchen-category-image {
position: relative;
width: 100%;
height: 525px;
overflow: hidden;
}
.kitchen-category-image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transition: transform 0.3s ease;
}
.kitchen-category:hover .kitchen-category-image img {
transform: scale(1.05);
}
.kitchen-category-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
padding: 40px 20px 20px;
color: white;
}
.kitchen-category-title {
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 24px;
text-transform: uppercase;
letter-spacing: 0.02em;
margin: 0;
text-align: center;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.kitchen-category-link {
display: block;
text-decoration: none;
color: inherit;
width: 100%;
height: 100%;
}
.kitchen-category-link:hover {
text-decoration: none;
color: inherit;
}
@media (max-width: 1024px) {
.our-kitchens-section {
padding: 60px 0 0 0;
}
.our-kitchens-container {
padding: 0;
}
.our-kitchens-header {
padding: 0 15px;
}
.our-kitchens-gallery {
gap: 25px;
width: 100vw;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
max-width: none;
padding: 0;
}
.kitchen-category {
margin: 0;
padding: 0;
}
.kitchen-category-image {
height: 525px;
}
.kitchen-category-title {
font-size: 22px;
}
}
@media (max-width: 768px) {
.our-kitchens-section {
padding: 50px 0 0 0;
}
.our-kitchens-container {
padding: 0;
}
.our-kitchens-header {
margin-bottom: 40px;
padding: 0 15px;
}
.our-kitchens-title {
font-size: 25.95px;
margin-bottom: 15px;
}
.our-kitchens-subtitle {
font-size: 25.95px;
margin-bottom: 25px;
}
.our-kitchens-description {
font-size: 15px;
margin-bottom: 15px;
}
.our-kitchens-call-to-action {
font-size: 15px;
}
.our-kitchens-gallery {
grid-template-columns: 1fr;
gap: 30px;
max-width: none;
margin: 0;
width: 100vw;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
}
.kitchen-category {
margin: 0;
padding: 0;
}
.kitchen-category-image {
height: 250px;
}
.kitchen-category-title {
font-size: 20px;
}
}
@media (max-width: 480px) {
.our-kitchens-section {
padding: 40px 0 0 0;
}
.our-kitchens-container {
padding: 0;
}
.our-kitchens-header {
margin-bottom: 30px;
padding: 0 15px;
}
.our-kitchens-title {
font-size: 22.75px;
margin-bottom: 10px;
}
.our-kitchens-subtitle {
font-size: 22.75px;
margin-bottom: 20px;
}
.our-kitchens-description {
font-size: 14px;
margin-bottom: 10px;
padding: 0 5px;
}
.our-kitchens-call-to-action {
font-size: 14px;
padding: 0 5px;
}
.our-kitchens-gallery {
gap: 25px;
max-width: none;
margin: 0;
width: 100vw;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
}
.kitchen-category {
margin: 0;
padding: 0;
}
.kitchen-category-image {
height: 220px;
}
.kitchen-category-overlay {
padding: 30px 15px 15px;
}
.kitchen-category-title {
font-size: 18px;
}
}
.inspiration-section {
padding: 0;
overflow: hidden;
position: relative;
}
.inspiration-background {
position: relative;
min-height: 400px;
background: linear-gradient(100deg, #333 0%, #333 50%, #75A944 50%, #75A944 100%);
}
.inspiration-background::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(100deg, #333 0%, #333 48%, transparent 50%, transparent 52%, #75A944 52%, #75A944 100%);
z-index: 1;
}
.inspiration-container {
max-width: 1200px;
margin: 0 auto;
padding: 80px 20px;
position: relative;
z-index: 2;
}
.inspiration-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;
}
.inspiration-left {
color: white;
padding-right: 40px;
}
.inspiration-right {
color: #333;
padding-left: 40px;
}
.inspiration-title {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-style: italic;
font-size: 32.4313px;
color: #75A944;
text-transform: uppercase;
margin: 0 0 30px 0;
letter-spacing: 0.02em;
line-height: 1.2;
}
.inspiration-title-right {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-style: italic;
font-size: 32.4313px;
color: #333;
text-transform: uppercase;
margin: 0 0 30px 0;
letter-spacing: 0.02em;
line-height: 1.2;
}
.inspiration-description {
font-family: 'Poppins', sans-serif;
font-size: 16px;
line-height: 1.6;
color: white;
margin: 0 0 30px 0;
font-style: italic;
}
.inspiration-description-right {
font-family: 'Poppins', sans-serif;
font-size: 16px;
line-height: 1.6;
color: #333;
margin: 0 0 30px 0;
font-style: italic;
}
.inspiration-link {
font-family: 'Poppins', sans-serif;
font-size: 18px;
font-weight: 600;
color: #75A944;
text-decoration: none;
font-style: italic;
transition: color 0.3s ease;
}
.inspiration-link:hover {
color: #8BC34A;
}
.inspiration-link-right {
font-family: 'Poppins', sans-serif;
font-size: 18px;
font-weight: 600;
color: #333;
text-decoration: none;
font-style: italic;
transition: color 0.3s ease;
}
.inspiration-link-right:hover {
color: #555;
}
@media (max-width: 1024px) {
.inspiration-section {
width: 100vw;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
}
.inspiration-container {
padding: 60px 15px;
max-width: none;
}
.inspiration-content {
gap: 60px;
}
.inspiration-left {
padding-right: 20px;
}
.inspiration-right {
padding-left: 20px;
}
}
@media (max-width: 768px) {
.inspiration-section {
width: 100vw;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
}
.inspiration-background {
background: #75A944;
}
.inspiration-background::before {
display: none;
}
.inspiration-container {
padding: 50px 15px;
max-width: none;
}
.inspiration-content {
grid-template-columns: 1fr;
gap: 40px;
text-align: center;
}
.inspiration-left,
.inspiration-right {
padding: 0;
color: white;
}
.inspiration-title {
font-size: 25.95px;
color: white;
margin-bottom: 20px;
}
.inspiration-title-right {
font-size: 25.95px;
color: white;
margin-bottom: 20px;
}
.inspiration-description,
.inspiration-description-right {
color: white;
font-size: 15px;
margin-bottom: 25px;
}
.inspiration-link,
.inspiration-link-right {
color: white;
font-size: 16px;
}
.inspiration-link:hover,
.inspiration-link-right:hover {
color: #f0f0f0;
}
}
@media (max-width: 480px) {
.inspiration-section {
width: 100vw;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
}
.inspiration-container {
padding: 40px 15px;
max-width: none;
}
.inspiration-content {
gap: 30px;
}
.inspiration-title,
.inspiration-title-right {
font-size: 22.75px;
margin-bottom: 15px;
}
.inspiration-description,
.inspiration-description-right {
font-size: 14px;
margin-bottom: 20px;
}
.inspiration-link,
.inspiration-link-right {
font-size: 15px;
}
}
.customer-reviews-section::after {
content: "";
display: block;
clear: both;
height: 0;
}
.customer-reviews-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('images/bg-01.avif');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: scroll;
}
.customer-reviews-container {
position: relative;
z-index: 2;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 80px 60px;
}
.customer-reviews-content {
display: flex;
gap: 80px;
align-items: center;
min-height: 400px;
}
.reviews-carousel-container {
flex: 1;
max-width: 600px;
}
.reviews-section-title {
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 2.5rem;
color: white;
text-transform: uppercase;
letter-spacing: 0.02em;
margin-bottom: 40px;
text-align: left;
}
.reviews-carousel {
position: relative;
min-height: 250px;
}
.review-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
opacity: 0;
transition: opacity 0.6s ease-in-out;
}
.review-slide.active {
opacity: 1;
}
.review-bubble {
background: #75A944;
border-radius: 20px;
padding: 30px;
position: relative;
margin-bottom: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.review-bubble::after {
content: '';
position: absolute;
bottom: -15px;
left: 40px;
width: 0;
height: 0;
border: 15px solid transparent;
border-top-color: #75A944;
}
.review-header {
display: flex;
align-items: baseline;
margin-bottom: 15px;
flex-wrap: wrap;
}
.customer-name {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 1.1rem;
color: white;
margin: 0;
}
.review-date {
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 1.1rem;
color: white;
font-style: italic;
}
.review-text {
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 1rem;
line-height: 1.6;
color: white;
margin: 0;
}
.read-more-link {
color: #ffffff;
text-decoration: underline;
font-weight: 600;
cursor: pointer;
margin-left: 5px;
transition: opacity 0.3s ease;
}
.read-more-link:hover {
opacity: 0.8;
color: #ffffff;
}
.review-popup-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 9999;
align-items: center;
justify-content: center;
padding: 20px;
box-sizing: border-box;
}
.review-popup-content {
background: #75A944;
border-radius: 20px;
padding: 30px;
max-width: 600px;
width: 100%;
max-height: 80vh;
overflow-y: auto;
position: relative;
box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.review-popup-close {
position: absolute;
top: 15px;
right: 20px;
background: none;
border: none;
font-size: 30px;
color: white;
cursor: pointer;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: background-color 0.3s ease;
}
.review-popup-close:hover {
background-color: rgba(255, 255, 255, 0.2);
}
.review-popup-header {
display: flex;
align-items: baseline;
margin-bottom: 20px;
flex-wrap: wrap;
padding-right: 50px;
}
.review-popup-header h3 {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 1.2rem;
color: white;
margin: 0;
}
.review-popup-header span {
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 1.1rem;
color: white;
font-style: italic;
}
.review-popup-text {
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 1rem;
line-height: 1.6;
color: white;
margin: 0;
}
.video-container {
flex: 0 0 auto;
display: flex;
align-items: center;
justify-content: center;
min-width: 339px;
}
.youtube-video-wrapper {
border-radius: 15px;
overflow: hidden;
box-shadow: 0 15px 40px rgba(0,0,0,0.3);
background: #000;
position: relative;
}
.youtube-video-wrapper iframe {
border-radius: 15px;
display: block;
width: 339px;
height: 314px;
border: none;
}
@media (max-width: 1024px) {
.customer-reviews-container {
padding: 60px 40px;
}
.customer-reviews-content {
gap: 60px;
}
.reviews-section-title {
font-size: 2.2rem;
}
.youtube-video-wrapper iframe {
width: 300px;
height: 278px;
}
}
@media (max-width: 770px) {
.customer-reviews-section {
position: relative;
overflow: visible;
display: flex;
flex-direction: column;
align-items: center;
width: 100vw;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
z-index: 1;
clear: both;
}
.customer-reviews-section::after {
content: "";
display: block;
clear: both;
height: 0;
}
.customer-reviews-container {
padding: 40px 20px;
position: relative;
z-index: 2;
}
.customer-reviews-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('images/bg-01.avif');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
z-index: 1;
}
.customer-reviews-content {
flex-direction: column;
gap: 30px;
text-align: center;
align-items: center;
}
.reviews-carousel-container {
max-width: 100%;
width: 100%;
order: 2;
}
.video-container {
order: 1;
min-width: auto;
width: 100%;
max-width: 320px;
margin: 0 auto;
}
.review-bubble {
padding: 20px;
margin-bottom: 20px;
max-width: 90%;
margin-left: auto;
margin-right: auto;
}
.review-bubble::after {
left: 50%;
transform: translateX(-50%);
}
.youtube-video-wrapper {
width: 100%;
max-width: 320px;
margin: 0 auto;
}
.youtube-video-wrapper iframe {
width: 100%;
max-width: 320px;
height: 240px;
}
.reviews-carousel {
min-height: 200px;
}
}
@media (max-width: 480px) {
.customer-reviews-section {
width: 100vw;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
display: flex;
flex-direction: column;
align-items: center;
visibility: visible;
opacity: 1;
z-index: 1;
clear: both;
overflow: visible;
}
.customer-reviews-section::after {
content: "";
display: block;
clear: both;
height: 0;
}
.customer-reviews-container {
padding: 30px 15px;
position: relative;
z-index: 2;
}
.customer-reviews-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('images/bg-01.avif');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
z-index: 1;
}
.customer-reviews-content {
gap: 25px;
}
.video-container {
max-width: 280px;
}
.youtube-video-wrapper {
max-width: 280px;
}
.youtube-video-wrapper iframe {
width: 100%;
max-width: 280px;
height: 200px;
}
.review-bubble {
padding: 18px;
border-radius: 15px;
max-width: 95%;
}
.customer-name {
font-size: 1rem;
}
.review-date {
font-size: 0.95rem;
}
.review-text {
font-size: 0.9rem;
line-height: 1.5;
}
.reviews-carousel {
min-height: 180px;
}
.review-popup-content {
padding: 20px;
margin: 10px;
max-height: 90vh;
}
.review-popup-header h3 {
font-size: 1.1rem;
}
.review-popup-header span {
font-size: 1rem;
}
.review-popup-text {
font-size: 0.9rem;
}
.review-popup-close {
top: 10px;
right: 15px;
font-size: 24px;
}
}
.before-after-cta-section {
position: relative;
width: 100%;
height: 436.438px;
overflow: hidden;
}
.before-after-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: 50% 50%;
z-index: 1;
}
.before-after-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.25);
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
}
.before-after-content {
text-align: center;
color: white;
max-width: 800px;
padding: 0 20px;
}
.before-after-title {
font-family: 'Poppins', sans-serif;
font-size: 30.345px;
font-weight: 600;
font-style: italic;
line-height: 1.2;
margin: 0 0 30px 0;
text-transform: uppercase;
letter-spacing: 2px;
}
.before-after-cta-button {
display: inline-flex;
align-items: center;
justify-content: center;
width: 159px;
height: 46px;
background-color: transparent;
color: white;
border: 2px solid white;
border-radius: 50px;
text-decoration: none;
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
transition: all 0.3s ease;
margin: 0 0 20px 0;
}
.before-after-cta-button:hover {
background-color: #75A944;
color: white;
border-color: white;
}
.before-after-subtitle {
font-family: 'Poppins', sans-serif;
font-size: 23.2528px;
font-weight: 400;
line-height: 1.4;
margin: 20px 0 0 0;
text-transform: uppercase;
letter-spacing: 1px;
opacity: 0.9;
}
.page-content-section {
padding: 60px 0;
background-color: #f8f8f8;
}
.page-content-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
@media (max-width: 1024px) {
.before-after-title {
font-size: 27px;
}
.before-after-subtitle {
font-size: 20px;
}
.before-after-cta-button {
width: 135px;
height: 39px;
font-size: 15px;
}
}
@media (max-width: 768px) {
.before-after-cta-section {
height: 400px;
}
.before-after-content {
padding: 0 15px;
}
.before-after-title {
font-size: 24px;
margin-bottom: 25px;
}
.before-after-subtitle {
font-size: 18px;
}
.before-after-cta-button {
width: 119px;
height: 35px;
font-size: 14px;
}
.page-content-section {
padding: 40px 0;
}
}
@media (max-width: 480px) {
.before-after-cta-section {
height: 350px;
}
.before-after-title {
font-size: 20px;
margin-bottom: 20px;
letter-spacing: 1px;
}
.before-after-subtitle {
font-size: 16px;
line-height: 1.3;
}
.before-after-cta-button {
width: 103px;
height: 30px;
font-size: 13px;
margin-bottom: 15px;
}
.page-content-section {
padding: 30px 0;
}
.page-content-container {
padding: 0 15px;
}
}
.before-after-gallery-section {
padding: 60px 0;
background-color: #ffffff;
}
.gallery-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
}
.gallery-main-title {
font-family: 'Poppins', sans-serif;
font-size: 28.345px;
font-weight: 600;
font-style: italic;
color: #75A944;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 0 50px 0;
line-height: 1.2;
}
.gallery-section-title {
font-family: 'Poppins', sans-serif;
font-size: 22.345px;
font-weight: 600;
font-style: italic;
color: #000000;
text-transform: uppercase;
letter-spacing: 1px;
margin: 40px 0 30px 0;
line-height: 1.2;
}
.gallery-section-title:first-of-type {
margin-top: 0;
}
.gallery-grid {
display: grid;
grid-template-columns: repeat(3, auto);
gap: 10px;
margin-bottom: 50px;
justify-content: center;
}
.gallery-item {
cursor: pointer;
transition: transform 0.3s ease, box-shadow 0.3s ease;
overflow: hidden;
}
.gallery-item:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.gallery-image {
width: 215px;
height: 161.25px;
object-fit: cover;
object-position: center;
display: block;
}
.lightbox-overlay {
display: none;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.9);
cursor: pointer;
}
.lightbox-content {
position: relative;
margin: auto;
padding: 20px;
width: 90%;
max-width: 1000px;
top: 50%;
transform: translateY(-50%);
cursor: default;
}
.lightbox-content img {
width: 100%;
height: auto;
}
.lightbox-close {
position: absolute;
top: 10px;
right: 25px;
color: white;
font-size: 35px;
font-weight: bold;
cursor: pointer;
z-index: 10000;
}
.lightbox-close:hover {
color: #75A944;
}
@media (max-width: 1024px) {
.gallery-main-title {
font-size: 24px;
}
.gallery-section-title {
font-size: 19px;
}
.gallery-grid {
gap: 10px;
}
.gallery-image {
width: 185px;
height: 139px;
}
}
@media (max-width: 768px) {
.before-after-gallery-section {
padding: 40px 0;
}
.gallery-container {
padding: 0 15px;
}
.gallery-main-title {
font-size: 22px;
margin-bottom: 40px;
}
.gallery-section-title {
font-size: 18px;
margin: 35px 0 25px 0;
}
.gallery-grid {
gap: 10px;
margin-bottom: 40px;
}
.gallery-image {
width: 160px;
height: 120px;
}
.lightbox-content {
width: 95%;
padding: 15px;
}
.lightbox-close {
top: 5px;
right: 15px;
font-size: 30px;
}
}
@media (max-width: 480px) {
.before-after-gallery-section {
padding: 30px 0;
}
.gallery-main-title {
font-size: 18px;
margin-bottom: 30px;
}
.gallery-section-title {
font-size: 16px;
margin: 30px 0 20px 0;
}
.gallery-grid {
grid-template-columns: 1fr;
gap: 10px;
margin-bottom: 30px;
}
.gallery-image {
width: 280px;
height: 210px;
max-width: 100%;
}
.lightbox-content {
width: 95%;
padding: 10px;
}
.lightbox-close {
top: 0;
right: 10px;
font-size: 28px;
}
}
.doors-intro-section {
padding: 60px 0;
background-color: #ffffff;
}
.doors-intro-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
}
.doors-main-title {
font-family: 'Poppins', sans-serif;
font-size: 32.345px;
font-weight: 600;
font-style: italic;
color: #75A944;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 0 40px 0;
line-height: 1.2;
}
.doors-intro-paragraph {
font-family: 'Poppins', sans-serif;
font-size: 15.1725px;
font-weight: 600;
color: #4f4f4f;
line-height: 1.6;
margin: 0 0 30px 0;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}
.doors-description-paragraph {
font-family: 'Poppins', sans-serif;
font-size: 13.1725px;
font-weight: 200;
color: #4f4f4f;
line-height: 1.7;
margin: 0 0 50px 0;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
}
.doors-section-links {
display: flex;
justify-content: center;
gap: 80px;
margin-top: 50px;
}
.doors-section-link {
font-family: 'Poppins', sans-serif;
font-size: 18px;
font-weight: 200;
color: #75A944;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
transition: all 0.3s ease;
padding: 10px 0;
position: relative;
}
.doors-section-link:hover {
color: #5a7d33;
}
.doors-section-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #75A944;
transition: width 0.3s ease;
}
.doors-section-link:hover::after {
width: 100%;
}
.doors-section-anchor {
height: 80px;
margin-top: -80px;
}
@media (max-width: 1024px) {
.doors-main-title {
font-size: 28px;
}
.doors-intro-paragraph {
font-size: 14px;
}
.doors-description-paragraph {
font-size: 12px;
}
.doors-section-links {
gap: 60px;
}
.doors-section-link {
font-size: 16px;
}
}
@media (max-width: 768px) {
.doors-intro-section {
padding: 40px 0;
}
.doors-intro-container {
padding: 0 15px;
}
.doors-main-title {
font-size: 26px;
margin-bottom: 30px;
}
.doors-intro-paragraph {
font-size: 13px;
margin-bottom: 25px;
}
.doors-description-paragraph {
font-size: 11px;
margin-bottom: 40px;
}
.doors-section-links {
gap: 40px;
margin-top: 40px;
}
.doors-section-link {
font-size: 15px;
}
}
@media (max-width: 480px) {
.doors-intro-section {
padding: 30px 0;
}
.doors-main-title {
font-size: 22px;
margin-bottom: 25px;
}
.doors-intro-paragraph {
font-size: 12px;
margin-bottom: 20px;
}
.doors-description-paragraph {
font-size: 10px;
margin-bottom: 35px;
}
.doors-section-links {
flex-direction: column;
gap: 20px;
margin-top: 35px;
align-items: center;
}
.doors-section-link {
font-size: 14px;
}
}
.doors-detail-section {
padding: 80px 0;
background-color: #ffffff;
}
.doors-detail-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
}
.doors-section-title {
font-family: 'Poppins', sans-serif;
font-size: 32.345px;
font-weight: 600;
font-style: italic;
color: #75A944;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 0 30px 0;
line-height: 1.2;
}
.doors-section-paragraph {
font-family: 'Poppins', sans-serif;
font-size: 13.1725px;
font-weight: 200;
color: #4f4f4f;
line-height: 1.7;
margin: 0 0 25px 0;
max-width: 800px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
}
.doors-section-subtitle {
font-family: 'Poppins', sans-serif;
font-size: 15.1725px;
font-weight: 600;
color: #4f4f4f;
line-height: 1.6;
margin: 0 0 40px 0;
max-width: 800px;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
}
.doors-main-image-container {
margin: 0 0 50px 0;
display: flex;
justify-content: center;
}
.doors-main-image {
max-width: 100%;
height: auto;
border-radius: 0;
}
.doors-gallery-container {
display: grid;
grid-template-columns: repeat(4, 156px);
gap: 20px;
justify-content: center;
margin-top: 50px;
}
.doors-gallery-item {
width: 156px;
height: 156px;
overflow: hidden;
}
.doors-gallery-image {
width: 156px;
height: 156px;
object-fit: cover;
object-position: center;
display: block;
transition: transform 0.3s ease;
}
.doors-gallery-image:hover {
transform: scale(1.05);
}
.doors-gallery-item {
cursor: pointer;
}
.doors-lightbox-overlay {
display: none;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.9);
cursor: pointer;
}
.doors-lightbox-content {
position: relative;
margin: auto;
padding: 20px;
width: 90%;
max-width: 800px;
top: 50%;
transform: translateY(-50%);
cursor: default;
}
.doors-lightbox-content img {
width: 100%;
height: auto;
}
.doors-lightbox-close {
position: absolute;
top: 10px;
right: 25px;
color: white;
font-size: 35px;
font-weight: bold;
cursor: pointer;
z-index: 10000;
}
.doors-lightbox-close:hover {
color: #75A944;
}
@media (max-width: 1024px) {
.doors-detail-section {
padding: 60px 0;
}
.doors-section-title {
font-size: 28px;
}
.doors-section-paragraph {
font-size: 12px;
}
.doors-section-subtitle {
font-size: 14px;
}
.doors-gallery-container {
grid-template-columns: repeat(4, 130px);
gap: 15px;
}
.doors-gallery-item {
width: 130px;
height: 130px;
}
.doors-gallery-image {
width: 130px;
height: 130px;
}
}
@media (max-width: 768px) {
.doors-detail-section {
padding: 40px 0;
}
.doors-detail-container {
padding: 0 15px;
}
.doors-section-title {
font-size: 26px;
margin-bottom: 25px;
}
.doors-section-paragraph {
font-size: 11px;
margin-bottom: 20px;
}
.doors-section-subtitle {
font-size: 13px;
margin-bottom: 35px;
}
.doors-main-image-container {
margin-bottom: 40px;
}
.doors-gallery-container {
grid-template-columns: repeat(2, 150px);
gap: 15px;
margin-top: 40px;
}
.doors-gallery-item {
width: 150px;
height: 150px;
}
.doors-gallery-image {
width: 150px;
height: 150px;
}
}
@media (max-width: 480px) {
.doors-detail-section {
padding: 30px 0;
}
.doors-section-title {
font-size: 22px;
margin-bottom: 20px;
}
.doors-section-paragraph {
font-size: 10px;
margin-bottom: 15px;
}
.doors-section-subtitle {
font-size: 12px;
margin-bottom: 30px;
}
.doors-main-image-container {
margin-bottom: 30px;
}
.doors-gallery-container {
grid-template-columns: repeat(2, 140px);
gap: 10px;
margin-top: 30px;
}
.doors-gallery-item {
width: 140px;
height: 140px;
}
.doors-gallery-image {
width: 140px;
height: 140px;
}
.doors-lightbox-content {
width: 95%;
padding: 15px;
}
.doors-lightbox-close {
top: 5px;
right: 15px;
font-size: 28px;
}
}
.worktops-intro-section {
padding: 60px 0;
background-color: #ffffff;
}
.worktops-intro-section .container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
}
.worktops-main-title {
font-family: 'Poppins', sans-serif;
font-size: 32.345px;
font-weight: 600;
font-style: italic;
color: #75A944;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 0 40px 0;
line-height: 1.2;
}
.worktops-intro-paragraph {
max-width: 1000px;
margin: 0 auto 50px auto;
}
.worktops-intro-paragraph p {
font-family: 'Poppins', sans-serif;
font-size: 13.1725px;
font-weight: 200;
color: #4f4f4f;
line-height: 1.6;
margin: 0 0 20px 0;
}
.worktops-intro-paragraph p:last-child {
margin-bottom: 0;
}
.worktops-section-links {
display: flex;
justify-content: center;
gap: 60px;
margin-top: 50px;
}
.worktops-section-links a {
font-family: 'Poppins', sans-serif;
font-size: 18px;
font-weight: 200;
color: #75A944;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
transition: all 0.3s ease;
padding: 10px 0;
position: relative;
}
.worktops-section-links a:hover {
color: #5a7d33;
}
.worktops-section-links a::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #75A944;
transition: width 0.3s ease;
}
.worktops-section-links a:hover::after {
width: 100%;
}
.worktop-section {
padding: 0 0 80px 0;
background-color: #ffffff;
}
.worktop-section .container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
}
.worktop-section-title {
font-family: 'Poppins', sans-serif;
font-size: 32.345px;
font-weight: 600;
font-style: italic;
color: #75A944;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 0 30px 0;
line-height: 1.2;
}
.worktop-section-paragraph {
max-width: 1000px;
margin: 0 auto 30px auto;
}
.worktop-section-paragraph p {
font-family: 'Poppins', sans-serif;
font-size: 13.1725px;
font-weight: 200;
color: #4f4f4f;
line-height: 1.7;
margin: 0 0 20px 0;
}
.worktop-section-paragraph p:last-child {
margin-bottom: 0;
}
.worktop-section-subtitle {
font-family: 'Poppins', sans-serif;
font-size: 15.1725px;
font-weight: 600;
color: #4f4f4f;
line-height: 1.6;
margin: 0 0 40px 0;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
}
.worktop-gallery {
display: flex;
flex-wrap: wrap;
row-gap: 10px;
column-gap: 10px;
justify-content: center;
max-width: 653px;
margin: 0 auto;
}
.worktop-gallery-image {
position: relative;
cursor: pointer;
transition: transform 0.3s ease;
flex: 0 0 auto;
width: 211px;
height: 211px;
overflow: hidden;
}
.worktop-gallery-image:hover {
transform: scale(1.05);
}
.worktop-gallery-image img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 0;
transition: opacity 0.3s ease;
display: block;
}
.worktop-gallery-image:hover img {
opacity: 0.8;
}
#worktops-lightbox.lightbox {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.9);
}
#worktops-lightbox .lightbox-content {
display: block;
margin: auto;
max-width: 90%;
max-height: 90%;
object-fit: contain;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#worktops-lightbox .lightbox-close {
position: absolute;
top: 20px;
right: 35px;
color: #fff;
font-size: 40px;
font-weight: bold;
cursor: pointer;
z-index: 1001;
transition: color 0.3s ease;
}
#worktops-lightbox .lightbox-close:hover {
color: #75A944;
}
@media (max-width: 1024px) {
.worktops-main-title {
font-size: 28px;
}
.worktops-intro-paragraph p {
font-size: 12px;
}
.worktop-section-title {
font-size: 28px;
}
.worktop-section-paragraph p {
font-size: 12px;
}
.worktop-section-subtitle {
font-size: 14px;
}
.worktops-section-links {
gap: 50px;
}
.worktops-section-links a {
font-size: 16px;
}
.worktop-gallery {
max-width: 560px;
row-gap: 10px;
column-gap: 10px;
}
.worktop-gallery-image {
width: 180px;
height: 180px;
}
.worktop-gallery-image img {
width: 100%;
height: 100%;
}
}
@media (max-width: 768px) {
.worktops-intro-section {
padding: 40px 0;
}
.worktops-intro-section .container {
padding: 0 15px;
}
.worktop-section .container {
padding: 0 15px;
}
.worktops-main-title {
font-size: 26px;
margin-bottom: 30px;
}
.worktops-intro-paragraph {
margin-bottom: 40px;
}
.worktops-intro-paragraph p {
font-size: 11px;
}
.worktop-section {
padding: 60px 0;
}
.worktop-section-title {
font-size: 26px;
margin-bottom: 25px;
}
.worktop-section-paragraph {
margin-bottom: 25px;
}
.worktop-section-paragraph p {
font-size: 11px;
}
.worktop-section-subtitle {
font-size: 13px;
margin-bottom: 35px;
}
.worktops-section-links {
gap: 30px;
margin-top: 40px;
}
.worktops-section-links a {
font-size: 15px;
}
.worktop-gallery {
max-width: 500px;
row-gap: 10px;
column-gap: 10px;
}
.worktop-gallery-image {
width: 160px;
height: 160px;
}
.worktop-gallery-image img {
width: 100%;
height: 100%;
}
#worktops-lightbox .lightbox-content {
max-width: 95%;
max-height: 85%;
}
#worktops-lightbox .lightbox-close {
font-size: 30px;
top: 15px;
right: 25px;
}
}
@media (max-width: 480px) {
.worktops-intro-section {
padding: 30px 0;
}
.worktops-main-title {
font-size: 22px;
margin-bottom: 25px;
}
.worktops-intro-paragraph {
margin-bottom: 35px;
}
.worktops-intro-paragraph p {
font-size: 10px;
}
.worktop-section {
padding: 50px 0;
}
.worktop-section-title {
font-size: 22px;
margin-bottom: 20px;
}
.worktop-section-paragraph {
margin-bottom: 20px;
}
.worktop-section-paragraph p {
font-size: 10px;
}
.worktop-section-subtitle {
font-size: 12px;
margin-bottom: 30px;
}
.worktops-section-links {
flex-wrap: wrap;
gap: 20px;
margin-top: 35px;
justify-content: center;
}
.worktops-section-links a {
font-size: 14px;
flex: 0 0 calc(50% - 10px);
text-align: center;
}
.worktop-gallery {
flex-direction: column;
align-items: center;
max-width: 300px;
row-gap: 10px;
column-gap: 10px;
}
.worktop-gallery-image {
width: 100%;
height: 180px;
max-width: 300px;
}
.worktop-gallery-image img {
width: 100%;
height: 100%;
}
#worktops-lightbox .lightbox-content {
max-width: 100%;
max-height: 80%;
}
#worktops-lightbox .lightbox-close {
font-size: 25px;
top: 10px;
right: 20px;
}
}
.appliances-intro-section {
padding: 60px 0 0 0;
background-color: #ffffff;
}
.appliances-intro-section .container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
}
.appliances-main-title {
font-family: 'Poppins', sans-serif;
font-size: 32.345px;
font-weight: 600;
font-style: italic;
color: #75A944;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 0 40px 0;
line-height: 1.2;
}
.appliances-intro-paragraph {
max-width: 1000px;
margin: 0 auto 50px auto;
}
.appliances-intro-paragraph p {
font-family: 'Poppins', sans-serif;
font-size: 13.1725px;
font-weight: 200;
color: #4f4f4f;
line-height: 1.6;
margin: 0 0 20px 0;
}
.appliances-intro-paragraph p:last-child {
margin-bottom: 0;
}
.appliances-gallery-section {
padding: 0 0 80px 0;
background-color: #ffffff;
}
.appliances-gallery-section .container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
}
.appliances-gallery {
display: flex;
flex-wrap: wrap;
row-gap: 10px;
column-gap: 10px;
justify-content: center;
max-width: 654px;
margin: 0 auto;
}
.appliance-gallery-image {
position: relative;
cursor: pointer;
transition: transform 0.3s ease;
flex: 0 0 auto;
width: 156px;
height: 156px;
overflow: hidden;
}
.appliance-gallery-image:hover {
transform: scale(1.05);
}
.appliance-gallery-image img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 0;
transition: opacity 0.3s ease;
display: block;
}
.appliance-gallery-image:hover img {
opacity: 0.8;
}
#appliances-lightbox.lightbox {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.9);
}
#appliances-lightbox .lightbox-content {
display: block;
margin: auto;
max-width: 90%;
max-height: 90%;
object-fit: contain;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#appliances-lightbox .lightbox-close {
position: absolute;
top: 20px;
right: 35px;
color: #fff;
font-size: 40px;
font-weight: bold;
cursor: pointer;
z-index: 1001;
transition: color 0.3s ease;
}
#appliances-lightbox .lightbox-close:hover {
color: #75A944;
}
@media (max-width: 1024px) {
.appliances-main-title {
font-size: 28px;
}
.appliances-intro-paragraph p {
font-size: 12px;
}
.appliances-gallery {
max-width: 544px;
row-gap: 8px;
column-gap: 8px;
}
.appliance-gallery-image {
width: 130px;
height: 130px;
}
}
@media (max-width: 768px) {
.appliances-intro-section {
padding: 40px 0;
}
.appliances-intro-section .container {
padding: 0 15px;
}
.appliances-gallery-section .container {
padding: 0 15px;
}
.appliances-main-title {
font-size: 26px;
margin-bottom: 30px;
}
.appliances-intro-paragraph {
margin-bottom: 40px;
}
.appliances-intro-paragraph p {
font-size: 11px;
}
.appliances-gallery-section {
padding: 0 0 60px 0;
}
.appliances-gallery {
max-width: 488px;
row-gap: 8px;
column-gap: 8px;
}
.appliance-gallery-image {
width: 115px;
height: 115px;
}
#appliances-lightbox .lightbox-content {
max-width: 95%;
max-height: 85%;
}
#appliances-lightbox .lightbox-close {
font-size: 30px;
top: 15px;
right: 25px;
}
}
@media (max-width: 480px) {
.appliances-intro-section {
padding: 30px 0;
}
.appliances-main-title {
font-size: 22px;
margin-bottom: 25px;
}
.appliances-intro-paragraph {
margin-bottom: 35px;
}
.appliances-intro-paragraph p {
font-size: 10px;
}
.appliances-gallery-section {
padding: 0 0 50px 0;
}
.appliances-gallery {
max-width: 312px;
row-gap: 12px;
column-gap: 12px;
}
.appliance-gallery-image {
width: 150px;
height: 150px;
}
#appliances-lightbox .lightbox-content {
max-width: 100%;
max-height: 80%;
}
#appliances-lightbox .lightbox-close {
font-size: 25px;
top: 10px;
right: 20px;
}
}
.sinks-taps-intro-section {
padding: 60px 0 0 0;
background-color: #ffffff;
}
.sinks-taps-intro-section .container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
}
.sinks-taps-main-title {
font-family: 'Poppins', sans-serif;
font-size: 32.345px;
font-weight: 600;
font-style: italic;
color: #75A944;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 0 40px 0;
line-height: 1.2;
}
.sinks-taps-intro-paragraph {
max-width: 1000px;
margin: 0 auto 50px auto;
}
.sinks-taps-intro-paragraph p {
font-family: 'Poppins', sans-serif;
font-size: 13.1725px;
font-weight: 200;
color: #4f4f4f;
line-height: 1.6;
margin: 0 0 20px 0;
}
.sinks-taps-intro-paragraph p:last-child {
margin-bottom: 0;
}
.sinks-taps-gallery-section {
padding: 0 0 80px 0;
background-color: #ffffff;
}
.sinks-taps-gallery-section .container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
}
.sinks-taps-gallery {
display: flex;
flex-wrap: wrap;
row-gap: 10px;
column-gap: 10px;
justify-content: center;
max-width: 654px;
margin: 0 auto;
}
.sink-tap-gallery-image {
position: relative;
cursor: pointer;
transition: transform 0.3s ease;
flex: 0 0 auto;
width: 156px;
height: 156px;
overflow: hidden;
}
.sink-tap-gallery-image:hover {
transform: scale(1.05);
}
.sink-tap-gallery-image img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 0;
transition: opacity 0.3s ease;
display: block;
}
.sink-tap-gallery-image:hover img {
opacity: 0.8;
}
#sinks-taps-lightbox.lightbox {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.9);
}
#sinks-taps-lightbox .lightbox-content {
display: block;
margin: auto;
max-width: 90%;
max-height: 90%;
object-fit: contain;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#sinks-taps-lightbox .lightbox-close {
position: absolute;
top: 20px;
right: 35px;
color: #fff;
font-size: 40px;
font-weight: bold;
cursor: pointer;
z-index: 1001;
transition: color 0.3s ease;
}
#sinks-taps-lightbox .lightbox-close:hover {
color: #75A944;
}
@media (max-width: 1024px) {
.sinks-taps-main-title {
font-size: 28px;
}
.sinks-taps-intro-paragraph p {
font-size: 12px;
}
.sinks-taps-gallery {
max-width: 544px;
row-gap: 8px;
column-gap: 8px;
}
.sink-tap-gallery-image {
width: 130px;
height: 130px;
}
}
@media (max-width: 768px) {
.sinks-taps-intro-section {
padding: 40px 0 0 0;
}
.sinks-taps-intro-section .container {
padding: 0 15px;
}
.sinks-taps-gallery-section .container {
padding: 0 15px;
}
.sinks-taps-main-title {
font-size: 26px;
margin-bottom: 30px;
}
.sinks-taps-intro-paragraph {
margin-bottom: 40px;
}
.sinks-taps-intro-paragraph p {
font-size: 11px;
}
.sinks-taps-gallery-section {
padding: 0 0 60px 0;
}
.sinks-taps-gallery {
max-width: 488px;
row-gap: 8px;
column-gap: 8px;
}
.sink-tap-gallery-image {
width: 115px;
height: 115px;
}
#sinks-taps-lightbox .lightbox-content {
max-width: 95%;
max-height: 85%;
}
#sinks-taps-lightbox .lightbox-close {
font-size: 30px;
top: 15px;
right: 25px;
}
}
@media (max-width: 480px) {
.sinks-taps-intro-section {
padding: 30px 0 0 0;
}
.sinks-taps-main-title {
font-size: 22px;
margin-bottom: 25px;
}
.sinks-taps-intro-paragraph {
margin-bottom: 35px;
}
.sinks-taps-intro-paragraph p {
font-size: 10px;
}
.sinks-taps-gallery-section {
padding: 0 0 50px 0;
}
.sinks-taps-gallery {
max-width: 312px;
row-gap: 12px;
column-gap: 12px;
}
.sink-tap-gallery-image {
width: 150px;
height: 150px;
}
#sinks-taps-lightbox .lightbox-content {
max-width: 100%;
max-height: 80%;
}
#sinks-taps-lightbox .lightbox-close {
font-size: 25px;
top: 10px;
right: 20px;
}
}
.about-us-section {
min-height: 100vh;
position: relative;
padding: 0;
margin: 0;
}
.about-us-background {
background-image: url('./images/richard-bg.avif');
background-size: cover;
background-position: center right;
background-repeat: no-repeat;
background-attachment: scroll;
min-height: 100vh;
position: relative;
padding: 40px 0 80px 0;
max-width: 946px;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

@media (min-width: 1401px) {
.about-us-background {
background-size: auto;
}
}
.about-us-content {
background: transparent;
padding: 0px 80px;
border-radius: 0;
max-width: 800px;
width: 100%;
text-align: left;
position: relative;
z-index: 2;
}
.about-us-title {
font-family: 'Poppins', sans-serif;
font-size: 48px;
font-weight: 700;
color: #75A944;
text-align: center;
margin-bottom: 40px;
text-transform: uppercase;
letter-spacing: 2px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.about-us-text-content {
width: 100%;
}
.about-us-paragraph {
margin-bottom: 30px;
}
.about-us-section-title {
font-family: 'Poppins', sans-serif;
font-size: 24px;
font-weight: 700;
color: #333;
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 1px;
text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9);
}
.about-us-paragraph p,
.about-us-section-content {
font-family: 'Arial', sans-serif;
font-size: 16px;
line-height: 1.6;
color: #333;
margin-bottom: 15px;
text-align: justify;
text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9);
}
.about-us-paragraph p:last-child {
margin-bottom: 0;
}
.about-us-divider {
border: none;
height: 2px;
background-color: #ccc;
margin: 40px 0;
width: 100%;
}
.about-us-bottom-images {
display: flex;
justify-content: space-between;
align-items: flex-end;
margin-top: 40px;
width: 100%;
}
.about-us-signature {
display: flex;
align-items: center;
}
.about-us-signature img {
width: 171px;
height: 131.17px;
object-fit: contain;
}
.about-us-logo {
display: flex;
align-items: center;
}
.about-us-logo img {
width: 139.38px;
height: 106.92px;
object-fit: contain;
}
.about-us-footer-note {
margin-top: 60px;
text-align: center;
}
.about-us-footer-note p {
font-family: 'Arial', sans-serif;
font-size: 14px;
color: #666;
margin: 0;
}
.about-us-footer-note a {
color: #75A944;
text-decoration: underline;
}
.about-us-footer-note a:hover {
color: #5a8033;
}
@media (max-width: 1024px) {
.about-us-container {
padding: 0 40px;
}
.about-us-content {
padding: 40px 60px;
}
.about-us-title {
font-size: 36px;
}
.about-us-section-title {
font-size: 20px;
}
.about-us-bottom-images {
margin-top: 30px;
}
.about-us-logo img {
width: 111.5px;
height: 85.54px;
}
}
@media (max-width: 768px) {
.about-us-background {
padding: 40px 0;
}
.about-us-container {
padding: 0 20px;
min-height: auto;
}
.about-us-content {
padding: 30px 40px;
}
.about-us-title {
font-size: 28px;
margin-bottom: 30px;
}
.about-us-section-title {
font-size: 18px;
}
.about-us-paragraph p,
.about-us-section-content {
font-size: 15px;
}
.about-us-divider {
margin: 30px 0;
}
.about-us-bottom-images {
margin-top: 30px;
}
.about-us-signature img {
width: 136.8px;
height: 104.94px;
}
.about-us-logo img {
width: 97.57px;
height: 74.84px;
}
.about-us-footer-note {
margin-top: 40px;
padding: 0 20px;
}
}
@media (max-width: 480px) {
.about-us-background {
padding: 20px 0;
}
.about-us-container {
padding: 0 15px;
}
.about-us-content {
padding: 20px 25px;
}
.about-us-title {
font-size: 24px;
margin-bottom: 20px;
}
.about-us-section-title {
font-size: 16px;
margin-bottom: 15px;
}
.about-us-paragraph p,
.about-us-section-content {
font-size: 14px;
line-height: 1.5;
}
.about-us-divider {
margin: 20px 0;
}
.about-us-bottom-images {
margin-top: 20px;
}
.about-us-signature img {
width: 136.8px;
height: 104.94px;
}
.about-us-logo img {
width: 83.63px;
height: 64.15px;
}
.about-us-footer-note {
margin-top: 30px;
padding: 0 15px;
}
.about-us-footer-note p {
font-size: 12px;
}
}
@media (max-width: 380px) {
.about-us-bottom-images {
flex-direction: column;
align-items: center;
gap: 25px;
margin-top: 20px;
}
.about-us-signature img {
width: 150px;
height: 115px;
}
.about-us-logo img {
width: 120px;
height: 92px;
}
}
.blog-posts-section {
padding: 60px 0;
background: #fff;
}
.blog-posts-grid {
display: grid;
gap: 30px;
max-width: 90%;
margin: 0 auto;
}
.blog-post-card {
background: #fff;
overflow: hidden;
transition: transform 0.3s ease;
border: 1px solid #f0f0f0;
}
.blog-post-card:hover {
transform: translateY(-5px);
}
.blog-post-card:hover .blog-post-title a {
color: #75A944;
}
.blog-post-card:hover .blog-post-excerpt {
color: #75A944;
}
.blog-post-content {
display: flex;
align-items: flex-start;
gap: 0;
}
.blog-post-image {
flex: 0 0 500px;
width: 500px;
height: 300px;
overflow: hidden;
}
.blog-post-image a {
display: block;
width: 100%;
height: 100%;
}
.blog-post-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.blog-post-card:hover .blog-post-image img {
transform: scale(1.05);
}
.blog-post-info {
flex: 1;
padding: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 300px;
}
.blog-post-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 12px;
}
.blog-post-meta {
flex: 1;
}
.blog-post-date {
font-family: 'Poppins', sans-serif;
font-weight: 200;
font-size: 12px;
color: #999;
}
.blog-post-actions {
position: relative;
}
.share-dropdown {
position: relative;
display: inline-block;
}
.share-button {
background: none;
border: none;
cursor: pointer;
padding: 8px;
border-radius: 6px;
color: #666;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
width: 32px;
height: 32px;
}
.share-button:hover {
background: #f5f5f5;
color: #333;
}
.share-dropdown-content {
display: none;
position: absolute;
right: 0;
top: 100%;
background: #fff;
min-width: 160px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
border-radius: 8px;
z-index: 1000;
padding: 8px 0;
margin-top: 4px;
border: 1px solid #eee;
}
.share-dropdown.active .share-dropdown-content {
display: block;
animation: fadeInDropdown 0.2s ease;
}
@keyframes fadeInDropdown {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.share-link {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 16px;
text-decoration: none;
color: #333;
font-size: 0.9rem;
transition: background 0.2s ease;
border: none;
width: 100%;
text-align: left;
}
.share-link:hover {
background: #f8f9fa;
color: #333;
}
.share-link i {
width: 16px;
text-align: center;
}
.blog-post-title {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 28px;
line-height: 1.3;
margin-bottom: 12px;
}
.blog-post-title a {
text-decoration: none;
color: #2c3e50;
transition: color 0.3s ease;
}
.blog-post-title a:hover {
color: #3498db;
}
.blog-post-excerpt {
font-family: 'Poppins', sans-serif;
font-weight: 200;
font-size: 16px;
font-style: italic;
color: #666;
line-height: 1.6;
margin-top: 10px;
}
.blog-pagination {
margin-top: 50px;
text-align: center;
}
.blog-pagination ul {
display: inline-flex;
list-style: none;
padding: 0;
margin: 0;
gap: 8px;
align-items: center;
}
.blog-pagination li {
margin: 0;
}
.blog-pagination a,
.blog-pagination span {
display: inline-flex;
align-items: center;
padding: 10px 16px;
text-decoration: none;
background: #fff;
border: 1px solid #ddd;
border-radius: 6px;
color: #666;
font-size: 0.9rem;
transition: all 0.3s ease;
min-height: 40px;
}
.blog-pagination a:hover {
background: #75A944;
color: #fff;
border-color: #75A944;
}
.blog-pagination .current {
background: #75A944;
color: #fff;
border-color: #75A944;
}
.blog-pagination .prev,
.blog-pagination .next {
font-weight: 500;
}
.no-posts-message {
text-align: center;
padding: 60px 20px;
color: #666;
}
.no-posts-message h2 {
font-size: 1.8rem;
color: #2c3e50;
margin-bottom: 16px;
}
.no-posts-message p {
font-size: 1.1rem;
margin: 0;
}
@media (max-width: 768px) {
.blog-posts-section {
padding: 40px 0;
}
.blog-posts-grid {
gap: 20px;
max-width: 95%;
}
.blog-post-content {
flex-direction: column;
}
.blog-post-image {
flex: none;
width: 100%;
height: 250px;
}
.blog-post-info {
min-height: auto;
}
.blog-post-header {
margin-bottom: 10px;
}
.blog-post-title {
font-size: 24px;
margin-bottom: 10px;
}
.blog-post-excerpt {
font-size: 14px;
}
.blog-pagination a,
.blog-pagination span {
padding: 8px 12px;
font-size: 0.85rem;
}
.share-dropdown-content {
right: -20px;
min-width: 140px;
}
}
@media (max-width: 480px) {
.blog-posts-section {
padding: 30px 0;
}
.blog-posts-grid {
max-width: 98%;
}
.blog-post-info {
padding: 16px;
}
.blog-post-title {
font-size: 20px;
}
.blog-post-excerpt {
font-size: 12px;
}
.blog-pagination ul {
flex-wrap: wrap;
gap: 6px;
}
.blog-pagination a,
.blog-pagination span {
padding: 6px 10px;
font-size: 0.8rem;
min-height: 32px;
}
.share-dropdown-content {
right: -30px;
min-width: 120px;
}
.share-link {
padding: 8px 12px;
font-size: 0.85rem;
}
}
.single-post-container {
max-width: 90%;
margin: 60px auto;
padding: 0;
}
.single-post-article {
background: #fff;
border: 1px solid #ddd;
padding: 30px;
margin-bottom: 30px;
}
.single-post-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
padding-bottom: 15px;
}
.single-post-meta {
display: flex;
gap: 20px;
align-items: center;
}
.single-post-author {
font-family: 'Poppins', sans-serif;
font-weight: 200;
font-size: 14px;
font-style: italic;
color: #333;
}
.single-post-date {
font-family: 'Poppins', sans-serif;
font-weight: 200;
font-size: 14px;
font-style: italic;
color: #999;
}
.single-post-actions {
position: relative;
}
.single-post-title-header {
margin-bottom: 25px;
}
.single-post-title {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 40px;
color: #2c3e50;
line-height: 1.2;
margin: 0;
text-align: center;
}
.single-post-content {
line-height: 1.7;
font-size: 16px;
color: #333;
}
.single-post-featured-image {
float: left;
width: 400px;
margin: 0 30px 20px 0;
max-width: 100%;
}
.single-post-featured-image img {
width: 100%;
height: auto;
display: block;
}
.single-post-text {
font-family: 'Poppins', sans-serif;
font-weight: 200;
font-size: 18px;
line-height: 1.7;
color: #333;
text-align: justify;
}
.single-post-text p {
margin-bottom: 20px;
}
.single-post-text h2,
.single-post-text h3,
.single-post-text h4 {
font-family: 'Poppins', sans-serif;
font-weight: 600;
color: #2c3e50;
margin-top: 30px;
margin-bottom: 15px;
}
.single-post-text h2 {
font-size: 24px;
}
.single-post-text h3 {
font-size: 20px;
}
.single-post-text h4 {
font-size: 18px;
}
.single-post-footer {
margin-top: 30px;
padding-top: 20px;
border-top: 1px solid #eee;
}
.tags-links {
font-family: 'Poppins', sans-serif;
font-weight: 300;
font-size: 14px;
color: #666;
}
.tags-links a {
color: #75A944;
text-decoration: none;
}
.tags-links a:hover {
text-decoration: underline;
}
.post-navigation {
display: flex;
justify-content: space-between;
align-items: center;
margin: 40px auto;
max-width: 90%;
gap: 20px;
}
.nav-previous,
.nav-next {
flex: 1;
}
.nav-previous a,
.nav-next a {
display: block;
padding: 15px 20px;
background: #f8f9fa;
border: 1px solid #ddd;
text-decoration: none;
color: #333;
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 14px;
transition: all 0.3s ease;
}
.nav-previous a:hover,
.nav-next a:hover {
background: #75A944;
color: #fff;
border-color: #75A944;
}
.nav-next {
text-align: right;
}
@media (max-width: 768px) {
.single-post-container {
max-width: 95%;
margin: 40px auto;
}
.single-post-article {
padding: 20px;
}
.single-post-header {
flex-direction: column;
align-items: flex-start;
gap: 15px;
}
.single-post-meta {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.single-post-title {
font-size: 30px;
}
.single-post-featured-image {
float: none;
width: 100%;
margin: 0 0 20px 0;
}
.single-post-text {
font-size: 16px;
}
.post-navigation {
flex-direction: column;
max-width: 95%;
}
.nav-previous,
.nav-next {
width: 100%;
text-align: center;
}
}
@media (max-width: 480px) {
.single-post-container {
max-width: 98%;
margin: 30px auto;
}
.single-post-article {
padding: 15px;
}
.single-post-title {
font-size: 24px;
}
.single-post-text {
font-size: 15px;
}
.nav-previous a,
.nav-next a {
padding: 12px 15px;
font-size: 12px;
}
}
.post-engagement-section {
margin-top: 40px;
}
.engagement-divider {
border: none;
border-top: 1px solid #ddd;
margin: 0;
}
.engagement-content {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 0;
}
.engagement-left {
display: flex;
align-items: center;
gap: 30px;
}
.post-stats {
display: flex;
gap: 20px;
align-items: center;
}
.post-views,
.post-comments {
font-family: 'Poppins', sans-serif;
font-weight: 200;
font-size: 14px;
font-style: italic;
color: #666;
}
.social-sharing {
display: flex;
gap: 15px;
align-items: center;
}
.social-share-link {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 50%;
background: #f8f9fa;
border: 1px solid #ddd;
color: #666;
text-decoration: none;
transition: all 0.3s ease;
cursor: pointer;
font-size: 14px;
}
.social-share-link:hover {
background: #75A944;
color: #fff;
border-color: #75A944;
text-decoration: none;
}
.social-share-link.facebook:hover {
background: #1877f2;
border-color: #1877f2;
}
.social-share-link.twitter:hover {
background: #1da1f2;
border-color: #1da1f2;
}
.social-share-link.linkedin:hover {
background: #0077b5;
border-color: #0077b5;
}
.engagement-right {
display: flex;
align-items: center;
}
.post-like {
display: flex;
align-items: center;
gap: 8px;
}
.like-button {
background: none;
border: none;
cursor: pointer;
padding: 8px;
border-radius: 50%;
transition: all 0.3s ease;
font-size: 18px;
color: #666;
}
.like-button:hover {
background: #f8f9fa;
}
.like-icon.fas {
color: #e74c3c !important;
}
.like-count {
font-family: 'Poppins', sans-serif;
font-weight: 200;
font-size: 14px;
color: #666;
min-width: 20px;
}
@media (max-width: 768px) {
.engagement-content {
flex-direction: column;
gap: 20px;
align-items: flex-start;
}
.engagement-left {
flex-direction: column;
gap: 15px;
align-items: flex-start;
width: 100%;
}
.post-stats {
gap: 15px;
}
.social-sharing {
gap: 12px;
}
.engagement-right {
align-self: flex-end;
}
}
@media (max-width: 480px) {
.engagement-left {
gap: 10px;
}
.post-stats {
gap: 10px;
}
.social-sharing {
gap: 10px;
}
.social-share-link {
width: 32px;
height: 32px;
font-size: 12px;
}
.post-views,
.post-comments {
font-size: 12px;
}
.like-count {
font-size: 12px;
}
}
.recent-posts-section {
margin-top: 60px;
padding-top: 40px;
}
.recent-posts-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
}
.recent-posts-title {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 24px;
color: #2c3e50;
margin: 0;
}
.see-all-link {
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 14px;
color: #666;
text-decoration: none;
transition: color 0.3s ease;
}
.see-all-link:hover {
color: #75A944;
text-decoration: underline;
}
.recent-posts-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
}
.recent-post-card {
background: #fff;
border: 1px solid #eee;
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.recent-post-card:hover {
transform: translateY(-3px);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.recent-post-image {
width: 100%;
height: 200px;
overflow: hidden;
position: relative;
}
.recent-post-image a {
display: block;
width: 100%;
height: 100%;
}
.recent-post-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.recent-post-card:hover .recent-post-image img {
transform: scale(1.05);
}
.no-image-placeholder {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
background: #f8f9fa;
color: #ccc;
font-size: 48px;
}
.recent-post-content {
padding: 20px;
}
.recent-post-title {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 18px;
color: #2c3e50;
margin: 0 0 15px 0;
line-height: 1.3;
}
.recent-post-title a {
text-decoration: none;
color: inherit;
transition: color 0.3s ease;
}
.recent-post-title a:hover {
color: #75A944;
}
.recent-post-meta {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #eee;
}
.recent-post-stats {
display: flex;
gap: 15px;
align-items: center;
}
.recent-post-views,
.recent-post-comments {
display: flex;
align-items: center;
gap: 5px;
font-family: 'Poppins', sans-serif;
font-weight: 200;
font-size: 12px;
color: #666;
}
.recent-post-views i,
.recent-post-comments i {
font-size: 14px;
color: #999;
}
.recent-post-like {
display: flex;
align-items: center;
gap: 5px;
}
.recent-like-button {
background: none;
border: none;
cursor: pointer;
padding: 5px;
border-radius: 50%;
transition: all 0.3s ease;
font-size: 14px;
color: #666;
}
.recent-like-button:hover {
background: #f8f9fa;
}
.recent-like-icon.fas {
color: #e74c3c !important;
}
.recent-like-count {
font-family: 'Poppins', sans-serif;
font-weight: 200;
font-size: 12px;
color: #666;
min-width: 15px;
}
@media (max-width: 768px) {
.recent-posts-section {
margin-top: 40px;
padding-top: 30px;
}
.recent-posts-header {
margin-bottom: 20px;
}
.recent-posts-title {
font-size: 20px;
}
.recent-posts-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.recent-post-image {
height: 180px;
}
.recent-post-content {
padding: 15px;
}
.recent-post-title {
font-size: 16px;
margin-bottom: 12px;
}
.recent-post-meta {
margin-top: 12px;
padding-top: 12px;
}
.recent-post-stats {
gap: 12px;
}
}
@media (max-width: 480px) {
.recent-posts-section {
margin-top: 30px;
padding-top: 20px;
}
.recent-posts-title {
font-size: 18px;
}
.see-all-link {
font-size: 12px;
}
.recent-post-image {
height: 160px;
}
.recent-post-content {
padding: 12px;
}
.recent-post-title {
font-size: 14px;
margin-bottom: 10px;
}
.recent-post-stats {
gap: 10px;
}
.recent-post-views,
.recent-post-comments,
.recent-like-count {
font-size: 11px;
}
}
.contact-hero-section {
position: relative;
height: 450px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.contact-hero-background {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url('images/before-after-banner.avif');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: scroll;
}
.contact-hero-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.25);
display: flex;
align-items: center;
justify-content: center;
}
.contact-hero-content {
text-align: center;
z-index: 2;
position: relative;
}
.contact-hero-title {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 32.345px;
color: #ffffff;
margin: 0;
line-height: 1.2;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.contact-content-section {
padding: 60px 0;
background: #fff;
}
.contact-page-content {
max-width: 800px;
margin: 0 auto;
font-family: 'Poppins', sans-serif;
font-weight: 300;
font-size: 16px;
line-height: 1.7;
color: #333;
}
.contact-page-content h2,
.contact-page-content h3,
.contact-page-content h4 {
font-family: 'Poppins', sans-serif;
font-weight: 600;
color: #2c3e50;
margin-top: 30px;
margin-bottom: 15px;
}
.contact-page-content h2 {
font-size: 28px;
}
.contact-page-content h3 {
font-size: 24px;
}
.contact-page-content h4 {
font-size: 20px;
}
.contact-page-content p {
margin-bottom: 20px;
}
@media (max-width: 1024px) {
.contact-hero-title {
font-size: 28px;
}
}
@media (max-width: 768px) {
.contact-hero-section {
height: 350px;
}
.contact-hero-title {
font-size: 24px;
padding: 0 20px;
}
.contact-content-section {
padding: 40px 0;
}
.contact-page-content {
padding: 0 20px;
font-size: 15px;
}
.contact-page-content h2 {
font-size: 24px;
}
.contact-page-content h3 {
font-size: 20px;
}
.contact-page-content h4 {
font-size: 18px;
}
}
@media (max-width: 480px) {
.contact-hero-section {
height: 300px;
}
.contact-hero-title {
font-size: 20px;
padding: 0 15px;
}
.contact-content-section {
padding: 30px 0;
}
.contact-page-content {
padding: 0 15px;
font-size: 14px;
}
.contact-page-content h2 {
font-size: 20px;
}
.contact-page-content h3 {
font-size: 18px;
}
.contact-page-content h4 {
font-size: 16px;
}
}
.contact-step-guide-section {
padding: 80px 0;
background: #fff;
}
.step-guide-title {
font-family: 'Poppins', sans-serif;
font-weight: 800;
font-size: 32px;
color: #2c3e50;
text-align: center;
margin-bottom: 50px;
letter-spacing: 1px;
}
.steps-grid {
display: grid;
grid-template-columns: repeat(3, 207px);
grid-template-rows: repeat(2, 224px);
gap: 20px;
margin-bottom: 60px;
justify-content: center;
}
.step-box {
background: #75A944;
padding: 30px 25px;
text-align: center;
color: white;
display: flex;
flex-direction: column;
justify-content: center;
width: 207px;
height: 224px;
}
.step-number {
font-family: 'Poppins', sans-serif;
font-weight: 800;
font-size: 24px;
color: #2c3e50;
margin-bottom: 15px;
}
.step-content {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.step-title {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 18px;
color: white;
margin-bottom: 10px;
line-height: 1.2;
}
.step-description {
font-family: 'Poppins', sans-serif;
font-weight: 300;
font-size: 14px;
color: white;
line-height: 1.4;
margin: 0;
font-style: italic;
}
.contact-cta-section {
text-align: center;
margin-top: 40px;
}
.contact-cta-title {
font-family: 'Poppins', sans-serif;
font-weight: 800;
font-size: 28px;
color: #2c3e50;
margin-bottom: 10px;
letter-spacing: 1px;
}
.contact-cta-subtitle {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 16px;
color: #2c3e50;
margin: 0;
letter-spacing: 0.5px;
}
@media (max-width: 1024px) {
.contact-step-guide-section {
padding: 60px 0;
}
.step-guide-title {
font-size: 28px;
margin-bottom: 40px;
}
.steps-grid {
grid-template-columns: repeat(3, 190px);
grid-template-rows: repeat(2, 200px);
gap: 15px;
margin-bottom: 50px;
}
.step-box {
padding: 25px 20px;
width: 190px;
height: 200px;
}
.step-number {
font-size: 22px;
}
.step-title {
font-size: 17px;
}
.step-description {
font-size: 13px;
}
.contact-cta-title {
font-size: 24px;
}
.contact-cta-subtitle {
font-size: 15px;
}
}
@media (max-width: 768px) {
.contact-step-guide-section {
padding: 50px 0;
}
.step-guide-title {
font-size: 24px;
margin-bottom: 30px;
padding: 0 20px;
}
.steps-grid {
grid-template-columns: repeat(2, 180px);
grid-template-rows: repeat(3, 180px);
gap: 15px;
margin-bottom: 40px;
padding: 0 20px;
}
.step-box {
padding: 20px 15px;
width: 180px;
height: 180px;
}
.step-number {
font-size: 20px;
margin-bottom: 12px;
}
.step-title {
font-size: 16px;
margin-bottom: 8px;
}
.step-description {
font-size: 12px;
}
.contact-cta-title {
font-size: 20px;
padding: 0 20px;
}
.contact-cta-subtitle {
font-size: 14px;
padding: 0 20px;
}
}
@media (max-width: 480px) {
.contact-step-guide-section {
padding: 40px 0;
}
.step-guide-title {
font-size: 20px;
margin-bottom: 25px;
padding: 0 15px;
}
.steps-grid {
grid-template-columns: 1fr;
grid-template-rows: repeat(6, 150px);
gap: 12px;
margin-bottom: 30px;
padding: 0 15px;
}
.step-box {
padding: 20px 15px;
width: 100%;
height: 150px;
}
.step-number {
font-size: 18px;
margin-bottom: 10px;
}
.step-title {
font-size: 15px;
margin-bottom: 8px;
}
.step-description {
font-size: 11px;
}
.contact-cta-title {
font-size: 18px;
padding: 0 15px;
line-height: 1.3;
}
.contact-cta-subtitle {
font-size: 13px;
padding: 0 15px;
}
}
.contact-form-map-section {
padding: 80px 0;
background: white;
}
.contact-form-map-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: start;
max-width: 661px;
margin: 0 auto;
width: 100%;
}
.contact-form-column {
display: flex;
flex-direction: column;
}
.contact-map-column {
display: flex;
flex-direction: column;
}
.contact-map-wrapper {
position: relative;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
height: 320px;
}
.contact-map-wrapper iframe {
width: 100%;
height: 100%;
border: none;
border-radius: 10px;
}
.contact-form-map-section .contact-form-wrapper {
background-color: #75A944;
padding: 20px;
border-radius: 10px;
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
height: 320px;
display: flex;
flex-direction: column;
justify-content: center;
}
.contact-form-map-section .contact-form-wrapper .wpcf7-form {
display: block;
}
.contact-form-map-section .contact-form-wrapper .form-row {
display: flex;
gap: 20px;
margin-bottom: 20px;
}
.contact-form-map-section .contact-form-wrapper .form-row:last-child {
align-items: center;
}
.contact-form-map-section .contact-form-wrapper .form-row .form-field {
flex: 1;
}
.contact-form-map-section .contact-form-wrapper .form-row .form-field.button-field {
flex: 0 0 auto;
}
.contact-form-map-section .contact-form-wrapper .wpcf7-form-control-wrap {
display: block;
width: 123px;
}
.contact-form-map-section .contact-form-wrapper .wpcf7-form-control {
width: 123px;
padding: 10px 0;
border: none;
border-bottom: 2px solid rgba(255,255,255,0.3);
background: transparent;
color: white;
font-family: 'Poppins', sans-serif;
font-size: 15px;
outline: none;
transition: border-bottom-color 0.3s ease;
}
.contact-form-map-section .contact-form-wrapper .wpcf7-form-control::placeholder {
color: rgba(255,255,255,0.6);
font-style: italic;
font-size: 14px;
}
.contact-form-map-section .contact-form-wrapper .wpcf7-form-control:focus {
border-bottom-color: white;
}
.contact-form-map-section .contact-form-wrapper .wpcf7-select {
appearance: none;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3e%3cpath d='m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 16px;
cursor: pointer;
height: 45px;
box-sizing: border-box;
padding: 10px 25px 10px 10px;
border: none;
border-bottom: 2px solid rgba(255,255,255,0.3);
background-color: transparent;
color: white;
font-family: 'Poppins', sans-serif;
font-size: 15px;
width: 123px;
}
.contact-form-map-section .contact-form-wrapper .wpcf7-select option {
background-color: #75A944;
color: white;
}
.contact-form-map-section .contact-form-wrapper .wpcf7-submit {
background: transparent;
color: white;
border: 2px solid white;
padding: 11px 0 13px 6px;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 15px;
text-transform: uppercase;
cursor: pointer;
transition: all 0.3s ease;
border-radius: 5px;
width: 123px !important;
min-width: 123px !important;
max-width: 123px !important;
height: 45px;
box-sizing: border-box;
text-align: center;
line-height: 1;
}
.contact-form-map-section .contact-form-wrapper .wpcf7-submit:hover {
background-color: white;
color: #75A944;
transform: translateY(-2px);
}
.contact-form-map-section .contact-form-wrapper .wpcf7-spinner {
margin: 0 10px;
}
.contact-form-map-section .contact-form-wrapper .wpcf7-response-output {
margin-top: 15px;
padding: 10px;
border-radius: 5px;
font-family: 'Poppins', sans-serif;
font-size: 14px;
}
.contact-form-map-section .contact-form-wrapper .wpcf7-mail-sent-ok {
background-color: rgba(255,255,255,0.1);
color: white;
border: 1px solid rgba(255,255,255,0.3);
}
.contact-form-map-section .contact-form-wrapper .wpcf7-validation-errors {
background-color: rgba(255,0,0,0.1);
color: #ffcccc;
border: 1px solid rgba(255,0,0,0.3);
}
.contact-form-map-section .contact-form-wrapper .wpcf7-not-valid-tip {
color: #ffcccc;
font-size: 12px;
margin-top: 5px;
}
@media (max-width: 1024px) {
.contact-form-map-section {
padding: 60px 0;
}
.contact-form-map-content {
gap: 30px;
max-width: 605px;
}
.contact-form-map-section .contact-form-wrapper {
height: 290px;
padding: 18px;
}
.contact-map-wrapper {
height: 290px;
}
.contact-form-map-section .contact-form-wrapper .wpcf7-form-control {
font-size: 15px;
padding: 10px 0;
width: 123px;
}
.contact-form-map-section .contact-form-wrapper .wpcf7-form-control::placeholder {
font-size: 14px;
}
.contact-form-map-section .contact-form-wrapper .wpcf7-select {
font-size: 15px;
padding: 10px 25px 10px 8px;
height: 43px;
width: 123px;
}
.contact-form-map-section .contact-form-wrapper .wpcf7-form-control-wrap {
width: 123px;
}
}
@media (max-width: 768px) {
.contact-form-map-section {
padding: 50px 0;
}
.contact-form-map-content {
grid-template-columns: 1fr;
gap: 30px;
max-width: 375px;
}
.contact-form-map-section .contact-form-wrapper {
height: 270px;
padding: 16px;
}
.contact-map-wrapper {
height: 270px;
}
.contact-form-map-section .contact-form-wrapper .wpcf7-form-control {
font-size: 14px;
padding: 9px 0;
width: 123px;
}
.contact-form-map-section .contact-form-wrapper .wpcf7-form-control::placeholder {
font-size: 13px;
}
.contact-form-map-section .contact-form-wrapper .wpcf7-select {
font-size: 14px;
padding: 9px 25px 9px 8px;
height: 42px;
width: 123px;
}
.contact-form-map-section .contact-form-wrapper .wpcf7-form-control-wrap {
width: 123px;
}
}
@media (max-width: 480px) {
.contact-form-map-section {
padding: 40px 0;
}
.contact-form-map-content {
gap: 25px;
padding: 0 15px;
max-width: 100%;
grid-template-columns: 1fr;
}
.contact-form-map-section .contact-form-wrapper {
height: auto;
min-height: 350px;
padding: 20px;
}
.contact-map-wrapper {
height: 300px;
}
.contact-form-map-section .contact-form-wrapper .form-row {
flex-direction: column;
gap: 15px;
}
.contact-form-map-section .contact-form-wrapper .form-row:last-child {
flex-direction: column;
align-items: stretch;
gap: 15px;
}
.contact-form-map-section .contact-form-wrapper .wpcf7-form-control {
font-size: 14px;
padding: 12px 15px;
width: 100%;
border-radius: 5px;
border: 1px solid rgba(255, 255, 255, 0.3);
background: rgba(255, 255, 255, 0.1);
color: white;
}
.contact-form-map-section .contact-form-wrapper .wpcf7-form-control::placeholder {
font-size: 14px;
color: rgba(255, 255, 255, 0.8);
}
.contact-form-map-section .contact-form-wrapper .wpcf7-select {
font-size: 14px;
padding: 12px 35px 12px 15px;
height: 45px;
width: 100%;
border-radius: 5px;
border: 1px solid rgba(255, 255, 255, 0.3);
background: rgba(255, 255, 255, 0.1);
color: white;
}
.contact-form-map-section .contact-form-wrapper .wpcf7-form-control-wrap {
width: 100%;
}
.contact-form-map-section .contact-form-wrapper .wpcf7-submit {
width: 100% !important;
min-width: unset !important;
max-width: unset !important;
padding: 15px 20px;
text-align: center;
line-height: 1;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
border-radius: 5px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
}
}
.contact-info-footer-section {
background-color: white;
padding: 0 0 60px 0;
margin-top: 0;
}
.contact-info-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.contact-info-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px;
align-items: start;
}
.contact-info-item {
text-align: center;
padding: 20px;
}
.contact-info-icon {
margin-bottom: 20px;
}
.contact-info-icon i {
font-size: 48px;
color: #75A944;
transition: color 0.3s ease;
}
.contact-info-text {
font-family: 'Poppins', sans-serif;
}
.contact-info-text a {
color: #2c3e50;
text-decoration: none;
font-weight: 600;
font-size: 18px;
line-height: 1.4;
transition: color 0.3s ease;
}
.contact-info-text a:hover {
color: #75A944;
}
.contact-info-text span {
color: #2c3e50;
font-weight: 500;
font-size: 16px;
line-height: 1.4;
display: block;
}
@media (max-width: 1024px) {
.contact-info-footer-section {
padding: 50px 0;
}
.contact-info-grid {
gap: 30px;
}
.contact-info-icon i {
font-size: 42px;
}
.contact-info-text a {
font-size: 16px;
}
.contact-info-text span {
font-size: 15px;
}
}
@media (max-width: 768px) {
.contact-info-footer-section {
padding: 40px 0;
}
.contact-info-grid {
grid-template-columns: 1fr;
gap: 40px;
max-width: 400px;
margin: 0 auto;
}
.contact-info-item {
padding: 15px;
}
.contact-info-icon i {
font-size: 36px;
}
.contact-info-text a {
font-size: 18px;
}
.contact-info-text span {
font-size: 16px;
}
}
@media (max-width: 480px) {
.contact-info-footer-section {
padding: 30px 0;
}
.contact-info-container {
padding: 0 15px;
}
.contact-info-grid {
gap: 35px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-icon i {
font-size: 32px;
}
.contact-info-text a {
font-size: 16px;
}
.contact-info-text span {
font-size: 15px;
}
}

/* Why Choose Us Hero Section */
.why-choose-us-hero-section {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.why-choose-us-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('images/K4KitchenMakeoversctabackground.avif');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.why-choose-us-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-us-hero-content {
    text-align: center;
    color: white;
    z-index: 2;
    position: relative;
    max-width: 800px;
    padding: 0 20px;
}

.why-choose-us-hero-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 32.185px;
    color: #ffffff;
    margin: 0 0 30px 0;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.why-choose-us-hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 159px;
    height: 46px;
    background-color: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    margin: 0 0 25px 0;
}

.why-choose-us-hero-button:hover {
    background-color: #75A944;
    color: white;
    border-color: white;
    transform: translateY(-2px);
}

.why-choose-us-hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 23.1388px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

@media (max-width: 1024px) {
    .why-choose-us-hero-title {
        font-size: 28.4px;
    }
    
    .why-choose-us-hero-subtitle {
        font-size: 19.28px;
    }
    
    .why-choose-us-hero-button {
        width: 159px;
        height: 46px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .why-choose-us-hero-section {
        height: 400px;
    }
    
    .why-choose-us-hero-title {
        font-size: 24.6px;
        padding: 0 20px;
        margin: 0 0 25px 0;
    }
    
    .why-choose-us-hero-subtitle {
        font-size: 17.35px;
        padding: 0 20px;
    }
    
    .why-choose-us-hero-button {
        width: 159px;
        height: 46px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .why-choose-us-hero-section {
        height: 350px;
    }
    
    .why-choose-us-hero-title {
        font-size: 20.83px;
        padding: 0 15px;
        margin: 0 0 20px 0;
        letter-spacing: 1px;
    }
    
    .why-choose-us-hero-subtitle {
        font-size: 15.43px;
        padding: 0 15px;
    }
    
    .why-choose-us-hero-button {
        width: 159px;
        height: 46px;
        font-size: 13px;
    }
}

/* Why Choose Us Dream Kitchen Section */
.why-choose-us-dream-section {
    background-color: #000000;
    height: 115px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-us-dream-container {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.why-choose-us-dream-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 23.1388px;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.why-choose-us-dream-text .green-text {
    color: #75A944;
}

@media (max-width: 768px) {
    .why-choose-us-dream-text {
        font-size: 19.28px;
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .why-choose-us-dream-text {
        font-size: 17.35px;
        padding: 0 10px;
    }
}

/* Why Choose Us FAQ Introduction Section */
.why-choose-us-faq-intro-section {
    background-color: #ffffff;
    padding: 80px 0;
    width: 100%;
}

.why-choose-us-faq-intro-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.why-choose-us-faq-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 23.1388px;
    color: #75A944;
    margin: 0 0 30px 0;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.why-choose-us-faq-intro-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14.0925px;
    color: #333333;
    margin: 0;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .why-choose-us-faq-intro-section {
        padding: 60px 0;
    }
    
    .why-choose-us-faq-title {
        font-size: 20.44px;
    }
    
    .why-choose-us-faq-intro-text {
        font-size: 13.31px;
    }
}

@media (max-width: 768px) {
    .why-choose-us-faq-intro-section {
        padding: 50px 0;
    }
    
    .why-choose-us-faq-title {
        font-size: 17.68px;
        margin: 0 0 25px 0;
    }
    
    .why-choose-us-faq-intro-text {
        font-size: 12.53px;
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .why-choose-us-faq-intro-section {
        padding: 40px 0;
    }
    
    .why-choose-us-faq-title {
        font-size: 14.97px;
        margin: 0 0 20px 0;
        letter-spacing: 1px;
    }
    
    .why-choose-us-faq-intro-text {
        font-size: 11.74px;
        padding: 0 10px;
    }
}

/* Why Choose Us FAQ Accordion Section */
.why-choose-us-faq-section {
    background-color: #ffffff;
    padding: 60px 0;
    width: 100%;
}

.why-choose-us-faq-container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq-item {
    border-bottom: 1px solid #e0e0e0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background-color: #f8f8f8;
}

.faq-question h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #75A944;
    margin: 0;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex: 1;
    padding-right: 20px;
}

.faq-arrow {
    font-size: 16px;
    color: #75A944;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-question.active .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0;
}

.faq-answer.active {
    max-height: 200px;
    padding: 0 0 25px 0;
}

.faq-answer p {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #666666;
    margin: 0;
    line-height: 1.6;
    font-style: italic;
}

@media (max-width: 1024px) {
    .why-choose-us-faq-section {
        padding: 50px 0;
    }
    
    .why-choose-us-faq-container {
        padding: 0 40px;
    }
    
    .faq-question h3 {
        font-size: 18px;
    }
    
    .faq-answer p {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .why-choose-us-faq-section {
        padding: 40px 0;
    }
    
    .why-choose-us-faq-container {
        padding: 0 30px;
    }
    
    .faq-question {
        padding: 20px 0;
    }
    
    .faq-question h3 {
        font-size: 17px;
        padding-right: 15px;
    }
    
    .faq-answer p {
        font-size: 12px;
    }
    
    .faq-answer.active {
        padding: 0 0 20px 0;
    }
}

@media (max-width: 480px) {
    .why-choose-us-faq-section {
        padding: 30px 0;
    }
    
    .why-choose-us-faq-container {
        padding: 0 20px;
    }
    
    .faq-question {
        padding: 15px 0;
    }
    
    .faq-question h3 {
        font-size: 15px;
        padding-right: 10px;
        letter-spacing: 0.3px;
    }
    
    .faq-answer p {
        font-size: 11px;
    }
    
    .faq-answer.active {
        padding: 0 0 15px 0;
        max-height: 300px;
    }
}

/* Case Study Hero Section */
.case-study-hero-section {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.case-study-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('images/K4KitchenMakeoversctabackground.avif');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.case-study-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-study-hero-content {
    text-align: center;
    color: white;
    z-index: 2;
    position: relative;
    max-width: 800px;
    padding: 0 20px;
}

.case-study-hero-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 32.185px;
    color: #ffffff;
    margin: 0 0 30px 0;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.case-study-hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 159px;
    height: 46px;
    background-color: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    margin: 0 0 25px 0;
}

.case-study-hero-button:hover {
    background-color: #75A944;
    color: white;
    border-color: white;
    transform: translateY(-2px);
}

.case-study-hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 23.1388px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

@media (max-width: 1024px) {
    .case-study-hero-title {
        font-size: 28.4px;
    }
    
    .case-study-hero-subtitle {
        font-size: 19.28px;
    }
    
    .case-study-hero-button {
        width: 159px;
        height: 46px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .case-study-hero-section {
        height: 400px;
    }
    
    .case-study-hero-title {
        font-size: 24.6px;
        padding: 0 20px;
        margin: 0 0 25px 0;
    }
    
    .case-study-hero-subtitle {
        font-size: 17.35px;
        padding: 0 20px;
    }
    
    .case-study-hero-button {
        width: 159px;
        height: 46px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .case-study-hero-section {
        height: 350px;
    }
    
    .case-study-hero-title {
        font-size: 20.83px;
        padding: 0 15px;
        margin: 0 0 20px 0;
        letter-spacing: 1px;
    }
    
    .case-study-hero-subtitle {
        font-size: 15.43px;
        padding: 0 15px;
    }
    
    .case-study-hero-button {
        width: 159px;
        height: 46px;
        font-size: 13px;
    }
}

/* Case Study Header Section */
.case-study-header-section {
    background-color: #ffffff;
    padding: 80px 0;
    width: 100%;
}

.case-study-header-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.case-study-header-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 28.185px;
    color: #75A944;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

@media (max-width: 1024px) {
    .case-study-header-section {
        padding: 60px 0;
    }
    
    .case-study-header-text {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .case-study-header-section {
        padding: 50px 0;
    }
    
    .case-study-header-container {
        padding: 0 15px;
    }
    
    .case-study-header-text {
        font-size: 22px;
        letter-spacing: 0.6px;
    }
}

@media (max-width: 480px) {
    .case-study-header-section {
        padding: 40px 0;
    }
    
    .case-study-header-container {
        padding: 0 10px;
    }
    
    .case-study-header-text {
        font-size: 19px;
        letter-spacing: 0.5px;
    }
}

/* Case Study Stories Section */
.case-study-stories-section {
    background-color: #ffffff;
    padding: 0 0 80px 0;
    width: 100%;
}

.case-study-stories-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 120px;
}

.case-study-story-item {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
}

.case-study-story-item:last-child {
    margin-bottom: 0;
}

.case-study-story-image {
    flex: 0 0 380px;
    width: 380px;
}

.case-study-story-image img {
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.case-study-story-content {
    flex: 1;
    padding: 0;
}

.case-study-story-header {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 28.345px;
    color: #75A944;
    margin: 0 0 15px 0;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.case-study-story-subheader {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22.345px;
    color: #75A944;
    margin: 0 0 20px 0;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.case-study-story-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 14.1725px;
    color: #333333;
    margin: 0 0 25px 0;
    line-height: 1.6;
}

.case-study-see-more {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 17px;
    color: #75A944;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.case-study-see-more:hover {
    color: #5a7c35;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .case-study-stories-section {
        padding: 0 0 60px 0;
    }
    
    .case-study-stories-container {
        padding: 0 80px;
    }
    
    .case-study-story-item {
        gap: 40px;
        margin-bottom: 60px;
    }
    
    .case-study-story-image {
        flex: 0 0 320px;
        width: 320px;
    }
    
    .case-study-story-header {
        font-size: 25px;
    }
    
    .case-study-story-subheader {
        font-size: 19px;
    }
    
    .case-study-story-text {
        font-size: 13px;
    }
    
    .case-study-see-more {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .case-study-stories-section {
        padding: 50px 0;
    }
    
    .case-study-stories-container {
        padding: 0 40px;
    }
    
    .case-study-story-item {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 50px;
        text-align: center;
    }
    
    .case-study-story-image {
        flex: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .case-study-story-content {
        text-align: center;
    }
    
    .case-study-story-header {
        font-size: 22px;
        margin-bottom: 12px;
    }
    
    .case-study-story-subheader {
        font-size: 17px;
        margin-bottom: 18px;
    }
    
    .case-study-story-text {
        font-size: 12px;
        margin-bottom: 20px;
    }
    
    .case-study-see-more {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .case-study-stories-section {
        padding: 40px 0;
    }
    
    .case-study-stories-container {
        padding: 0 15px;
    }
    
    .case-study-story-item {
        gap: 25px;
        margin-bottom: 40px;
    }
    
    .case-study-story-header {
        font-size: 19px;
        margin-bottom: 10px;
        letter-spacing: 0.5px;
    }
    
    .case-study-story-subheader {
        font-size: 15px;
        margin-bottom: 15px;
        letter-spacing: 0.4px;
    }
    
    .case-study-story-text {
        font-size: 11px;
        margin-bottom: 18px;
    }
    
    .case-study-see-more {
        font-size: 13px;
    }
}

/* Case Study Single Header Section */
.case-study-single-header-section {
    background-color: #ffffff;
    padding: 80px 0 60px 0;
    width: 100%;
}

.case-study-single-header-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 120px;
    text-align: center;
}

.case-study-single-header-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 28.345px;
    color: #75A944;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

@media (max-width: 1024px) {
    .case-study-single-header-section {
        padding: 60px 0 50px 0;
    }
    
    .case-study-single-header-container {
        padding: 0 80px;
    }
    
    .case-study-single-header-text {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .case-study-single-header-section {
        padding: 50px 0 40px 0;
    }
    
    .case-study-single-header-container {
        padding: 0 40px;
    }
    
    .case-study-single-header-text {
        font-size: 22px;
        letter-spacing: 0.6px;
    }
}

@media (max-width: 480px) {
    .case-study-single-header-section {
        padding: 40px 0 30px 0;
    }
    
    .case-study-single-header-container {
        padding: 0 15px;
    }
    
    .case-study-single-header-text {
        font-size: 19px;
        letter-spacing: 0.5px;
    }
}

/* Case Study Before Section */
.case-study-before-section {
    background-color: #ffffff;
    padding: 0 0 60px 0;
    width: 100%;
}

.case-study-before-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 120px;
}

.case-study-before-header {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 23.345px;
    color: #000000;
    margin: 0 0 40px 0;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.case-study-before-images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
}

.case-study-before-image-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.case-study-before-image-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.case-study-before-image-item img {
    width: 100%;
    max-width: 328px;
    height: 184px;
    object-fit: cover;
    border-radius: 0;
    display: block;
    transition: transform 0.3s ease;
}

.case-study-before-image-item:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.case-study-before-image-item:hover .image-overlay {
    opacity: 1;
}

.image-overlay i {
    color: white;
    font-size: 24px;
    pointer-events: none;
}

/* Lightbox Styles */
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    z-index: 9999;
    animation: fadeIn 0.3s ease;
}

.lightbox-overlay.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    box-sizing: border-box;
}

.lightbox-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.lightbox-close {
    position: fixed;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 40px;
    cursor: pointer;
    z-index: 10001;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.lightbox-close:hover {
    background: rgba(117, 169, 68, 0.8);
    color: white;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 10001;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.lightbox-prev {
    left: -80px;
}

.lightbox-next {
    right: -80px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background: rgba(117, 169, 68, 0.8);
    border-color: #75A944;
}

.lightbox-counter {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.7);
    padding: 8px 20px;
    border-radius: 25px;
    z-index: 10001;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Grid layouts based on image count */
.images-grid-1 .case-study-before-image-item {
    flex: 0 0 300px;
    max-width: 300px;
}

.images-grid-2 .case-study-before-image-item {
    flex: 0 0 300px;
    max-width: 300px;
}

.images-grid-3 .case-study-before-image-item {
    flex: 0 0 300px;
    max-width: 300px;
}

.images-grid-4plus {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 640px;
    margin: 0 auto;
}

.images-grid-4plus .case-study-before-image-item {
    width: 100%;
}

@media (max-width: 1024px) {
    .case-study-before-section {
        padding: 0 0 50px 0;
    }
    
    .case-study-before-container {
        padding: 0 80px;
    }
    
    .case-study-before-header {
        font-size: 21px;
        margin-bottom: 35px;
    }
    
    .images-grid-1 .case-study-before-image-item {
        flex: 0 0 280px;
        max-width: 280px;
    }
    
    .images-grid-2 .case-study-before-image-item {
        flex: 0 0 280px;
        max-width: 280px;
    }
    
    .images-grid-3 .case-study-before-image-item {
        flex: 0 0 280px;
        max-width: 280px;
    }
    
    .images-grid-4plus {
        max-width: 580px;
    }
    
    .case-study-before-image-item img {
        max-width: 328px;
        height: 184px;
    }
    
    .lightbox-close {
        top: 15px;
        right: 15px;
        font-size: 35px;
        width: 45px;
        height: 45px;
    }
    
    .lightbox-prev {
        left: -60px;
    }
    
    .lightbox-next {
        right: -60px;
    }
}

@media (max-width: 768px) {
    .case-study-before-section {
        padding: 0 0 40px 0;
    }
    
    .case-study-before-container {
        padding: 0 40px;
    }
    
    .case-study-before-header {
        font-size: 19px;
        margin-bottom: 30px;
        letter-spacing: 0.6px;
    }
    
    .case-study-before-images {
        gap: 15px;
    }
    
    .images-grid-1 .case-study-before-image-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .images-grid-2 .case-study-before-image-item {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
    
    .images-grid-3 .case-study-before-image-item {
        flex: 0 0 calc(50% - 7.5px);
        max-width: calc(50% - 7.5px);
    }
    
    .images-grid-3 .case-study-before-image-item:nth-child(3) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .images-grid-4plus {
        gap: 15px;
        max-width: 100%;
    }
    
    .case-study-before-image-item img {
        max-width: 328px;
        height: 184px;
    }
    
    .lightbox-close {
        top: 10px;
        right: 10px;
        font-size: 30px;
        width: 40px;
        height: 40px;
    }
    
    .lightbox-prev,
    .lightbox-next {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .lightbox-prev {
        left: 10px;
    }
    
    .lightbox-next {
        right: 10px;
    }
    
    .lightbox-container {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .case-study-before-section {
        padding: 0 0 30px 0;
    }
    
    .case-study-before-container {
        padding: 0 15px;
    }
    
    .case-study-before-header {
        font-size: 17px;
        margin-bottom: 25px;
        letter-spacing: 0.5px;
    }
    
    .case-study-before-images {
        gap: 12px;
    }
    
    .images-grid-1 .case-study-before-image-item,
    .images-grid-3 .case-study-before-image-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .images-grid-2 .case-study-before-image-item {
        flex: 0 0 calc(50% - 6px);
        max-width: calc(50% - 6px);
    }
    
    .images-grid-4plus {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .case-study-before-image-item img {
        max-width: 328px;
        height: 184px;
    }
}

@media (max-width: 400px) {
    .images-grid-2 .case-study-before-image-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .case-study-after-images.images-grid-2 .case-study-after-image-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Case Study After Section */
.case-study-after-section {
    background-color: #ffffff;
    padding: 0 0 60px 0;
    width: 100%;
}

.case-study-after-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 120px;
}

.case-study-after-header {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 23.345px;
    color: #000000;
    margin: 0 0 40px 0;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.case-study-after-images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
}

.case-study-after-image-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.case-study-after-image-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.case-study-after-image-item img {
    width: 100%;
    max-width: 328px;
    height: 184px;
    object-fit: cover;
    border-radius: 0;
    display: block;
    transition: transform 0.3s ease;
}

.case-study-after-image-item:hover img {
    transform: scale(1.05);
}

.case-study-after-image-item .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.case-study-after-image-item:hover .image-overlay {
    opacity: 1;
}

.case-study-after-image-item .image-overlay i {
    color: white;
    font-size: 24px;
    pointer-events: none;
}

/* Grid layouts for after images - same as before */
.case-study-after-images.images-grid-1 .case-study-after-image-item {
    flex: 0 0 300px;
    max-width: 300px;
}

.case-study-after-images.images-grid-2 .case-study-after-image-item {
    flex: 0 0 300px;
    max-width: 300px;
}

.case-study-after-images.images-grid-3 .case-study-after-image-item {
    flex: 0 0 300px;
    max-width: 300px;
}

.case-study-after-images.images-grid-4plus {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 640px;
    margin: 0 auto;
}

.case-study-after-images.images-grid-4plus .case-study-after-image-item {
    width: 100%;
}

@media (max-width: 1024px) {
    .case-study-after-section {
        padding: 0 0 50px 0;
    }
    
    .case-study-after-container {
        padding: 0 80px;
    }
    
    .case-study-after-header {
        font-size: 21px;
        margin-bottom: 35px;
    }
    
    .case-study-after-images.images-grid-1 .case-study-after-image-item {
        flex: 0 0 280px;
        max-width: 280px;
    }
    
    .case-study-after-images.images-grid-2 .case-study-after-image-item {
        flex: 0 0 280px;
        max-width: 280px;
    }
    
    .case-study-after-images.images-grid-3 .case-study-after-image-item {
        flex: 0 0 280px;
        max-width: 280px;
    }
    
    .case-study-after-images.images-grid-4plus {
        max-width: 580px;
    }
    
    .case-study-after-image-item img {
        max-width: 328px;
        height: 184px;
    }
}

@media (max-width: 768px) {
    .case-study-after-section {
        padding: 0 0 40px 0;
    }
    
    .case-study-after-container {
        padding: 0 40px;
    }
    
    .case-study-after-header {
        font-size: 19px;
        margin-bottom: 30px;
        letter-spacing: 0.6px;
    }
    
    .case-study-after-images {
        gap: 15px;
    }
    
    .case-study-after-images.images-grid-1 .case-study-after-image-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .case-study-after-images.images-grid-2 .case-study-after-image-item {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
    
    .case-study-after-images.images-grid-3 .case-study-after-image-item {
        flex: 0 0 calc(50% - 7.5px);
        max-width: calc(50% - 7.5px);
    }
    
    .case-study-after-images.images-grid-3 .case-study-after-image-item:nth-child(3) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .case-study-after-images.images-grid-4plus {
        gap: 15px;
        max-width: 100%;
    }
    
    .case-study-after-image-item img {
        max-width: 328px;
        height: 184px;
    }
}

@media (max-width: 480px) {
    .case-study-after-section {
        padding: 0 0 30px 0;
    }
    
    .case-study-after-container {
        padding: 0 15px;
    }
    
    .case-study-after-header {
        font-size: 17px;
        margin-bottom: 25px;
        letter-spacing: 0.5px;
    }
    
    .case-study-after-images {
        gap: 12px;
    }
    
    .case-study-after-images.images-grid-1 .case-study-after-image-item,
    .case-study-after-images.images-grid-3 .case-study-after-image-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .case-study-after-images.images-grid-2 .case-study-after-image-item {
        flex: 0 0 calc(50% - 6px);
        max-width: calc(50% - 6px);
    }
    
    .case-study-after-images.images-grid-4plus {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .case-study-after-image-item img {
        max-width: 328px;
        height: 184px;
    }
}

/* Flexible Content Section Styles */
.case-study-flexible-content-section {
    padding: 0 0 120px 0;
}

.case-study-flexible-content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 120px;
}

.flexible-content-block {
    margin-bottom: 60px;
}

.flexible-content-block:last-child {
    margin-bottom: 0;
}

/* Text Block Styles */
.text-block .text-content {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    padding: 0 0 30px 0;
}

.text-block .text-content h2,
.text-block .text-content h3,
.text-block .text-content h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #75A944;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.text-block .text-content h2 {
    font-size: 28px;
    text-align: center;
}

.text-block .text-content h3 {
    font-size: 23px;
}

.text-block .text-content h4 {
    font-size: 20px;
}

.text-block .text-content p {
    margin-bottom: 20px;
}

.text-block .text-content p:last-child {
    margin-bottom: 0;
}

.text-block .text-content strong {
    color: #75A944;
}

.text-block .text-content ul,
.text-block .text-content ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

.text-block .text-content li {
    margin-bottom: 8px;
}

/* Heading Block Styles */
.heading-block .flexible-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #75A944;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 20px 0 40px 0;
    padding: 0 15px;
}

.heading-block h2.flexible-heading {
    font-size: 28px;
    text-align: center;
}

.heading-block h3.flexible-heading {
    font-size: 23px;
}

.heading-block h4.flexible-heading {
    font-size: 20px;
}

/* Quote Block Styles */
.quote-block .flexible-quote {
    background: #f8f9fa;
    border-left: 4px solid #75A944;
    margin: 40px 0;
    padding: 40px 35px;
    font-style: italic;
    position: relative;
    border-radius: 0 8px 8px 0;
}

.quote-block .quote-text {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}

.quote-block .quote-author {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #75A944;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Call to Action Block Styles */
.cta-block .flexible-cta {
    background: linear-gradient(135deg, #75A944 0%, #5d8a35 100%);
    color: white;
    padding: 60px 50px;
    text-align: center;
    border-radius: 8px;
    margin: 50px 0;
    box-shadow: 0 4px 20px rgba(117, 169, 68, 0.15);
}

.cta-block .cta-title {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.cta-block .cta-text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: white;
    margin-bottom: 30px;
    opacity: 0.95;
}

.cta-block .cta-button {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #75A944;
    background: white;
    padding: 15px 30px;
    border: none;
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-block;
}

.cta-block .cta-button:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* List Block Styles */
.list-block .flexible-list {
    margin: 40px 0;
    padding: 25px 0;
}

.list-block .list-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #75A944;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.list-block .flexible-list-content {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.list-block .flexible-list-content.list-bulleted {
    list-style-type: disc;
    margin-left: 20px;
}

.list-block .flexible-list-content.list-numbered {
    list-style-type: decimal;
    margin-left: 20px;
}

.list-block .flexible-list-content.list-checkmarks {
    list-style: none;
    margin-left: 0;
}

.list-block .flexible-list-content.list-checkmarks .list-item {
    position: relative;
    padding-left: 30px;
}

.list-block .flexible-list-content.list-checkmarks .list-item::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #75A944;
    font-weight: bold;
    font-size: 16px;
}

.list-block .list-item {
    margin-bottom: 12px;
}

.list-block .list-item:last-child {
    margin-bottom: 0;
}

/* Two Column Text Block Styles */
.two-column-text-block .two-column-text-container {
    margin: 40px 0;
    padding: 30px 0;
}

.two-column-text-block .two-column-title {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #75A944;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-align: center;
}

.two-column-text-block .two-column-content {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.two-column-text-block .column-left,
.two-column-text-block .column-right {
    flex: 1;
    min-width: 0; /* Prevents flex items from overflowing */
}

.two-column-text-block .column-content {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.two-column-text-block .column-content h2,
.two-column-text-block .column-content h3,
.two-column-text-block .column-content h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #75A944;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.two-column-text-block .column-content h2 {
    font-size: 24px;
}

.two-column-text-block .column-content h3 {
    font-size: 20px;
}

.two-column-text-block .column-content h4 {
    font-size: 18px;
}

.two-column-text-block .column-content p {
    margin-bottom: 20px;
}

.two-column-text-block .column-content p:last-child {
    margin-bottom: 0;
}

.two-column-text-block .column-content strong {
    color: #75A944;
}

.two-column-text-block .column-content ul,
.two-column-text-block .column-content ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

.two-column-text-block .column-content li {
    margin-bottom: 8px;
}

/* Subtle Background Variations for Visual Separation */
.text-block {
    background: rgba(248, 249, 250, 0.3);
    border-radius: 6px;
    margin: 0 -15px;
    padding: 0 15px;
}

.heading-block {
    position: relative;
}

.heading-block::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #75A944;
}

.list-block {
    background: rgba(117, 169, 68, 0.02);
    border-radius: 6px;
    margin: 0 -15px;
    padding: 0 15px;
    border-left: 3px solid rgba(117, 169, 68, 0.1);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .case-study-flexible-content-section {
        padding: 0 0 80px 0;
    }
    
    .case-study-flexible-content-container {
        padding: 0 80px;
    }
    
    .flexible-content-block {
        margin-bottom: 50px;
    }
    
    .text-block .text-content {
        padding: 0 0 25px 0;
    }
    
    .text-block .text-content h2,
    .heading-block h2.flexible-heading {
        font-size: 24px;
    }
    
    .text-block .text-content h3,
    .heading-block h3.flexible-heading {
        font-size: 20px;
    }
    
    .quote-block .flexible-quote {
        margin: 35px 0;
        padding: 35px 30px;
    }
    
    .cta-block .cta-title {
        font-size: 24px;
    }
    
    .cta-block .flexible-cta {
        padding: 50px 35px;
        margin: 40px 0;
    }
    
    .list-block .flexible-list {
        padding: 20px 0;
    }
    
    .two-column-text-block .two-column-text-container {
        padding: 25px 0;
    }
    
    .two-column-text-block .two-column-title {
        font-size: 20px;
        margin-bottom: 35px;
    }
    
    .two-column-text-block .two-column-content {
        gap: 35px;
    }
    
    .text-block {
        margin: 0 -10px;
        padding: 0 10px;
    }
    
    .list-block {
        margin: 0 -10px;
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .case-study-flexible-content-section {
        padding: 0 0 40px 0;
    }
    
    .case-study-flexible-content-container {
        padding: 0 40px;
    }
    
    .flexible-content-block {
        margin-bottom: 40px;
    }
    
    .text-block .text-content {
        font-size: 15px;
        padding: 0 0 20px 0;
    }
    
    .heading-block .flexible-heading {
        margin: 15px 0 30px 0;
        padding: 0 10px;
    }
    
    .text-block .text-content h2,
    .heading-block h2.flexible-heading {
        font-size: 22px;
    }
    
    .text-block .text-content h3,
    .heading-block h3.flexible-heading {
        font-size: 18px;
    }
    
    .text-block .text-content h4,
    .heading-block h4.flexible-heading {
        font-size: 16px;
    }
    
    .quote-block .flexible-quote {
        padding: 25px 20px;
        margin: 30px 0;
        border-radius: 0 6px 6px 0;
    }
    
    .quote-block .quote-text {
        font-size: 16px;
    }
    
    .cta-block .flexible-cta {
        padding: 40px 25px;
        margin: 35px 0;
        border-radius: 6px;
    }
    
    .cta-block .cta-title {
        font-size: 20px;
    }
    
    .cta-block .cta-text {
        font-size: 15px;
    }
    
    .list-block .flexible-list {
        padding: 15px 0;
    }
    
    .list-block .list-title {
        font-size: 18px;
    }
    
    .list-block .flexible-list-content {
        font-size: 15px;
    }
    
    .two-column-text-block .two-column-text-container {
        padding: 20px 0;
    }
    
    .two-column-text-block .two-column-title {
        font-size: 18px;
        margin-bottom: 30px;
    }
    
    .two-column-text-block .two-column-content {
        flex-direction: column;
        gap: 25px;
    }
    
    .two-column-text-block .column-content {
        font-size: 15px;
    }
    
    .text-block {
        margin: 0 -10px;
        padding: 0 10px;
        border-radius: 4px;
    }
    
    .list-block {
        margin: 0 -10px;
        padding: 0 10px;
        border-radius: 4px;
    }
    
    .heading-block::after {
        width: 40px;
    }
}

@media (max-width: 480px) {
    .case-study-flexible-content-section {
        padding: 0 0 15px 0;
    }
    
    .case-study-flexible-content-container {
        padding: 0 15px;
    }
    
    .flexible-content-block {
        margin-bottom: 35px;
    }
    
    .text-block .text-content {
        padding: 0 0 15px 0;
    }
    
    .heading-block .flexible-heading {
        margin: 10px 0 25px 0;
        padding: 0 5px;
    }
    
    .text-block .text-content h2,
    .heading-block h2.flexible-heading {
        font-size: 20px;
    }
    
    .text-block .text-content h3,
    .heading-block h3.flexible-heading {
        font-size: 17px;
    }
    
    .text-block .text-content h4,
    .heading-block h4.flexible-heading {
        font-size: 15px;
    }
    
    .quote-block .flexible-quote {
        padding: 20px 15px;
        margin: 25px 0;
        border-radius: 0 4px 4px 0;
    }
    
    .quote-block .quote-text {
        font-size: 15px;
    }
    
    .cta-block .flexible-cta {
        padding: 35px 20px;
        margin: 30px 0;
        border-radius: 4px;
    }
    
    .cta-block .cta-title {
        font-size: 18px;
    }
    
    .cta-block .cta-text {
        font-size: 14px;
    }
    
    .cta-block .cta-button {
        font-size: 15px;
        padding: 12px 25px;
    }
    
    .list-block .flexible-list {
        padding: 10px 0;
    }
    
    .list-block .list-title {
        font-size: 16px;
    }
    
    .list-block .flexible-list-content {
        font-size: 14px;
    }
    
    .two-column-text-block .two-column-text-container {
        padding: 15px 0;
    }
    
    .two-column-text-block .two-column-title {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .two-column-text-block .two-column-content {
        gap: 20px;
    }
    
    .two-column-text-block .column-content {
        font-size: 14px;
    }
    
    .text-block {
        margin: 0 -5px;
        padding: 0 5px;
        border-radius: 3px;
    }
    
    .list-block {
        margin: 0 -5px;
        padding: 0 5px;
        border-radius: 3px;
    }
    
    .heading-block::after {
        width: 30px;
    }
}

/* ==========================================================================
   Default Page Template Styles
   ========================================================================== */

.default-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background: #fff;
}

.default-page-article {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.default-page-header {
    text-align: center;
    padding: 40px 40px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 3px solid #75A944;
}

.default-page-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #2c3e50;
    margin: 0;
    line-height: 1.2;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.default-page-thumbnail {
    text-align: center;
    padding: 30px;
    background: #fff;
}

.default-page-featured-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.default-page-featured-image:hover {
    transform: scale(1.02);
}

.default-page-content {
    padding: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.default-page-content h1,
.default-page-content h2,
.default-page-content h3,
.default-page-content h4,
.default-page-content h5,
.default-page-content h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.default-page-content h1 {
    font-size: 2.2rem;
    border-bottom: 2px solid #75A944;
    padding-bottom: 10px;
}

.default-page-content h2 {
    font-size: 1.8rem;
    color: #75A944;
}

.default-page-content h3 {
    font-size: 1.5rem;
}

.default-page-content h4 {
    font-size: 1.3rem;
}

.default-page-content p {
    margin-bottom: 20px;
    text-align: justify;
}

.default-page-content ul,
.default-page-content ol {
    margin: 20px 0;
    padding-left: 30px;
}

.default-page-content li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.default-page-content blockquote {
    background: #f8f9fa;
    border-left: 4px solid #75A944;
    margin: 30px 0;
    padding: 20px 30px;
    font-style: italic;
    font-size: 1.1rem;
    color: #555;
}

.default-page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 20px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.default-page-content a {
    color: #75A944;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.default-page-content a:hover {
    color: #5a8533;
    text-decoration: underline;
}

.default-page-links {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: center;
}

.default-page-links a {
    display: inline-block;
    padding: 8px 15px;
    margin: 0 5px;
    background: #75A944;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s ease;
}

.default-page-links a:hover {
    background: #5a8533;
}

.default-page-comments {
    margin-top: 40px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 0 0 8px 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .default-page-container {
        padding: 40px 15px;
    }
    
    .default-page-header {
        padding: 30px 20px 15px;
    }
    
    .default-page-title {
        font-size: 2rem;
    }
    
    .default-page-content {
        padding: 30px 20px;
        font-size: 15px;
    }
    
    .default-page-content h1 {
        font-size: 1.8rem;
    }
    
    .default-page-content h2 {
        font-size: 1.5rem;
    }
    
    .default-page-thumbnail {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .default-page-container {
        padding: 30px 10px;
    }
    
    .default-page-title {
        font-size: 1.7rem;
    }
    
    .default-page-content {
        padding: 20px 15px;
        font-size: 14px;
    }
    
    .default-page-content h1 {
        font-size: 1.6rem;
    }
    
    .default-page-content h2 {
        font-size: 1.3rem;
    }
}