/* FACTS Blog Corporate Enhancement CSS v1.0 */
/* Loaded after existing styles to override/enhance */

/* ===== GLOBAL TYPOGRAPHY & SMOOTHING ===== */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* ===== HERO / PAGE HEADER ENHANCEMENT ===== */
.page-header, .blog-header {
  background: linear-gradient(135deg, #00305D 0%, #0a4a8a 50%, #0d3b6e 100%) !important;
  padding: 56px 0 48px !important;
  position: relative;
  overflow: hidden;
}
.page-header::before, .blog-header::before {
  content: "";
  position: absolute;
  top: -60%;
  right: -10%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255,255,255,0.03);
  pointer-events: none;
}
.page-header::after, .blog-header::after {
  content: "";
  position: absolute;
  bottom: -40%;
  left: -5%;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(232,150,30,0.06);
  pointer-events: none;
}
.page-header h1, .blog-header h1 {
  font-size: 2.4rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.2 !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.breadcrumb, .page-header .breadcrumb {
  font-size: 0.9rem !important;
  opacity: 0.85;
  letter-spacing: 0.02em;
}
.breadcrumb a {
  color: rgba(255,255,255,0.9) !important;
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb a:hover {
  color: #E8961E !important;
}

/* ===== TWO-COLUMN LAYOUT ===== */
.two-col {
  gap: 40px !important;
  padding: 48px 0 !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}
.col-main {
  background: #fff !important;
  border-radius: 16px !important;
  box-shadow: 0 1px 3px rgba(0,48,93,0.06), 0 8px 32px rgba(0,48,93,0.04) !important;
  padding: 40px 44px !important;
  border: 1px solid rgba(0,48,93,0.06) !important;
}

/* ===== BLOG CONTENT TYPOGRAPHY ===== */
.blog-content h2, .col-main h2 {
  font-size: 1.65rem !important;
  font-weight: 700 !important;
  color: #00305D !important;
  margin-top: 40px !important;
  margin-bottom: 16px !important;
  line-height: 1.3 !important;
  letter-spacing: -0.01em;
  position: relative;
  padding-bottom: 12px;
}
.blog-content h2::after, .col-main h2:first-of-type::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #E8961E, #e8a735);
  border-radius: 2px;
}
.blog-content h3, .col-main h3 {
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  color: #0a2647 !important;
  margin-top: 32px !important;
  margin-bottom: 12px !important;
  line-height: 1.35 !important;
}
.blog-content p, .col-main > p {
  font-size: 1.05rem !important;
  line-height: 1.8 !important;
  color: #374151 !important;
  margin-bottom: 18px !important;
}
.blog-content ul, .blog-content ol {
  margin: 16px 0 24px 8px !important;
}
.blog-content li {
  font-size: 1.02rem !important;
  line-height: 1.75 !important;
  color: #374151 !important;
  margin-bottom: 8px !important;
  padding-left: 4px;
}
.blog-content strong {
  color: #1a3a5c !important;
  font-weight: 700 !important;
}
.blog-content img, .blog-hero-image, .blog-inline-image {
  border-radius: 12px !important;
  box-shadow: 0 4px 16px rgba(0,48,93,0.1) !important;
  margin: 24px 0 !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-content img:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,48,93,0.15) !important;
}

/* ===== BLOG META ===== */
.blog-meta {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  padding: 14px 0 !important;
  margin-bottom: 28px !important;
  border-bottom: 2px solid #f0f4f8 !important;
  font-size: 0.92rem !important;
  color: #6b7280 !important;
}
.blog-meta .fas {
  color: #E8961E !important;
  margin-right: 6px;
}

