/* =======================================================
   GLOBAL
======================================================= */

body {
  font-family: 'Inter', sans-serif;
  background-color: #fcfbf9; /* Warm premium background */
  color: #1a1a1a;
}

.container {
  max-width: 900px !important;
}
.qty-controller button {
  width: 32px;
  height: 32px;
  padding: 0;
  font-weight: 600;
}

/* Tablet */
@media (max-width: 992px) {
  .container {
    max-width: 95% !important;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .container {
    max-width: 100% !important;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* =======================================================
   HEADER
======================================================= */

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1050;
  border: none !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.category-nav-bar {
  background: #fff;
  padding: 10px 0;
  margin: 0 !important;
  border: none !important;
}

.navbar-custom {
  background: #f3f5f4;
  border-bottom: 1px solid #e5e7eb;
}

.brand-logo {
  font-weight: 600;
  font-size: 20px;
  color: #2d6a4f;
}

.account-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 50px;
  background: #eef7f1;
  color: #1c7c54;
  font-weight: 500;
  cursor: pointer;
  transition: 0.25s;
}

.account-pill:hover {
  background: #1c7c54;
  color: #fff;
}

/* =======================================================
   PROPERTY SECTION
======================================================= */

.property-section {
  background: #e1ede8;
}

.main-content {
  padding-top: 56px;
  padding-bottom: 20px;
  background: #fcfbf9;
  margin: 0 !important;
}

.city-selection-bar {
  background: #e7f5ef;
  padding: 10px 0;
  margin: 0 !important;
  border: none !important;
}

/* =======================================================
   CATEGORY PILLS
======================================================= */

#categorySliderWrapper {
  position: sticky;
  top: 56px;
  margin-top: -25px !important;
  z-index: 1040;
  background: #fff;
}

.category-nav-bar {
  background: #fff;
  padding: 8px 0;
  margin: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.category-nav-title {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 19px;
  color: #111;
  letter-spacing: -0.2px;
}

@media (max-width: 768px) {
  #categorySliderWrapper .justify-content-between {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 15px !important;
  }
}

.category-slider {
  display: flex;
  align-items: center;
  position: relative;
  gap: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .category-slider {
    max-width: 65%;
  }
}

.slider-arrow {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  backdrop-filter: blur(8px);
}

.slider-arrow:hover {
  background: #fff;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.slider-arrow i {
  font-size: 11px;
  color: #555;
}

.category-wrapper {
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  margin: 0 5px;
}

.category-wrapper::-webkit-scrollbar {
  display: none;
}

.category-pill {
  display: inline-block;
  padding: 6px 18px;
  margin-right: 10px;
  border-radius: 10px;
  background: #fbfbfb;
  border: 1px solid rgba(0, 0, 0, 0.02);
  font-size: 13px;
  color: #666;
  text-decoration: none !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 500;
  letter-spacing: 0.1px;
}

.category-pill:hover {
  background: #fff;
  border-color: #2d6a4f;
  color: #2d6a4f;
  transform: translateY(-1px);
}

.category-pill.active {
  background: #2d6a4f;
  border-color: #2d6a4f;
  color: #fff !important;
  box-shadow: 0 6px 15px rgba(45, 106, 79, 0.12);
  transform: translateY(-1px);
}

.section-title-premium {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 32px;
  color: #1a1a1a;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
}

/* =======================================================
   BUNDLES
======================================================= */

.bundle-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: all 0.5s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.bundle-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.07);
}

.bundle-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.bundle-body {
  padding: 15px;
}

.badge-group {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 6px;
}

