@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=DM+Sans:wght@400;500;600;700;800;900&display=swap);
body { color: #65758B; font-family: "DM Sans"; }
input[type=submit],input[type=button],
button, 
.wrap .content :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6){ font-family: "Playfair Display"; }

/* Archive CSS */
.whitepapers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } 
.whitepaper-card { border: 1px solid #dfdfdf; border-radius: 12px; padding: 20px; background: #fff; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); display: flex; flex-direction: column; transition: transform 0.25s ease, box-shadow 0.25s ease; } 
.whitepaper-card:hover { box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); } 
.whitepaper-image { margin-bottom: 16px; } 
.whitepaper-image img { width: 100%; height: 220px; border-radius: 8px; }


.whitepaper-tag { position: absolute; top: 10px; left: 10px; background: var(--hr-primary-color); color: #fff; font-size: 12px; padding: 4px 12px; border-radius: 20px; display: inline-block; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); } 
.whitepaper-title { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: var(--hr-primary-color); } 
.whitepaper-desc { font-size: 14px; margin-bottom: 20px; } 
.btn-download { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--hr-secondary-color); color: #fff; font-size: 14px; font-weight: 600; padding: 10px 16px; border-radius: 8px; text-decoration: none; transition: all 0.3s ease; } 
.btn-download:hover { background: #edf3ff; color: var(--hr-primary-color); border: 1px solid var(--hr-primary-color); } 
.load-more { display: block; text-align: center; margin: 35px auto 0; padding: 12px 22px; background: #fff; border: 1px solid var(--hr-border); border-radius: 6px; font-size: 14px; color: var(--hr-primary-color); cursor: pointer; transition: all 0.3s ease; } 
.load-more:hover { background: var(--hr-primary-color); color: #fff; border-color: var(--hr-primary-color); } 

@media (max-width: 991px) {	.whitepapers-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) {
	.whitepapers-grid { grid-template-columns: 1fr; } 
	.whitepaper-card { padding: 16px; } 
	.whitepaper-title { font-size: 16px; } 
	.whitepaper-desc { font-size: 13px; text-align:justify; }
}

/* ========================= SECTION SPECIFIC STYLES ========================= */
/* Hero */
.hero { position: relative; background: #f9fafc; }
.hero-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 40px; align-items: center; }
@media (max-width: 992px) {
	.hero-grid { grid-template-columns: 1fr; text-align: center; }
}
.hero .hero-text h1 { font-size: 48px; line-height: 1.2; }
.hero-image .image-wrapper { position: relative; display: inline-block; }
.hero-image img { max-width: 100%; border-radius: 12px; transform: rotate(3deg); transition: transform 0.5s; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); }
.hero-image img:hover { transform: rotate(0deg); }

/* Features */
.features { background: #f4f6f8; }
.section-header { text-align: center; }
.features-grid { display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); }
.features-grid .card-professional { background: #fff; border-radius: 12px; padding: 20px; text-align: center; transition: box-shadow 0.3s; border:1px solid #dcdfe5; box-shadow: 0 1px 8px rgba(0, 0, 0, 0.02); }
.features-grid .card-professional h3{ margin-bottom: 12px; font-size: 20px; }
.features-grid .card-professional .icon-circle { width: 64px; height: 64px; border-radius: 50%; background: var(--hr-secondary-color); color: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }

@media screen and (max-width: 1120px){
	.features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 600px){
	.features-grid { grid-template-columns: repeat(1, 1fr); }
}

/* Download Form */

.download-form{}
.download-form { background: #fff; }
.download-form .form-wrapper { max-width: 600px; margin: auto; background: #fff; border-radius: 12px; padding: 32px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05); border: 1px solid #dcdfe5; }
.download-form .form-wrapper h2 { font-size: 26px; }
.download-form .form-wrapper p { font-size: 18px; }
.download-form .img-scribble{ display: none; }
.wpcf7-form-control-wrap{ display: block; font-size: 15px; }
.download-form :is(input, textarea, button, select, input.wpcf7-form-control) { font-family: inherit; padding: 8px 12px; border: 1px solid #ccc; border-radius: 10px; color: inherit; height: auto; line-height: 1.5 }
.download-form .form-submit-btn .wpcf7-form-control.wpcf7-submit{ border: 0; padding: 8px; }
.download-form .form-field .wpcf7-textarea{ height: 92px; }
.download-form .form-field .row { } 
.download-form .field-wrapper{ position: relative; margin-bottom: 20px; }
.download-form .field-wrapper p{ position: relative; }
.download-form .field-wrapper .form-label{ font-size: 14px; line-height: normal; margin-bottom: 4px; display:inline-block;  }

.download-form .pdf-download-message { text-align: center; margin-top: 20px; font-size: 17px; }
.download-form .pdf-download-message a{ padding: 6px 12px; display: inline-block; background: #152d7c20; border-radius: 8px; border: 1px solid #152d7c;}
.download-form .pdf-download-message a:hover { background: #152d7c; color: #fff;}

@media screen and (max-width: 600px) {
	.download-form .form-wrapper { padding: 0; box-shadow: none; border: 0; }
}

/* --- Section Base --- */
.why-research { background: #f3f4f6; }
.why-research .grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }

.why-research .features-list { display: flex; flex-direction: column; gap: 24px; margin-bottom: 32px; }
.why-research .feature { display: flex; align-items: flex-start; gap: 16px; }
.why-research .icon-box { flex-shrink: 0; width: 48px; height: 48px; background: #2563eb; color: #fff; border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.why-research .icon-box svg { width: 24px; height: 24px; stroke: currentColor; stroke-width: 2; fill: none; }
.why-research .feature h3 { margin-bottom: 6px; }
.why-research .feature p { font-size: 0.95rem; color: #6b7280; margin: 0; }

.why-research .trusted { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
.why-research .trusted svg { width: 20px; height: 20px; color: #2563eb; flex-shrink: 0; }

.why-research .card-wrapper { display: flex; justify-content: center; }
.why-research .card-box { background: #fff; border-radius: 12px; padding: 12px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); max-width: 450px; width: 100%; }
.why-research .stats-card { position: relative; background: #fff; border-radius: 12px; padding: 32px; }
.why-research .skeleton { height: 16px; background: rgba(37, 99, 235, 0.2); border-radius: 6px; margin-bottom: 12px; width: 75%; }
.why-research .skeleton.full { width: 100%; background: rgba(37, 99, 235, 0.1); }
.why-research .skeleton.medium { width: 66%; background: rgba(37, 99, 235, 0.15); }
.why-research .stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 24px; }
.why-research .stat { background: rgba(37, 99, 235, 0.05); border-radius: 8px; padding: 16px; text-align: center; }
.why-research .stat .value { font-size: 1.5rem; font-weight: 700; color: #2563eb; }
.why-research .stat .label { font-size: 0.85rem; color: #6b7280; }
.why-research .chart-icon { display: flex; justify-content: center; margin-top: 24px; }
.why-research .chart-icon svg { width: 64px; height: 64px; color: rgba(37, 99, 235, 0.3); stroke: currentColor; fill: none; }
@media (min-width: 1024px) {
	.why-research .grid { grid-template-columns: 1fr 1fr; gap: 64px; }
}

/* --- STATISTICS --- */
.stats-grid,
.industry-stats { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-top: 3rem; }
.industry-stats .stat-item { text-align: center; height: 24px; display: flex; align-items: center; gap: 12px; }


.industry-leadership { background: linear-gradient(135deg, hsl(207 60% 95%), hsl(210 20% 96%)); }
.awards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.award-card { background: #fff; padding: 20px; border-radius: 12px; text-align: center; transition: transform 0.3s, box-shadow 0.3s; }
.award-card:hover { transform: scale(1.05); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }
.award-icon { width: 80px; height: 80px; margin: 0 auto 15px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--hr-secondary-color); color: #fff; }
.award-org { color: #1c3378; font-size: .9em; font-weight: 600; margin-bottom: 4px; }
.award-card p:last-child { margin-bottom: 0; }

/* --- SECTION STYLES --- */
.events-news { background: #fff; }
.events-news .section-header h2 { margin-bottom: 10px; }
.events-news .section-header p { font-size: 1.125rem; color: #6b7280; max-width: 600px; margin: 0 auto; }
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin: 40px 0; }
.event-card { border: 1px solid #e5e7eb; border-radius: 12px; padding: 20px; transition: box-shadow 0.3s, transform 0.3s; background: #fff; }
.event-card:hover { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); transform: translateY(-4px); }
.event-card h3 { font-weight: 600; margin: 0 0 12px; color: #111827; transition: color 0.3s; }
.event-card:hover h3 { color: var(--hr-secondary-color); }
.event-card p { font-size: 0.875rem; margin-bottom: 16px; }
.event-card .event-labels { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; font-size: 0.75rem; font-weight: 600; }
.event-card .event-labels .label { padding: 3px 8px; border-radius: 6px; text-transform: uppercase; }
.event-card .event-labels .upcoming { background: #d1fae5; color: #065f46; }
.event-card .event-labels .completed { background: #bfdbfe; color: #1e40af; }
.event-card .event-labels .news { background: #fed7aa; color: #c2410c; }
.event-card .event-labels .type { color: #6b7280; text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.75rem; }
.event-card .event-meta { display: flex; flex-direction: column; gap: 6px; font-size: 0.875rem; /* small text */ color: #6b7280; margin-bottom: 12px; }
.event-card .event-meta .meta-item { display: flex; align-items: center; gap: 6px; }
.event-card .event-meta .meta-item .icon { display: inline-block; width: 16px; height: 16px; }
.event-card .event-meta .meta-item .icon svg { width: 100%; height: 100%; }
.icon.star svg { color: #facc15; fill: currentColor; }
@media screen and (max-width: 991px) {
	.awards-grid { grid-template-columns: repeat(2, 1fr); }
	.events-grid { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 575px) {
	.awards-grid { grid-template-columns: repeat(1, 1fr); }
	.events-grid { grid-template-columns: repeat(1, 1fr); }
}