/* ===== ENQUIRY CARD (SIDEBAR) ===== */
.enquiry-card {
  background: linear-gradient(160deg, #00305D 0%, #0a4a8a 100%) !important;
  border-radius: 16px !important;
  padding: 32px 28px !important;
  box-shadow: 0 8px 32px rgba(0,48,93,0.2) !important;
  border: none !important;
  position: relative;
  overflow: hidden;
}
.enquiry-card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -30%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(232,150,30,0.08);
  pointer-events: none;
}
.enquiry-card h3 {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
  margin-bottom: 6px !important;
}
.enquiry-card .subtitle {
  font-size: 0.88rem !important;
  opacity: 0.8 !important;
  line-height: 1.5;
}
.enquiry-card input, .enquiry-card select, .enquiry-card textarea {
  border-radius: 10px !important;
  padding: 13px 16px !important;
  font-size: 0.95rem !important;
  border: 1.5px solid rgba(255,255,255,0.15) !important;
  background: rgba(255,255,255,0.95) !important;
  color: #1f2937 !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
}
.enquiry-card input:focus, .enquiry-card select:focus, .enquiry-card textarea:focus {
  border-color: #E8961E !important;
  box-shadow: 0 0 0 3px rgba(232,150,30,0.15) !important;
  outline: none !important;
}
.enquiry-card input::placeholder, .enquiry-card textarea::placeholder {
  color: #999 !important;
}
/* Sidebar scroll fix - ensure submit button is reachable on all viewports */
.col-side .sticky-wrap {
  max-height: calc(100vh - 100px) !important;
  overflow-y: auto !important;
}
.col-side .enquiry-card {
  flex-shrink: 0 !important;
}
.col-side .help-card {
  flex-shrink: 0 !important;
}
.col-side .sticky-wrap::-webkit-scrollbar {
  width: 5px;
}
.col-side .sticky-wrap::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.1);
  border-radius: 4px;
}
.col-side .sticky-wrap::-webkit-scrollbar-thumb {
  background: rgba(0,48,93,0.4);
  border-radius: 4px;
}
.submit-btn {
  border-radius: 10px !important;
  padding: 14px 24px !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, #E8961E 0%, #d07a08 100%) !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(232,150,30,0.35) !important;
  transition: transform 0.2s, box-shadow 0.2s !important;
  text-transform: none !important;
}
.submit-btn:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 20px rgba(232,150,30,0.45) !important;
}

/* ===== NEED HELP CARD ===== */
.help-card {
  background: #fff !important;
  border-radius: 14px !important;
  padding: 28px 24px !important;
  box-shadow: 0 2px 12px rgba(0,48,93,0.06) !important;
  border: 1px solid #e8ecf1 !important;
  margin-top: 20px !important;
}
.help-card h4 {
  color: #00305D !important;
  font-weight: 700 !important;
  font-size: 1.15rem !important;
  margin-bottom: 16px !important;
}
.help-btns a {
  border-radius: 10px !important;
  padding: 11px 18px !important;
  font-weight: 600 !important;
  font-size: 0.92rem !important;
  transition: all 0.2s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  text-decoration: none !important;
}
.btn-wa {
  background: #25D366 !important;
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(37,211,102,0.25) !important;
}
.btn-wa:hover {
  background: #1da851 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37,211,102,0.35) !important;
}
.btn-call {
  background: #0a4a8a !important;
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(10,74,138,0.2) !important;
}
.btn-call:hover {
  background: #00305D !important;
  transform: translateY(-1px);
}
.btn-email {
  background: #E8961E !important;
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(232,150,30,0.25) !important;
}
.btn-email:hover {
  background: #d07a08 !important;
  transform: translateY(-1px);
}

/* ===== UNIVERSITY INTRO SECTION ===== */
.uni-intro {
  background: #fff !important;
  border-radius: 14px !important;
  padding: 32px !important;
  box-shadow: 0 2px 16px rgba(0,48,93,0.06) !important;
  border: 1px solid rgba(0,48,93,0.06) !important;
  margin: 24px 0 !important;
  display: flex;
  align-items: center;
  gap: 28px;
}
.uni-intro img {
  border-radius: 12px !important;
  box-shadow: 0 4px 16px rgba(0,48,93,0.1) !important;
  object-fit: cover;
}
.uni-intro-text h2 {
  color: #00305D !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}

/* ===== SECTION TITLES ===== */
.sec-title {
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  color: #00305D !important;
  text-align: center !important;
  margin-bottom: 32px !important;
  position: relative;
  padding-bottom: 16px;
}
.sec-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #E8961E, #e8a735);
  border-radius: 2px;
}

