
    /* --- 1. Main Layout --- */
    .slider-section-wrapper {
      position: relative;
      width: 100%;
      background: #000;
    }

    /* --- 2. Slider Layout --- */
    .swiper {
      width: 100%;
      height: auto;
    }

    .swiper-slide {
      display: flex;
      flex-direction: column;
      background: #fff;
      height: auto;
    }

    /* --- 3. Image Area --- */
    .uoc-slider-image-wrapper {
      position: relative;
      width: 100%;
      height: auto;
      overflow: hidden;
    }

    .uoc-slider-img {
      width: 100%;
      height: auto;
      object-fit: fill; /* Matches your specific ratio request */
      display: block;
      aspect-ratio: 1856/720;
    }

    /* --- 4. Navigation Overlay --- */
    .uoc-nav-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      pointer-events: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 20px;
    }

    .swiper-button-next,
    .swiper-button-prev {
      position: relative !important;
      top: auto !important;
      margin-top: 0 !important;
      left: auto !important;
      right: auto !important;
      pointer-events: auto;

      min-width: 48px;
      height: 40px;
      padding: 0 14px;
      background: #5C0015;
      border: 1px solid #5C0015;
      color: #fff;
      border-radius: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
      transition: all 0.3s ease;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
      font-size: 16px;
      color: #fff;
      opacity: 1;
    }

@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    min-width: 40px;
    height: 36px;
    padding: 0 10px;
  }
}
    .swiper-button-next:hover,
    .swiper-button-prev:hover {
      background: #005C47;
      border-color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    }

    /* --- Owl Carousel Prev/Next Buttons --- */
    .owl-nav .owl-prev,
    .owl-nav .owl-next {
      background: #5C0015 !important;
      border: 1px solid #5C0015 !important;
      width: 38px !important;
      height: 38px !important;
      padding: 0 !important;
      margin: 0 !important;
      border-radius: 4px !important;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
      transition: all 0.25s ease;
      position: absolute !important;
      top: 50% !important;
      transform: translateY(-50%) !important;
      z-index: 99;
    }

    .owl-nav .owl-prev,
    .owl-nav .owl-next {
      color: transparent;
    }
    
    .owl-nav .owl-prev::before,
    .owl-nav .owl-next::before {
      font-family: 'FontAwesome';
      font-size: 14px;
      color: #ffffff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      line-height: 1;
    }

    .owl-nav .owl-prev::before {
      content: '\f053';
    }

    .owl-nav .owl-next::before {
      content: '\f054';
    }

    .owl-nav .owl-prev {
      left: 10px; /* Position from the left edge */
    }

    .owl-nav .owl-next {
      right: 10px; /* Position from the right edge */
    }

    .owl-nav .owl-prev:hover,
    .owl-nav .owl-next:hover {
      background: #005C47 !important;
      border-color: #fff !important;
      transform: translateY(-1px);
    }

    /* Adjust for smaller screens */
    @media (max-width: 767px) { /* Standard mobile breakpoint */
      .owl-nav {
        display: block !important;
        text-align: center;
        margin-top: 15px;
      }
      .owl-nav .owl-prev, .owl-nav .owl-next {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        display: inline-block !important;
        margin: 0 10px !important;
      }
    }
    .owl-nav .owl-prev.disabled,
    .owl-nav .owl-next.disabled {
      opacity: 0.45;
      cursor: not-allowed;
    }

    .owl-nav .owl-prev.disabled,
    .owl-nav .owl-next.disabled {
      opacity: 0.45;
      cursor: not-allowed;
    }

    /* --- 5. Caption Bar --- */
    .uoc-slider-caption-bar {
      background: #fff;
      padding: 40px 0;
      border-bottom: 4px solid #007359;
      text-align: left;
      position: relative;
      z-index: 20;
      box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
    }

    .uoc-caption-content {
      max-width: 100%;
      margin: 0 auto;
      padding: 0 60px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .uoc-text-group {
      flex: 1;
      padding-right: 40px;
    }

    .uoc-slider-title {
      font-size: 28px;
      font-weight: 700;
      color: #1a1a1a;
      margin: 0 0 10px 0;
    }

    .uoc-slider-desc {
      font-family: 'Open Sans', sans-serif;
      font-size: 16px;
      color: #060606;
      line-height: 1.6;
    }

    .btn-uoc-readmore {
      background: #007359;
      color: #fff !important;
      padding: 15px 45px;
      font-weight: 400;
      text-transform: uppercase;
      border-radius: 50px;
      white-space: nowrap;
      transition: all 0.3s;
      text-decoration: none;
    }

    /* Mobile adjustments */
    @media (max-width: 991px) {
      .uoc-caption-content { flex-direction: column; align-items: flex-start; padding: 0 25px; }
      .uoc-text-group { padding-right: 0; margin-bottom: 20px; }
      .uoc-slider-title { font-size: 20px; }
      .swiper-button-next, .swiper-button-prev { width: 40px; height: 40px; }
    }
       .two-line-clamp {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* Limit to 2 lines */
      -webkit-box-orient: vertical;
      overflow: hidden;
      line-height: 1.4em;
      /* Adjust as needed */
      height: 2.8em;
      /* line-height × 2 */
    }
    .three-line-clamp {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      /* Limit to 3 lines */
      -webkit-box-orient: vertical;
      overflow: hidden;
      line-height: 1.4em;
      /* Adjust as needed */
      height: 2.8em;
      /* line-height × 2 */
    }
    .read-details-btn:hover {
    background-color: #5C0015 !important; /* your custom color */
    color: #fff !important;
}
/* 1. Base style for the buttons */
#bx-pager-announcements span {
    background-color: #5C0015; /* Your University Green */
    color: #ffffff;            /* White Icon */
    border: 1px solid #5C0015;
    padding: 6px 10px;
    border-radius: 4px;
    transition: all 0.3s ease; /* Smooth transition for the hover effect */
    display: inline-block;
    line-height: 1;
}