.price-wrapper {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.final-price {
  font-size: 22px;
  font-weight: 700;
  color: #2d6a4f;
  letter-spacing: -0.3px;
}

.original-price {
  font-size: 15px;
  color: #9ca3af;
  text-decoration: line-through;
  font-weight: 500;
}

/* =======================================================
   PRODUCT PAGE (DETAIL)
======================================================= */

.product-page {
  margin-top: 120px;
  max-width: 1000px;
  margin-bottom: 80px;
}

.product-gallery {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.main-product-image {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.thumb {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.3s;
  background: #fff;
  padding: 4px;
}

.thumb.active {
  border-color: #2d6a4f;
  box-shadow: 0 4px 12px rgba(45, 106, 79, 0.15);
}

.product-info {
  padding-left: 20px;
}

.product-title {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.2;
}

.product-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
  font-weight: 400;
}

.product-price {
  font-size: 32px;
  font-weight: 600;
  color: #2d6a4f;
  margin-bottom: 30px;
  font-family: 'Inter', sans-serif;
}

.add-cart-btn {
  background: #2d6a4f !important;
  border: none;
  border-radius: 14px;
  padding: 16px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.4s ease;
  box-shadow: 0 10px 20px rgba(45, 106, 79, 0.15);
}

.add-cart-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(45, 106, 79, 0.25);
}

.related-products {
  background: #fcfbf9;
  padding: 80px 0;
  margin-top: 40px;
}

.related-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: all 0.5s ease;
  height: 100%;
}

.related-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.related-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

/* =======================================================
   PRODUCTS
======================================================= */

.product-row {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 16px;
  padding: 16px 20px;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-bottom: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-row:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.product-img {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid #f0f0f0;
}

.product-row .fw-medium {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: #1a1a1a;
  margin-bottom: 2px;
}

.product-row .text-muted.small {
  font-size: 0.8rem;
  letter-spacing: 0.3px;
  color: #888 !important;
}

.product-row .text-success.small.fw-semibold {
  font-size: 1rem;
  margin-top: 4px;
}

/* =====================
   CART FOOTER 
   ===================== */

.cart-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ddd;
  padding: 15px 0;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
  z-index: 1050;
}

body {
  padding-bottom: 120px; /* prevent content hide */
}

/* =======================================================
   CITY DROPDOWN
======================================================= */

.city-panel {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 14px;
  width: 100%;
  max-width: 440px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
  border: 1px solid #edf1f3;
  padding: 10px 0;
  max-height: 440px;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.25s ease;
  display: none;
  z-index: 1055;
}

.city-panel.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.city-panel::-webkit-scrollbar {
  width: 6px;
}

.city-panel::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 10px;
}

.country-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #94a3b8;
  padding: 14px 22px 6px;
  text-transform: uppercase;
}

.city-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.city-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  transition: 0.2s;
}

.city-name {
  font-size: 16px;
  font-weight: 600;
}

.city-sub {
  font-size: 13px;
  color: #64748b;
}

.city-item {
  padding: 14px 22px;
  cursor: pointer;
  border-radius: 14px;
  margin: 4px 10px;
  transition: 0.2s;
}

.city-item:hover {
  background: #f8fafc;
}

.city-item.active {
  background: #e7f5ef;
}

.city-item.active .city-icon {
  background: #2d6a4f;
  color: #fff;
}

/* =======================================================
   AUTH MODAL – PREMIUM COMPACT STYLE
======================================================= */

#authModal .modal-dialog {
  max-width: 420px;
}

#authModal .modal-content {
  border-radius: 28px;
  padding: 10px 5px;
}

/* Tabs */
#authModal .nav-pills .nav-link {
  border-radius: 50px;
  padding: 6px 22px;
  font-weight: 500;
  font-size: 14px;
  background: #2d6a4f;
  color: #fff;
  border: none;
}

#authModal .nav-pills .nav-link:not(.active) {
  opacity: 0.5;
}

#authModal .nav-pills .nav-link.active {
  opacity: 1;
}

/* Labels */
#authModal label {
  font-size: 13px;
  margin-bottom: 6px;
  color: #475569;
}

/* Inputs */
#authModal .form-control {
  height: 40px;
  border-radius: 35px;
  font-size: 13px;
  padding-left: 16px;
  padding-right: 42px;
  border: 1px solid #e2e8f0;
}

#authModal .form-control:focus {
  border-color: #2d6a4f;
  box-shadow: 0 0 0 3px rgba(45, 106, 79, 0.08);
}

