/* Custom Fonts (Example - choose from Google Fonts or similar) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Playfair+Display:wght@700&display=swap');

:root{
    /* Brand palette: green primary with orange accent */
    --brand-green: #2fb86b; /* rgb(47,184,107) */
    --brand-green-dark: #238c51; /* rgb(35,140,81) */
    --brand-orange: #ff8a00; /* rgb(255,138,0) */
    --brand-orange-dark: #e66f00; /* rgb(230,111,0) */
    --primary: var(--brand-green);
    --accent: var(--brand-orange);
    --muted:#6c757d;
    --primary-green: #2fb86b; /* From logo (kept for compatibility) */
    --primary-red: #e66f00;   /* Accent / alert uses mapped to orange */
    --accent-blue: #3498db;   /* fallback for legacy styles */
    --dark-heading: #2c3e50;
    --light-grey-bg: #f5f5f5;
    --footer-bg: #2c3e50;
    --text-light: #ecf0f1;
    /* keep legacy names mapped to brand tokens for minimal changes */
    --blue-600: var(--brand-green);
    --blue-700: var(--brand-orange);
}

/* Social button styles shared across site (used by footer, index, contact) */
.s-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    border-radius:12px;
    font-size:18px;
    transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.s-btn.s-fb{
    width:48px;
    height:48px;
    background:linear-gradient(135deg,#3b5998,#2a4880);
    box-shadow:0 14px 36px rgba(59,89,152,0.14);
}
.s-btn.s-tg{
    width:48px;
    height:48px;
    background:linear-gradient(135deg,#0088cc,#1da1f2);
    box-shadow:0 14px 36px rgba(3,124,167,0.14);
}
.s-btn:hover{
    transform:translateY(-6px) scale(1.06);
    filter:brightness(1.02);
}
.s-btn.pulse::after{
    content:'';
    position:absolute;
    inset:-8px;
    border-radius:14px;
    box-shadow:0 0 0 rgba(13,110,253,0.0);
    animation:pulse 1.8s infinite ease-out;
}
@keyframes pulse{
    0%{
        box-shadow:0 0 0 0 rgba(13,110,253,0.18);
    }
    70%{
        box-shadow:0 0 0 20px rgba(13,110,253,0.02);
    }
    100%{
        box-shadow:0 0 0 0 rgba(13,110,253,0);
    }
}
@media (max-width:767px){
    .s-btn{
        width:40px;
        height:40px;
        font-size:16px;
    }
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    background-color: #f8f9fa;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif; /* Or a modern sans-serif like Montserrat Bold */
    color: #2c3e50; /* Dark blue/grey for headings */
}

/* --- Header & Navigation --- */
.main-header .navbar {
    background-color: rgba(255, 255, 255, 0.95); /* Slightly transparent white */
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    padding: 15px 0;
    transition: all 0.3s ease;
}
.main-header .navbar-brand img {
    height: 50px;
}
.main-header .nav-link {
    color: var(--dark-heading);
    font-weight: 600;
    margin: 0 15px;
    position: relative;
    transition: color 0.3s ease;
}
.main-header .nav-link:hover,
.main-header .nav-link.active {
    color: var(--primary-red);
}
.main-header .nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: var(--primary-red);
    transition: width 0.3s ease;
}
.main-header .nav-link:hover::after,
.main-header .nav-link.active::after {
    width: 100%;
}

/* --- Hero Section --- */
.hero-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, #e0f2f7, #c1e4f0); /* Light blue gradient background */
}
.hero-section .hero-content {
    padding-left: 80px;
    z-index: 2;
    position: relative;
}
.hero-section h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--dark-heading);
    line-height: 1.2;
    margin-bottom: 15px;
}
.hero-section .tagline {
    font-size: 1.2rem;
    font-style: italic;
    color: #666;
    margin-bottom: 30px;
}
.btn-custom-outline {
    border: 2px solid var(--primary-red);
    color: var(--primary-red);
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.btn-custom-outline:hover {
    background-color: var(--primary-red);
    color: white;
    text-decoration: none;
}

.hero-image-container {
    position: relative;
    height: 450px; /* Fixed height for visual consistency */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 80px;
}
.hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.hero-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 50%); /* Subtle fade */
    z-index: 1;
}
.hero-logo-circle {
    position: absolute;
    top: 40%;
    right: 10%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    border: 5px solid var(--primary-green); /* Border around the circle */
    overflow: hidden; /* Ensure logo doesn't escape */
    z-index: 3;
}
.hero-logo-circle img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