/* 2. Hover effect */
#bx-pager-announcements span:hover {
    background-color: #005C47; /* Custom Hover Color (e.g., Gold/Yellow) */
    color: #fff;            /* Change Icon color on hover if desired */
    border-color: #fff;
    transform: translateY(-2px); /* Slight lift effect */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* 3. Spacing between the two buttons */
#slider-prev {
    margin-right: 5px;
}



  /* =========================
     RESPONSIVE HOME BOXES
  ========================== */

  .home-boxes{
    margin-bottom: 10px;
  }

  .home-box{
    position: relative;
    text-align: center;
    padding: 30px 15px;
    border-radius: 20px;
    overflow: hidden;
    margin-top:10px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(255,255,255,0.25);

    box-shadow: 0 15px 40px rgba(0,0,0,0.15);

    transition: all 0.4s ease;
    margin-bottom: 20px;
  }

  /* Hover effect */
  .home-box:hover{
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
  }

  /* Icon */
  .home-box i{
    font-size: 64px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    transition: 0.4s ease;
  }

  .home-box:hover i{
    transform: rotateY(180deg);
  }

  /* Title */
  .home-box h4{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
  }

  /* Link styling */
  .home-box a{
    text-decoration: none;
    color: inherit;
    display: block;
  }

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

    .home-box{
      margin-bottom: 15px;
      padding: 25px 10px;
    }

    .home-box i{
      font-size: 48px;
    }

    .home-box h4{
      font-size: 16px;
    }
  }

/* SECTION */

.why-uoc-section {

    background: url('../images/uoc/666.jpg') no-repeat center center fixed;

    background-size: cover;

    padding: 50px 0;

    position: relative;
}

/* DARK OVERLAY */

.why-uoc-section::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.60);
}

/* CONTENT */

.why-uoc-section .container {

    position: relative;

    z-index: 2;
}

/* ROW SPACING */

.why-row {

    row-gap: 30px;
}

/* TITLE */

.why-title1 {

    font-size: 42px;

    font-family: Tahoma, sans-serif !important;

    font-weight: bold !important;

    color: #fff;

    margin-bottom: 18px;
}

/* SUBTITLE */

.why-subtitle1 {

    color: rgba(255,255,255,0.85);

    font-size: 16px;

    font-family: 'Roboto', sans-serif;

    line-height: 1.8;

    margin-bottom: 50px;
}

/* BOX */

.icon-box1 {

    border: 1px solid #5C0015;

    background: rgba(255,255,255,0.06);

    backdrop-filter: blur(3px);

    -webkit-backdrop-filter: blur(3px);

    border-radius: 16px;

    min-height: 250px;

    height: 100%;

    padding: 40px 25px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

    transition: all 0.35s ease;
}

/* HOVER */

