.footer { background-color: #b8c9c0; } .footer-main { padding: 80px 80px 60px; } .footer-container { max-width: 1600px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 80px; } .footer-column { display: flex; flex-direction: column; gap: 18px; } .footer-heading { font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 500; color: #2d2d2d; margin-bottom: 8px; letter-spacing: -0.5px; } .footer-subheading { font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 500; color: #2d2d2d; margin-top: 25px; margin-bottom: 8px; letter-spacing: -0.5px; } .footer-link { font-family: 'DM Sans', sans-serif; font-size: 18px; font-weight: 400; color: #3d3d3d; text-decoration: none; transition: color 0.3s ease; } .footer-link:hover { color: #4a7c59; } .footer-text { font-family: 'DM Sans', sans-serif; font-size: 18px; font-weight: 400; color: #3d3d3d; line-height: 1.6; margin: 0; } .footer-address { font-family: 'DM Sans', sans-serif; font-size: 18px; font-weight: 400; color: #3d3d3d; line-height: 1.6; margin: 0; } .footer-cta { align-items: flex-start; gap: 25px; } .footer-logo { display: flex; flex-direction: column; gap: 2px; } .footer-logo-main { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 500; color: #2d2d2d; letter-spacing: 1px; } .footer-logo-sub { font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 500; color: #2d2d2d; letter-spacing: 3px; text-transform: uppercase; } .footer-cta-text { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 500; color: #2d2d2d; line-height: 1.3; letter-spacing: -0.8px; margin: 0; } .footer-buttons { display: flex; gap: 18px; margin-top: 10px; } .footer-btn { font-family: 'DM Sans', sans-serif; font-size: 17px; font-weight: 500; padding: 18px 40px; border-radius: 35px; text-decoration: none; transition: all 0.3s ease; display: inline-block; } .footer-btn-outline { background-color: transparent; border: 2px solid #3d3d3d; color: #3d3d3d; } .footer-btn-outline:hover { background-color: #3d3d3d; color: white; } .footer-btn-solid { background-color: white; border: 2px solid white; color: #2d2d2d; } .footer-btn-solid:hover { background-color: transparent; border-color: #2d2d2d; color: #2d2d2d; } .footer-bottom { border-top: 1px solid rgba(61, 61, 61, 0.2); padding: 35px 80px; } .footer-bottom-container { max-width: 1600px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; } .footer-nav { display: flex; gap: 35px; } .footer-nav-link { font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 400; color: #3d3d3d; text-decoration: none; transition: color 0.3s ease; } .footer-nav-link:hover { color: #4a7c59; } .footer-copyright { text-align: right; } .footer-copyright p { font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 400; color: #5a5a5a; margin: 4px 0; line-height: 1.5; } @media (max-width: 1200px) { .footer-container { grid-template-columns: 1fr; gap: 50px; } .footer-bottom-container { flex-direction: column; gap: 30px; text-align: center; } .footer-copyright { text-align: center; } .footer-nav { flex-wrap: wrap; justify-content: center; } } @media (max-width: 768px) { .footer-main { padding: 60px 40px 40px; } .footer-bottom { padding: 30px 40px; } .footer-heading, .footer-subheading { font-size: 32px; } .footer-cta-text { font-size: 38px; } .footer-buttons { flex-direction: column; width: 100%; } .footer-btn { text-align: center; width: 100%; } }