/*-----------------------------------------------------------------------------------
  GST Bills 2026 - Year-Based Professional Design
  Theme: Teal & Emerald - Modern professional color palette
-----------------------------------------------------------------------------------*/

/* === THEME COLOR OVERRIDES === */
:root {
    --gst-primary: #0d9488;
    --gst-primary-dark: #0f766e;
    --gst-secondary: #059669;
    --gst-accent: #14b8a6;
    --gst-heading: #0f766e;
    --gst-gradient-start: #0d9488;
    --gst-gradient-end: #059669;
}

/* Main gradient - Teal to Emerald */
.blue-purple-gredient,
.header-slider.blue-purple-gredient,
.contact-box.blue-purple-gredient,
.site-footer.section-blue {
    background: #0d9488 !important;
    background: linear-gradient(135deg, #0d9488 0%, #059669 50%, #047857 100%) !important;
}

/* Section headings & accents */
.section-white h1, .section-blue h1, .section-grey h1,
.site-about-app h1, .site-amazing-features h1, .site-more-features h1,
.site-accordion h1, .site-packages h1,
.bold-color {
    color: #0d9488 !important;
}

.section-blue {
    background-color: #0f766e !important;
}

/* Links */
a { color: #0d9488 !important; }
a:hover, a:active, a:focus { color: #047857 !important; }

/* Package price & active state */
.site-packages .price,
.site-packages .options i.fa { color: #0d9488 !important; }
.site-packages .box.active {
    box-shadow: 0 12px 40px rgba(13, 148, 136, 0.25) !important;
    border: 2px solid rgba(13, 148, 136, 0.4) !important;
}

/* Swiper/carousel active */
.swiper-pagination-bullet-active { background-color: #0d9488 !important; }
.swiper-button-prev:hover, .swiper-button-next:hover { background: #0d9488 !important; border-color: #0d9488 !important; }

/* Package Get Started buttons */
.site-packages .box a,
.site-packages .box.active a,
.site-packages .box:hover a {
    background: linear-gradient(135deg, #0d9488 0%, #059669 100%) !important;
    background-color: #0d9488 !important;
	color: #fff !important;
}
.site-packages .box a:hover { background: #047857 !important; background-color: #047857 !important; }

/* Slider & CTA buttons */
.header-slider .slide-button:hover,
.slide-button-active { background: #0d9488 !important; color: #fff !important; }

/* Outline button variant for content areas */
.slide-button-outline {
    background: transparent !important;
    border: 2px solid #0d9488 !important;
    color: #0d9488 !important;
}
.slide-button-outline:hover {
    background: #0d9488 !important;
    color: #fff !important;
    border-color: #0d9488 !important;
}

/* === TOP MENU / HEADER - New Design === */
.site-holder .sticky-header {
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.98) 0%, rgba(4, 120, 87, 0.98) 100%) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    padding: 0.5rem 0;
}
.site-holder .sticky-wrapper.is-sticky > .sticky-header {
    background: linear-gradient(135deg, #0f766e 0%, #047857 100%) !important;
    box-shadow: 0 4px 20px rgba(13, 148, 136, 0.25);
}
@media screen and (max-width: 991px) {
    .site-holder .sticky-wrapper.is-sticky > .sticky-header {
        background: linear-gradient(135deg, #0f766e 0%, #047857 100%) !important;
    }
}
/* Nav links - pill style on hover */
.site-nav ul.nav-off-canvas > li > a {
    color: rgba(255, 255, 255, 0.95) !important;
    padding: 0.5rem 1rem !important;
    border-radius: 8px;
    transition: all 0.25s ease;
}
.site-nav ul.nav-off-canvas > li > a:hover,
.site-nav ul.nav-off-canvas > li.active > a {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.15) !important;
}
.site-nav ul.nav-off-canvas > li > a:after {
    display: none !important;
}

/* Contact form submit & general submit buttons */
.site-contact-form input[type=submit],
.site-contact-form button[type=submit],
.site-subscribe input[type=submit],
input[type=submit], button[type=submit] {
    background: linear-gradient(135deg, #0d9488 0%, #059669 100%) !important;
    background-color: #0d9488 !important;
}
.site-contact-form input[type=submit]:hover,
.site-contact-form button[type=submit]:hover,
.site-subscribe input[type=submit]:hover,
input[type=submit]:hover, button[type=submit]:hover {
    background: #047857 !important;
    color: white !important;
}

/* Logo + year badge layout */
.site-logo a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Year badge & branding */
.year-badge {
    display: inline-block;
    background: linear-gradient(135deg, #0d9488 0%, #059669 100%);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    margin-left: 8px;
    vertical-align: middle;
    box-shadow: 0 2px 8px rgba(13, 148, 136, 0.35);
}

/* Section refinements */
.site-about-app.section-grey,
.site-amazing-features.section-white {
    padding: 60px 0;
}

.site-about-app h1,
.site-amazing-features h1,
.site-more-features h1,
.site-accordion h1,
.site-packages h1 {
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
}

/* Hero intro block */
.hero-intro-2026 {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.hero-intro-2026 h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #0f766e;
    margin-bottom: 1rem;
}

.hero-intro-2026 p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #546e7a;
}

/* Feature cards - professional look */
.features-2026 .features {
    background: #fff;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features-2026 .features:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}

.features-2026 .features figure {
    margin-bottom: 1.25rem;
}

.features-2026 .features h5 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #0f766e;
    margin-bottom: 0.75rem;
}

.features-2026 .features p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #607d8b;
}

/* More features section - Fix text readability (was white on light = unreadable) */
.site-more-features .feature {
    background: rgba(255,255,255,0.98);
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: box-shadow 0.3s ease;
}

.site-more-features .feature h5 {
    color: #0f766e !important;
    font-weight: 600;
}

.site-more-features .feature p {
    color: #374151 !important;
    line-height: 1.6;
}

.site-more-features .feature:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
}

.site-more-features .feature:hover h5 {
    color: #0d9488 !important;
}

.site-more-features .heading-text p {
    color: rgba(255,255,255,0.95) !important;
}

/* FAQ Accordion - refined */
.site-accordion .panel-default {
    border: none;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    overflow: hidden;
}

.site-accordion .panel-heading {
    background: #fff;
    border: none;
    padding: 0;
}

.site-accordion .panel-title a {
    display: block;
    padding: 1rem 1.25rem;
    font-weight: 600;
    color: #0f766e;
    transition: background 0.2s ease;
}

.site-accordion .panel-title a:hover,
.site-accordion .panel-title a:focus {
    background: #f5f5f5;
    text-decoration: none;
}

.site-accordion .panel-body {
    padding: 1.25rem 1.5rem;
    line-height: 1.7;
    color: #546e7a;
}

/* Package cards - 2026 style */
.site-packages .box {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

/* (active state overridden in theme section above) */

.site-packages .price-box-header {
    border-radius: 16px 16px 0 0;
    padding: 2rem 1.5rem;
}

/* Contact form styling */
.site-quick-support .site-contact-form input,
.site-quick-support .site-contact-form textarea {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: border-color 0.2s ease;
}

.site-quick-support .site-contact-form input:focus,
.site-quick-support .site-contact-form textarea:focus {
    border-color: #0d9488;
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
}

/* Footer - ensure readability on gradient */
.site-footer .year-text,
.site-footer .site-copyright,
.site-footer .site-copyright p {
    color: rgba(255,255,255,0.95) !important;
}
.site-footer .site-copyright a {
    color: rgba(255,255,255,0.95) !important;
    text-decoration: underline;
}
.site-footer .site-copyright a:hover {
    color: #fff !important;
}
.site-footer .site-social-icons a:hover {
    background: rgba(255,255,255,0.9) !important;
    color: #0f766e !important;
}

/* Public page layouts - Enhanced with subtle pattern */
.public-page-hero {
    background: linear-gradient(135deg, rgba(13,148,136,0.97) 0%, rgba(5,150,105,0.97) 50%, rgba(4, 120, 87, 0.97) 100%);
    background-image: 
        linear-gradient(135deg, rgba(13,148,136,0.97) 0%, rgba(5,150,105,0.97) 50%, rgba(4, 120, 87, 0.97) 100%),
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.05) 0%, transparent 50%);
    padding: 4rem 0;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.public-page-hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
    pointer-events: none;
}

.public-page-hero h1 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 12px rgba(0,0,0,0.15);
}

.public-page-hero .breadcrumb-text {
    opacity: 0.92;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

.public-page-hero .year-badge {
    background: rgba(255,255,255,0.25);
    border: 1px solid rgba(255,255,255,0.4);
}

.public-page-content {
    padding: 4rem 0;
    background: #f8fafb !important;
}

.public-page-content h2 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #0f766e;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid rgba(13, 148, 136, 0.3);
    display: inline-block;
}

.public-page-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: #546e7a;
}

/* Content cards for About/Contact - card style */
.public-page-content .content-card {
    background: #fff;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    border: 1px solid rgba(13, 148, 136, 0.08);
}

/* Responsive */
@media (max-width: 767px) {
    .hero-intro-2026 h1 {
        font-size: 1.75rem;
    }
    .public-page-hero h1 {
        font-size: 1.75rem;
    }
}
