/* ======= BREADCRUMB START ======= */
.wr_breadcrumb_wrap_99231 {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
  color: #fff;
}

.wr_breadcrumb_overlay_99231 {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* CONTENT */
.wr_breadcrumb_content_99231 {
  position: relative;
  text-align: center;
  z-index: 2;
}

/* TITLE */
.wr_breadcrumb_title_99231 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

/* LINKS */
.wr_breadcrumb_links_99231 {
  font-size: 14px;
  font-weight: 500;
}

.wr_breadcrumb_links_99231 a {
  color: #ffff;
  text-decoration: none;
  transition: 0.3s;
}

.wr_breadcrumb_links_99231 a:hover {
  text-decoration: underline;
}

.wr_breadcrumb_links_99231 span {
  margin: 0 6px;
  color: #fff;
}

.wr_breadcrumb_links_99231 .active_99231 {
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .wr_breadcrumb_wrap_99231 {
    padding: 80px 0;
  }

  .wr_breadcrumb_title_99231 {
    font-size: 26px;
  }
}

/* ======= BREADCRUMB END ======= */


.ws_info_section_84521 {
  padding: 80px 0;
  background: #eaf7ff;
}

/* CARD */
.ws_info_card_84521 {
  background: #ffffff;
  border-radius: 18px;
  padding: 35px 28px;
  text-align: center;
  height: 100%;
  box-shadow: 0 12px 30px rgba(0, 140, 255, 0.12);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* HOVER EFFECT */
.ws_info_card_84521::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #4fc3f7, #81d4fa);
  opacity: 0;
  transition: 0.4s;
  z-index: 0;
}



.ws_info_card_84521:hover {
  transform: translateY(-8px);
}

/* ICON */
.ws_info_icon_84521 {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  background: #e3f4ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.ws_info_icon_84521 img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

/* TITLE */
.ws_info_card_84521 h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #0b3c5d;
  position: relative;
  z-index: 1;
}

/* TEXT */
.ws_info_card_84521 p {
  font-size: 14px;
  line-height: 1.6;
  color: #5f7d95;
  position: relative;
  z-index: 1;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .ws_info_section_84521 {
    padding: 60px 0;
  }

  .ws_info_card_84521 {
    padding: 28px 22px;
  }
}



.ws_modern_about_77111 {
  padding: 60px 0;
  background: #fff;
}

/* INTRO HIGHLIGHT */
.ws_highlight_77111 {
  font-size: 18px;
  font-weight: 600;
  color: #0284c7;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}

/* BLOCK */
.ws_block_77111 {
  margin-bottom: 40px;
}

/* TITLES */
.ws_title_77111 {
  font-size: 28px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 8px;
  text-align: center;
}

.small_heading3 {
  font-size: 14px;
  line-height: 20px;
  color: #475569;
}

/* TEXT */
.ws_text_77111 {
  font-size: 15px;
  line-height: 20px;
  color: #475569;
  max-width: 700px;
  text-align: center;
  margin: 0 auto 25px;
}

/* VALUE CARDS */
.ws_value_card_77111 {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 22px;
  height: 100%;
  transition: 0.35s ease;
  border: 1px solid #e7e7e7;
}

.ws_value_card_77111:hover {
  transform: translateY(-6px);
}

.ws_value_card_77111 h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #529aa8;
}

.ws_value_card_77111 p {
  font-size: 14px;
  color: #64748b;
}

/* LIST */
.ws_list_77111 {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.ws_list_77111 li {
  background: #f0f9ff;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 14px;
  color: #0369a1;
  font-weight: 500;
}

/* PRECISION BLOCK */
.ws_precision_77111 {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 0px 20px rgb(0 0 0 / 7%);
}

/* CTA */
.ws_cta_77111 {
  background-color: #529aa8;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.3s;
  box-shadow: 16px 9px 13px #a3afb259;
  text-decoration: none;
}

.ws_cta_77111:hover {
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .ws_title_77111 {
    font-size: 22px;
  }

  .ws_precision_77111 {
    padding: 28px;
  }
}



.ws_contact_section_99821 {
  padding: 60px 0;

}

/* LEFT INFO */
.ws_contact_info_99821 h2 {
  font-size: 32px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
}

.ws_contact_info_99821 p {
  font-size: 15px;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 30px;
}

.ws_contact_list_99821 {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.ws_contact_list_99821 li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #334155;
}

.ws_contact_list_99821 i {
  width: 36px;
  height: 36px;
  background: #e0f2fe;
  color: #529aa8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SOCIAL */
.ws_contact_social_99821 {
  display: flex;
  gap: 12px;
}

.ws_contact_social_99821 a {
  width: 38px;
  height: 38px;
  background: #529aa8;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  text-decoration: none;
}

.ws_contact_social_99821 a:hover {
  background: #529aa8;
}

/* RIGHT FORM */
.ws_contact_form_99821 {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 0px 15px #00000035;
}

.ws_contact_form_99821 h3 {
  font-size: 24px;
  margin-bottom: 25px;
  color: #0f172a;
}

.ws_contact_form_99821 input,
.ws_contact_form_99821 textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  font-size: 14px;
}

.ws_contact_form_99821 input:focus,
.ws_contact_form_99821 textarea:focus {
  outline: none;
  border-color: #529aa8;
}

.ws_contact_form_99821 button {
  background-color: #529aa8;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.3s;
  box-shadow: 17px 21px 27px #a3afb2b3;
  text-decoration: none;
}

.ws_contact_form_99821 button:hover {
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .ws_contact_info_99821 h2 {
    font-size: 26px;
  }

  .ws_contact_form_99821 {
    padding: 28px;
  }
}


/* ======= SHOP SECTION 1 START ======= */
/* Unique Checkbox Styling */
.ws-check-group {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  color: #444;
  user-select: none;
  width: 100%;
}

/* Hide default browser checkbox */
.ws-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Custom Checkbox Square */
.ws-check-box {
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  /* Slightly rounded corners */
  margin-right: 12px;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
}

/* On hover, add a grey background */
.ws-check-group:hover .ws-check-box {
  border-color: #529aa8;
}

/* When checked, add green background */
.ws-check-input:checked~.ws-check-box {
  background-color: #529aa8;
  border-color: #529aa8;
}

/* Create the checkmark (hidden when not checked) */
.ws-check-box:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show checkmark when checked */
.ws-check-input:checked~.ws-check-box:after {
  display: block;
}

/* Style the checkmark (tick) */
.ws-check-box:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.shop_section1 {
  padding: 60px 0px 40px;
}

/* Sidebar Styles - Sticky Update */
.ws-sidebar-card {
  border: 1px solid #e2e2e2;
  padding: 25px;
  background: #fff;
  margin-bottom: 30px;
  /* --- STICKY LOGIC START --- */
  position: -webkit-sticky;
  /* For Safari */
  position: sticky;
  top: 20px;
  /* Screen ke top se gap */
  z-index: 10;
  /* --- STICKY LOGIC END --- */
}

.ws-slider-box {
  margin-bottom: 30px;
  min-height: 100px;
}

.ws-cat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ws-cat-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 15px;
  color: #444;
  cursor: pointer;
}

.ws-dot {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 12px;
  display: inline-block;
}

/* Product Card Styles */
.ws-product-card {
  border: 1px solid #e2e2e2;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  background: #fff;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ws-product-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.ws-img-wrapper {
  height: 250px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ws-img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ws-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  margin-bottom: 8px;
  text-transform: uppercase;
  min-height: 20px;
  overflow: hidden;
  text-decoration: none;
}

.ws-price-container {
  margin-bottom: 15px;
}

.ws-old-price {
  text-decoration: line-through;
  color: #888;
  margin-right: 8px;
  font-size: 16px;
}

.ws-new-price {
  font-weight: 800;
  font-size: 18px;
  color: #000;
  display: inline-block;
  border-bottom: 2px solid #000;
  padding-bottom: 2px;
}

.ws-product-card .bs_price_wrap {
  margin-bottom: 10px;
  font-weight: 700;
}

.ws-product-card .bs_btn {
  width: 180px;
  padding: 10px;
  margin: 0 auto;
  box-shadow: none;
}

.ws-btn-green {
  background-color: #529aa8;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  transition: 0.3s;
  margin-top: auto;
}

.ws-btn-green:hover {
  background-color: #228a00;
  color: #fff;
}

.ws-wishlist-link {
  display: inline-block;
  margin-top: 15px;
  color: #444;
  text-decoration: none;
  font-size: 15px;
  transition: 0.2s;
}

.ws-wishlist-link:hover {
  color: #529aa8;
}

/* --- MODERN PAGINATION CSS --- */
.ws-pagination-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.ws-page-btn {
  width: 42px;
  height: 42px;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}

.ws-page-btn.active {
  background-color: #529aa8;
  color: #fff;
  border-color: #529aa8;
  box-shadow: 0 4px 12px rgba(41, 163, 0, 0.3);
}

.ws-page-btn:hover:not(.active):not(.disabled) {
  background-color: #f8f8f8;
  color: #000;
  border-color: #ddd;
  transform: translateY(-2px);
}

.ws-page-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #fcfcfc;
  border-color: #f0f0f0;
}

