html {scroll-behavior: smooth;}
* {margin: 0;padding: 0;box-sizing: border-box;}
body {font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;background: #fffdf5;color: #1f2a1f;line-height: 1.9;}
h4, h5, h6 {font-size: 20px;color: #d4af37;}
.container {width: 92%;max-width: 1400px;margin: auto;}
header {background: linear-gradient(90deg, #1b5e20, #2e7d32);position: sticky;top: 0;z-index: 999;box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);}
.navbar {display: flex;align-items: center;justify-content: space-between;padding: 18px 0;}
.logo {display: flex;align-items: center;gap: 12px;flex-wrap: wrap;}
.logo img {height: 45px;width: auto;display: block;}
.logo-title {font-size: 1.25rem;font-weight: 700;line-height: 1;color: #ffffff;text-decoration: none;}
.logo p {width: 100%;margin: 4px 0 0 0;font-size: 0.8rem;color: rgba(255, 255, 255, 0.8);}
nav ul {display: flex;list-style: none;}
nav ul li {margin-left: 25px;}
nav ul li a {color: #ffffff;text-decoration: none;font-weight: 600;font-size: 16px;transition: color 0.3s ease;}
nav ul li a:hover {color: #d4af37;}
.menu-toggle {display: none;flex-direction: column;justify-content: space-between;width: 30px;height: 21px;background: transparent;border: none;cursor: pointer;padding: 0;z-index: 1000;}
.menu-toggle .bar {width: 100%;height: 3px;background-color: #ffffff;border-radius: 3px;transition: all 0.3s ease-in-out;}
.menu-toggle.active .bar:nth-child(1) {transform: translateY(9px) rotate(45deg);}
.menu-toggle.active .bar:nth-child(2) {opacity: 0;}
.menu-toggle.active .bar:nth-child(3) {transform: translateY(-9px) rotate(-45deg);}

/* ZERO-CLS HERO SECTION UPDATES */
.hero {background: #1b1b1b linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/assets/images/telugu-brahmin.webp');background-size: cover;background-position: center;background-repeat: no-repeat;color: #ffffff;padding: 140px 0;text-align: center;min-height: 500px;contain: layout;}
.hero h1 {font-family: 'Roboto', sans-serif;font-size: clamp(2rem, 5vw, 2.5rem);margin-bottom: 25px;line-height: 1.3;}
.hero p {max-width: 1000px;margin: auto;font-size: 21px;}
.hero-buttons {margin-top: 40px;display: flex;gap: 15px;justify-content: center;align-items: center;flex-wrap: wrap;min-height: 60px;}
.btn {display: inline-block;padding: 15px 35px;margin: 10px;background: #d4af37;color: #1b1b1b;text-decoration: none;font-weight: bold;border-radius: 6px;transition: background 0.3s ease;}
.btn:hover {background: #ffffff;}

.section {padding: 80px 0;}
.section-title {text-align: center;margin-bottom: 50px;}
.section-title h2 {font-family: 'Roboto', sans-serif;font-size: 38px;color: #1b5e20;margin-bottom: 15px;}
.section-title p {max-width: 900px;margin: auto;font-size: 18px;}
.grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;}
.card {background: #ffffff;padding: 35px;border-radius: 15px;box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);transition: transform 0.3s ease;border-top: 5px solid #2e7d32;}
.card:hover {transform: translateY(-6px);}
.card i {font-size: 42px;color: #2e7d32;margin-bottom: 20px;}
.card h3 {margin-bottom: 15px;color: #1b5e20;font-size: 24px;}
.content-box {background: #f4fbf4;padding: 40px;border-left: 5px solid #2e7d32;border-radius: 10px;margin-bottom: 30px;}
.content-box h3 {color: #1b5e20;margin-bottom: 15px;font-size: 28px;}
.search-section {background: #1b5e20;color: #ffffff;padding: 80px 0;}
.search-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));gap: 20px;margin-top: 40px;}
.search-item {background: rgba(255, 255, 255, 0.08);padding: 25px;border-radius: 10px;text-align: center;}
.search-item i {font-size: 36px;margin-bottom: 15px;color: #d4af37;}
.cta {background: linear-gradient(90deg, #2e7d32, #1b5e20);color: #ffffff;text-align: center;padding: 90px 20px;}
.cta h2 {font-family: 'Roboto', sans-serif;font-size: 46px;margin-bottom: 20px;}
.cta-mid-container {display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 15px;margin: 35px 0;padding: 20px;background: rgba(0, 0, 0, 0.02);border-radius: 8px;border-left: 4px solid #0d5f2d;}
.btn-mid {display: inline-flex;align-items: center;justify-content: center;font-family: 'Roboto', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-size: 15px;font-weight: 600;text-decoration: none;color: #ffffff !important;padding: 13px 28px;border-radius: 6px;width: 100%;box-sizing: border-box;letter-spacing: 0.3px;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);}
.btn-mid:hover {transform: translateY(-2px);box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);}
.btn-mid-blue {background-color: #1a73e8;}
.btn-mid-blue:hover {background-color: #1557b0;}
.btn-mid-red {background-color: #ea4335;}
.btn-mid-red:hover {background-color: #b31412;}
.btn-mid-green {background-color: #34a853;}
.btn-mid-green:hover {background-color: #137333;}
@media (min-width: 680px) {.cta-mid-container {flex-direction: row;gap: 20px;padding: 25px 15px;}.btn-mid {width: auto;min-width: 180px;}}
footer {background: #0d5f2d;color: #ffffff;padding: 60px 0 30px;}
.footer-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));gap: 40px 30px;}
.footer-box h3 {font-family: 'Cinzel', serif, Georgia;color: #ffffff;margin-bottom: 22px;font-size: 18px;font-weight: 700;border-bottom: 1px solid rgba(255, 255, 255, 0.15);padding-bottom: 8px;text-transform: uppercase;letter-spacing: 0.5px;}
.footer-box p {color: #e0f2f1;font-size: 14px;line-height: 1.8;}
.footer-box ul {list-style: none;padding: 0;margin: 0;display: flex;flex-direction: column;gap: 6px;}
.footer-box ul li a {color: #ffffff;text-decoration: none;font-size: 14.5px;display: inline-block;padding: 6px 0;width: 100%;transition: color 0.2s ease, transform 0.2s ease;}
.footer-box ul li a:hover {color: #d4af37;transform: translateX(2px);}
.footer-box ul.two-column-list {display: grid;grid-template-columns: 1fr;gap: 6px 20px;}
.footer-box ul.four-column-list {display: grid;grid-template-columns: 1fr;gap: 6px 20px;}
.footer-divider {margin: 40px 0 25px;border: 0;border-top: 1px solid rgba(255, 255, 255, 0.2);}
.footer-bottom {text-align: center;font-size: 14px;color: #e0f2f1;line-height: 1.7;}
.footer-bottom p {margin-bottom: 5px;}
.footer-bottom a {color: #ffffff;text-decoration: underline;transition: color 0.2s ease;}
.footer-bottom a:hover {color: #d4af37;}
@media (min-width: 1024px) {.footer-grid {grid-template-columns: repeat(4, 1fr);}.brand-box {grid-column: span 1;}.astrology-box {grid-column: span 2;}.nri-countries-box, .legal-box {grid-column: 1 / -1;margin-top: 15px;padding-top: 25px;border-top: 1px dashed rgba(255, 255, 255, 0.15);}}
@media (min-width: 480px) {.footer-box ul.four-column-list {grid-template-columns: repeat(2, 1fr);}}
@media (min-width: 540px) {.footer-box ul.two-column-list {grid-template-columns: repeat(2, 1fr);}}
@media (min-width: 768px) {.footer-box ul.four-column-list {grid-template-columns: repeat(3, 1fr);}}
@media (min-width: 1024px) {.footer-box ul.four-column-list {grid-template-columns: repeat(4, 1fr);}}
#goto-top-btn {position: fixed;bottom: 25px;right: 25px;z-index: 999;background-color: #d4af37;color: #ffffff;width: 40px;height: 40px;border-radius: 6px;display: flex;align-items: center;justify-content: center;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);cursor: pointer;text-decoration: none;opacity: 1;visibility: visible;transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);}
#goto-top-btn svg {width: 30px;height: 30px;transition: transform 0.2s ease;}
#goto-top-btn:hover {background-color: #0d5f2d;color: #ffffff;box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);transform: translateY(-3px);}
#goto-top-btn:hover svg {transform: translateY(-2px);}
.goto-top-hidden {opacity: 0 !important;visibility: hidden !important;transform: translateY(20px);}
@media screen and (max-width: 768px) {.menu-toggle {display: flex;}nav {position: absolute;top: 85px;left: 0;width: 100%;background: #1b5e20;display: none;}nav.active {display: block;}nav ul {flex-direction: column;}nav ul li {margin: 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1);}nav ul li a {display: block;padding: 18px;}.section-title h2 {font-size: 32px;}.cta h2 {font-size: 34px;}}
@media (max-width: 480px) {#goto-top-btn {bottom: 20px;right: 20px;width: 40px;height: 40px;}#goto-top-btn svg {width: 20px;height: 20px;}}
.search-item .icon {font-size: 32px;display: block;margin-bottom: 12px;}
@media print {header, footer, nav, .menu-toggle, .hero-buttons, .cta, .cta-mid-container, #goto-top-btn, .search-section {display: none !important;}body {background: #ffffff !important;color: #000000 !important;font-size: 12pt;line-height: 1.5;}.container {width: 100% !important;max-width: 100% !important;margin: 0 !important;padding: 0 !important;}.hero {background: none !important;color: #000000 !important;padding: 20px 0 !important;text-align: left !important;}.hero h1 {font-size: 24pt !important;color: #000000 !important;margin-bottom: 10px !important;}.hero p {font-size: 12pt !important;}.section {padding: 20px 0 !important;}.section-title h2 {color: #000000 !important;font-size: 18pt !important;}.grid {display: block !important;}.card {box-shadow: none !important;border: 1px solid #ccc !important;border-top: 3px solid #1b5e20 !important;margin-bottom: 15px !important;page-break-inside: avoid;}.content-box {background: #f9f9f9 !important;border-left: 3px solid #1b5e20 !important;page-break-inside: avoid;}a[href^="http"]:after {content: " (" attr(href) ")";font-size: 10pt;color: #555555;}h1, h2, h3, h4, h5, h6 {page-break-after: avoid;}}