.icon-box1:hover {

    transform: translateY(-8px);

    background: rgba(255,255,255,0.12);

    border-color: rgba(255,255,255,0.7);

    box-shadow:
        0 12px 35px rgba(0,0,0,0.25);
}

/* ICON */

.large_icon1 {

    font-size: 55px;

    margin-bottom: 25px;

    transition: 0.3s ease;
}

.icon-box1:hover .large_icon1 {

    transform: scale(1.1);
}

/* CARD TITLE */

.icon-box-title1 {

    font-size: 20px;

    font-weight: 600;

    line-height: 1.6;

    margin-top: 10px;

    text-align: center;
}

/* TABLET */

@media (max-width: 991px) {

    .why-title1 {

        font-size: 34px;
    }

    .why-subtitle1 {

        font-size: 15px;
    }

    .icon-box1 {

        min-height: 220px;

        padding: 35px 20px;
    }

    .large_icon1 {

        font-size: 48px;
    }

    .icon-box-title1 {

        font-size: 18px;
    }
}

/* MOBILE */

@media (max-width: 767px) {

    .why-uoc-section {

        background-attachment: scroll;

        padding: 50px 0;
        
    }

    .why-title1 {

        font-size: 28px;

        margin-bottom: 15px;
    }

    .why-subtitle1 {

        font-size: 14px;

        margin-bottom: 35px;

        padding: 0 10px;
    }

    .icon-box1 {

        max-width: 320px;

        margin: auto;

        min-height: 210px;

        padding: 35px 20px;
       
    }

    .large_icon1 {

        font-size: 42px;

        margin-bottom: 20px;
    }

    .icon-box-title1 {

        font-size: 17px;
    }
}

/* SECTION */

.vc-section{
    background: linear-gradient(
        135deg,
        #f8fafc,
        #eef2f7
    );
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}

/* TITLE */

.vc-title{

    font-size: 42px;

    font-family: Tahoma, sans-serif !important;

    font-weight: bold !important;

    color: #111827;

    margin-bottom: 15px;
}

/* LINE */

.vc-line{

    width: 90px;

    height: 4px;

    margin: 0 auto 25px;

    background: linear-gradient(
        to right,
        #5c0015,
        #9b0028
    );

    border-radius: 50px;
}

/* SUBTITLE */

.vc-subtitle{

    color: #6b7280;

    font-size: 16px;

    max-width: 720px;

    margin: 0 auto 55px;

    line-height: 1.9;
}

/* WRAPPER */

.vc-wrapper{

    align-items: center;
}

/* PROFILE CARD */

.vc-profile-card{

    background: #ffffff;
    border-radius: 24px;
    padding: 40px 25px;
    text-align: center;
    box-shadow:
        0 10px 35px rgba(0,0,0,0.08);
    transition: 0.35s ease;
}

.vc-profile-card:hover{
    transform: translateY(-8px);
    box-shadow:
        0 18px 45px rgba(0,0,0,0.12);
}

/* IMAGE */

.vc-image-wrapper{

    margin-bottom: 25px;
}

.vc-image{

    width: 220px;

    height: 220px;

    object-fit: cover;

    border-radius: 50%;

    border: 6px solid #ffffff;

    box-shadow:
        0 10px 30px rgba(0,0,0,0.18);
}

/* NAME */

.vc-name{

    font-size: 24px;

    font-weight: 700;

    color: #111827;

    margin-bottom: 10px;
}

/* DESIGNATION */

.vc-designation{

    color: #6b7280;

    font-size: 16px;

    margin: 0;
}

/* MESSAGE CARD */

.vc-message-card{

    background: rgba(255,255,255,0.92);

    backdrop-filter: blur(8px);

    border-radius: 24px;

    padding: 50px;

    box-shadow:
        0 10px 35px rgba(0,0,0,0.08);

    position: relative;

    transition: 0.35s ease;
}

.vc-message-card:hover{

    transform: translateY(-6px);

    box-shadow:
        0 18px 45px rgba(0,0,0,0.12);
}

/* QUOTE */

.quote-icon{

    font-size: 38px;

    color: #5c0015;

    opacity: 0.2;

    margin-bottom: 20px;
}

/* MESSAGE */

.vc-message{

    color: #374151;

    font-size: 17px;

    line-height: 2;

    margin-bottom: 35px;
}

/* BUTTON */