/* ===== SERVICES GRID ===== */
.services-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 20px !important;
  margin: 24px 0 !important;
}
.service-card {
  background: #fff !important;
  border-radius: 14px !important;
  padding: 28px 24px !important;
  box-shadow: 0 2px 12px rgba(0,48,93,0.05) !important;
  border: 1px solid #e8ecf1 !important;
  transition: all 0.3s ease !important;
  text-align: center;
}
.service-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 28px rgba(0,48,93,0.1) !important;
  border-color: rgba(232,150,30,0.2) !important;
}
.service-card i {
  font-size: 2.2rem !important;
  color: #E8961E !important;
  margin-bottom: 14px !important;
  display: block;
  background: linear-gradient(135deg, #fef6e8, #feecc2);
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  border-radius: 14px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== STEPS ===== */
.steps-list {
  margin: 24px 0 !important;
}
.step-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 20px !important;
  padding: 22px 24px !important;
  margin-bottom: 12px !important;
  background: #fff !important;
  border-radius: 12px !important;
  border: 1px solid #e8ecf1 !important;
  transition: all 0.2s ease !important;
}
.step-item:hover {
  box-shadow: 0 4px 16px rgba(0,48,93,0.06) !important;
  border-color: rgba(232,150,30,0.15) !important;
}
.step-num {
  background: linear-gradient(135deg, #00305D, #0a4a8a) !important;
  color: #fff !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 800 !important;
  font-size: 1rem !important;
  box-shadow: 0 2px 8px rgba(0,48,93,0.15);
}
.step-content h4 {
  color: #00305D !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  margin-bottom: 4px !important;
}
.step-content p {
  color: #6b7280 !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
}

/* ===== DOCUMENTS LIST ===== */
.docs-list {
  margin: 16px 0 !important;
}
.doc-item {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 14px 18px !important;
  background: #f8fafc !important;
  border-radius: 10px !important;
  margin-bottom: 8px !important;
  border-left: 3px solid #E8961E !important;
  transition: background 0.2s !important;
  font-size: 0.98rem !important;
  color: #374151 !important;
}
.doc-item:hover {
  background: #eef4ff !important;
}
.doc-item i {
  color: #0a4a8a !important;
  font-size: 1.1rem !important;
}

/* ===== WHY CHOOSE GRID ===== */
.why-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 20px !important;
  margin: 24px 0 !important;
}
.why-card {
  background: #fff !important;
  border-radius: 14px !important;
  padding: 28px 24px !important;
  box-shadow: 0 2px 12px rgba(0,48,93,0.05) !important;
  border: 1px solid #e8ecf1 !important;
  transition: all 0.3s ease !important;
  text-align: center;
}
.why-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 28px rgba(0,48,93,0.1) !important;
}
.why-card i {
  font-size: 2rem !important;
  color: #0a4a8a !important;
  margin-bottom: 14px !important;
  display: block;
  background: #eef4ff;
  width: 56px;
  height: 56px;
  line-height: 56px !important;
  border-radius: 14px;
  margin-left: auto;
  margin-right: auto;
}
.why-card h4 {
  color: #00305D !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  margin-bottom: 8px !important;
}
.why-card p {
  color: #6b7280 !important;
  font-size: 0.92rem !important;
  line-height: 1.6 !important;
}

