.elementor-1566 .elementor-element.elementor-element-02a2b3a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0e8429e */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  color: #071b4d;
}

/* HERO UTAMA */
.pa-hero {
  width: 100%;
  min-height: 330px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 620px;
  align-items: center;
  gap: 40px;
  padding: 46px 70px 42px;
  background:
    radial-gradient(circle at 78% 36%, rgba(0, 87, 217, 0.12), transparent 30%),
    linear-gradient(135deg, #f8fbff 0%, #eef6ff 55%, #ffffff 100%);
  border-bottom: 1px solid #dbe7f5;
}

.pa-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 100%, rgba(0, 87, 217, 0.08), transparent 28%),
    linear-gradient(120deg, rgba(0, 87, 217, 0.05), transparent 42%);
  pointer-events: none;
}

/* KONTEN KIRI */
.pa-content {
  position: relative;
  z-index: 3;
}

.pa-title-line {
  width: 74px;
  height: 5px;
  background: #ff8a00;
  border-radius: 999px;
  margin-bottom: 18px;
}

.pa-content h1 {
  color: #071b4d;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -1.2px;
  margin-bottom: 18px;
}

.pa-description {
  max-width: 680px;
  color: #1e293b;
  font-size: 16.5px;
  line-height: 1.75;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: 26px;
}

.pa-description strong {
  color: #071b4d;
  font-weight: 900;
}

/* INFO CARD */
.pa-info-card {
  max-width: 680px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #dbe7f5;
  border-radius: 12px;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 18px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.pa-info-card:hover {
  transform: translateY(-5px);
  border-color: #93c5fd;
  box-shadow: 0 20px 42px rgba(0, 87, 217, 0.14);
}

.pa-info-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #0062e6, #0049c7);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  box-shadow: 0 8px 18px rgba(0, 87, 217, 0.25);
}

.pa-info-icon svg {
  width: 29px;
  height: 29px;
}

.pa-info-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pa-info-card p {
  color: #1e293b;
  font-size: 14.5px;
  line-height: 1.65;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
}

/* VISUAL KANAN */
.pa-visual {
  position: relative;
  height: 270px;
  z-index: 2;
}

/* DOTS */
.pa-dots {
  position: absolute;
  left: -20px;
  bottom: 28px;
  width: 110px;
  height: 90px;
  background-image: radial-gradient(rgba(0, 87, 217, 0.16) 2px, transparent 2px);
  background-size: 15px 15px;
  z-index: 1;
}

/* CAMPUS */
.pa-campus {
  position: absolute;
  right: 80px;
  bottom: 10px;
  width: 315px;
  height: 230px;
  opacity: 0.27;
  z-index: 1;
}

.campus-roof {
  position: absolute;
  left: 38px;
  top: 0;
  width: 240px;
  height: 72px;
  background: #6fa8ff;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.campus-body {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 315px;
  height: 178px;
  background: #bcd9ff;
  border-top: 10px solid #7fb2ff;
  border-radius: 12px 12px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 42px 38px 22px;
}

.campus-body span {
  background: #4d8fe8;
  border-radius: 6px 6px 0 0;
}

/* CLOUDS */
.pa-cloud {
  position: absolute;
  background: #ffffff;
  border-radius: 999px;
  opacity: 0.95;
  z-index: 2;
}

.pa-cloud::before,
.pa-cloud::after {
  content: "";
  position: absolute;
  background: #ffffff;
  border-radius: 50%;
}

.cloud-one {
  width: 88px;
  height: 22px;
  left: 44px;
  top: 65px;
}

.cloud-one::before {
  width: 40px;
  height: 40px;
  left: 12px;
  bottom: 3px;
}

.cloud-one::after {
  width: 30px;
  height: 30px;
  right: 12px;
  bottom: 4px;
}

.cloud-two {
  width: 78px;
  height: 18px;
  right: 20px;
  top: 72px;
}

.cloud-two::before {
  width: 30px;
  height: 30px;
  left: 12px;
  bottom: 4px;
}