/* Spacing tighter */
#authModal .mb-2,
#authModal .mb-3 {
  margin-bottom: 14px !important;
}

/* PERFECT CENTER EYE ICON */

/* ===== STABLE EYE ICON FIX (ERROR PROOF) ===== */

#authModal .position-relative {
  position: relative;
}

#authModal .toggle-password {
  position: absolute;
  right: 30px;
  top: 50px;
  transform: translateY(-50%);
  font-size: 15px;
  color: #94a3b8;
  cursor: pointer;
  z-index: 5;
}

/* Submit button */
#authModal .btn-success {
  height: 42px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
}

#authModal .btn-success:hover {
  background: #245a40;
}

.bundle-img {
  position: relative;
}

.bundle-img {
  position: relative;
}

.badge-group {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  gap: 8px;
  z-index: 5;
}

/* POPULAR (orange pill like loveable) */
.badge-popular {
  background: #f59e0b;
  color: #0f0e0e;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 50px;
}

/* SAVE (green pill like loveable) */
.badge-save {
  background: #2d9c5f;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 50px;
}
.price-wrapper {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.final-price {
  font-size: 22px;
  font-weight: 700;
  color: #2d9c5f;
  letter-spacing: -0.3px;
}

.original-price {
  font-size: 15px;
  color: #9ca3af;
  text-decoration: line-through;
  font-weight: 500;
}
.cart-footer {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 999;
}

.cart-box {
  width: 900px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cart-items {
  font-size: 14px;
  color: #666;
}

.cart-subtotal {
  font-weight: 600;
  color: #333;
  font-size: 15px;
}

.cart-button {
  background: #1f8b4c;
  color: #fff;
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.cart-button:hover {
  background: #16713d;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.cart-price {
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 12px;
  border-radius: 8px;
}
/* =======================================================
   RESPONSIVE FIXES
======================================================= */

@media (max-width: 768px) {
  .bundle-img img {
    height: 180px;
  }
}

@media (max-width: 576px) {
  .product-row {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 8px 10px;
  }

  .product-row button {
    width: 28px;
    height: 28px;
  }
  .product-img {
    width: 44px;
    height: 44px;
  }

  .category-pill {
    padding: 6px 14px;
    font-size: 13px;
  }

  .cart-footer .row {
    text-align: center;
  }
}

/* =======================================================
   CATEGORY GRID (SCREENSHOT 2 STYLE - BENTO BOX)
======================================================= */

.category-grid-bento {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 40px 0;
}

@media (min-width: 992px) {
  .category-grid-bento {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}

@media (min-width: 768px) {
  .category-grid-bento {
    gap: 16px;
  }
}

.category-card-premium {
  position: relative;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.category-card-premium:hover {
  transform: translateY(-12px);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.07) !important;
  border-color: rgba(0, 0, 0, 0.08);
}

.category-img-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1; /* Pure square for premium feel */
  overflow: hidden;
  background: #fff;
}

.category-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(20%) brightness(0.95); /* Classy muted look */
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.category-card-premium:hover .category-img {
  transform: scale(1.08);
  filter: grayscale(0%) brightness(1);
}

.category-info-footer {
  padding: 24px 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: none;
}

.category-info-footer i {
  display: none; /* Hide arrow for cleaner look */
}

.category-name-text {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: 18px;
  color: #1a1a1a;
  letter-spacing: 0.8px;
  text-align: center;
  margin-bottom: 4px;
}

.category-info-footer::after {
  content: 'Explore Selection';
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}

.category-card-premium:hover .category-info-footer::after {
  opacity: 1;
  transform: translateY(0);
}

.category-info-footer i {
  color: #777;
  font-size: 10px;
}

/* Bento Pattern Mapping */
/* Items 1 & 2 are standard */

/* Item 3 is tall (left side) */

/* Item 7 is tall (right side) */
/* In a repeating pattern, let's try 5n+3 and 5n+7 if we had 10 items? */
/* A simpler approach for the pattern in screen 2: */

/* 1, 2 = row 1 */
/* 3 = spans row 2,3 (left) */
/* 4 = row 2 (right) */
/* 5 = row 3 (right) */

/* Repeat or manual for first few as per screenshot */

@media (max-width: 576px) {
  .category-grid-bento {
    grid-template-columns: 1fr 1fr;
  }
}

/* =======================================================
   INFO LINKS & MODALS
======================================================= */

.info-link {
    color: #1c7c54;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
    border: 1px solid rgba(28, 124, 84, 0.1);
}

.info-link:hover {
    background: #1c7c54;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(28, 124, 84, 0.15);
}

.info-modal-icon {
    width: 80px;
    height: 80px;
    background: #eef7f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.info-content-rich p {
    color: #4b5563;
    line-height: 1.7;
}

.info-content-rich .accordion-button:not(.collapsed) {
    color: #1c7c54;
    box-shadow: none;
}

.info-content-rich .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,0.1);
}

.info-card {
    transition: transform 0.3s ease;
}

.info-card:hover {
    transform: translateY(-4px);
}

@media (max-width: 768px) {
    .property-header {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start !important;
    }
    
    .info-link {
        font-size: 12px;
        padding: 4px 10px;
    }
}


/* =======================================================
   CANMORE MODAL ENHANCEMENTS
======================================================= */

.bg-light-green {
    background-color: #eef7f1;
    color: #1c7c54;
}

.icon-sq {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    flex-shrink: 0;
}

.res-card {
    transition: all 0.3s ease;
    border: 1px solid transparent !important;
}

.res-card:hover {
    background-color: #fff !important;
    border-color: #eef7f1 !important;
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.italic {
    font-style: italic;
}

@media (min-width: 768px) {
    .border-start-md {
        border-left: 1px solid #eee !important;
        padding-left: 3rem !important;
    }
}

.modal-header img {
    filter: brightness(0.9);
}

.modal-header h2 {
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* =======================================================
   PREMIUM PLUS MODAL STYLING
======================================================= */

.modal-premium-plus {
    border-radius: 30px !important;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0,0,0,0.15) !important;
}

.modal-premium-plus .modal-body {
    padding: 3rem !important;
}

.text-playfair {
    font-family: 'Playfair Display', serif;
}

.premium-heading {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 2.2rem;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}

.premium-subheading {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 1.4rem;
    color: #2d6a4f;
    margin-bottom: 1.5rem;
}

.premium-list-item {
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.03);
    transition: all 0.3s ease;
}

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

.premium-list-item:hover {
    padding-left: 10px;
    background: rgba(45, 106, 79, 0.02);
}

.premium-icon-box {
    width: 48px;
    height: 48px;
    background: #f1f7f4;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2d6a4f;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.premium-callout {
    background: #fcfbf9;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.premium-callout::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #2d6a4f;
}

.restaurant-title {
    font-weight: 600;
    font-size: 1.05rem;
    color: #111;
    margin-bottom: 0.2rem;
}

.restaurant-desc {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

.terms-grid-item {
    padding: 1.5rem;
    border-radius: 18px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.terms-grid-item:hover {
    background: #fff;
    border-color: #eef7f2;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.letter-spacing-lg {
    letter-spacing: 0.05em;
}

@media (max-width: 576px) {
    .modal-premium-plus .modal-body {
        padding: 1.5rem !important;
    }
    
    .premium-heading {
        font-size: 1.8rem;
    }
}


/* =======================================================
   PREMIUM PLUS CIRCLE ICONS
======================================================= */

.icon-round-fixed {
    width: 48px;
    height: 48px;
    background-color: #f1f7f4;
    color: #2d6a4f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(45, 106, 79, 0.1);
    flex-shrink: 0;
}

.icon-round-fixed i {
    font-size: 1.25rem;
    line-height: 1;
}

.terms-grid-item:hover .icon-round-fixed {
    background-color: #2d6a4f;
    color: #ffffff !important;
    transform: rotate(5deg) scale(1.05);
    box-shadow: 0 8px 20px rgba(45, 106, 79, 0.2);
}

.icon-round-fixed.large {
    width: 64px;
    height: 64px;
    font-size: 1.5rem;
}
