/* TOP BAR */
.gsh-topbar{
  width:100%;
  padding:8px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:#f4f6f9;
  border-bottom:1px solid rgba(0,0,0,.08);
  font-size:14px;
}

.gsh-topbar__left{ flex:0 0 auto; }

.gsh-topbar__center{
  flex:1;
  text-align:center;
  display:flex;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
}

.gsh-topbar__right{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:12px;
}

/* Search */
.gsh-search-wrap{
  position:relative;
  display:flex;
  align-items:center;
}

.gsh-search-toggle{
  background:none;
  border:none;
  cursor:pointer;
  font-size:16px;
}

.gsh-search-form{
  display:flex;
  gap:5px;
  width:0;
  opacity:0;
  overflow:hidden;
  transition:all .25s ease;
}

.gsh-search-wrap.open .gsh-search-form{
  width:200px;
  opacity:1;
}

.gsh-search-input{
  width:100%;
  padding:6px 8px;
  border:1px solid #ccc;
  border-radius:4px;
  font-size:13px;
}

.gsh-search-form button{
  border:none;
  background:#0b5ed7;
  color:#fff;
  padding:6px 8px;
  border-radius:4px;
  cursor:pointer;
}

/* Responsive */
@media (max-width:768px){
  .gsh-topbar{
    flex-wrap:wrap;
    text-align:center;
  }
  .gsh-topbar__left,
  .gsh-topbar__right{
    width:100%;
    justify-content:center;
  }
}

.gsh-footer-mainlogo img{
	max-height:70px;
	opacity:.95;
	transition:.25s;
}
.gsh-footer-mainlogo img:hover{
	opacity:1;
	transform:scale(1.02);
}

.gsh-footer-partners{
	display:flex;
	flex-direction:column;
	gap:10px;
	align-items:flex-end;
}

.gsh-footer-row{
	display:flex;
	gap:12px;
	justify-content:flex-end;
}

.gsh-footer-badge img{
	max-height:38px;
	opacity:.9;
	transition:.25s;
	border-radius:6px;
}
.gsh-footer-badge img:hover{
	opacity:1;
	transform:scale(1.05);
}

@media (max-width: 768px){
	.gsh-footer-partners{
		align-items:center;
		margin-top:12px;
	}
	.gsh-footer-row{
		justify-content:center;
		flex-wrap:wrap;
	}
	.site-footer-content .text-md-right{
		text-align:center !important;
	}
}

/* Chap tomondagi asosiy logo */
.gsh-footer-mainlogo img{
    height:50px !important;
    width:auto !important;
    max-height:50px !important;
}

/* O‘ng tomondagi barcha badge logolar */
.gsh-footer-badge img{
    height:26px !important;
    width:auto !important;
    max-height:26px !important;
}

/* Agar hali ham ORCID katta bo‘lsa */
.gsh-footer-badge img[alt="ORCID"]{
    height:22px !important;
}

/* Google Scholar */
.gsh-footer-badge img[alt="Google Scholar"]{
    height:24px !important;
}