/* ===== FAQ SECTION ===== */
.faq-section {
  margin: 32px 0 !important;
}
.faq-item {
  background: #fff !important;
  border-radius: 12px !important;
  margin-bottom: 10px !important;
  border: 1px solid #e8ecf1 !important;
  overflow: hidden !important;
  transition: box-shadow 0.2s !important;
}
.faq-item:hover {
  box-shadow: 0 2px 12px rgba(0,48,93,0.06) !important;
}
.faq-q {
  padding: 18px 22px !important;
  font-weight: 600 !important;
  font-size: 1.02rem !important;
  color: #00305D !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  transition: background 0.2s !important;
  line-height: 1.4 !important;
}
.faq-q:hover {
  background: #f8fafc !important;
}
.faq-a {
  padding: 0 22px !important;
  color: #4b5563 !important;
  font-size: 0.96rem !important;
  line-height: 1.7 !important;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-a.open {
  padding: 4px 22px 20px !important;
  max-height: 600px;
}
.faq-toggle {
  color: #E8961E !important;
  font-weight: 700;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

/* ===== MORE UNIVERSITIES ===== */
.more-unis {
  margin: 32px 0 !important;
  padding: 32px 0 !important;
}
.uni-links-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  gap: 14px !important;
}
.uni-link-card {
  background: #fff !important;
  padding: 16px 20px !important;
  border-radius: 10px !important;
  border: 1px solid #e8ecf1 !important;
  color: #0a4a8a !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  font-size: 0.95rem !important;
  transition: all 0.2s ease !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
.uni-link-card:hover {
  background: #eef4ff !important;
  border-color: #0a4a8a !important;
  transform: translateX(4px) !important;
  color: #00305D !important;
}

/* ===== CTA BLOCK ===== */
.cta-block {
  background: linear-gradient(135deg, #00305D 0%, #0a4a8a 100%) !important;
  border-radius: 16px !important;
  padding: 44px 40px !important;
  text-align: center !important;
  margin: 40px 0 !important;
  position: relative;
  overflow: hidden;
}
.cta-block::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -15%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(232,150,30,0.08);
  pointer-events: none;
}
.cta-block h2 {
  color: #fff !important;
  font-size: 1.8rem !important;
  font-weight: 800 !important;
  margin-bottom: 12px !important;
  letter-spacing: -0.01em;
}
.cta-block p {
  color: rgba(255,255,255,0.85) !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
  margin-bottom: 24px !important;
}
.cta-btns {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  justify-content: center !important;
}
.cta-btns a {
  padding: 13px 28px !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  font-size: 0.98rem !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.btn-accent {
  background: linear-gradient(135deg, #E8961E, #d07a08) !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(232,150,30,0.3) !important;
}
.btn-accent:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(232,150,30,0.4) !important;
}
.btn-white {
  background: #fff !important;
  color: #00305D !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}
.btn-white:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15) !important;
}
.btn-green {
  background: #25D366 !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(37,211,102,0.3) !important;
}
.btn-green:hover {
  transform: translateY(-2px) !important;
  background: #1da851 !important;
  box-shadow: 0 6px 20px rgba(37,211,102,0.4) !important;
}

/* ===== TRUST BAR ===== */
.trust-bar {
  background: linear-gradient(135deg, #f8fafc 0%, #eef4ff 100%) !important;
  padding: 28px 0 !important;
  border-top: 1px solid #e8ecf1;
  border-bottom: 1px solid #e8ecf1;
}
.trust-bar .trust-items {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 32px !important;
}
.trust-bar .trust-item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 12px 20px !important;
  background: #fff !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 8px rgba(0,48,93,0.05) !important;
  border: 1px solid rgba(0,48,93,0.06) !important;
  transition: transform 0.2s ease;
}
.trust-bar .trust-item:hover {
  transform: translateY(-2px);
}
.trust-bar .trust-item .trust-icon {
  font-size: 1.8rem !important;
  color: #E8961E !important;
  line-height: 1;
}
.trust-bar .trust-item .trust-value {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: #00305D !important;
  line-height: 1.1;
}
.trust-bar .trust-item .trust-label {
  font-size: 0.82rem !important;
  color: #6b7280 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 500;
}

/* ===== HERO ACTION BUTTONS ===== */
.hero-actions {
  margin-top: 24px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}
.hero-actions .btn {
  padding: 12px 28px !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.btn-whatsapp {
  background: #25D366 !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(37,211,102,0.3) !important;
}
.btn-whatsapp:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(37,211,102,0.4) !important;
}
.btn-lg {
  padding: 14px 32px !important;
  font-size: 1.02rem !important;
}

/* ===== YOUTUBE SECTION ===== */
#youtubeVideosSection {
  padding: 40px 0 !important;
}
#youtubeVideosSection .sec-title {
  margin-bottom: 28px !important;
}
#youtubeVideosContainer {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 20px !important;
}
#youtubeVideosContainer iframe,
.youtube-embed,
iframe[class*="youtube"] {
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(0,48,93,0.1) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  width: 100% !important;
  aspect-ratio: 16/9;
}
#youtubeVideosContainer iframe:hover,
.youtube-embed:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 32px rgba(0,48,93,0.15) !important;
}