.cloud-two::after {
  width: 25px;
  height: 25px;
  right: 10px;
  bottom: 5px;
}

/* CHAT BUBBLE */
.chat-bubble {
  position: absolute;
  left: 185px;
  top: 24px;
  width: 70px;
  height: 54px;
  background: #b9dcff;
  border-radius: 50%;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.chat-bubble::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 22px;
  width: 18px;
  height: 18px;
  background: #b9dcff;
  clip-path: polygon(0 0, 100% 0, 20% 100%);
}

.chat-bubble span {
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
}

/* STUDENT GIRL */
.student-girl {
  position: absolute;
  left: 230px;
  bottom: 0;
  width: 160px;
  height: 225px;
  z-index: 6;
}

.girl-head {
  position: absolute;
  left: 54px;
  top: 34px;
  width: 52px;
  height: 60px;
  background: #ffc28a;
  border-radius: 46% 46% 52% 52%;
  z-index: 4;
}

.girl-hair {
  position: absolute;
  left: 36px;
  top: 20px;
  width: 78px;
  height: 90px;
  background: #10234d;
  border-radius: 48% 48% 42% 42%;
  z-index: 3;
}

.girl-body {
  position: absolute;
  left: 35px;
  top: 102px;
  width: 90px;
  height: 98px;
  background: #0b54c5;
  border-radius: 32px 32px 8px 8px;
  z-index: 4;
}

.girl-arm {
  position: absolute;
  left: 74px;
  top: 152px;
  width: 74px;
  height: 17px;
  background: #ffc28a;
  border-radius: 999px;
  transform: rotate(12deg);
  z-index: 7;
}

.girl-book {
  position: absolute;
  left: 62px;
  bottom: 4px;
  width: 95px;
  height: 28px;
  background: #ffffff;
  border: 4px solid #0057d9;
  border-radius: 8px;
  transform: rotate(8deg);
  z-index: 8;
}

/* ADVISOR MAN */
.advisor-man {
  position: absolute;
  right: 82px;
  bottom: 0;
  width: 180px;
  height: 250px;
  z-index: 7;
}

.man-head {
  position: absolute;
  left: 58px;
  top: 34px;
  width: 58px;
  height: 66px;
  background: #ffc28a;
  border-radius: 45% 45% 52% 52%;
  z-index: 4;
}

.man-hair {
  position: absolute;
  left: 45px;
  top: 18px;
  width: 82px;
  height: 54px;
  background: #10234d;
  border-radius: 60% 40% 52% 38%;
  z-index: 5;
}

.man-glasses {
  position: absolute;
  left: 61px;
  top: 60px;
  width: 54px;
  height: 14px;
  z-index: 6;
}

.man-glasses::before,
.man-glasses::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 12px;
  border: 2px solid #071b4d;
  border-radius: 50%;
}

.man-glasses::before {
  left: 0;
}

.man-glasses::after {
  right: 0;
}

.man-body {
  position: absolute;
  left: 34px;
  top: 108px;
  width: 112px;
  height: 126px;
  background: #0b54c5;
  border-radius: 30px 30px 8px 8px;
  z-index: 3;
}

.man-body::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 0;
  width: 32px;
  height: 82px;
  background: #ffffff;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.man-arm {
  position: absolute;
  left: 10px;
  top: 132px;
  width: 76px;
  height: 18px;
  background: #ffc28a;
  border-radius: 999px;
  transform: rotate(30deg);
  z-index: 7;
}

/* LAPTOP */
.laptop {
  position: absolute;
  right: 155px;
  bottom: 4px;
  width: 150px;
  height: 95px;
  z-index: 8;
}

.laptop-screen {
  width: 120px;
  height: 76px;
  background: #dbeafe;
  border: 8px solid #9fb9df;
  border-radius: 10px 10px 4px 4px;
  margin-left: 15px;
}

.laptop-base {
  width: 150px;
  height: 12px;
  background: #9fb9df;
  border-radius: 999px;
}

