body {
	font-family: "Inter", Sans-serif;
}
strong {
	font-weight: 500;
	color: #fff;
}
.category-text strong {
	color: #242263;
	font-weight: 700;
}
.gradient-text{
  background: linear-gradient(90deg, #639933 0%, #89af69 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.home-counter .elementor-counter-number {
	background: linear-gradient(90deg, #639933 0%, #89af69 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
.glass-card{
	background: linear-gradient( 135deg, rgba(0, 0, 0, 0.35), rgba(255, 255, 255, 0.11) );
	backdrop-filter: blur(60px);
	-webkit-backdrop-filter: blur(60px);
 	border: 1px solid rgba(255,255,255,0.18);
 	border-radius: 16px; 0 10px 40px rgba(0,0,0,0.25);
}
.get-in-touch-icon .elementor-icon-box-icon {
	padding: 10px;
	border-radius: 12px;
	background: #2A2E5E;
}
/* get-intouch */

.medscope-form {
	max-width: 700px;
	margin: auto;
	padding: 24px;
	border-radius: 12px;
	border: 1px solid rgba(255,255,255,0.2);
	background: linear-gradient(180deg,#4a4a8a61,#3a3a7896);
	font-family: "Inter", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
}

/* rows */
.medscope-row{
    display:flex;
    gap:24px;
}

/* fields */
.medscope-field{
    display:flex;
    flex-direction:column;
    width:100%;
    margin-bottom:20px;
}

.medscope-field label{
    color:#fff;
    margin-bottom:8px;
    font-size:14px;
}

/* inputs */
.medscope-field input, .medscope-field textarea {
	width: 100%;
	padding: 14px;
	border-radius: 10px;
	border: 1px solid rgba(255,255,255,0.3);
	background: transparent;
	color: #fff;
	font-size: 14px;
	margin-top: 12px;
}

.medscope-field input::placeholder,
.medscope-field textarea::placeholder{
    color:#cfd3ff;
}

.medscope-field textarea{
    min-height:106px;
    resize:none;
}

/* button */
.medscope-submit{
    text-align:center;
    margin-top:10px;
	position: relative;
}

.medscope-submit input {
	background: #639933;
	border: none;
	color: #fff;
	padding: 14px 40px;
	border-radius: 10px;
	font-size: 16px;
	cursor: pointer;
	width: 100%;
}

.medscope-submit input:hover{
    background:#5a8d2c;
}
.medscope-form .wpcf7-response-output {
	color: #639933;
	font-family: "Inter", Sans-serif;
}
.medscope-submit .wpcf7-spinner {
	position: absolute;
	left: 10px;
	top: 10px;
}
/* mobile */
@media(max-width:768px){

.medscope-row{
    flex-direction:column;
}

}
/* get intouch */

/* registeration form   */
.medscope-register-container {
	max-width: 448px;
	margin: 0 auto;
	padding: 20px;
	font-family: 'Inter', system-ui, sans-serif;
	width: 100%;
}

.medscope-form-box {
	padding: 30px 35px;
	border: 1px solid #DCDCE580;
	border-radius: 12px 12px 12px 12px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	background-color: #FDFDFD;
}

.medscope-title {
	text-align: center;
	font-family: "Space Grotesk", Sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2em;
	color: var(--e-global-color-primary);
	margin-bottom: 10px;
}

.medscope-subtitle {
	text-align: center;
	margin-bottom: 30px;
	color: var(--e-global-color-text);
	font-size: 14px;
}

.medscope-tabs {
	display: flex;
	background: #E8E8EE;
	border-radius: 12px;
	padding: 6px;
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: 400;
}

.tab-btn {
	flex: 1;
	padding: 12px 20px;
	text-align: center;
	border-radius: 12px;
	font-weight: 500;
	color: #5D5C8A;
}

.tab-btn.active {
	background: #639933;
	color: white;
	box-shadow: 0 4px 10px rgba(34, 197, 94, 0.3);
}

.form-group {
    margin-bottom: 22px;
}

.form-group label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	color: #242263;
	font-size: 14px;
}
.input-with-icon {
    position: relative;
}

.input-with-icon input {
	width: 100%;
	padding: 12px 12px 12px 48px;
	border: 1px solid #ddd;
	border-radius: 12px;
	font-size: 14px;
	transition: all 0.3s;
	background-color: #F0F0F5;
	line-height: 1.2em;
}

.input-with-icon input:focus {
    border-color: #22c55e;
    outline: none;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15);
}

.icon-user   {
	position: absolute;
	left: 18px; 
	top: 14px;
	font-size: 18px;
}
.icon-email {
	position: absolute;
	left: 18px;
	top: 14px;
	font-size: 18px; 
}
.icon-lock {
	position: absolute;
	left: 18px;
	top: 14px;
	font-size: 18px;
}
.icon-eye{
	content: ''; cursor: pointer;
}

.password-field .toggle-password {
    position: absolute;
    right: 18px;
    top: 14px;
    font-size: 18px;
}
.medscope-btn {
	width: 100%;
	background: #639933;
	color: white;
	border: none;
	padding: 16px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 10px;
	cursor: pointer;
	margin-top: 10px;
	transition: 0.3s;
}

.medscope-btn:hover {
    background: #16a34a;
    transform: translateY(-2px);
}
.medscope-footer {
	text-align: center;
	margin-top: 25px;
	font-size: 12px;
	color: var(--e-global-color-text);
}

.medscope-error  { color: #ef4444; background: #fee; padding: 12px; border-radius: 8px; margin: 15px 0; }
.medscope-success{ color: #22c55e; background: #f0fdf4; padding: 12px; border-radius: 8px; margin: 15px 0; }
/* registeration form   */

/* Login Form Specific */
.medscope-signin-form .form-group {
    margin-bottom: 18px;
}

.forgot-password {
    text-align: right;
    margin: -8px 0 18px 0;
}

.forgot-password a {
    color: #639933;
    font-size: 14px;
    text-decoration: none;
}

.forgot-password a:hover {
    text-decoration: underline;
}

/* Make eye icon clickable and change on toggle */
.toggle-password {
    cursor: pointer;
    transition: all 0.3s;
}

.toggle-password.show {
    opacity: 0.6;
}

/* Optional: Change eye to eye-off when visible */
.toggle-password.show path {

}
.medscope-footer a {
	color: #639933;
}
/* manuscript form */

.manuscript-form .medscope-form {
	max-width: 672px;
	margin: auto;
	padding: 30px;
	background: linear-gradient(180deg,#34326C,#413F7A);
	border-radius: 12px;
	border: 1px solid rgba(255,255,255,0.2);
	font-family: "Inter", Sans-serif;
	font-weight: 400;
	line-height: 1.4em;
}

/* labels */

.manuscript-form .medscope-form label {
	display: block;
	color: #fff;
	font-size: 14px;
	margin-bottom: -10px;
}

/* inputs */

.manuscript-form .medscope-input,
.manuscript-form .medscope-textarea{

    width:100%;
    padding:14px;
    border-radius:10px;
    border:1px solid rgba(255,255,255,0.3);
    background:transparent;
    color:#fff;
    font-size:14px;
    margin-bottom:20px;
}

/* placeholder */

.manuscript-form .medscope-input::placeholder,
.manuscript-form .medscope-textarea::placeholder{
    color:#cfd3ff;
}

/* textarea */

.manuscript-form .medscope-textarea{
    min-height:150px;
    resize:none;
}

/* row layout */

.manuscript-form .medscope-row{
    display:flex;
    gap:20px;
}

.manuscript-form .medscope-col{
    flex:1;
}

/* consent */

.manuscript-form .medscope-consent{
    background:rgba(255,255,255,0.08);
    padding:12px;
    border-radius:8px;
    font-size:12px;
    color:#d6d6ff;
    margin-bottom:20px;
}

/* button */

.manuscript-form .medscope-submit input{

    width:100%;
    padding:16px;
    border-radius:10px;
    border:none;
    background:#6aa133;
    color:#fff;
    font-size:16px;
    cursor:pointer;
}

.manuscript-form .medscope-submit input:hover{
    background:#5a8d2c;
}
.manuscript-form .medscope-consent p {
	display: flex;
	gap: 10px;
}

.manuscript-form .medscope-consent svg {
	width: 16px;
	height: 16px;
	display: block;
	min-width: 16px;
	margin-top: 10px;
}
/* mobile */

@media(max-width:768px){

.manuscript-form .medscope-row{
    flex-direction:column;
}

}
/* latest Publications */
.section-heading-title {
	font-family: "Space Grotesk", Sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2em;
	color: var(--e-global-color-099aa42);
}
.publication-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 32px;
}
.publication-filters {
	display: flex;
	gap: 8px;
	align-items: center;
}

.filter-medico.active {
	background-color: #639933;
}
.filter-medico {
	padding: 6px 12px;
	border-radius: 16px;
	background-color: #8A89AC;
	font-family: "inter", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2em;
	color: rgba(255, 255, 255, 0.7);
}
.publication-item {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	margin-bottom: 16px;
	background: linear-gradient(180deg,#262565,#242263);
	border-radius: 12px;
	border: 1px solid rgba(255,255,255,0.2);
	backdrop-filter: blur(5px);
}
.publication-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 10px;
}
.publication-category {
	padding: 4px 8px;
	border-radius: 16px;
	background-color: rgba(99, 153, 51, 0.2);
	font-family: "inter", Sans-serif;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.2em;
	color: #639933;
	border: 1px rgba(99, 153, 51, 0.2);
}
.publication-date {
	color: rgba(255, 255, 255, 0.7);
	font-family: "inter", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
}
.publication-title a {
	font-family: "Space Grotesk", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2em;
	color: var(--e-global-color-099aa42);
	padding-bottom: 10px;
	display: flex;
}
.publication-authors {
	color: rgba(255, 255, 255, 0.7);
	font-family: "inter", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
}

@media(max-width:768px){

.publication-header {
	flex-direction: column;
}
.publication-filters {
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0;
}
	.publication-title a {
	font-size: 12px;
}
	.publication-date {
	font-size: 12px;
}
	.publication-authors {
	font-size: 12px;
}
	.publication-item {
	padding: 15px;
}
}
/* lateest publications */