/* ===== Premium Brand (logo + journal title) ===== */
.gsh-brand{
  display:inline-flex !important;
  align-items:center;
  gap:14px;

  padding:14px 22px;
  border-radius:18px;
  text-decoration:none !important;

  /* premium glass + gradient */
  background: linear-gradient(135deg,
    rgba(255,255,255,.70),
    rgba(235,245,255,.55),
    rgba(235,255,248,.55)
  );
  border: 1px solid rgba(15, 23, 42, .10);
  box-shadow:
    0 12px 30px rgba(15, 23, 42, .10),
    0 2px 8px rgba(15, 23, 42, .06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

/* hover = premium lift */
.gsh-brand:hover{
  transform: translateY(-2px);
  border-color: rgba(11, 94, 215, .22);
  box-shadow:
    0 18px 44px rgba(15, 23, 42, .14),
    0 6px 18px rgba(15, 23, 42, .10);
}

/* logo block */
.gsh-brand__logo{
  display:flex;
  align-items:center;
  justify-content:center;

  width:58px;
  height:58px;
  border-radius:16px;

  background: rgba(255,255,255,.75);
  border: 1px solid rgba(15, 23, 42, .10);
  box-shadow: 0 6px 18px rgba(15, 23, 42, .10);
}

/* logo image */
.gsh-brand__logo img{
  max-height:42px !important;
  width:auto !important;
  display:block;
}

/* journal title */
.gsh-brand__text{
  font-size:22px;
  font-weight:850;
  letter-spacing:.2px;
  line-height:1.1;

  /* premium text gradient */
  background: linear-gradient(90deg, #0b5ed7, #0f766e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  text-shadow: 0 1px 0 rgba(255,255,255,.35);
}

/* Make brand centered nicely */
.navbar-logo.text-center{
  padding: 14px 0;
}

/* ===== Mobile ===== */
@media (max-width: 768px){
  .gsh-brand{
    padding:10px 14px;
    border-radius:16px;
    gap:10px;
  }

  .gsh-brand__logo{
    width:46px;
    height:46px;
    border-radius:14px;
  }

  .gsh-brand__logo img{
    max-height:34px !important;
  }

  .gsh-brand__text{
    font-size:16px;
  }
}

/* ============================= */
/* PLATFORM (asosiy site) LOGO */
/* ============================= */

.gsh-brand--platform{
  display:inline-block !important;
  padding:0 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}

.gsh-brand--platform img{
  max-height:120px !important; /* platform logo kattaligi */
  width:auto !important;
}

/* ============================= */
/* JOURNAL PREMIUM VERSION */
/* ============================= */

.gsh-brand{
  display:inline-flex;
  align-items:center;
  gap:14px;
  padding:14px 22px;
  border-radius:18px;
  text-decoration:none !important;
  background: linear-gradient(135deg,
    rgba(255,255,255,.70),
    rgba(235,245,255,.55),
    rgba(235,255,248,.55)
  );
  border: 1px solid rgba(15, 23, 42, .10);
  box-shadow:
    0 12px 30px rgba(15, 23, 42, .10),
    0 2px 8px rgba(15, 23, 42, .06);
  backdrop-filter: blur(10px);
}

.gsh-brand__logo img{
  max-height:42px !important;
}

/* ===== FINAL FIX: Platforma (site) sahifasida badge bo'lmasin ===== */
/* OJS site home odatda body.pkp_site_index bo'ladi */
body.pkp_site_index .gsh-brand{
  padding:0 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  transform:none !important;
  display:inline-block !important;
}

body.pkp_site_index .gsh-brand:hover{
  transform:none !important;
  box-shadow:none !important;
}

/* Logo blokini ham oddiy qilamiz */
body.pkp_site_index .gsh-brand__logo{
  width:auto !important;
  height:auto !important;
  border:none !important;
  background:transparent !important;
  box-shadow:none !important;
  padding:0 !important;
}

/* Platformada logoni kattaroq ko'rsatish */
body.pkp_site_index .gsh-brand__logo img{
  max-height:120px !important;
  width:auto !important;
}

/* Platformada jurnal nomi (text) umuman chiqmasin (agar chiqib qolsa ham) */
body.pkp_site_index .gsh-brand__text{
  display:none !important;
}

/* ============================= */
/* PLATFORMA (SITE) - ODDIY LOGO */
/* ============================= */

.gsh-brand--platform{
  display:inline-block !important;
  padding:0 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  text-decoration:none !important;
}

.gsh-brand--platform:hover{
  transform:none !important;
  box-shadow:none !important;
}

/* platformada logo wrapper reset */
.gsh-brand--platform .gsh-brand__logo{
  display:inline-block !important;
  width:auto !important;
  height:auto !important;
  padding:0 !important;
  border:none !important;
  background:transparent !important;
  box-shadow:none !important;
}

/* platformada logo kattaroq ko‘rinsin */
.gsh-brand--platform .gsh-brand__logo img,
.gsh-brand--platform .gsh-brand__logo .img-fluid{
  max-height:120px !important;
  width:auto !important;
}

/* platformada text chiqmaydi (xavfsizlik uchun) */
.gsh-brand--platform .gsh-brand__text{ display:none !important; }


/* ============================= */
/* JOURNAL - PREMIUM BADGE */
/* ============================= */

.gsh-brand{
  display:inline-flex !important;
  align-items:center !important;
  gap:14px !important;

  padding:14px 22px !important;
  border-radius:18px !important;
  text-decoration:none !important;

  background: linear-gradient(135deg,
    rgba(255,255,255,.70),
    rgba(235,245,255,.55),
    rgba(235,255,248,.55)
  ) !important;

  border: 1px solid rgba(15, 23, 42, .10) !important;

  box-shadow:
    0 12px 30px rgba(15, 23, 42, .10),
    0 2px 8px rgba(15, 23, 42, .06) !important;

  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;

  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.gsh-brand:hover{
  transform: translateY(-2px) !important;
  border-color: rgba(11, 94, 215, .22) !important;
  box-shadow:
    0 18px 44px rgba(15, 23, 42, .14),
    0 6px 18px rgba(15, 23, 42, .10) !important;
}

/* journal logo block */
.gsh-brand .gsh-brand__logo{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:58px !important;
  height:58px !important;
  border-radius:16px !important;

  background: rgba(255,255,255,.75) !important;
  border: 1px solid rgba(15, 23, 42, .10) !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .10) !important;
}

.gsh-brand .gsh-brand__logo img,
.gsh-brand .gsh-brand__logo .img-fluid{
  max-height:42px !important;
  width:auto !important;
  display:block !important;
}

/* journal title */
.gsh-brand .gsh-brand__text{
  font-size:22px !important;
  font-weight:850 !important;
  letter-spacing:.2px !important;
  line-height:1.1 !important;

  background: linear-gradient(90deg, #0b5ed7, #0f766e) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color: transparent !important;

  text-shadow: 0 1px 0 rgba(255,255,255,.35) !important;
}

/* spacing */
.navbar-logo.text-center{ padding:14px 0 !important; }

/* mobile */
@media (max-width:768px){
  .gsh-brand{
    padding:10px 14px !important;
    border-radius:16px !important;
    gap:10px !important;
  }
  .gsh-brand .gsh-brand__logo{
    width:46px !important;
    height:46px !important;
    border-radius:14px !important;
  }
  .gsh-brand .gsh-brand__logo img,
  .gsh-brand .gsh-brand__logo .img-fluid{
    max-height:34px !important;
  }
  .gsh-brand .gsh-brand__text{
    font-size:16px !important;
  }

  .gsh-brand--platform .gsh-brand__logo img,
  .gsh-brand--platform .gsh-brand__logo .img-fluid{
    max-height:90px !important;
  }
}

/* USER MENU STYLE */
.gsh-usernav{
  list-style:none;
  display:flex;
  align-items:center;
  gap:14px;
  margin:0;
  padding:0;
}

.gsh-usernav__item{
  display:inline-block;
}

.gsh-usernav__item a{
  text-decoration:none;
  font-size:14px;
  font-weight:500;
  color:#0b5ed7;
  transition:opacity .2s ease;
}

.gsh-usernav__item a:hover{
  opacity:.75;
}

/* ===== Fix: Logo mobile/WebView da yo'qolmasin ===== */

/* 1) Logo ichidagi img har doim ko'rinsin */
.gsh-brand__logo img,
.gsh-brand--platform img,
.navbar-logo img{
  display:block !important;
  opacity:1 !important;
  visibility:visible !important;
  height:auto !important;
}

/* 2) WebView/mobil uchun blur/glass ni o'chiramiz (ko'pincha logo yo'qolishiga sabab) */
@media (max-width: 768px){
  .gsh-brand{
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }
}

/* 3) Mobil ekranda logolar aniq o'lchamda bo'lsin */
@media (max-width: 768px){
  /* Platforma logosi */
  .gsh-brand--platform .gsh-brand__logo img,
  .gsh-brand--platform img{
    max-height:90px !important;
    width:auto !important;
  }

  /* Jurnal premium logosi */
  .gsh-brand .gsh-brand__logo img{
    max-height:38px !important;
    width:auto !important;
  }

  /* Kesilib qolmasin */
  .navbar-logo{
    overflow:visible !important;
  }
}

/* 4) Juda eski Android WebView uchun: transform/filters ko'rinishga xalaqit qilmasin */
.gsh-brand,
.gsh-brand__logo,
.gsh-brand--platform{
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
}

/* ============================= */
/* JOURNAL PREMIUM HEADER STYLE */
/* ============================= */

.gsh-brand{
  display:inline-flex;
  align-items:center;
  gap:16px;
  padding:16px 28px;
  border-radius:20px;
  text-decoration:none !important;

  /* Elegant gradient */
  background: linear-gradient(135deg, #ffffff, #f4f8ff, #eefcf7);
  border: 1px solid rgba(15, 23, 42, .08);

  box-shadow:
    0 15px 40px rgba(15, 23, 42, .12),
    0 4px 12px rgba(15, 23, 42, .08);

  transition: all .25s ease;
}

/* Soft hover */
.gsh-brand:hover{
  transform: translateY(-3px);
  box-shadow:
    0 22px 50px rgba(15, 23, 42, .18),
    0 6px 16px rgba(15, 23, 42, .12);
}

/* Logo container */
.gsh-brand__logo{
  width:64px;
  height:64px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;

  background: #ffffff;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 8px 20px rgba(15,23,42,.12);
}

/* Logo image */
.gsh-brand__logo img{
  max-height:46px !important;
  width:auto !important;
  display:block;
}

/* Journal Title */
.gsh-brand__text{
  font-size:26px;
  font-weight:800;
  letter-spacing:.3px;
  line-height:1.2;

  background: linear-gradient(90deg, #0b5ed7, #0f766e);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;

  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

/* Add subtle divider line under header */
.navbar-logo.text-center{
  padding: 20px 0 25px 0;
  position:relative;
}

.navbar-logo.text-center:after{
  content:"";
  width:80px;
  height:3px;
  background:linear-gradient(90deg,#0b5ed7,#0f766e);
  display:block;
  margin:18px auto 0 auto;
  border-radius:3px;
}

/* ============================= */
/* MOBILE VERSION */
/* ============================= */

@media (max-width:768px){

  .gsh-brand{
    padding:12px 16px;
    gap:10px;
    border-radius:16px;
  }

  .gsh-brand__logo{
    width:48px;
    height:48px;
  }

  .gsh-brand__logo img{
    max-height:34px !important;
  }

  .gsh-brand__text{
    font-size:18px;
  }
}

/* Mobil brand aniq ko‘rinsin */
.gsh-mobilebrand{
  display:flex !important;
  align-items:center;
  gap:8px;
  margin-right:auto;
}

/* Logo img */
.gsh-mobilebrand img{
  max-height:42px !important;
  width:auto !important;
  display:block !important;
}

/* Jurnal nomi */
.gsh-mobilebrand__text{
  font-size:14px;
  font-weight:600;
  line-height:1.1;
}

.navbar-brand img,
.gsh-mobilebrand__logo img{
  opacity:1 !important;
  visibility:visible !important;
  display:block !important;
}

/* ===== MOBILE HERO DESIGN ===== */
@media (max-width: 991px){

  .gsh-hero-mobile{
    margin: 10px 15px 20px;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg,#0f5132,#198754);
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
  }

  .gsh-hero-mobile__inner{
    padding: 30px 20px;
    text-align:center;
    color:#fff;
  }

  .gsh-hero-mobile__logo img{
    max-height:120px;
    width:auto;
    margin-bottom:15px;
  }

  .gsh-hero-mobile__title{
    font-size:24px;
    font-weight:800;
    letter-spacing:1px;
    margin-bottom:18px;
    text-transform:uppercase;
  }

  .gsh-hero-mobile__search{
    display:flex;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
  }

  .gsh-hero-mobile__search input{
    flex:1;
    border:none;
    padding:12px;
    font-size:14px;
    outline:none;
  }

  .gsh-hero-mobile__search button{
    background:#145c32;
    color:#fff;
    border:none;
    padding:0 18px;
    font-weight:600;
  }

  /* eski mobile brandni o‘chirib tashlaymiz */
  .gsh-mobilebrand{
    display:none !important;
  }
}

/* =========================
   JOURNAL HERO (GSH)
   Desktop + Mobile
   ========================= */

/* HERO wrapper */
.gsh-hero{
  margin: 18px 0 6px;
}

/* HERO card */
.gsh-hero__inner{
  position: relative;
  overflow: hidden;
  border-radius: 18px;

  /* background image like example */
  background-image:
    linear-gradient(0deg, rgba(0,0,0,.35), rgba(0,0,0,.35)),
    url("/public/hero.jpg"); /* <-- shu faylni public/ ga yuklang */
  background-size: cover;
  background-position: center;

  padding: 26px 28px;

  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 14px 40px rgba(0,0,0,.18);
}

/* Glass panel */
.gsh-hero__row{
  display:flex;
  align-items:center;
  justify-content:space-between;

  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;

  padding: 22px 22px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Left block: title */
.gsh-hero__left{
  display:flex;
  flex-direction:column;
  gap: 14px;
  min-width: 0;
}

/* Logo (right in your screenshot) */
.gsh-hero__logo{
  position:absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);

  width: 120px;
  height: 120px;
  border-radius: 999px;

  display:flex;
  align-items:center;
  justify-content:center;

  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 10px 30px rgba(0,0,0,.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* ensure brand img is visible */
.gsh-hero__logo img{
  display:block !important;
  max-height: 92px !important;
  width:auto !important;
}

/* Title */
.gsh-hero__title{
  color:#fff;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;

  font-size: 44px;
  line-height: 1.05;

  text-shadow: 0 10px 26px rgba(0,0,0,.35);
  padding-right: 170px; /* reserve space for right logo */
}

/* Search line */
.gsh-hero__search{
  margin-top: 16px;
  display:flex;
  align-items:center;
  gap: 0;

  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 12px;
  overflow:hidden;

  max-width: 720px;
}

/* input */
.gsh-hero__search input{
  flex:1;
  height: 44px;
  padding: 0 14px;

  background: transparent;
  border: 0;
  outline: none;

  color:#fff;
  font-size: 15px;
}

.gsh-hero__search input::placeholder{
  color: rgba(255,255,255,.85);
}

/* button */
.gsh-hero__search button{
  height: 44px;
  padding: 0 18px;

  border: 0;
  cursor:pointer;

  background: #2f6f3a; /* green like example */
  color:#fff;
  font-weight: 700;
}

/* Mobile adjustments */
@media (max-width: 768px){

  .gsh-hero__inner{
    padding: 16px 14px;
    border-radius: 16px;
  }

  .gsh-hero__row{
    padding: 16px 14px;
    border-radius: 14px;
  }

  .gsh-hero__logo{
    position: static;
    transform:none;
    width: 92px;
    height: 92px;
    margin: 0 auto 10px;
  }

  .gsh-hero__logo img{
    max-height: 70px !important;
  }

  .gsh-hero__title{
    font-size: 26px;
    text-align:center;
    padding-right: 0;
  }

  .gsh-hero__search{
    max-width: 100%;
    margin-top: 12px;
  }
}

/* ===== Platform brand (logo + text) ===== */
.gsh-platform-brand{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  text-decoration:none !important;
}

.gsh-platform-brand__logo img{
  max-height:110px;
  width:auto;
  display:block;
}

.gsh-platform-brand__text{
  font-size:30px;
  font-weight:800;
  letter-spacing:.3px;
  color:#0f172a;
  line-height:1;
}

/* Mobile */
@media (max-width: 768px){
  .gsh-platform-brand__logo img{ max-height:75px; }
  .gsh-platform-brand__text{ font-size:18px; }
}

/* ===== Mobile brand: WebView-da ishonchli ko'rinsin ===== */
.gsh-mobilebrand{
  align-items:center;
  gap:10px;
  text-decoration:none !important;
  margin:10px auto;
}

.gsh-mobilebrand__logo img{
  display:block !important;
  opacity:1 !important;
  visibility:visible !important;
  height:auto !important;
  width:auto !important;
  max-height:46px !important;
}

.gsh-mobilebrand__logo--platform img{
  max-height:52px !important; /* platformada biroz kattaroq */
}

.gsh-mobilebrand__text{
  font-size:16px;
  font-weight:800;
  line-height:1.1;
  color:#0f172a;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:65vw;
}

/* Ba'zi WebView-larda filtr/transform muammo qiladi */
.gsh-mobilebrand,
.gsh-mobilebrand__logo{
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
}

/* Platforma desktop logosi baribir qoladi */
@media (max-width: 992px){
  .navbar-logo.text-center{ display:none; } /* mobilga endi nav ichidagi brand ishlaydi */
}

/* ===== Platform mobile logo visible fix ===== */
.gsh-platform-mobilebrand{
  margin-right:auto;
  padding:6px 8px;
}

.gsh-platform-mobilebrand img{
  display:block !important;
  opacity:1 !important;
  visibility:visible !important;
  max-height:65px !important;
  width:auto !important;
}

/* Agar yuqoridagi katta logo blok bo'lsa, mobil'da yashiramiz */
@media (max-width: 992px){
  .navbar-logo.text-center{
    display:none !important;
  }
}

/* ============ WebView / Mobile: PLATFORM logo always visible ============ */
.gsh-platform-mobilebrand{
  display:flex !important;          /* d-lg-none ichida ham ko'rinsin */
  align-items:center !important;
  margin-right:auto !important;
  padding:6px 10px !important;
  max-width: 78vw;
}

.gsh-platform-mobilebrand img{
  display:block !important;
  opacity:1 !important;
  visibility:visible !important;
  max-height:56px !important;
  width:auto !important;
}

/* Mobil’da tepadagi katta (desktop) logo blok bo'lsa, yashirib qo'yamiz */
@media (max-width: 992px){
  .navbar-logo.text-center{
    display:none !important;
  }
}

@media (max-width: 992px){
  .gsh-brand,
  .gsh-hero{
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    filter:none !important;
  }
}

/* Desktopda mobil brand ko'rinmasin */
@media (min-width: 992px){
  .gsh-platform-mobilebrand{
    display:none !important;
  }
}

.gsh-hero__logo-link,
.gsh-hero__title-link{
  text-decoration:none;
  color:inherit;
}

.gsh-hero__logo-link img{
  transition:0.3s;
}

.gsh-hero__logo-link:hover img{
  transform:scale(1.06);
}

.gsh-hero{
  background: linear-gradient(135deg, #6f6f6f, #8c8c8c);
  padding:60px 40px;
  border-radius:20px;
  box-shadow:0 20px 40px rgba(0,0,0,0.15);
  margin-bottom:40px;
  position:relative;
  overflow:hidden;
}

.gsh-hero__title{
  font-size:40px;
  font-weight:800;
  color:#ffffff;
  text-transform:uppercase;
  letter-spacing:2px;
  text-shadow:0 6px 20px rgba(0,0,0,0.4);
  margin-bottom:25px;
}

/* ===== Journal HERO banner ===== */
.gsh-hero{
  margin: 22px 0 12px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(15,23,42,.16);
  background:
    linear-gradient(rgba(0,0,0,.40), rgba(0,0,0,.40)),
    var(--gshBanner) center/cover no-repeat,
    #9aa0a6;
}

.gsh-hero__inner{
  padding: 34px 34px 26px;
}

.gsh-hero__row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
}

/* Logo bubble */
.gsh-hero__logo-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 16px 40px rgba(0,0,0,.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.gsh-hero__logo-link img{
  max-height: 62px !important;
  width:auto !important;
  display:block !important;
}

/* Title (oq rang, zamonaviy) */
.gsh-hero__title-link{
  color:#fff !important;
  text-decoration:none !important;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: clamp(26px, 3.2vw, 46px);
  text-shadow: 0 14px 28px rgba(0,0,0,.35);
}

/* Search */
.gsh-hero__search{
  margin-top: 18px;
  display:flex;
  align-items:center;
  gap: 0;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 14px;
  overflow:hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.gsh-hero__search input{
  flex:1;
  background: transparent;
  border:0;
  outline:0;
  color:#fff;
  padding: 14px 16px;
}
.gsh-hero__search input::placeholder{ color: rgba(255,255,255,.75); }

.gsh-hero__search button{
  border:0;
  padding: 12px 22px;
  font-weight: 800;
  border-radius: 0;
}

/* Mobile */
@media (max-width: 768px){
  .gsh-hero__inner{ padding: 18px 16px 16px; }
  .gsh-hero__row{ gap: 12px; }
  .gsh-hero__logo-link{ width: 68px; height: 68px; }
  .gsh-hero__logo-link img{ max-height: 44px !important; }
  .gsh-hero__title-link{ font-size: 20px; letter-spacing:.3px; }
}

/* WebView’da ba’zan yo‘qolmasin */
.gsh-hero, .gsh-hero__logo-link{ transform: translateZ(0); -webkit-transform: translateZ(0); }

/* Banner default (agar topilmasa ham chiroyli tursin) */
.gsh-hero{
  background: linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* 1-jurnal banner */
body.journal-1 .gsh-hero{
  background-image:
    linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
    url("/public/journals/1/Banner01.jpg") !important;
}

/* 2-jurnal banner */
body.journal-2 .gsh-hero{
  background-image:
    linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
    url("/public/journals/2/Banner02.jpg") !important;
}

/* Sarlavha oq bo‘lsin */
.gsh-hero__title{
  color:#fff !important;
}

/* Asosiy hero sozlamasi */
.gsh-hero{
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* 1-jurnal */
.gsh-hero[data-jid="1"]{
  background-image:
    linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
    url("/public/journals/1/Banner01.jpg") !important;
}

/* 2-jurnal */
.gsh-hero[data-jid="2"]{
  background-image:
    linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
    url("/public/journals/2/Banner02.jpg") !important;
}

/* Sarlavha oq bo‘lsin */
.gsh-hero__title{
  color:#ffffff !important;
  text-shadow: 0 4px 20px rgba(0,0,0,.4);
}

/* ===== Mobile hero search: button ko‘rinadigan bo‘lsin ===== */
@media (max-width: 768px){

  .gsh-hero__search{
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 10px !important;
    align-items: center !important;

    width: 100% !important;
    max-width: 520px;
    margin: 14px auto 0;
    padding: 0 14px;
    overflow: visible !important; /* kesilib qolmasin */
  }

  .gsh-hero__search input{
    width: 100% !important;
    min-width: 0 !important;
    height: 44px !important;
    border-radius: 12px !important;
  }

  .gsh-hero__search button{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    height: 44px !important;
    padding: 0 16px !important;
    border-radius: 12px !important;
    white-space: nowrap !important;

    position: relative !important;
    z-index: 5 !important; /* input ustida tursin */
    opacity: 1 !important;
    visibility: visible !important;
  }
}

@media (max-width: 768px){
  .gsh-hero, .gsh-hero__inner{
    overflow: visible !important;
  }
}

@media (max-width: 768px){

  /* Search blokni markazga tushirish */
  .gsh-hero__search{
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 10px !important;

    width: calc(100% - 28px) !important; /* chap-o'ng teng bo'lsin */
    margin: 14px auto 0 !important;      /* markaz */
    padding: 0 !important;               /* paddingni olib tashlaymiz */
    box-sizing: border-box !important;
    justify-content: center !important;
  }

  /* Input/button balandligi bir xil */
  .gsh-hero__search input,
  .gsh-hero__search button{
    height: 44px !important;
  }

  /* Button kesilmasin */
  .gsh-hero__search button{
    position: relative !important;
    z-index: 5 !important;
    white-space: nowrap !important;
  }
}

.gsh-journal-intro-wrap{ margin-top: 26px; margin-bottom: 18px; }
.gsh-journal-intro{
  background:#fff;
  border-radius:18px;
  padding:18px 22px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  line-height:1.75;
  font-size:16px;
}

.pkjournal {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    padding: 30px;
    margin-bottom: 40px;
    transition: 0.3s ease;
}

.pkjournal:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.pkjournal h2 a {
    font-size: 24px;
    color: #0a6fb6;
    font-weight: 600;
}

.pkjournal img {
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.pkjournal .links a {
    background: #0a6fb6;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    margin-right: 10px;
}

.pkjournal .links a:last-child {
    background: #f0f0f0;
    color: #333;
}

/* Journal list card design */
.cmp_journal_list > li {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.cmp_journal_list > li:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

/* Cover image styling */
.cmp_journal_list .thumb img {
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

.cmp_journal_list .thumb img:hover {
    transform: scale(1.05);
}

/* Journal title */
.cmp_journal_list h2 a {
    font-size: 24px;
    font-weight: 600;
    color: #0a6fb6;
}

/* Buttons */
.cmp_journal_list .links a {
    display: inline-block;
    padding: 10px 18px;
    margin-right: 10px;
    border-radius: 8px;
    text-decoration: none;
    background: linear-gradient(135deg, #0a6fb6, #0d8ddb);
    color: white;
    font-weight: 500;
}

.cmp_journal_list .links a:last-child {
    background: #f1f1f1;
    color: #333;
}

/* ====== Multi-journal (site) list universal selectors ====== */
.journals > li,
.journal_list > li,
.cmp_journal_list > li,
ul[id*="journals"] > li {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  margin: 0 0 36px 0;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  transition: .25s ease;
}

.journals > li:hover,
.journal_list > li:hover,
.cmp_journal_list > li:hover,
ul[id*="journals"] > li:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,.14);
}

/* Cover/thumbnail shadow */
.journals img,
.journal_list img,
.cmp_journal_list img {
  border-radius: 12px;
  box-shadow: 0 14px 35px rgba(0,0,0,.22);
  transition: .25s ease;
}

.journals img:hover,
.journal_list img:hover,
.cmp_journal_list img:hover {
  transform: scale(1.04);
}

/* Make image + text side-by-side (if theme stacks them) */
.journals > li,
.journal_list > li,
.cmp_journal_list > li {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}

.journals > li img,
.journal_list > li img,
.cmp_journal_list > li img {
  width: 160px;
  height: auto;
  flex: 0 0 160px;
}

/* Title style */
.journals h3 a, .journals h2 a,
.journal_list h3 a, .journal_list h2 a,
.cmp_journal_list h3 a, .cmp_journal_list h2 a {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

/* Buttons look */
.journals a.button,
.journal_list a.button,
.cmp_journal_list a.button,
.journals .links a,
.journal_list .links a,
.cmp_journal_list .links a {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 10px;
  text-decoration: none;
}

/* ====== GSH: Site index journals card layout (Health Sciences / OJS 3.4+) ====== */

/* journal item container (covers most OJS themes) */
.page_index_site ul li,
.page_index_site .obj_journal_summary,
.page_index_site .cmp_journal_list > li,
.page_index_site .journals > li,
.page_index_site [class*="journal"] > li {
  background: #fff !important;
  border-radius: 16px !important;
  padding: 28px !important;
  margin: 0 0 36px 0 !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.10) !important;
  transition: .25s ease !important;
}

/* hover */
.page_index_site ul li:hover,
.page_index_site .obj_journal_summary:hover,
.page_index_site .cmp_journal_list > li:hover,
.page_index_site .journals > li:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.16) !important;
}

/* force cover + text side by side */
.page_index_site .obj_journal_summary,
.page_index_site .cmp_journal_list > li,
.page_index_site .journals > li,
.page_index_site ul li:has(img) {
  display: flex !important;
  gap: 28px !important;
  align-items: flex-start !important;
}

/* cover image wrapper (varies by theme) */
.page_index_site .thumb,
.page_index_site .journalThumbnail,
.page_index_site [class*="thumb"],
.page_index_site [class*="cover"] {
  flex: 0 0 170px !important;
}

/* cover image itself */
.page_index_site img {
  border-radius: 12px !important;
  box-shadow: 0 14px 35px rgba(0,0,0,.28) !important;
  transition: .25s ease !important;
  max-width: 170px !important;
  height: auto !important;
}

/* slight zoom on hover */
.page_index_site img:hover {
  transform: scale(1.04) !important;
}

/* title style */
.page_index_site h2 a,
.page_index_site h3 a {
  font-size: 24px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* buttons modern look */
.page_index_site .links a,
.page_index_site a.button,
.page_index_site .cmp_button {
  display: inline-block !important;
  padding: 10px 16px !important;
  border-radius: 10px !important;
  border: 0 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.10) !important;
}

/* primary + secondary button tone */
.page_index_site .links a:first-child {
  background: #0a6fb6 !important;
  color: #fff !important;
}
.page_index_site .links a:last-child {
  background: #f2f3f5 !important;
  color: #222 !important;
}

/* ===== GSH Site index: journal cards with cover on the left (GRID fix) ===== */

.page_index_site .obj_journal_summary,
.page_index_site .cmp_journal_list > li,
.page_index_site .journals > li {
  background: #fff !important;
  border-radius: 16px !important;
  padding: 28px !important;
  margin: 0 0 36px 0 !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.10) !important;

  /* MAIN FIX */
  display: grid !important;
  grid-template-columns: 180px 1fr !important;
  column-gap: 28px !important;
  align-items: start !important;
}

/* Cover/thumbnail block goes to the left column */
.page_index_site .obj_journal_summary .thumb,
.page_index_site .cmp_journal_list .thumb,
.page_index_site .journals .thumb,
.page_index_site .obj_journal_summary img:first-of-type,
.page_index_site .cmp_journal_list img:first-of-type,
.page_index_site .journals img:first-of-type {
  grid-column: 1 !important;
  grid-row: 1 / span 20 !important;
}

/* Everything else goes to the right column */
.page_index_site .obj_journal_summary > *:not(.thumb),
.page_index_site .cmp_journal_list > li > *:not(.thumb),
.page_index_site .journals > li > *:not(.thumb) {
  grid-column: 2 !important;
}

/* Cover image shadow */
.page_index_site .thumb img,
.page_index_site img {
  border-radius: 12px !important;
  box-shadow: 0 14px 35px rgba(0,0,0,.28) !important;
  max-width: 180px !important;
  height: auto !important;
}

/* Title nicer */
.page_index_site h2 a,
.page_index_site h3 a {
  font-size: 24px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* Buttons nicer */
.page_index_site .links a,
.page_index_site a.button,
.page_index_site .cmp_button {
  display: inline-block !important;
  padding: 10px 16px !important;
  border-radius: 10px !important;
  text-decoration: none !important;
}

/* ===== Global Science Hub: Site journals (indexSite.tpl) ===== */

.page-site .site-journals-list{
  margin-top: 30px;
}

/* Card */
.page-site .site-journal{
  background: #fff;
  border-radius: 18px;
  padding: 26px;
  margin: 0 0 34px 0;
  box-shadow: 0 12px 34px rgba(0,0,0,.10);
  transition: .25s ease;
  display: flex;
  gap: 28px;
  align-items: flex-start;
}

.page-site .site-journal:hover{
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0,0,0,.16);
}

/* Cover area */
.page-site .site-journal-img{
  flex: 0 0 180px;
  display: block;
}

.page-site .site-journal-img img{
  width: 180px;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
  transition: .25s ease;
  display: block;
}

.page-site .site-journal-img img:hover{
  transform: scale(1.04);
}

/* Text */
.page-site .site-journal-body{
  flex: 1 1 auto;
  min-width: 0;
}

.page-site .site-journal-title{
  margin: 0 0 10px 0;
}

.page-site .site-journal-title a{
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
}

/* Description (nice readable) */
.page-site .site-journal-description{
  line-height: 1.7;
  margin: 0 0 16px 0;
}

/* Buttons */
.page-site .site-journal .links{
  margin: 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.page-site .site-journal .links .btn{
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.08);
  text-decoration: none;
}

/* Primary / Secondary button look */
.page-site .site-journal .links .btn:first-child{
  background: #0a6fb6;
  color: #fff;
  border-color: transparent;
}

.page-site .site-journal .links .btn:last-child{
  background: #f3f5f7;
  color: #222;
}

/* Mobile responsive */
@media (max-width: 768px){
  .page-site .site-journal{
    flex-direction: column;
    padding: 20px;
  }
  .page-site .site-journal-img{
    flex: 0 0 auto;
  }
  .page-site .site-journal-img img{
    width: 160px;
  }
}

/* --- FIX: cover not squeezed --- */
.page-site .site-journal-img{
  flex: 0 0 240px;   /* 180 o'rniga */
}

.page-site .site-journal-img img{
  width: 240px;      /* cover katta chiqadi */
  max-width: 100%;
  height: auto;
  object-fit: contain; /* muqova buzilmasin */
}

/* ===== Global Science Hub Premium Journal Card ===== */

.page-site .site-journal{
  background: #ffffff;
  border-radius: 22px;
  padding: 36px;
  margin-bottom: 50px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* Cover container */
.page-site .site-journal-img{
  flex: 0 0 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Cover image */
.page-site .site-journal-img img{
  width: 100%;
  max-width: 260px;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.25);
  background: transparent;
  object-fit: contain;
}

/* Remove unwanted white background look */
.page-site .site-journal-img{
  background: transparent;
  padding: 0;
}

/* Title */
.page-site .site-journal-title a{
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}

/* Text spacing */
.page-site .site-journal-description{
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Buttons */
.page-site .site-journal .btn{
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: 500;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* ===== Responsive Mobile ===== */

@media (max-width: 992px){
  .page-site .site-journal{
    flex-direction: column;
    padding: 26px;
    gap: 25px;
  }

  .page-site .site-journal-img{
    flex: none;
    max-width: 220px;
    margin: 0 auto;
  }

  .page-site .site-journal-title a{
    font-size: 24px;
  }
}

/* === REMOVE white card behind cover (theme override) === */
.page-site .site-journal-img{
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.page-site .site-journal-img::before,
.page-site .site-journal-img::after{
  content: none !important;
  display: none !important;
}

/* make sure the cover image itself keeps the nice look */
.page-site .site-journal-img img{
  background: transparent !important;
  border-radius: 18px !important;
  box-shadow: 0 25px 60px rgba(0,0,0,0.25) !important;
  display: block !important;
}

.pkp_structure_footer_wrapper {
    background-color: #353535;
    color: #e5e5e5;
}

.pkp_structure_footer_wrapper a {
    color: #ffffff;
}

.pkp_structure_footer_wrapper a:hover {
    color: #4da3ff;
}

.site-footer {
	background: linear-gradient(135deg, #0a4c57 0%, #0f5962 45%, #0c4f5d 100%);
	color: #f5f7fa;
	padding-top: 30px;
	margin-top: 40px;
}

.gsh-modern-footer {
	padding-top: 40px;
	padding-bottom: 20px;
}

.gsh-footer-grid {
	row-gap: 20px;
}

.gsh-footer-logo {
	max-height: 70px;
	width: auto;
}

.gsh-footer-about {
	font-size: 16px;
	line-height: 1.7;
	color: #eef6f8;
	font-weight: 500;
	max-width: 430px;
}

.gsh-footer-contact-item {
	margin-bottom: 16px;
}

.gsh-footer-contact-title {
	display: block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .4px;
	color: #7ee3ff;
	margin-bottom: 3px;
}

.gsh-footer-contact-text {
	display: block;
	font-size: 17px;
	color: #ffffff;
	font-weight: 500;
}

.gsh-footer-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
	padding-left: 18px;
	color: #fff;
}

.gsh-footer-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 10px;
	height: 3px;
	border-radius: 10px;
	background: #fff;
}

.gsh-orange::before { background: #ff9b21; }
.gsh-cyan::before { background: #29d2e4; }
.gsh-pink::before { background: #ff4fa0; }

.gsh-footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gsh-footer-links li {
	margin-bottom: 12px;
	position: relative;
	padding-left: 14px;
}

.gsh-footer-links li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	color: rgba(255,255,255,.6);
}

.gsh-footer-links a {
	color: #f3f7fa;
	text-decoration: none;
	font-size: 16px;
	transition: all .2s ease;
}

.gsh-footer-links a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.gsh-footer-gallery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}

.gsh-footer-badge {
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 12px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 90px;
	transition: transform .2s ease, box-shadow .2s ease;
}

.gsh-footer-badge:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0,0,0,.18);
}

.gsh-footer-badge img {
	max-height: 58px;
	width: auto;
	object-fit: contain;
}

.gsh-footer-mini-logos {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.gsh-footer-mini-badge {
	background: rgba(255,255,255,.08);
	border-radius: 10px;
	padding: 8px 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 78px;
	min-height: 58px;
}

.gsh-footer-mini-badge img {
	max-height: 36px;
	width: auto;
}

.gsh-footer-bottom {
	border-top: 1px solid rgba(255,255,255,.18);
	margin-top: 25px;
	padding-top: 18px;
	font-size: 15px;
	color: #eef6f8;
}

.gsh-footer-extra {
	font-size: 14px;
	color: #dbe9ee;
}

.site-footer a {
	color: #ffffff;
}

.site-footer a:hover {
	color: #d9f6ff;
}

@media (max-width: 991px) {
	.gsh-footer-about {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.gsh-footer-title {
		margin-top: 10px;
	}

	.gsh-footer-contact-text {
		font-size: 15px;
	}

	.gsh-footer-gallery {
		grid-template-columns: repeat(2, 1fr);
	}

	.gsh-footer-bottom {
		text-align: center;
	}
}

.gsh-footer-mainlogo {
    position: relative;
    display: inline-block;
}

.gsh-footer-mainlogo::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 0;
}

.gsh-footer-logo {
    position: relative;
    z-index: 1;
}

.gsh-footer-logo{
    max-height:110px;
    width:auto;
}

.gsh-footer-mainlogo{
    padding:16px;
    border-radius:14px;
    background:rgba(255,255,255,0.06);
}

.site-footer {
	background: linear-gradient(135deg, #075764 0%, #0a6672 45%, #0a5d69 100%);
	color: #f4f8fb;
	padding-top: 34px;
	margin-top: 40px;
}

.gsh-modern-footer {
	padding-top: 26px;
	padding-bottom: 18px;
}

.gsh-footer-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	row-gap: 18px;
}

.gsh-footer-brand {
	max-width: 420px;
}

.gsh-footer-mainlogo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 96px;
	height: 96px;
	border-radius: 18px;
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.08);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
	overflow: hidden;
}

.gsh-footer-mainlogo::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at center, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.07) 30%, rgba(255,255,255,0) 72%);
	z-index: 0;
}

.gsh-footer-logo {
	position: relative;
	z-index: 1;
	max-height: 58px;
	width: auto;
	filter: drop-shadow(0 0 5px rgba(255,255,255,0.18));
}

.gsh-footer-about {
	font-size: 17px;
	line-height: 1.65;
	color: #f5fbff;
	font-weight: 600;
	max-width: 420px;
	margin-top: 18px;
}

.gsh-footer-contact {
	margin-top: 24px;
}

.gsh-footer-contact-item {
	margin-bottom: 10px;
}

.gsh-footer-contact-title {
	display: block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #5ee6ff;
	letter-spacing: .4px;
	margin-bottom: 6px;
}

.gsh-footer-contact-text,
.gsh-footer-contact-text a {
	display: block;
	font-size: 15px;
	line-height: 1.5;
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
}

.gsh-footer-contact-text a:hover {
	text-decoration: underline;
}

.gsh-footer-block {
	padding-top: 4px;
}

.gsh-footer-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 18px;
	position: relative;
	padding-left: 20px;
	color: #fff;
}

.gsh-footer-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 12px;
	height: 4px;
	border-radius: 10px;
	background: #fff;
}

.gsh-orange::before { background: #ff9c22; }
.gsh-cyan::before { background: #28d5e8; }
.gsh-pink::before { background: #ff4ea2; }

.gsh-footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gsh-footer-links li {
	margin-bottom: 12px;
	position: relative;
	padding-left: 16px;
}

.gsh-footer-links li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	color: rgba(255,255,255,.55);
}

.gsh-footer-links a {
	color: #f2f7fb;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
}

.gsh-footer-links a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.gsh-footer-gallery {
	display: grid;
	grid-template-columns: repeat(2, 140px);
	gap: 16px;
}

.gsh-footer-badge {
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 14px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 88px;
	transition: all .2s ease;
}

.gsh-footer-badge:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0,0,0,.15);
}

.gsh-footer-badge img {
	max-width: 92px;
	max-height: 42px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.gsh-footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.17);
	margin-top: 28px;
	padding-top: 18px;
	font-size: 15px;
	line-height: 1.6;
	color: #eef6f8;
}

.gsh-footer-bottom p,
.gsh-footer-bottom div {
	margin: 0;
}

.site-footer a {
	color: #ffffff;
}

.site-footer a:hover {
	color: #dff8ff;
}

@media (max-width: 991px) {
	.gsh-footer-gallery {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.gsh-footer-mainlogo {
		width: 82px;
		height: 82px;
	}

	.gsh-footer-logo {
		max-height: 50px;
	}

	.gsh-footer-about {
		font-size: 15px;
	}

	.gsh-footer-title {
		margin-top: 10px;
	}

	.gsh-footer-bottom {
		text-align: center;
	}
}

/* ===== Main platform logo ===== */
.gsh-platform-brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.gsh-platform-brand__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.08) 42%, rgba(255,255,255,0) 72%);
	box-shadow: 0 8px 24px rgba(0,0,0,0.18);
	padding: 16px;
}

.gsh-site-logo {
	max-width: 110px !important;
	max-height: 110px !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain;
	filter: drop-shadow(0 0 6px rgba(255,255,255,0.25));
}

/* ===== Journal hero logo ===== */
.gsh-hero__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255,255,255,0.20) 0%, rgba(255,255,255,0.08) 45%, rgba(255,255,255,0) 75%);
	box-shadow: 0 10px 30px rgba(0,0,0,0.22);
	flex: 0 0 130px;
}

.gsh-hero__logo-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.gsh-hero__logo .gsh-site-logo {
	max-width: 95px !important;
	max-height: 95px !important;
}

/* ===== Mobile ===== */
@media (max-width: 991px) {
	.gsh-platform-brand__logo {
		width: 110px;
		height: 110px;
		padding: 12px;
	}

	.gsh-site-logo {
		max-width: 82px !important;
		max-height: 82px !important;
	}

	.gsh-hero__logo {
		width: 100px;
		height: 100px;
		flex: 0 0 100px;
	}

	.gsh-hero__logo .gsh-site-logo {
		max-width: 72px !important;
		max-height: 72px !important;
	}
}

.gsh-hero__logo{
    width:150px;
    height:150px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.gsh-hero__logo img{
    width:130px;
    height:130px;
    object-fit:contain;
}

/* FINAL OVERRIDE: hero jurnal logosi */
.gsh-hero .gsh-hero__logo {
    width: 170px !important;
    height: 170px !important;
    min-width: 170px !important;
    min-height: 170px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    padding: 0 !important;
}

.gsh-hero .gsh-hero__logo-link {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.gsh-hero .gsh-hero__logo img,
.gsh-hero .gsh-hero__logo .gsh-site-logo,
.gsh-hero .gsh-hero__logo-link img {
    width: 135px !important;
    height: 135px !important;
    max-width: 135px !important;
    max-height: 135px !important;
    object-fit: contain !important;
    display: block !important;
}

/* PLATFORM HERO BACKGROUND */
.platform-hero,
.gsh-platform-hero {
    background: linear-gradient(135deg,#0e6b73,#0a4e54);
    border-radius: 30px;
    padding: 60px 40px;
    text-align: center;
    color: white;
}

/* LOGO HALO */
.gsh-platform-hero .platform-logo {
    width:140px;
    height:140px;
    margin:auto;
    border-radius:50%;
    background: radial-gradient(circle, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.08) 50%, rgba(255,255,255,0) 80%);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 15px 35px rgba(0,0,0,0.3);
}

/* LOGO */
.gsh-platform-hero .platform-logo img{
    width:110px;
    height:110px;
    object-fit:contain;
}

.gsh-platform-hero-wrapper{
    background: linear-gradient(135deg,#0e6b73,#0a4e54);
    border-radius:40px;
    padding:40px;
}

background: linear-gradient(135deg,#0f6f78,#0c5960,#083c40);

/* ===== PLATFORM HEADER / BANNER FINAL OVERRIDE ===== */
.navbar-logo {
    background: linear-gradient(135deg, #0f6b73, #0a4f56) !important;
    padding: 55px 20px 40px !important;
    text-align: center !important;
}

.gsh-platform-brand {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
}

.gsh-platform-brand__logo {
    width: 170px !important;
    height: 170px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    background: radial-gradient(circle, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0.10) 48%, rgba(255,255,255,0) 78%) !important;
    box-shadow: 0 12px 28px rgba(0,0,0,0.22) !important;
    padding: 0 !important;
}

.gsh-platform-brand__logo img,
.gsh-platform-brand__logo .gsh-site-logo,
.navbar-logo img {
    width: 130px !important;
    height: 130px !important;
    max-width: 130px !important;
    max-height: 130px !important;
    object-fit: contain !important;
    display: block !important;
    filter: drop-shadow(0 0 6px rgba(255,255,255,0.18)) !important;
}

/* Banner umumiy sozlama */

.gsh-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 3-jurnal */
.gsh-hero[data-jid="3"]{
  background-image:
    linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
    url("/public/journals/3/Banner01.jpg") !important;
}

/* 4-jurnal */
.gsh-hero[data-jid="4"]{
  background-image:
    linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
    url("/public/journals/4/Banner01.jpg") !important;
}

/* 5-jurnal */
.gsh-hero[data-jid="5"]{
  background-image:
    linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
    url("/public/journals/5/Banner01.jpg") !important;
}