/* BOOK STACK */
.book-stack {
  position: absolute;
  right: 8px;
  bottom: 18px;
  width: 100px;
  height: 72px;
  z-index: 8;
}

.book {
  position: absolute;
  width: 96px;
  height: 17px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 5px 0 rgba(15, 23, 42, 0.12);
}

.book-one {
  bottom: 0;
  border-left: 8px solid #0057d9;
}

.book-two {
  bottom: 22px;
  border-left: 8px solid #1e3a8a;
}

.book-three {
  bottom: 44px;
  border-left: 8px solid #cbdaf4;
}

/* PLANT */
.small-plant {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 70px;
  height: 105px;
  z-index: 8;
}

.plant-pot {
  position: absolute;
  left: 24px;
  bottom: 0;
  width: 36px;
  height: 32px;
  background: #dbeafe;
  border-radius: 6px 6px 12px 12px;
}

.leaf {
  position: absolute;
  background: #4d8c44;
  border-radius: 50% 0 50% 50%;
}

.leaf-one {
  width: 34px;
  height: 19px;
  left: 6px;
  top: 36px;
  transform: rotate(210deg);
}

.leaf-two {
  width: 34px;
  height: 19px;
  right: 0;
  top: 26px;
  transform: rotate(-18deg);
}

.leaf-three {
  width: 30px;
  height: 17px;
  left: 20px;
  top: 56px;
  transform: rotate(-55deg);
}

/* ANIMASI */
.student-girl,
.advisor-man,
.laptop,
.book-stack {
  transition: transform 0.35s ease;
}

.pa-hero:hover .student-girl {
  transform: translateY(-5px);
}

.pa-hero:hover .advisor-man {
  transform: translateY(-6px);
}

.pa-hero:hover .laptop {
  transform: translateY(-4px);
}

.pa-hero:hover .book-stack {
  transform: translateY(-4px);
}

/* TABLET */
@media (max-width: 1100px) {
  .pa-hero {
    grid-template-columns: 1fr;
    padding: 42px 36px 34px;
    gap: 28px;
  }

  .pa-content h1 {
    font-size: 48px;
  }

  .pa-description,
  .pa-info-card {
    max-width: 100%;
  }

  .pa-visual {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .pa-hero {
    padding: 32px 20px 28px;
    min-height: auto;
  }

  .pa-title-line {
    width: 56px;
    height: 4px;
    margin-bottom: 16px;
  }

  .pa-content h1 {
    font-size: 36px;
    line-height: 1.12;
    letter-spacing: -0.5px;
  }

  .pa-description {
    font-size: 14px;
    line-height: 1.65;
    text-align: justify;
  }

  .pa-info-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px 18px;
    border-radius: 12px;
  }

  .pa-info-icon {
    width: 48px;
    height: 48px;
    justify-self: flex-start;
  }

  .pa-info-card p {
    font-size: 13.5px;
    line-height: 1.65;
    text-align: justify;
  }

  .pa-visual {
    height: 225px;
    transform: scale(0.78);
    transform-origin: top center;
    margin-top: 8px;
  }
}

/* EXTRA SMALL */
@media (max-width: 380px) {
  .pa-content h1 {
    font-size: 32px;
  }

  .pa-visual {
    transform: scale(0.68);
    height: 195px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2312e61 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f8fbff;
  font-family: Arial, Helvetica, sans-serif;
  color: #071b4d;
}

/* Section utama */
.wali-role-section {
  width: 100%;
  padding: 34px 24px;
  background: #ffffff;
}

/* Header */
.wali-role-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 30px;
}

.wali-header-icon {
  width: 42px;
  height: 42px;
  background: #eef5ff;
  color: #0057d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px #dbeafe;
}

.wali-header-icon svg {
  width: 25px;
  height: 25px;
}