/* Range Slider CSS */
.prs-labels-container {
  display: flex;
  position: relative;
  height: 45px;
  margin-bottom: 20px;
}

.prs-label {
  padding: 6px 10px;
  border-radius: 5px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.prs-static-label {
  background-color: #999999;
  top: 20px;
  z-index: 1;
}

.prs-dynamic-label {
  background-color: #529aa8;
  top: 20px;
  transform: translateX(-50%);
  z-index: 2;
}

.prs-slider-container {
  position: relative;
  width: 100%;
  height: 14px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #6d6c6c -30%, #c1c1c1 30%, white 110%);
  border: 1px solid #b5b5b5;
}

.prs-slider-track {
  position: absolute;
  height: 100%;
  border-radius: 10px;
  z-index: 1;
  border-color: #529aa8;
  background: linear-gradient(to bottom, #ffffff 0%, #529aa8 30%, #93cad5 100%);
}

input[type="range"] {
  position: absolute;
  width: 100%;
  height: 14px;
  -webkit-appearance: none;
  pointer-events: none;
  background: none;
  outline: none;
  margin: 0;
  z-index: 3;
  top: -1px;
  left: 0;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: radial-gradient(circle, #444 2.5px, #fff 3.5px);
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  pointer-events: auto;
}

input[type="range"]::-moz-range-thumb {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: radial-gradient(circle, #444 2.5px, #fff 3.5px);
  border: 1px solid #ccc;
  cursor: pointer;
  pointer-events: auto;
}

.prs-scale {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}

.prs-tick {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #529aa8;
  font-size: 11px;
  font-weight: bold;
  width: 20px;
}

.prs-tick-line {
  width: 2px;
  height: 12px;
  background-color: #529aa8;
  margin-bottom: 5px;
}

.prs-tick-line.prs-small {
  height: 4px;
}

/* ======= SHOP SECTION 1 END ======= */


/* product inner css start */


.rtx-product-inner {
  padding: 60px 0;
  color: #333333;
}

.rtx-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  padding: 0 20px;
  align-items: flex-start;
}

/* Image Side */
.rtx-image-column {
  flex: 1;
  position: sticky;
  top: 20px;
}

.rtx-image-card {
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}

.rtx-image-card:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  border-color: #5BA4B5;
}

.rtx-main-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.6s ease;
}

.rtx-image-card:hover .rtx-main-img {
  transform: scale(1.08);
}

.rtx-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #5BA4B5;
  color: white;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}