.vc-btn{

    display: inline-flex;

    align-items: center;

    gap: 10px;

    background: linear-gradient(
        135deg,
        #5c0015,
        #8a0022
    );

    color: #fff !important;

    text-decoration: none !important;

    padding: 14px 30px;

    border-radius: 50px;

    font-size: 15px;

    font-weight: 600;

    transition: 0.3s ease;
}

.vc-btn:hover{

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(92,0,21,0.25);

    color: #fff !important;
}

/* TABLET */

@media (max-width: 991px){

    .vc-title{

        font-size: 34px;
    }

    .vc-message-card{

        padding: 35px;
    }

    .vc-image{

        width: 190px;
        height: 190px;
    }
}

/* MOBILE */

@media (max-width: 767px){

    .vc-section{

        padding: 60px 0;
    }

    .vc-title{

        font-size: 28px;
    }

    .vc-subtitle{

        font-size: 14px;

        margin-bottom: 40px;

        padding: 0 10px;
    }

    .vc-profile-card{

        padding: 30px 20px;

        border-radius: 18px;
    }

    .vc-image{

        width: 170px;
        height: 170px;
    }

    .vc-name{

        font-size: 20px;
    }

    .vc-message-card{

        padding: 28px;

        border-radius: 18px;
    }

    .vc-message{

        font-size: 15px;

        line-height: 1.9;
    }

    .vc-btn{

        width: 100%;

        justify-content: center;
    }
}

.project-details1 {
    line-height: 1.5;
    min-height: 90px;
    overflow: hidden;

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

    text-align: center;
    padding: 10px;
}

.project-details1 h4 {
    font-size: 16px;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
}

.project:hover {
    border-color: #5C0015;
}

/* =========================
   MOBILE RESPONSIVE FIX
========================= */