/* ===== SECTION BACKGROUNDS ===== */
.section-light {
  background: #f8fafc !important;
  border-top: 1px solid #e8ecf1;
  border-bottom: 1px solid #e8ecf1;
}

/* ===== ABOUT TEXT ===== */
.about-text p {
  font-size: 1.02rem !important;
  line-height: 1.75 !important;
  color: #374151 !important;
}

/* ===== PHONE ROW IN FORMS ===== */
.phone-row {
  display: flex !important;
  gap: 8px !important;
}
.phone-row select {
  border-radius: 10px !important;
  min-width: 90px !important;
}
.phone-row input {
  flex: 1 !important;
}

/* ===== DISCLAIMER ===== */
.disclaimer {
  font-size: 0.78rem !important;
  color: rgba(255,255,255,0.55) !important;
  margin-top: 12px !important;
  line-height: 1.4;
}

/* ===== STICKY SIDEBAR ===== */
.sticky-wrap {
  position: sticky !important;
  top: 90px !important;
}

/* ===== GLOBAL SECTION PADDING ===== */
.section {
  padding: 48px 24px !important;
}

/* ===== SMOOTH SCROLL ===== */
html {
  scroll-behavior: smooth;
}

/* ===== SELECTION COLOR ===== */
::selection {
  background: rgba(232,150,30,0.15);
  color: #00305D;
}

/* ===== RESPONSIVE ===== */
@media(max-width:1024px) {
  .col-main {
    padding: 28px 24px !important;
  }
  .page-header h1, .blog-header h1 {
    font-size: 2rem !important;
  }
}
@media(max-width:768px) {
  .col-main {
    padding: 24px 20px !important;
    border-radius: 12px !important;
  }
  .page-header h1, .blog-header h1 {
    font-size: 1.6rem !important;
  }
  .cta-block {
    padding: 32px 24px !important;
  }
  .cta-block h2 {
    font-size: 1.4rem !important;
  }
  .services-grid, .why-grid, #youtubeVideosContainer {
    grid-template-columns: 1fr !important;
  }
  .trust-bar .trust-items {
    gap: 16px !important;
  }
  .enquiry-card {
    padding: 24px 20px !important;
  }
}
@media(max-width:480px) {
  .page-header h1, .blog-header h1 {
    font-size: 1.35rem !important;
  }
  .col-main {
    padding: 20px 16px !important;
  }
  .blog-content h2, .col-main h2 {
    font-size: 1.35rem !important;
  }
  .blog-content p, .col-main > p {
    font-size: 0.98rem !important;
  }
}


/* ===== ENQUIRY CARD TEXT FIX ===== */
.enquiry-card h3 {
  color: #fff !important;
}
.enquiry-card h3 i {
  color: #E8961E !important;
}
.enquiry-card .subtitle {
  color: rgba(255,255,255,0.8) !important;
}
.enquiry-card label {
  color: rgba(255,255,255,0.9) !important;
  font-weight: 500 !important;
  font-size: 0.9rem !important;
  margin-bottom: 4px !important;
  display: block !important;
}
.enquiry-card p {
  color: rgba(255,255,255,0.85) !important;
}
.enquiry-card .form-group label {
  color: rgba(255,255,255,0.9) !important;
}

/* ===== ENQUIRY CARD SUBTITLE SPECIFICITY FIX ===== */
.enquiry-card p.subtitle {
  color: rgba(255,255,255,0.85) !important;
}
.enquiry-card p.disclaimer {
  color: rgba(255,255,255,0.7) !important;
}
.sidebar .enquiry-card .subtitle {
  color: rgba(255,255,255,0.85) !important;
}
.sidebar .enquiry-card p {
  color: rgba(255,255,255,0.85) !important;
}