.rtx-category-list {
  font-size: 13px;
  color: #999;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rtx-category-list a {
  color: #999;
  text-decoration: none;
  transition: color 0.2s;
}

.rtx-category-list a:hover {
  color: #5BA4B5;
}

.rtx-product-title {
  font-size: 30px;
  font-weight: 600;
  color: #111;
  line-height: 1.2;
}

.rtx-price-box {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.rtx-old-price {
  text-decoration: line-through;
  color: #bbb;
  font-size: 22px;
}

.rtx-current-price {
  font-size: 32px;
  font-weight: 700;
  color: #5BA4B5;
}

.rtx-stock-info {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e8f5e9;
  color: #2e7d32;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
}

.rtx-short-desc {
  line-height: 1.7;
  color: #666;
  font-size: 16px;
  margin-bottom: 15px;
}

/* --- Quantity Section (Updated Design) --- */
.rtx-quantity-wrapper {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.rtx-qty-label {
  font-weight: 700;
  font-size: 15px;
}

.rtx-qty-controls {
  display: flex;
  align-items: center;
  background: #f4f7f8;
  border-radius: 50px;
  padding: 5px;
  border: 1px solid #eee;
}

.rtx-qty-btn {
  background: white;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.rtx-qty-btn:hover {
  background: #5BA4B5;
  color: white;
}

.rtx-qty-val {
  width: 50px;
  border: none;
  text-align: center;
  font-weight: 700;
  background: transparent;
  font-size: 16px;
  outline: none;
}

/* Hide Chrome arrows */
.rtx-qty-val::-webkit-inner-spin-button,
.rtx-qty-val::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* --- Action Buttons (Updated Design) --- */
.rtx-action-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.rtx-btn {
  height: 55px;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.rtx-btn-cart {
  background-color: #5BA4B5;
  color: white;
  flex: 1;
  box-shadow: none;
}



.rtx-btn-wishlist {
  background-color: #fff;
  border: 1px solid #eee;
  color: #555;
  flex: 1;
  box-shadow: none;
}

.rtx-btn-wishlist:hover {
  border-color: #ff4757;
  color: #ff4757;
  background: #fff1f2;
}

.rtx-product-meta {
  border-top: 1px dotted #ccc;
  padding-top: 15px;
  font-size: 14px;
  color: #777;
  line-height: 2;
}

.rtx-product-meta strong {
  color: #333;
}

/* Responsive */
@media (max-width: 991px) {
  .rtx-info-column {
    margin-top: 15px;
  }

  .rtx-container {
    gap: 30px;
  }

  .rtx-product-title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {

  .rtx-container {
    flex-direction: column;
  }

  .rtx-image-column {
    position: static;
    width: 100%;
  }

  .rtx-image-card {
    min-height: auto;
  }

  .rtx-action-buttons {
    flex-direction: column;
  }

  .rtx-btn {
    width: 100%;
  }
}

/* product inner css end  */


/* tab system start */

/* --- Modern Tabs Custom Styles --- */
.rtx-modern-tabs {
  padding: 10px 0 60px;

}

.rtx-tabs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Navigation Tabs */
.rtx-tabs-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 35px;
}

.rtx-nav-link {
  background: #fff;
  border: 1px solid #eee;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.rtx-nav-link:hover {
  background-color: #fff;
}

.rtx-nav-link i {
  font-size: 14px;
}

.rtx-nav-link.active {
  background: #5BA4B5;
  color: #fff;
  border-color: #5BA4B5;
}

/* Content Area */
.rtx-tab-pane {
  display: none;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s ease;
}

.rtx-tab-pane.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Description Grid */
.rtx-desc-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #eee;
}

.rtx-desc-text h3 {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 27px;
}

.rtx-desc-text p {
  color: #666;
  line-height: 1.8;
}

.rtx-spec-list {
  margin-top: 10px;
}

.rtx-spec-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f5;
}

.rtx-spec-label {
  font-weight: 700;
  color: #333;
  font-size: 14px;
}

.rtx-spec-val {
  color: var(--rtx-teal);
  font-weight: 600;
  font-size: 14px;
}

.rtx-desc-image img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Reviews Layout */
.rtx-reviews-layout {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 40px;
}

.rtx-review-summary {
  display: flex;
  align-items: center;
  gap: 25px;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
  border: 1px solid #eee;
}

.rtx-rating-big {
  font-size: 52px;
  font-weight: 800;
  color: var(--rtx-dark);
}

.rtx-stars-row {
  color: #f1c40f;
  margin-bottom: 5px;
}

.rtx-stars-row.mini {
  font-size: 10px;
}

.rtx-rating-meta span {
  color: #999;
  font-size: 13px;
  font-weight: 600;
}

/* Review Card */
.rtx-rev-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  transition: 0.3s;
}



.rtx-rev-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.rtx-user-info {
  display: flex;
  gap: 12px;
  align-items: center;
}

.rtx-avatar {
  width: 45px;
  height: 45px;
  background: #e1e1e1;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.rtx-user-info h4 {
  font-size: 15px;
  margin: 0;
  font-weight: 700;
}

.rtx-rev-date {
  font-size: 12px;
  color: #bbb;
}

.rtx-rev-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Review Form Card */
.rtx-form-card {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  border: 1px solid #eee;
  position: sticky;
  top: 30px;
}

.rtx-form-card h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.rtx-form-card p {
  font-size: 14px;
  color: #888;
  margin-bottom: 25px;
}

.rtx-input-box {
  margin-bottom: 18px;
}

.rtx-input-box label {
  display: block;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 8px;
}

.rtx-input-box input,
.rtx-input-box textarea {
  width: 100%;
  padding: 12px 18px;
  background: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 12px;
  outline: none;
  font-size: 14px;
  transition: 0.3s;
}

.rtx-input-box input:focus,
.rtx-input-box textarea:focus {
  background: #fff;
  border-color: var(--rtx-teal);
  box-shadow: 0 4px 15px rgba(91, 164, 181, 0.1);
}

.rtx-interactive-stars {
  font-size: 20px;
  color: #ddd;
  cursor: pointer;
}

.rtx-interactive-stars i.active {
  color: #f1c40f;
}

.rtx-submit-btn {
  width: 100%;
  padding: 15px;
  background: var(--rtx-teal);
  color: white;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 10px;
}

.rtx-submit-btn:hover {
  background: #4a8a99;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
  .rtx-nav-link {
    padding: 12px 16px;
  }

  .rtx-desc-grid {
    padding: 15px;
  }

  .rtx-desc-grid,
  .rtx-reviews-layout {
    grid-template-columns: 1fr;
  }

  .rtx-form-card {
    position: static;
    padding: 20px;
  }
}



/* Unique Classes to avoid conflict */
.ws-info-section {
    padding: 60px 0;
    background-color: #ffffff;
    color: #1a1a1a;
    overflow: hidden;
}



.ws-info-block {
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

/* Jab page scroll hoga tab activate hoga */
.ws-info-block.visible {
    opacity: 1;
    transform: translateY(0);
}

.ws-info-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    color: #000;
    position: relative;
}

/* Choti si line heading ke niche (Modern look) */
.ws-info-heading::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #5BA4B5; /* Aapka Teal Color */
    margin-top: 8px;
    border-radius: 2px;
}

.ws-info-text {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 5px;
}

.ws-bold {
    font-weight: 500;
    color: #000;
}

.ws-sub-info {
    margin-top: 20px;
    margin-bottom: 25px;
}

.ws-sub-heading {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 12px;
    color: #000;
}

.ws-info-list {
    list-style: none;
    padding: 0;
}

.ws-info-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0px;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

/* Custom Circle Bullet as per Image */
.ws-info-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

.ws-link {
    color: #5BA4B5;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

.ws-link:hover {
    border-bottom: 1px solid #5BA4B5;
}

.italic {
    font-style: italic;
    color: #666;
}

/* Responsive */
@media (max-width: 768px) {
    .ws-info-section { padding: 50px 0; }
    .ws-info-heading { font-size: 20px; }
    .ws-info-text { font-size: 15px; }
}