@media (max-width: 767px) {

    .project-details1 {
        min-height: auto;
        height: auto;
        padding: 15px 10px;
    }

    .project-details1 h4 {
        font-size: 14px;
        line-height: 1.5;
    }

    .gallery-item {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .portfolio-filter a {
        display: inline-block;
        margin: 5px !important;
        font-size: 13px;
    }

    #grid-petcare-gallery {
        display: flex;
        flex-wrap: wrap;
    }
}
  /* --- 3D Variables --- */
      :root {
        --uoc-green: #005C47;
        --uoc-accent: #891e1e;
        --card-bg: #ffffff;
        --text-color: #333;
      }

      .links-grid-wrapper {
        padding: 60px 0;
        background: #f8f9fa;
      }

      .links-container {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 25px;
        perspective: 1000px;
        /* Essential for 3D depth */
      }

      .uoc-3d-link-card {
        background: var(--card-bg);
        border-radius: 15px;
        padding: 25px;
        position: relative;
        text-decoration: none !important;
        display: flex;
        align-items: center;
        gap: 15px;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transform-style: preserve-3d;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
        border: 1px solid rgba(0, 0, 0, 0.03);
      }

      .uoc-3d-link-card:hover {
        transform: translateY(-10px) rotateX(5deg) rotateY(2deg);
        box-shadow: 0 25px 50px rgba(0, 115, 89, 0.15);
        border-color: var(--uoc-accent);
      }

      /* Icon Styling */
      .link-icon-box {
        width: 50px;
        height: 50px;
        background: #eef7f4;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--uoc-green);
        font-size: 22px;
        transition: 0.3s;
        transform: translateZ(20px);
        /* Lifts icon above card */
      }

      .uoc-3d-link-card:hover .link-icon-box {
        background: var(--uoc-green);
        color: #fff;
      }

      /* Text Styling */
      .link-info {
        transform: translateZ(15px);
      }

      .link-info span {
        display: block;
        font-weight: 700;
        color: var(--text-color);
        font-size: 15px;
        line-height: 1.3;
        transition: 0.3s;
      }

      .uoc-3d-link-card:hover .link-info span {
        color: var(--uoc-green);
      }

      /* Floating Arrow Badge */
      .link-arrow {
        position: absolute;
        right: 20px;
        opacity: 0;
        color: var(--uoc-green);
        transition: 0.3s;
        transform: translateX(-10px);
      }

      .uoc-3d-link-card:hover .link-arrow {
        opacity: 1;
        transform: translateX(0);
      }

      .section-title-3d {
        font-family: 'Playfair Display', serif;
        font-weight: 900;
        font-size: 32px;
        color: #111;
        margin-bottom: 40px;
        text-align: center;
        position: relative;
      }

      .section-title-3d::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 4px;
        background: var(--uoc-green);
        border-radius: 2px;
      }

      @media (max-width: 768px) {
        .links-container {
          grid-template-columns: 1fr;
          padding: 0 15px;
        }
      }
      /* Container Styling */
  .brand-slider .item {
    padding: 10px;
  }

  .brand-item {
    background: #fff;
    padding: 20px 15px;
    border-radius: 8px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
  }

  .brand-item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-5px);
    border-color: #005C47; /* University Green */
  }

  /* Image Handling */
  .brand-image-wrapper {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  .brand-image-wrapper img {
    max-height: 100%;
    width: auto !important; /* Overrides OwlCarousel forced width */
    filter: grayscale(0%);
   opacity: 1;
    transition: all 0.4s ease;
  }

  .brand-item:hover .brand-image-wrapper img {
    color: #5C0015;
      
  }

  /* Label Styling */
  .brand-name {
    margin: 0;
    font-weight: 700;
    color: #005C47;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s;
  }

  .brand-item:hover .brand-name {
    color: #5C0015;
  }
  :root {
    --primary-green: #115740;
    --accent-maroon: #5C0015;
    --bg-cream: #f4f8f2;
    --text-dark: #1a1a1a;
    --glass-bg: rgba(255, 255, 255, 0.95);
  }

  .premium-modal {
    border: none !important;
    border-radius: 24px !important;
    overflow: hidden;
    background: var(--glass-bg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  /* --- Banner Header --- */
  .modal-header-banner {
    background: linear-gradient(135deg, var(--primary-green) 0%, #0a3d2d 100%);
    padding: 7px 10px;
    position: relative;
    color: #fff;
    text-align: center;
  }

  .accent-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: var(--accent-maroon);
  }

  .header-subtitle {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    opacity: 0.8;
    font-weight: 700;
  }

  .header-title {
    font-size: 28px;
    font-weight: 800;
    margin-top: 5px;
    font-family: 'Segoe UI', sans-serif;
    color: white;
  }

  .premium-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.3s;
  }

  .premium-close:hover {
    background: var(--accent-maroon);
  }

  /* --- Notice Items --- */
  .premium-body {
    padding: 0 !important;
    background: #fff;
  }

  .announcement-list {
    max-height: 60vh;
    overflow-y: auto;
    padding: 20px 30px;
  }

  .premium-notice-item {
    display: flex;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid #eee;
  }

  .premium-notice-item:last-child {
    border-bottom: none;
  }

  .date-badge {
    flex-shrink: 0;
    width: 65px;
    height: 65px;
    background: var(--bg-cream);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--primary-green);
    border: 1px solid rgba(17, 87, 64, 0.1);
  }

  .date-badge .day {
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
  }

  .date-badge .month {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .notice-main {
    flex-grow: 1;
  }

  .notice-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
  }

  .meta-year {
    font-size: 12px;
    font-weight: 600;
    color: #999;
  }

  .pulse-new {
    background: var(--accent-maroon);
    color: white;
    font-size: 9px;
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 800;
    animation: pulse 2s infinite;
  }

  .notice-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
    line-height: 1.4;
  }

  .notice-description {
    font-size: 14.5px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  /* --- Buttons --- */
  .action-footer {
    display: flex;
    gap: 10px;
  }

  .premium-btn {
    padding: 8px 18px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .premium-btn.solid {
    background: var(--primary-green);
    color: white;
  }

  .premium-btn.solid:hover {
    background: var(--primary-green);
    transform: translateY(-2px);
  }

  .premium-btn.ghost {
    background: var(--accent-maroon);
    color: white;
  }

  .premium-btn.ghost:hover {
    background: var(--accent-maroon);
    transform: translateY(-2px);
  }

  .premium-footer {
    padding: 20px 30px !important;
    background: #fafafa !important;
    border-top: 1px solid #eee !important;
    justify-content: center !important;
  }

  .close-btn-link {
    background: none;
    border: none;
    color: #999;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
  }

  .close-btn-link:hover {
    color: var(--accent-maroon);
  }

  @keyframes pulse {
    0% {
      opacity: 1;
    }

    50% {
      opacity: 0.5;
    }

    100% {
      opacity: 1;
    }
  }