/* Hexagon Shapes (Abstract Background Elements - manual positioning or JS) */
.hero-section::before, .hero-section::after {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5); /* White hexagons */
    width: 100px;
    height: 100px;
    transform: rotate(30deg) skewY(30deg);
    opacity: 0.7;
    z-index: 1;
}
.hero-section::before { /* Top-left hexagon */
    top: 50px;
    left: 10%;
    width: 80px;
    height: 80px;
    background-color: rgba(var(--primary-red), 0.1);
}
.hero-section::after { /* Bottom-right hexagon */
    bottom: 30px;
    right: 15%;
    width: 120px;
    height: 120px;
    background-color: rgba(var(--primary-green), 0.1);
}
/* More abstract shapes could be added */


/* --- Services Section (Hexagon Cards) --- */
.services-section {
    background-color: var(--light-grey-bg);
}
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark-heading);
}
.hexagon-service-card {
    background: linear-gradient(180deg,#fff,#f8f9fa);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(13,110,253,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%; /* Ensure consistent height */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hexagon-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}
.hexagon-service-card .icon {
    font-size: 3rem;
    color: var(--primary-green);
    margin-bottom: 20px;
    background: linear-gradient(45deg, var(--primary-green), #66bb6a); /* Subtle gradient for icon */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hexagon-service-card h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--dark-heading);
}
.hexagon-service-card p {
    font-size: 0.95rem;
    color: #666;
}

/* --- Contact Info Section --- */
.contact-info-section {
    background: linear-gradient(135deg, var(--dark-heading), #34495e); /* Dark gradient background */
    color: var(--text-light);
}
.contact-info-section .section-title {
    color: var(--text-light);
}
.contact-info-section .icon {
    font-size: 1.5rem;
    color: var(--primary-green);
    margin-right: 10px;
}
.contact-info-section .address-group,
.contact-info-section .phone-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.contact-info-section .address-group p,
.contact-info-section .phone-group p {
    margin-bottom: 0;
    line-height: 1.5;
}
.contact-info-section .social-icons .social-icon {
    color: var(--text-light);
    font-size: 1.3rem;
    margin-right: 15px;
    transition: color 0.3s ease;
}
.contact-info-section .social-icons .social-icon:hover {
    color: var(--primary-red);
}

.contact-form-container {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.contact-form-container h3 {
    color: var(--text-light);
}
.contact-form .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--text-light);
    padding: 12px 15px;
    border-radius: 8px;
}
.contact-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.contact-form .form-control:focus {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: var(--primary-green);
    box-shadow: 0 0 0 0.25rem rgba(var(--primary-green), 0.25);
    color: var(--text-light);
}
.btn-custom-primary {
    background-color: var(--primary-green);
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    transition: background-color 0.3s ease;
}
.btn-custom-primary:hover {
    background-color: #66bb6a; /* Lighter green */
    color: white;
}


/* --- Footer --- */
.main-footer {
    background-color: var(--footer-bg);
    color: var(--text-light);
    padding: 40px 0;
}
.footer-logo img {
    filter: brightness(0) invert(1); /* Makes logo white */
}
.main-footer .tech-stack {
    font-size: 0.85rem;
    opacity: 0.7;
    margin-top: 10px;
}
.main-footer .footer-nav a {
    color: var(--text-light);
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s ease;
}
.main-footer .footer-nav a:hover {
    color: var(--primary-red);
/* Decorative wave tint override */
.footer-elegant .wave path { filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3)); }
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .hero-section h1 {
/* Open status badge */
.footer-elegant .open-status { font-size: .55em; letter-spacing: .08em; padding: .35em .55em; border:1px solid var(--footer-green); color: var(--footer-green); border-radius: 2em; font-weight:600; background: rgba(47,184,107,.08); position: relative; top:-2px; }
.footer-elegant .open-status.is-open { background: linear-gradient(90deg,var(--footer-green),#4cd67d); color:#041f11; border-color: var(--footer-green); box-shadow:0 0 0 2px rgba(47,184,107,.25); }

/* Metrics */
.footer-elegant .mini-metrics { font-size: .75rem; }
.footer-elegant .metric { display:flex; flex-direction:column; min-width:68px; }
.footer-elegant .metric-value { font-size: .95rem; font-weight:600; color: var(--footer-green); text-shadow:0 0 0 rgba(0,0,0,0); transition: color .4s, text-shadow .4s; }
.footer-elegant .metric-label { font-size: .625rem; text-transform:uppercase; letter-spacing:.11em; color: var(--footer-muted); }
.footer-elegant .metric-value[data-done] { color: var(--footer-red); }

/* Enhanced subscribe */
.footer-elegant .subscribe-form { position:relative; }
.footer-elegant .subscribe-form.enhanced-subscribe input { padding-right:7.5rem; }
.footer-elegant .subscribe-feedback { margin-top:.4rem; font-size:.7rem; letter-spacing:.05em; color: var(--footer-muted); min-height:1.1em; }
.footer-elegant .subscribe-feedback.pending { color: var(--footer-green); }
.footer-elegant .subscribe-feedback.done { color: var(--footer-green); }
.footer-elegant .subscribe-feedback.error { color: var(--footer-red); }

/* Back to top button */
.footer-elegant .back-to-top { background: linear-gradient(135deg,var(--footer-green),#3ccf74); color:#082413; border:none; padding:.55rem .9rem; border-radius: 1.75rem; font-size:.75rem; font-weight:600; letter-spacing:.08em; cursor:pointer; display:inline-flex; align-items:center; justify-content:center; gap:.35rem; box-shadow:0 2px 6px -2px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.05); transition: background .4s, transform .3s, box-shadow .4s; }
.footer-elegant .back-to-top:hover { transform:translateY(-3px); background: linear-gradient(135deg,#45d67f,#2fb86b); }
.footer-elegant .back-to-top:active { transform:translateY(-1px) scale(.95); }
.footer-elegant .back-to-top:focus-visible { outline: none; box-shadow:0 0 0 3px rgba(47,184,107,.45); }

@media (max-width:575.98px){
    .footer-elegant .metric { min-width:56px; }
    .footer-elegant .metric-value { font-size:.85rem; }
    .footer-elegant .back-to-top { padding:.5rem .7rem; }
}

/* Green/Red combination accent utilities */
.footer-elegant .icon-accent { color: var(--footer-green); background: radial-gradient(circle at 30% 30%, rgba(47,184,107,0.35), rgba(47,184,107,0) 70%); padding:4px; border-radius:10px; display:inline-flex; }
.footer-elegant .icon-accent:nth-of-type(2n) { color: var(--footer-red); background: radial-gradient(circle at 30% 30%, rgba(211,47,47,0.35), rgba(211,47,47,0) 70%); }
.footer-elegant .brand-emblem { filter: drop-shadow(0 4px 10px rgba(0,0,0,0.4)); }
.footer-elegant .brand-emblem:hover { transform: rotate(-2deg) scale(1.02); transition: .6s; }
.footer-elegant .footer-links-list a { position:relative; }
.footer-elegant .footer-links-list a::after { content:""; position:absolute; left:0; bottom:-2px; width:0; height:2px; background: linear-gradient(90deg,var(--footer-green),var(--footer-red)); transition: width .4s; border-radius:2px; }
.footer-elegant .footer-links-list a:hover::after { width:100%; }
.footer-elegant .newsletter-field .news-input { border-color: rgba(47,184,107,.4)!important; }
.footer-elegant .newsletter-field .news-input:focus { box-shadow: var(--footer-focus-ring); }
        font-size: 2.8rem;
    }
    .hero-section .hero-content {
        padding-left: 30px;
        text-align: center;
    }
    .hero-image-container {
        padding-right: 30px;
        height: 350px;
        margin-top: 40px;
    }
    .hero-logo-circle {
        right: 50%;
        transform: translate(50%, -50%);
        top: 0;
        width: 180px;
        height: 180px;
        border: 3px solid var(--primary-green);
    }
    .contact-form-container {
        margin-top: 40px;
    }
}

/* --- Modern unique footer (centralized) --- */
.site-footer-unique{position:relative;overflow:hidden;color:#07213a;font-family:system-ui,-apple-system,Segoe UI,Roboto,'Helvetica Neue',Arial}
.site-footer-unique .wave{display:block}
.site-footer-unique .footer-top{background:linear-gradient(180deg, #f7fbff 0%, #eef6ff 45%, rgba(13,110,253,0.03) 100%);padding-top:64px}
.footer-card{background:linear-gradient(180deg, rgba(255,255,255,0.94), rgba(250,252,255,0.86));backdrop-filter:blur(6px);border-radius:14px;padding:22px;box-shadow:0 20px 48px rgba(2,6,23,0.06);position:relative;overflow:hidden;transition:transform .24s cubic-bezier(.2,.9,.2,1), box-shadow .24s ease}
.footer-card:hover{transform:translateY(-10px);box-shadow:0 48px 110px rgba(2,6,23,0.14)}
.ribbon{position:absolute;left:0;top:0;bottom:0;width:8px;border-top-left-radius:14px;border-bottom-left-radius:14px;background:linear-gradient(180deg,var(--brand-orange-dark),var(--brand-green));transform-origin:left center;animation:waveR 6s linear infinite}
@keyframes waveR{0%{transform:translateY(0)}50%{transform:translateY(6px)}100%{transform:translateY(0)}}
.footer-card .accent-circle{position:absolute;right:-40px;top:-28px;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle at 25% 25%, rgba(13,110,253,0.14), rgba(13,110,253,0.025));transform:rotate(12deg);filter:blur(1px)}
.footer-brand h4{font-weight:800;color:#07213a}
.footer-social .s-btn{width:48px;height:48px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:#fff;margin-right:10px;font-size:18px;transition:transform .18s ease, box-shadow .18s ease, filter .18s ease}
.s-fb{background:linear-gradient(135deg,#3b5998,#2a4880);box-shadow:0 14px 36px rgba(59,89,152,0.14)}
.s-tg{background:linear-gradient(135deg,#0088cc,#1da1f2);box-shadow:0 14px 36px rgba(3,124,167,0.14)}
.s-btn:hover{transform:translateY(-6px) scale(1.06);filter:brightness(1.02)}
.s-btn.pulse::after{content:'';position:absolute;inset:-8px;border-radius:14px;box-shadow:0 0 0 rgba(13,110,253,0.0);animation:pulse 1.8s infinite ease-out}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(13,110,253,0.18)}70%{box-shadow:0 0 0 20px rgba(13,110,253,0.02)}100%{box-shadow:0 0 0 0 rgba(13,110,253,0)}}
.footer-links a{color:var(--brand-orange);text-decoration:none;display:block;margin:.36rem 0;font-weight:600}
.footer-links a:hover{color:var(--brand-green-dark)}
.footer-legal{border-top:1px solid rgba(2,6,23,0.04);padding-top:18px;margin-top:18px;color:var(--muted);font-size:.95rem}
.news-input{max-width:320px}
.footer-badge{position:absolute;left:14px;top:14px;background:linear-gradient(90deg,#fff,#fbf7f0);padding:6px 10px;border-radius:999px;font-weight:700;color:var(--brand-orange);box-shadow:0 8px 22px rgba(255,138,0,0.08)}
.footer-card .hover-overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(255,255,255,0), rgba(13,110,253,0.02));opacity:0;transition:opacity .28s ease;pointer-events:none}
.footer-card:hover .hover-overlay{opacity:1}
.opacity-06{opacity:.06}
@media (max-width:767px){ .footer-card{padding:16px;border-radius:10px} .s-btn{width:40px;height:40px} .footer-badge{display:none} }

/* Pro footer specific overrides */
.site-footer-pro { --pf-bg: linear-gradient(180deg,#f9fbff,#eef6ff); }
.site-footer-pro .wave { height:72px; margin-bottom:-2px; }
.site-footer-pro .footer-top { background: var(--pf-bg); padding-top:48px; }
.site-footer-pro .brand-block { padding:28px; border-radius:16px; display:block }
.brand-title{font-weight:700;color:var(--dark-heading);margin:6px 0}
.muted-lead{color:#5b6b78}
.badge-pill{position:absolute;left:18px;top:18px;background:linear-gradient(90deg,#fff,#fff7f0);padding:6px 12px;border-radius:999px;font-weight:700;color:var(--brand-orange);box-shadow:0 8px 22px rgba(255,138,0,0.06);font-size:.85rem}
.logo-illustration{flex:0 0 68px}
.pill-pattern{position:absolute;right:-24px;bottom:-24px;width:220px;height:140px;pointer-events:none;background:radial-gradient(circle at 20% 20%, rgba(13,110,253,0.08), rgba(13,110,253,0.02));border-radius:18px;transform:rotate(12deg);filter:blur(6px)}

.links-grid h6, .contact-card h6 { font-weight:800; margin-bottom:12px; color:var(--dark-heading)}
.links-grid ul li a{color:var(--dark-heading);text-decoration:none;opacity:0.92;padding:.22rem 0;display:block}
.links-grid ul li a:hover{color:var(--brand-orange)}

.contact-card .btn-cta{background:linear-gradient(90deg,var(--brand-green-dark),var(--brand-green));border:none;color:#fff;padding:8px 12px;border-radius:10px;font-weight:700}
.contact-card .btn-cta:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(35,140,81,0.12)}
.subscribe-form .news-input{border-radius:10px;padding:8px 12px;border:1px solid rgba(47,184,107,0.08)}

.footer-bottom a{color:var(--brand-orange);text-decoration:none}

.trust-row{display:flex;gap:8px}
.trust{background:#fff;padding:6px 10px;border-radius:999px;font-weight:700;color:var(--brand-orange);box-shadow:0 6px 18px rgba(255,138,0,0.05);font-size:.85rem}

/* Social buttons refinement for pro footer */
.site-footer-pro .s-btn{width:44px;height:44px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:#fff;margin-right:8px;background:linear-gradient(135deg,var(--brand-green),var(--brand-orange));box-shadow:0 10px 30px rgba(47,184,107,0.08)}

/* Responsive tweaks */
@media (max-width: 991px){
    .brand-title{font-size:1.05rem}
    .pill-pattern{display:none}
    .brand-block, .links-grid, .contact-card{padding:18px}
}

@media (max-width: 575px){
    .site-footer-pro .footer-top{padding-top:24px}
    .brand-title{font-size:1rem}
    .links-grid .col-6{width:50%}
}

/* --- Elegant dark footer variant (screenshot-inspired) --- */
.footer-elegant{
    /* footer-local palette: green primary, red accent */
    --footer-green: #2fb86b;
    --footer-green-dark: #238c51;
    --footer-red: #d32f2f;
    --footer-red-dark: #b71c1c;
    background: linear-gradient(180deg, #062b1e 0%, #0b2f22 100%);
    color:#efe6dc;
}
.footer-elegant .footer-top{ background:transparent; padding:48px 0 }
.footer-elegant .footer-card{ background:transparent; box-shadow:none; padding:12px 0; border-radius:0 }
.footer-elegant .brand-title, .footer-elegant .serif-heading{ font-family:'Playfair Display', serif; color:#fff; letter-spacing:1px }
.footer-elegant .serif-heading{ font-size:1.05rem; font-weight:700; margin-bottom:12px }
.footer-elegant .muted-lead{ color:#dbe7dd }
.footer-elegant .badge-pill{ display:none }
.footer-elegant .links-grid ul li a{ color:#d0e6d6; opacity:0.95 }
.footer-elegant .links-grid ul li a:hover{ color:var(--footer-red) }
.footer-elegant .contact-card p, .footer-elegant .contact-card a{ color:#d0e6d6 }
.footer-elegant .trust{ background:transparent; color:#d0e6d6; box-shadow:none; border:1px solid rgba(255,255,255,0.03) }
.footer-elegant .pill-pattern{ display:none }

/* decorative top emblem lines */
.footer-top-decor{gap:12px;display:flex;align-items:center}
.footer-top-decor .line{height:1px;background:rgba(255,255,255,0.06);flex:1}
.footer-top-decor .emblem img{filter:brightness(0) invert(1);opacity:0.95}

/* frame and spacing matching screenshot */
.footer-frame{ padding:26px 30px; border:1px solid rgba(255,255,255,0.04); }
.footer-links-list li{ margin:18px 0 }
.footer-links-list li a{ color:#d8d0c6; font-weight:600 }

/* larger uppercase serif headings */
.serif-heading{ font-family:'Playfair Display', serif; text-transform:uppercase; font-size:1.6rem; letter-spacing:2px; color:#efe6dc }

/* contact icon (gold) */
.contact-item .contact-icon svg path{ fill:var(--footer-green) }
.contact-item .contact-icon{ width:28px; height:28px; display:inline-flex; align-items:center; justify-content:center }

/* gold-bordered newsletter field */
.gold-border{ background:transparent; border:1px solid rgba(47,184,107,0.18); padding:14px 12px; color:#efe6dc; border-radius:2px; width:100% }
.gold-border::placeholder{ color:rgba(255,255,255,0.4) }
.subscribe-link{ color:#efe6dc; border-bottom:1px solid rgba(255,255,255,0.06); font-weight:700; background:transparent; border:0; padding:0 }
.subscribe-link:hover{ color:var(--brand-orange) }

/* smaller social icons on right */
.footer-social-small .s-btn.small{ width:34px; height:34px; font-size:12px; display:inline-flex; align-items:center; justify-content:center; border-radius:8px; background:linear-gradient(135deg,var(--footer-green),var(--footer-red)); box-shadow:0 8px 18px rgba(0,0,0,0.2) }
.footer-social-small .s-btn.small svg{ display:block }

/* outer thin frame left/right like screenshot */
.site-footer-unique{ border-left:1px solid rgba(255,255,255,0.04); border-right:1px solid rgba(255,255,255,0.04); }


/* Underlined newsletter input like screenshot */
.footer-elegant .subscribe-form .news-input.underline{ background:transparent; border:0; border-bottom:1px solid rgba(255,255,255,0.08); border-radius:0; padding:8px 6px; color:#efe6dc }
.footer-elegant .subscribe-form .news-input.underline::placeholder{ color:rgba(255,255,255,0.45) }
.footer-elegant .btn-cta-ghost{ background:transparent; color:var(--footer-red); border:0; padding:6px 8px; font-weight:700 }
.footer-elegant .btn-cta-ghost:hover{ text-decoration:underline; color:var(--footer-red-dark) }

/* thin separator and bottom bar */
.footer-elegant .footer-bottom{ border-top:1px solid rgba(255,255,255,0.03); padding-top:18px; margin-top:22px }
.footer-elegant .footer-bottom .small{ color:#bcd9c8 }

@media (max-width:767px){
    .footer-elegant .brand-title{font-size:1rem}
    .footer-elegant .serif-heading{font-size:.98rem}
}



@media (max-width: 767px) {
    .hero-section h1 {
        font-size: 2.2rem;
    }
    .hero-section .tagline {
        font-size: 1rem;
    }
    .hexagon-service-card {
        padding: 20px 15px;
    }
    .hexagon-service-card .icon {
        font-size: 2.5rem;
    }
    .contact-info-section .social-icons {
        text-align: center;
        margin-top: 20px;
    }
}