BLACKSITE
:
216.73.216.62
:
147.93.18.13 / vinyasaweddings.com
:
Linux srv667811 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64
:
/
var
/
www
/
vkraft
/
public
/
Upload File:
files >> /var/www/vkraft/public/style.css
/* Base Styles */ :root { /* Brand Colors - Based on #806853 (Muted Brown) */ --primary: #806853; /* Your provided base color */ --primary-light: #a98f78; /* A lighter, warmer tone of the base */ --primary-dark: #5d4c3c; /* A darker, deeper shade for contrast */ --secondary: #8a9b8f; /* A complementary muted sage green */ --secondary-light: #c4d0c9;/* A very light tint of the sage green */ /* Neutrals - Adjusted to complement the warm brown */ --dark: #333333; /* Kept for strong contrast */ --darker: #24201d; /* A warm, almost black brown */ --light: #f8f6f4; /* A warm off-white instead of pure white */ --gray: #e8e5e0; /* A warm light gray */ /* Typography */ --font-main: 'Poppins', sans-serif; --font-weight-light: 300; --font-weight-regular: 400; --font-weight-medium: 500; --font-weight-semibold: 600; --font-weight-bold: 700; /* Spacing */ --space-xs: 0.5rem; --space-sm: 1rem; --space-md: 1.5rem; --space-lg: 2rem; --space-xl: 3rem; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Poppins', sans-serif; overflow-x: hidden !important; } section { width: 100%; overflow-x: hidden; } .top-banner { font-size: 0.9rem; font-weight: 500; background-color: #806853; } .top-banner a { text-decoration: none; transition: opacity 0.3s; } .top-banner a:hover { opacity: 0.8; } .top-banner .badge { font-size: 0.7rem; vertical-align: middle; } /* Custom Navbar */ .navbar { padding: 10px 0; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; } .navbar.scrolled { padding: 10px 0; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); } .nav-link { font-weight: 500; color: var(--dark) !important; position: relative; margin: 0 8px; } .nav-link:hover { color: #806853 !important; } .link-active { color: #806853 !important; border-bottom: 2px solid #806853; } .nav-link::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #806853; transition: width 0.3s ease; } .nav-link:hover::after { width: 100%; } .nav-item { text-decoration: none; } /* Custom Dropdown */ .custom-dropdown-menu { border: none; border-radius: 8px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); padding: 10px 0; margin-top: 10px; } .custom-dropdown-menu .dropdown-item { padding: 8px 20px; font-weight: 500; color: var(--dark); transition: all 0.2s ease; } .custom-dropdown-menu .dropdown-item:hover { background-color: var(--gray); color: #806853; transform: translateX(5px); } .custom-dropdown-menu i { color: #806853; width: 20px; text-align: center; } .navbar .dropdown-toggle::after { content: none !important; } /* Custom Button */ .btn-custom-primary { background-color: #806853; color: white; border: 2px solid #806853; font-weight: 600; transition: all 0.3s ease; white-space: nowrap; } .btn-custom-primary:hover { background-color: transparent; color: #806853; border: 1px solid #806853; } /* Phone Link */ .phone-link { color: var(--dark); text-decoration: none; font-weight: 500; transition: color 0.3s ease; } .phone-link:hover { color: #806853; } /* Mobile Menu */ .navbar-toggler { border: none; padding: 0; font-size: 1.5rem; } .navbar-toggler:focus { box-shadow: none; } @media (max-width: 992px) { .navbar-collapse { padding: 20px 0; } .nav-link { margin: 5px 0; } .custom-dropdown-menu { box-shadow: none; padding-left: 15px; } } @media (max-width: 768px) { .top-banner .offer-text { margin-bottom: 0.5rem; } .top-banner .contact-info { justify-content: center !important; } } /* Hero Section */ .hero-section { position: relative; height: 700px; overflow: hidden; margin-top: 0px; } .hero-slider { position: relative; width: 100%; height: 100%; } .hero-slide { position: absolute; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0; transition: opacity 1s ease-in-out; } .hero-slide.active { opacity: 1; } .hero-slide.video-slide video { width: 100%; height: 100%; object-fit: cover; } .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); } .hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: var(--light); width: 100%; padding: 0 20px; z-index: 2; } .hero-content h1 { font-size: 3rem; font-weight: var(--font-weight-bold); margin-bottom: var(--space-sm); text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .hero-content .lead { font-size: 1.5rem; margin-bottom: var(--space-lg); text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); max-width: 800px; margin-left: auto; margin-right: auto; font-weight: var(--font-weight-medium); } .hero-buttons { display: flex; justify-content: center; gap: var(--space-md); flex-wrap: wrap; } .hero-buttons .btn { min-width: 200px; font-weight: var(--font-weight-semibold); } .btn-primary { background-color: #806853; border-color: #806853; } .btn-primary:hover { background-color: #a98f78; border-color: #a98f78; } .btn-outline-light { color: var(--light); border-color: var(--light); } .btn-outline-light:hover { background-color: rgba(255, 255, 255, 0.1); color: var(--light); } .slider-controls { position: absolute; bottom: var(--space-lg); left: 0; right: 0; display: flex; justify-content: center; align-items: center; gap: var(--space-sm); z-index: 3; } .slider-controls button { background: rgba(255, 255, 255, 0.2); border: none; color: var(--light); width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s; } .slider-controls button:hover { background: #806853; } .dot { width: 12px; height: 12px; margin: 0 5px; background: rgba(255, 255, 255, 0.5); border-radius: 50%; display: inline-block; cursor: pointer; transition: all 0.3s; } .dot.active { background: var(--light); transform: scale(1.2); } /* Responsive Adjustments */ @media (max-width: 768px) { .hero-section { height: 400px; } .hero-content h1 { font-size: 2rem; } .hero-content .lead { font-size: 1.1rem; } .hero-buttons { flex-direction: column; align-items: center; gap: var(--space-sm); } .hero-buttons .btn { width: 100%; max-width: 250px; } .slider-controls { display: none; } } /* Brands Section */ .brands-section { padding: var(--space-xl) 0; } .section-title { color: var(--dark); font-size: 2.5rem; font-weight: var(--font-weight-bold); margin-bottom: var(--space-sm); position: relative; display: inline-block; } .section-title:after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background-color: #806853; } .section-subtitle { color: var(--dark); font-size: 1.1rem; font-weight: var(--font-weight-medium); opacity: 0.8; } .brand-item { text-align: center; padding: var(--space-md); background: var(--light); border-radius: 8px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; height: 100%; display: flex; flex-direction: column; justify-content: center; } .brand-item:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); } .brand-logo { height: 80px; display: flex; align-items: center; justify-content: center; margin-bottom: var(--space-sm); } .brand-logo img { max-height: 100%; max-width: 100%; width: auto; height: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: all 0.3s ease; } .brand-item:hover .brand-logo img { filter: grayscale(0%); opacity: 1; } .brand-name { font-weight: var(--font-weight-semibold); color: var(--dark); margin-top: auto; } .brand-logo-item { padding: 0 15px; display: flex; align-items: center; justify-content: center; height: 100px; } .brand-logo-item img { max-width: 100%; max-height: 80px; width: auto; height: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: all 0.3s ease; } .brand-logo-item:hover img { filter: grayscale(0%); opacity: 1; } /* Owl Carousel Navigation */ .owl-carousel .owl-nav { position: absolute; top: 50%; width: 100%; transform: translateY(-50%); display: flex; justify-content: space-between; pointer-events: none; } .owl-carousel .owl-nav button { pointer-events: all; width: 40px; height: 40px; border-radius: 50%; background: var(--light) !important; color: #806853 !important; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; } .owl-carousel .owl-nav button:hover { background: #806853 !important; color: var(--light) !important; } .owl-carousel .owl-nav button.owl-prev { margin-left: -20px; } .owl-carousel .owl-nav button.owl-next { margin-right: -20px; } /* Responsive Adjustments */ @media (max-width: 768px) { .section-title { font-size: 2rem; } .brand-logo-item { height: 80px; } .brand-logo-item img { max-height: 60px; } .owl-carousel .owl-nav { display: none; } } /* Service Section */ .services-section { background-color: var(--light); } .service-card { height: 100%; border-radius: 8px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; background: var(--light); border: 1px solid rgba(0, 0, 0, 0.05); } .service-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); } .service-img { overflow: hidden; height: 300px; } .service-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; } .service-card:hover .service-img img { transform: scale(1.05); } .service-content { padding: var(--space-md); } .service-title { color: var(--dark); font-size: 1.25rem; font-weight: var(--font-weight-semibold); margin-bottom: var(--space-sm); } .service-desc { color: var(--dark); opacity: 0.8; font-size: 0.9rem; margin-bottom: var(--space-md); } .btn-service { color: #806853; border: none; padding: 8px 20px; border-radius: 4px; font-size: 0.9rem; font-weight: var(--font-weight-medium); transition: all 0.3s ease; border: 2px solid #806853; } .btn-service:hover { background-color: #806853; color: var(--light); } /* Responsive Adjustments */ @media (max-width: 992px) { .service-img { height: 300px; } } @media (max-width: 768px) { .section-title { font-size: 2rem; } .service-img { height: 300px; } } /* About Section */ .about-section { background-color: var(--light); } .about-image-container { position: relative; overflow: hidden; border-radius: 12px; } .about-image-container img { transition: transform 0.5s ease; width: 100%; height: auto; min-height: 400px; object-fit: cover; } .about-image-container:hover img { transform: scale(1.03); } .experience-badge { position: absolute; bottom: -20px; right: 20px; width: 120px; height: 120px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background-color: #806853 !important; } .feature-icon { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .btn-primary { background-color: #806853; border-color: #806853; transition: all 0.3s ease; } .btn-primary:hover { background-color: #a98f78; border-color: #a98f78; transform: translateY(-3px); } .text-primary { color: #806853 !important; } /* Responsive Adjustments */ @media (max-width: 992px) { .about-content { padding-left: 0 !important; margin-top: 3rem; } .experience-badge { width: 100px; height: 100px; bottom: -15px; } } @media (max-width: 768px) { .section-title { font-size: 2rem; } .about-image-container img { min-height: 300px; } } /* Testimonial Section */ .testimonial-section { position: relative; } .testimonial-item { padding: 15px; } .testimonial-content { transition: all 0.3s ease; border: 1px solid rgba(0, 0, 0, 0.05); } .testimonial-text { color: var(--dark); font-style: italic; line-height: 1.6; position: relative; } .testimonial-text:before, .testimonial-text:after { content: '"'; font-size: 2rem; color: #806853; opacity: 0.3; line-height: 1; } .testimonial-text:before { margin-right: 5px; } .testimonial-text:after { margin-left: 5px; } .client-info { display: flex; flex-direction: column; justify-content: center; align-items: center; } .client-info img { border: 3px solid #a98f78; object-fit: cover; width: 100px !important; height: 100px !important; } /* Owl Carousel Customization */ .owl-carousel .owl-nav { position: absolute; top: 50%; width: 100%; transform: translateY(-50%); display: flex; justify-content: space-between; pointer-events: none; } .owl-carousel .owl-nav button { pointer-events: all; width: 50px; height: 50px; border-radius: 50%; background: var(--light) !important; color: #806853 !important; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; font-size: 1.5rem; } .owl-carousel .owl-nav button:hover { background: #806853 !important; color: var(--light) !important; } .owl-carousel .owl-nav button.owl-prev { margin-left: -25px; } .owl-carousel .owl-nav button.owl-next { margin-right: -25px; } .owl-theme .owl-dots .owl-dot span { width: 12px; height: 12px; background: rgba(0, 0, 0, 0.1); transition: all 0.3s ease; } .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #806853; transform: scale(1.2); } /* Responsive Adjustments */ @media (max-width: 768px) { .owl-carousel .owl-nav { display: none; } .testimonial-item { padding: 10px; } .testimonial-content { padding: 20px !important; } } /* CTA Section */ .cta-section { overflow: hidden; } .cta-background { position: absolute; top: 0; left: 0; width: 100%; } .cta-background img { object-position: center; } .cta-overlay { position: absolute; top: 0; left: 0; width: 100%; background: linear-gradient(135deg, rgba(128, 104, 83, 0.8) 0%, rgba(138, 155, 143, 0.8) 100%); } .cta-content { z-index: 2; } .cta-title { text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); } .cta-text { text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); } .btn-outline-light:hover { color: #806853; background-color: var(--light); } .object-fit-cover { object-fit: cover; } /* Responsive Adjustments */ @media (max-width: 768px) { .cta-section { padding: 30px; height: 350px !important; } .cta-title { font-size: 1.8rem; } .cta-buttons .btn { display: block; width: 100%; margin-bottom: 10px; } .cta-buttons .btn:last-child { margin-bottom: 0; } } /* FAQ Section */ .faq-section { background-color: var(--light); } .accordion-button { font-weight: var(--font-weight-semibold); background-color: var(--light); color: var(--dark); } .accordion-button:not(.collapsed) { background-color: #a98f78; color: var(--dark); } .accordion-button:focus { box-shadow: none; border-color: #a98f78; } .accordion-body { background-color: var(--light); color: var(--dark); } /* Responsive Adjustments */ @media (max-width: 768px) { .section-title { font-size: 2rem; } .accordion-button { padding: 12px 15px; font-size: 1rem; } .faq-section { padding: 3rem 0; } } /* Footer Section */ .footer-section { background-color: var(--gray) !important; color: #5d4c3c !important; } .footer-heading { color: #5d4c3c; font-size: 1.2rem; font-weight: var(--font-weight-semibold); position: relative; padding-bottom: 10px; } .footer-heading:after { content: ''; position: absolute; bottom: 0; left: 0; width: 40px; height: 2px; background-color: #806853; } .footer-links a { color: var(--gray); text-decoration: none; transition: all 0.3s ease; display: inline-block; } .footer-links a:hover { color: #806853; transform: translateX(5px); } .footer-contact a { text-decoration: none; transition: all 0.3s ease; color: #806853; } .footer-contact a:hover { color: #806853 !important; } .social-icons a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; background-color: #806853; border-radius: 50%; transition: all 0.3s ease; text-decoration: none; } .text-dark { text-decoration: none !important; } .social-icons a:hover { background-color: #806853; transform: translateY(-3px); } /* Responsive Adjustments */ @media (max-width: 768px) { .footer-section { text-align: center; margin-bottom: 10px; } .footer-heading:after { left: 50%; transform: translateX(-50%); } .footer-links a:hover { transform: none; } .footer-contact li { justify-content: center; } .social-icons { justify-content: center !important; } } /* Breadcrumb Section */ .breadcrumb-hero { height: 300px; overflow: hidden; } .breadcrumb-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .breadcrumb-bg img { width: 100%; height: 100%; object-fit: cover; } .breadcrumb-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(128, 104, 83, 0.7) 0%, rgba(138, 155, 143, 0.7) 100%); } .breadcrumb-content { z-index: 2; height: 100%; display: flex; align-items: center; justify-content: center; } .page-title { text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); } /* Breadcrumb Styles */ .breadcrumb { background: transparent; padding: 0; font-size: 1.1rem; } .breadcrumb-item a { color: rgba(255,255,255,0.8); transition: all 0.3s ease; } .breadcrumb-item a:hover { color: var(--light); text-decoration: none; } .breadcrumb-item.active { color: #a98f78; } .breadcrumb-item + .breadcrumb-item::before { content: ">"; color: rgba(255,255,255,0.8); padding: 0 0.5rem; font-weight: normal; } /* Responsive Adjustments */ @media (max-width: 768px) { .breadcrumb-hero { height: 250px; } .page-title { font-size: 2.5rem; } } @media (max-width: 576px) { .breadcrumb-hero { height: 200px; } .page-title { font-size: 2rem; } .breadcrumb { font-size: 1rem; } } /* Process Section */ .process-section { background-color: var(--light); } .process-steps { max-width: 800px; margin: 0 auto; position: relative; } .process-step { display: flex; margin-bottom: 2rem; position: relative; align-items: flex-start; } .step-number { background-color: #806853; color: white; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: var(--font-weight-bold); flex-shrink: 0; margin-right: 1.5rem; position: relative; z-index: 2; } .step-content { background: white; padding: 1.5rem; border-radius: 8px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); flex-grow: 1; position: relative; border-left: 4px solid #806853; } .step-title { color: var(--dark); font-size: 1.3rem; margin-bottom: 0.5rem; font-weight: var(--font-weight-semibold); } .step-description { color: var(--dark); opacity: 0.8; margin-bottom: 0; } .step-connector { position: absolute; left: 25px; top: 50px; bottom: -2rem; width: 2px; background-color: #a98f78; z-index: 1; } /* Responsive Adjustments */ @media (max-width: 768px) { .process-step { flex-direction: column; } .step-number { margin-right: 0; margin-bottom: 1rem; } .step-connector { left: 25px; top: 50px; bottom: -2rem; height: calc(100% + 2rem); } .section-title { font-size: 2rem; } } /* Services Cards Section */ .services-cards-section { background-color: var(--light); } .service-features li i { position: absolute; left: 0; top: 5px; color: #806853; } /* Enquiry Design */ .enquiry-card { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; } .enquiry-card:hover { transform: translateY(-5px); } .form-header { padding: 1.5rem; } .form-body { padding: 2rem; } .floating-input { position: relative; margin-bottom: 0.5rem; } .floating-input .form-control, .floating-input .form-select { height: 55px; padding: 1rem 1rem 1rem 3.5rem; border: 1px solid #e0e0e0; border-radius: 8px; background-color: #f9f9f9; transition: all 0.3s ease; width: 100%; font-size: 1rem; color: #333; } .floating-input textarea.form-control { height: 120px !important; padding-top: 1.5rem; resize: vertical; } .floating-input label { position: absolute; top: 1rem; left: 3.5rem; color: #777; transition: all 0.3s ease; pointer-events: none; background-color: #f9f9f9; padding: 0 0.5rem; } .floating-input .icon { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: #806853; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; background: rgba(128, 104, 83, 0.1); border-radius: 50%; } .floating-input textarea ~ .icon { top: 1.5rem; transform: none; } /* Floating Label Effect */ .floating-input input:focus ~ label, .floating-input input:not(:placeholder-shown) ~ label, .floating-input select:focus ~ label, .floating-input select:not([value=""]) ~ label, .floating-input textarea:focus ~ label, .floating-input textarea:not(:placeholder-shown) ~ label { top: -0.6rem; left: 2.5rem; font-size: 0.8rem; color: #806853; background-color: white; } .floating-input input:focus, .floating-input select:focus, .floating-input textarea:focus { border-color: #806853; box-shadow: 0 0 0 3px rgba(128, 104, 83, 0.2); background-color: white; outline: none; } /* Custom Select Dropdown Styling */ .form-select { appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23777' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; background-size: 12px; } /* Style for select options */ .form-select option { padding: 10px 15px; background-color: white; color: #333; font-size: 1rem; } .form-select option:hover { background-color: #a98f78 !important; color: white; } .form-select option:checked { background-color: #806853; color: white; } .form-select option:disabled { color: #999; background-color: #f9f9f9; } /* Submit Button */ .btn-submit { background: linear-gradient(135deg, #806853 0%, #a98f78 100%); color: white; border: none; padding: 0.8rem 2.5rem; border-radius: 50px; font-size: 1.1rem; font-weight: 500; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(128, 104, 83, 0.3); position: relative; overflow: hidden; } .btn-submit:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(128, 104, 83, 0.4); } .btn-submit i { transition: transform 0.3s ease; } .btn-submit:hover i { transform: translateX(3px); } /* Responsive Adjustments */ @media (max-width: 768px) { .form-body { padding: 1.5rem; } .floating-input .form-control, .floating-input .form-select { padding-left: 3rem; } .floating-input .icon { left: 0.8rem; } .floating-input label { left: 3rem; } } /* Contact Page */ .contact-section { padding: var(--space-lg); background-color: var(--gray); font-family: var(--font-main); } .contact-row { display: flex; justify-content: space-between; max-width: 1200px; margin: 0 auto; background: var(--light); border-radius: 12px; padding: var(--space-lg); box-shadow: 0 4px 12px rgba(0,0,0,0.05); flex-wrap: wrap; } .contact-column { flex: 1; min-width: 200px; padding: 0 var(--space-md); text-align: center; margin-bottom: var(--space-sm); } .contact-icon { width: 40px; height: 40px; margin: 0 auto var(--space-xs); display: flex; align-items: center; justify-content: center; background-color: rgba(128, 104, 83, 0.1); border-radius: 50%; padding: var(--space-xs); } .contact-icon svg { width: 20px; height: 20px; color: #806853; } .contact-title { font-size: 1rem; font-weight: var(--font-weight-semibold); color: var(--dark); margin-bottom: var(--space-xs); } .contact-text { font-size: 0.9rem; color: var(--dark); line-height: 1.4; margin: 0; } .contact-text a { color: #806853; text-decoration: none; transition: color 0.2s; } .contact-text a:hover { color: var(--secondary); text-decoration: underline; } @media (max-width: 900px) { .contact-column { min-width: 45%; } } @media (max-width: 500px) { .contact-column { min-width: 100%; } } /* Enquiry modal */ #enquiryModal .modal-dialog { max-width: 800px; } #enquiryModal .modal-content { border: none; } /* Gallery Section */ .gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: var(--space-md); margin-bottom: var(--space-lg); } .gallery-item { position: relative; overflow: hidden; border-radius: 8px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); aspect-ratio: 4/3; cursor: pointer; transition: transform 0.3s ease, box-shadow 0.3s ease; } .gallery-item:hover { transform: translateY(-5px); box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15); } .gallery-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; } .gallery-item:hover .gallery-img { transform: scale(1.05); } .gallery-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(61, 48, 36, 0.8) 0%, rgba(0, 0, 0, 0) 60%); display: flex; align-items: flex-end; padding: var(--space-md); opacity: 0; transition: opacity 0.3s ease; } .gallery-item:hover .gallery-overlay { opacity: 1; } .gallery-caption { color: white; font-weight: var(--font-weight-medium); font-size: 1.1rem; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); } .view-more-btn { display: block; margin: 0 auto; padding: var(--space-sm) var(--space-lg); background-color: #806853; color: white; border: none; border-radius: 50px; font-size: 1rem; font-weight: var(--font-weight-medium); cursor: pointer; transition: background-color 0.3s ease, transform 0.2s ease; box-shadow: 0 4px 10px rgba(128, 104, 83, 0.3); } .view-more-btn:hover { background-color: var(--primary-dark); transform: translateY(-2px); } .view-more-btn:active { transform: translateY(0); } /* Lightbox Modal */ .lightbox-modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(36, 32, 29, 0.97); z-index: 1000; justify-content: center; align-items: center; opacity: 0; transition: opacity 0.3s ease; } .lightbox-modal.active { display: flex; opacity: 1; } .lightbox-container { position: relative; max-width: 90vw; max-height: 80vh; display: flex; justify-content: center; align-items: center; margin-top: 50px; } .lightbox-content { position: relative; background-color: var(--darker); padding: 20px; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); display: flex; flex-direction: column; align-items: center; } .lightbox-img-container { position: relative; overflow: hidden; border-radius: 8px; max-width: 85vw; max-height: 60vh; } .lightbox-img { max-width: 100%; max-height: 75vh; display: block; object-fit: contain; } .lightbox-caption { color: white; text-align: center; margin-top: var(--space-md); font-size: 1.2rem; padding: 0 20px; } .close-btn { position: absolute; top: -40px; right: -10px; color: white; font-size: 1.5rem; background: none; border: none; cursor: pointer; transition: color 0.2s ease; z-index: 1001; } .close-btn:hover { color: var(--primary-light); } .nav-btn { position: absolute; top: 50%; transform: translateY(-50%); color: white; font-size: 1.5rem; background: none; border: none; cursor: pointer; transition: color 0.2s ease; z-index: 1001; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background-color: rgba(0, 0, 0, 0.3); } .nav-btn:hover { color: var(--primary-light); background-color: rgba(0, 0, 0, 0.5); } .prev-btn { left: -80px; } .next-btn { right: -80px; } .image-counter { position: absolute; bottom: -40px; left: 0; width: 100%; text-align: center; color: white; font-size: 1.1rem; } /* Responsive adjustments */ @media (max-width: 992px) { .prev-btn { left: 10px; } .next-btn { right: 10px; } .close-btn { top: -20px; right: -10px; } } @media (max-width: 768px) { .gallery-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: var(--space-sm); } .section-title { font-size: 2rem; } .nav-btn { font-size: 1rem; width: 50px; height: 50px; } .lightbox-content { padding: 15px; } } @media (max-width: 576px) { .gallery-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto var(--space-lg); } .section-title { font-size: 1.8rem; } .nav-btn { font-size: 1rem; width: 40px; height: 40px; } .prev-btn { left: 5px; } .next-btn { right: 5px; } .close-btn { font-size: 1rem; top: -20px; right: -10px; } .lightbox-content { padding: 10px; } .lightbox-caption { font-size: 1rem; } }