:root{--gh-bg: #f6fbfb;--gh-surface: #ffffff;--gh-primary: #0ca08e;--gh-primary-strong: #0b8f7f;--gh-accent: #20a6c9;--gh-text: #1f2b2e;--gh-subtext: #5c6c72;--gh-border: #e1e8ea;--gh-shadow: 0 14px 40px rgba(15, 47, 52, 0.08);--gh-radius-lg: 16px;--gh-radius: 12px;--gh-radius-sm: 8px}.gh-home{background:var(--gh-bg);border:1px solid var(--gh-border);border-radius:20px;box-shadow:var(--gh-shadow);padding:24px;margin-bottom:22px}.gh-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;background:linear-gradient(135deg, rgba(12, 160, 142, 0.1), rgba(32, 166, 201, 0.15));padding:20px;border-radius:18px;position:relative;overflow:hidden}.gh-hero--background{display:flex;align-items:center;justify-content:flex-start;background-image:url("https://gyandhan.s3.ap-south-1.amazonaws.com/uploads/gyandhan_asset/document/15249/herobackgroundimg_0ead87ba496e3c12490f.png");min-height:500px;background-size:cover;background-position:center;background-repeat:no-repeat;padding:0;margin-bottom:4rem}.gh-hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0}.gh-hero__content{position:relative;z-index:2;text-align:center;color:#fff;max-width:600px;padding:2rem;width:50%}.gh-hero--background .gh-hero__eyebrow{color:#206768;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-size:x-large;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem 0}.gh-hero--background h1{color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);font-size:3rem;font-weight:800;line-height:1.2;margin:0 0 1rem 0}.gh-hero--background .gh-hero__subtitle{color:#206768;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-size:1.25rem;line-height:1.6;margin:0 0 2rem 0}.gh-hero--background .gh-hero__actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.gh-hero--background .gh-hero__stats{display:flex;gap:2rem;justify-content:center}.gh-hero--background .gh-stat{color:hsl(181.56,53.62%,26.67%);text-shadow:1px 1px 2px rgba(0,0,0,.5);font-weight:600}.gh-hero__copy h1{margin:6px 0 10px;font-size:28px;line-height:1.2}.gh-hero__eyebrow{font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gh-primary);margin:0}.gh-hero__subtitle{color:var(--gh-subtext);margin:0 0 12px}.gh-hero__actions{display:flex;gap:10px;margin:12px 0;flex-wrap:wrap}.gh-button{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:var(--gh-radius);font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:transform 120ms ease,box-shadow 120ms ease,background 140ms ease}.gh-button--primary{background:var(--gh-primary);color:#fff;box-shadow:0 10px 30px rgba(12,160,142,.2)}.gh-button--ghost{background:var(--gh-primary);color:#fff;box-shadow:0 10px 30px rgba(12,160,142,.2);width:max-content}.gh-hero__stats{display:flex;gap:10px;margin-top:30px 0px 20px 0px;flex-wrap:wrap}.gh-stat{border-radius:var(--gh-radius);padding:8px 10px;font-weight:600;color:#055b55;font-size:large}.gh-section{background:rgba(0,0,0,0);border-radius:var(--gh-radius-lg);padding:12px 0 0;margin-top:12px;border:none;box-shadow:none}.gh-section--split{display:grid;grid-template-columns:1fr 1fr;gap:10px}.gh-section--two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px;background:rgba(0,0,0,0);box-shadow:none;border:none;padding:0}.gh-section__col{background:var(--gh-surface);border:1px solid var(--gh-border);border-radius:var(--gh-radius-lg);padding:14px;box-shadow:var(--gh-shadow)}.gh-section__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px}.gh-section__eyebrow{text-transform:uppercase;letter-spacing:.06em;padding-bottom:4px;font-weight:700;color:var(--gh-primary-strong);margin:0 0 6px}.gh-section__sub{color:var(--gh-subtext);margin:4px 0 0}.gh-link{color:var(--gh-primary-strong);font-weight:600;text-decoration:none}.gh-filter select{padding:8px 32px 8px 12px;border:1px solid var(--gh-border);border-radius:var(--gh-radius-sm);background:var(--gh-surface);color:var(--gh-text);font-size:14px;font-weight:500;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%235c6c72' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;transition:border-color 140ms ease}.gh-filter select:hover{border-color:var(--gh-primary)}.gh-filter select:focus{outline:none;border-color:var(--gh-primary);box-shadow:0 0 0 3px rgba(12,160,142,.1)}.gh-card-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:10px}.gh-card-grid--three{grid-template-columns:repeat(3, minmax(0, 1fr))}.gh-card-list{display:flex;flex-direction:column;gap:8px}.gh-card-list--topics{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:10px}.gh-card-list--events{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:10px}.gh-card{background:var(--gh-surface);border:1px solid var(--gh-border);border-radius:var(--gh-radius);padding:10px;box-shadow:0 12px 24px rgba(13,47,55,.04)}.gh-card--event{display:flex;flex-direction:column;gap:12px;padding:0;overflow:hidden}.gh-card--event>div{padding:12px;display:flex;flex-direction:column;gap:8px;flex:1}.gh-event__thumb{width:100%;height:140px;object-fit:cover;background:linear-gradient(135deg, #e8eff1, #d4dfe3);display:block;object-position:center}.gh-card__title{font-weight:700;margin:0 0 6px}.gh-card__meta{color:var(--gh-subtext);font-size:13px;margin:0 0 8px}.gh-card__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px;color:var(--gh-subtext)}.gh-card--person{display:flex;gap:10px;align-items:center}.gh-avatar{width:52px;height:52px;border-radius:50%;background:var(--gh-border);object-fit:cover}.gh-person__meta{display:flex;flex-direction:column;gap:2px}.gh-person__title{margin:0;color:var(--gh-subtext);font-size:13px}.gh-person__name{font-weight:700;margin:0}.gh-chip{padding:16px 12px;border-radius:var(--gh-radius);border:1px solid var(--gh-border);background:var(--gh-surface);font-weight:600;font-size:14px;text-align:center;color:#2c3e50;text-decoration:none;display:block;transition:all .2s ease;box-shadow:0 2px 8px rgba(12,34,36,.04);min-height:48px;display:flex;align-items:center;justify-content:center}.gh-chip:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(12,160,142,.1);border-color:var(--gh-primary);color:var(--gh-primary);text-decoration:none}.gh-category-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-template-rows:repeat(2, 1fr);gap:20px;padding:inherit}@media(max-width: 960px){.gh-category-grid{grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(3, 1fr)}}@media(max-width: 560px){.gh-category-grid{grid-template-columns:1fr;grid-template-rows:repeat(6, 1fr)}}.gh-skeleton .gh-card,.gh-skeleton .gh-chip{min-height:56px;background:linear-gradient(90deg, #f1f5f6 25%, #e7edef 37%, #f1f5f6 63%);background-size:400% 100%;animation:gh-shimmer 1.2s ease infinite;border-color:rgba(0,0,0,0)}@keyframes gh-shimmer{0%{background-position:100% 0}100%{background-position:-100% 0}}@media(max-width: 960px){.gh-hero{grid-template-columns:1fr}.gh-hero--background{min-height:400px}.gh-hero--background .gh-hero__content{padding:1rem}.gh-hero--background h1{font-size:2rem}.gh-hero--background .gh-hero__actions{flex-direction:column;align-items:center;gap:1rem}.gh-hero--background .gh-hero__stats{flex-direction:column;gap:1rem;text-align:center}.gh-section--split,.gh-section--two-col{grid-template-columns:1fr}.gh-card-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.gh-card-list--topics{grid-template-columns:repeat(2, minmax(0, 1fr))}.gh-card-list--events{grid-template-columns:1fr}}@media(max-width: 560px){.gh-card-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:10px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--gh-primary) rgba(0,0,0,0)}.gh-card-grid::-webkit-scrollbar{height:6px}.gh-card-grid::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.gh-card-grid::-webkit-scrollbar-thumb{background:var(--gh-primary);border-radius:3px}.gh-card-grid .gh-card{flex:0 0 85%;scroll-snap-align:start}.gh-card-list--topics{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:10px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--gh-primary) rgba(0,0,0,0)}.gh-card-list--topics::-webkit-scrollbar{height:6px}.gh-card-list--topics::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.gh-card-list--topics::-webkit-scrollbar-thumb{background:var(--gh-primary);border-radius:3px}.gh-card-list--topics .gh-card{flex:0 0 85%;scroll-snap-align:start}.gh-card-list--events{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:10px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--gh-primary) rgba(0,0,0,0)}.gh-card-list--events::-webkit-scrollbar{height:6px}.gh-card-list--events::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.gh-card-list--events::-webkit-scrollbar-thumb{background:var(--gh-primary);border-radius:3px}.gh-card-list--events .gh-card{flex:0 0 85%;scroll-snap-align:start}.gh-home{padding:18px}}.gh-card--course .gh-card__details{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0}.gh-card--course .gh-card__title{color:#2c3e50;font-weight:600;font-size:1.1rem;line-height:1.3;margin-bottom:.5rem}.gh-card--course .gh-card__meta{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#5a6c7d;font-weight:500}.gh-card--course .gh-icon{flex-shrink:0}.gh-card--course .gh-icon.gh-icon--location{color:#e74c3c}.gh-card--course .gh-icon.gh-icon--price{color:#f7931e}.gh-card--course .gh-countries{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.gh-card--course .gh-country-flag{position:relative;font-size:1.25rem;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:2px solid #e1e8ea;border-radius:50%;background:#fff;transition:all .2s ease;cursor:pointer}.gh-card--course .gh-country-flag:hover{transform:scale(1.1);border-color:#0ca08e;box-shadow:0 4px 12px rgba(12,160,142,.2)}.gh-card--course .gh-country-flag:hover::after{content:attr(title);position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background:#2c3e50;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;white-space:nowrap;z-index:10;margin-bottom:.25rem}.gh-card--course .gh-country-flag:hover::before{content:"";position:absolute;bottom:100%;left:50%;transform:translateX(-50%);border:4px solid rgba(0,0,0,0);border-top-color:#2c3e50;z-index:10}.gh-card--course .gh-country-more{font-size:.75rem;color:#95a5a6;font-weight:600;background:#ecf0f1;padding:.25rem .5rem;border-radius:50px;border:1px solid #bdc3c7}.gh-card--course .gh-card__footer{margin-top:auto;padding-top:1rem;border-top:1px solid var(--gh-border);display:flex;justify-content:flex-end}.gh-card--course .gh-button--ghost{color:#0ca08e;border:1px solid #0ca08e;background:rgba(0,0,0,0);padding:.5rem 1rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .2s ease}.gh-card--course .gh-button--ghost:hover{background-color:#0ca08e;color:#fff}@media(max-width: 768px){.gh-card--course .gh-countries{gap:.25rem}.gh-card--course .gh-country-flag{width:28px;height:28px;font-size:1rem}}.gh-login-video{width:100%;margin-bottom:1.5rem;border-radius:var(--gh-radius);overflow:hidden;box-shadow:0 8px 24px rgba(12,34,36,.1)}.gh-login-video iframe{width:100%;aspect-ratio:16/9;border:none;border-radius:var(--gh-radius);display:block}.login-modal .login-right-side .gh-login-video,.d-modal.login-modal .login-right-side .gh-login-video{margin-bottom:1.5rem;margin-top:0}.login-modal .gh-login-video,.d-modal.login-modal .gh-login-video{margin:1rem 0 1.5rem 0}.modal-body .gh-login-video,.login-form .gh-login-video{max-width:100%}@media(max-width: 768px){.gh-login-video{margin:1rem 0;border-radius:var(--gh-radius-sm)}.gh-login-video iframe{border-radius:var(--gh-radius-sm)}}@media(max-width: 480px){.gh-login-video{margin:.75rem 0}.gh-login-video iframe{aspect-ratio:16/9}}.gh-login-video{width:100%;margin-bottom:1.5rem;border-radius:var(--gh-radius);overflow:hidden;box-shadow:0 8px 24px rgba(12,34,36,.1)}.gh-login-video iframe{width:100%;aspect-ratio:16/9;border:none;border-radius:var(--gh-radius);display:block}.login-modal .login-right-side .gh-login-video,.d-modal.login-modal .login-right-side .gh-login-video{margin-bottom:1.5rem;margin-top:0}.login-modal .gh-login-video,.d-modal.login-modal .gh-login-video{margin:1rem 0 1.5rem 0}.modal-body .gh-login-video,.login-form .gh-login-video{max-width:100%}@media(max-width: 768px){.gh-login-video{margin:1rem 0;border-radius:var(--gh-radius-sm)}.gh-login-video iframe{border-radius:var(--gh-radius-sm)}}@media(max-width: 480px){.gh-login-video{margin:.75rem 0}.gh-login-video iframe{aspect-ratio:16/9}}
/*# sourceMappingURL=common_theme_81_ad9f25c8312e7baac02a344b515ce4d2d2cc5d12.css.map?__ws=discussions.gyandhan.com */