.wali-header-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wali-role-header h2 {
  color: #071b4d;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

/* Wrapper */
.wali-role-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

/* Card */
.wali-role-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #dbe7f5;
  border-radius: 14px;
  padding: 34px 20px 24px;
  min-height: 260px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.wali-role-card:hover {
  transform: translateY(-8px);
  border-color: #93c5fd;
  box-shadow: 0 20px 42px rgba(0, 87, 217, 0.14);
}

/* Number */
.wali-number {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #07348f, #0057d9);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 7px 16px rgba(0, 87, 217, 0.24);
}

/* Icon di atas dan center */
.wali-card-icon {
  width: 82px;
  height: 82px;
  background: #eef5ff;
  color: #0057d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px auto 20px;
  box-shadow: inset 0 0 0 1px #dbeafe;
}

.wali-card-icon svg {
  width: 48px;
  height: 48px;
}

.wali-card-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Content */
.wali-card-content h3 {
  color: #071b4d;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 12px;
  text-align: center;
}

.wali-card-content p {
  color: #1e293b;
  font-size: 13.5px;
  line-height: 1.65;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
}

/* Tablet */
@media (max-width: 1200px) {
  .wali-role-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Tablet kecil */
@media (max-width: 900px) {
  .wali-role-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wali-role-card {
    min-height: auto;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .wali-role-section {
    padding: 28px 16px;
  }

  .wali-role-header {
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 24px;
  }

  .wali-header-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
  }

  .wali-header-icon svg {
    width: 22px;
    height: 22px;
  }

  .wali-role-header h2 {
    font-size: 20px;
    text-align: left;
  }

  .wali-role-wrapper {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wali-role-card {
    padding: 32px 20px 24px;
    border-radius: 14px;
  }

  .wali-number {
    width: 32px;
    height: 32px;
    font-size: 10.5px;
  }

  .wali-card-icon {
    width: 72px;
    height: 72px;
    margin: 16px auto 18px;
  }

  .wali-card-icon svg {
    width: 42px;
    height: 42px;
  }

  .wali-card-content h3 {
    font-size: 15.5px;
  }

  .wali-card-content p {
    font-size: 13.3px;
    line-height: 1.65;
    text-align: justify;
  }
}

/* Extra small */
@media (max-width: 380px) {
  .wali-role-section {
    padding: 24px 12px;
  }

  .wali-role-card {
    padding: 30px 16px 22px;
  }

  .wali-role-header h2 {
    font-size: 18px;
  }

  .wali-card-content p {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ef7ab2 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f8fbff;
  font-family: Arial, Helvetica, sans-serif;
  color: #071b4d;
}

/* SECTION */
.bimbingan-frequency-section {
  width: 100%;
  padding: 24px;
  background: #f8fbff;
}

/* CARD */
.bimbingan-frequency-card {
  width: 100%;
  background: linear-gradient(135deg, #eef6ff 0%, #ffffff 100%);
  border: 1px solid #dbeafe;
  border-radius: 16px;
  padding: 26px 34px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: center;
  gap: 34px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.bimbingan-frequency-card:hover {
  transform: translateY(-5px);
  border-color: #93c5fd;
  box-shadow: 0 20px 42px rgba(0, 87, 217, 0.13);
}

/* BAGIAN KIRI */
.frequency-left {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 24px;
}

/* BAGIAN KANAN */
.frequency-right {
  display: grid;
  grid-template-columns: 1fr 130px;
  align-items: center;
  gap: 26px;
}

/* DIVIDER */
.frequency-divider {
  width: 1px;
  height: 90px;
  background: #93c5fd;
  opacity: 0.85;
}

/* ICON KIRI */
.frequency-icon {
  position: relative;
  width: 82px;
  height: 82px;
  background: #dbeafe;
  color: #0057d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  box-shadow: inset 0 0 0 1px #bfdbfe;
}

.frequency-icon svg {
  width: 46px;
  height: 46px;
}

.frequency-icon svg path,
.small-clock svg path,
.check-badge svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* JAM KECIL */
.small-clock {
  position: absolute;
  right: -2px;
  bottom: 2px;
  width: 30px;
  height: 30px;
  background: #ff8a00;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(255, 138, 0, 0.28);
}

.small-clock svg {
  width: 18px;
  height: 18px;
}

/* TEXT */
.frequency-text h2 {
  color: #07348f;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 10px;
}

.frequency-text p {
  color: #1e293b;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
}

.frequency-text strong {
  color: #0057d9;
  font-weight: 900;
}

/* LAPTOP */
.frequency-laptop {
  position: relative;
  width: 120px;
  height: 82px;
  justify-self: center;
}

.laptop-screen {
  width: 105px;
  height: 70px;
  background: #ffffff;
  border: 6px solid #0f2f6f;
  border-radius: 8px 8px 4px 4px;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.16);
}

.screen-top {
  width: 100%;
  height: 12px;
  background: #0057d9;
}

.laptop-screen span {
  display: block;
  color: #0057d9;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  margin-top: 16px;
}

.laptop-base {
  width: 120px;
  height: 8px;
  background: #0f2f6f;
  border-radius: 0 0 999px 999px;
  margin-top: 2px;
}

/* CHECK BADGE */
.check-badge {
  position: absolute;
  right: -2px;
  bottom: 12px;
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, #0062e6, #0049c7);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(0, 87, 217, 0.28);
}

.check-badge svg {
  width: 24px;
  height: 24px;
}

/* TABLET */
@media (max-width: 992px) {
  .bimbingan-frequency-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .frequency-divider {
    width: 100%;
    height: 1px;
  }

  .frequency-right {
    grid-template-columns: 1fr 120px;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .bimbingan-frequency-section {
    padding: 16px;
  }

  .bimbingan-frequency-card {
    padding: 24px 18px;
    border-radius: 14px;
  }

  .frequency-left,
  .frequency-right {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .frequency-icon {
    width: 72px;
    height: 72px;
    justify-self: center;
  }

  .frequency-icon svg {
    width: 40px;
    height: 40px;
  }

  .frequency-text h2 {
    font-size: 18px;
    text-align: center;
  }

  .frequency-text p {
    font-size: 13.5px;
    line-height: 1.65;
    text-align: justify;
  }

  .frequency-laptop {
    justify-self: center;
    margin-top: 4px;
  }
}

/* EXTRA SMALL */
@media (max-width: 380px) {
  .bimbingan-frequency-card {
    padding: 22px 16px;
  }

  .frequency-text h2 {
    font-size: 17px;
  }

  .frequency-text p {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d389e81 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f8fbff;
  font-family: Arial, Helvetica, sans-serif;
  color: #071b4d;
}

/* SECTION */
.dosen-wali-tips-section {
  width: 100%;
  padding: 24px;
  background: #f8fbff;
}

/* ========================= */
/* TIPS CARD */
/* ========================= */

.tips-card {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dbe7f5;
  border-radius: 16px;
  padding: 26px 28px 28px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  margin-bottom: 18px;
}

.tips-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.tips-header-icon {
  width: 42px;
  height: 42px;
  background: #eef5ff;
  color: #0057d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px #bfdbfe;
  flex-shrink: 0;
}

.tips-header-icon svg {
  width: 25px;
  height: 25px;
}

.tips-header-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tips-header h2 {
  color: #07348f;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.35;
}

/* GRID TIPS */
.tips-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.tips-item {
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
  border: 1px solid #dbe7f5;
  border-radius: 14px;
  padding: 24px 20px;
  text-align: center;
  min-height: 220px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.tips-item:hover {
  transform: translateY(-7px);
  border-color: #93c5fd;
  box-shadow: 0 18px 38px rgba(0, 87, 217, 0.13);
}

/* ICON TIPS DI ATAS DAN CENTER */
.tips-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  background: #eef5ff;
  color: #0057d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px #bfdbfe;
}

.tips-icon svg {
  width: 40px;
  height: 40px;
}

.tips-icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tips-item h3 {
  color: #071b4d;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 12px;
  text-align: center;
}

.tips-item p {
  color: #1e293b;
  font-size: 13.5px;
  line-height: 1.65;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
}

/* ========================= */
/* CONSULT CARD */
/* ========================= */

.consult-card {
  width: 100%;
  background:
    radial-gradient(circle at 95% 45%, rgba(255, 255, 255, 0.13), transparent 18%),
    linear-gradient(90deg, #003b98 0%, #0057d9 52%, #003b98 100%);
  border-radius: 14px;
  padding: 26px 34px;
  display: grid;
  grid-template-columns: 82px 1fr 310px;
  align-items: center;
  gap: 26px;
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 57, 152, 0.22);
  overflow: hidden;
  position: relative;
}

.consult-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 260px;
  height: 180px;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.consult-icon {
  width: 72px;
  height: 72px;
  background: #ffffff;
  color: #0057d9;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
}

.consult-icon svg {
  width: 42px;
  height: 42px;
}

.consult-icon svg path,
.consult-actions svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.consult-text {
  position: relative;
  z-index: 2;
}

.consult-text h2 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 8px;
}

.consult-text p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
}

.consult-text strong {
  color: #ffffff;
  font-weight: 900;
}

/* BUTTON AREA */
.consult-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 2;
}

.consult-actions a {
  width: 100%;
  min-height: 48px;
  border-radius: 10px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.consult-actions a:hover {
  transform: translateY(-4px);
}

.consult-actions svg {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
}

/* BUTTON LOGIN */
.btn-login {
  background: linear-gradient(135deg, #ff9f1c, #ff7900);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(255, 121, 0, 0.34);
}

.btn-login:hover {
  box-shadow: 0 14px 30px rgba(255, 121, 0, 0.44);
}

/* BUTTON PANDUAN */
.btn-guide {
  background: #ffffff;
  color: #07348f;
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.18);
}

.btn-guide:hover {
  box-shadow: 0 14px 30px rgba(255, 255, 255, 0.28);
}

/* ========================= */
/* RESPONSIVE TABLET */
/* ========================= */

@media (max-width: 1100px) {
  .tips-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .consult-card {
    grid-template-columns: 72px 1fr;
  }

  .consult-actions {
    grid-column: 1 / -1;
    max-width: 420px;
    margin-left: 98px;
  }
}

/* ========================= */
/* RESPONSIVE MOBILE */
/* ========================= */

@media (max-width: 576px) {
  .dosen-wali-tips-section {
    padding: 16px;
  }

  .tips-card {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .tips-header {
    align-items: flex-start;
    gap: 12px;
  }

  .tips-header-icon {
    width: 38px;
    height: 38px;
  }

  .tips-header-icon svg {
    width: 22px;
    height: 22px;
  }

  .tips-header h2 {
    font-size: 18px;
  }

  .tips-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tips-item {
    min-height: auto;
    padding: 22px 18px;
  }

  .tips-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }

  .tips-icon svg {
    width: 36px;
    height: 36px;
  }

  .tips-item h3 {
    font-size: 15.5px;
  }

  .tips-item p {
    font-size: 13.3px;
    line-height: 1.65;
    text-align: justify;
  }

  .consult-card {
    grid-template-columns: 1fr;
    padding: 26px 20px;
    border-radius: 12px;
    gap: 18px;
    text-align: center;
  }

  .consult-icon {
    width: 66px;
    height: 66px;
    justify-self: center;
  }

  .consult-icon svg {
    width: 38px;
    height: 38px;
  }

  .consult-text h2 {
    font-size: 21px;
  }

  .consult-text p {
    font-size: 13.5px;
    line-height: 1.65;
    text-align: justify;
  }

  .consult-actions {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .consult-actions a {
    min-height: 48px;
    font-size: 13.2px;
    padding: 0 14px;
  }
}

/* EXTRA SMALL */
@media (max-width: 380px) {
  .tips-card {
    padding: 20px 16px;
  }

  .tips-header h2 {
    font-size: 17px;
  }

  .consult-card {
    padding: 24px 16px;
  }

  .consult-actions a {
    font-size: 12.8px;
  }
}/* End custom CSS */