{"id":9250,"date":"2025-12-01T09:46:48","date_gmt":"2025-12-01T09:46:48","guid":{"rendered":"https:\/\/betteringresults.com\/?page_id=9250"},"modified":"2025-12-02T08:25:14","modified_gmt":"2025-12-02T08:25:14","slug":"how-to-review-contracts-lb","status":"publish","type":"page","link":"https:\/\/betteringresults.com\/home\/how-to-review-contracts-lb\/","title":{"rendered":"How to Review Contracts &#8211; LB"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9250\" class=\"elementor elementor-9250\">\n\t\t\t\t<div class=\"has_eae_slider elementor-element elementor-element-c15ff8c e-flex e-con-boxed e-con e-parent\" data-id=\"c15ff8c\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c264d2 elementor-widget elementor-widget-html\" data-id=\"2c264d2\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700&display=swap\" rel=\"stylesheet\">\n\n<style>\n  :root{\n    --bg1:#0A1F44; --bg2:#122B56; --ink:#fff;\n    --sub:#cfd8e3; --accent:#3ACCE1; --badge:#FFD166;\n    --glass:rgba(255,255,255,.06);\n  }\n\n  \/* ===== HERO WRAPPER ===== *\/\n  .hero-section {\n    font-family: 'Poppins', sans-serif;\n    background: linear-gradient(135deg, var(--bg1), var(--bg2));\n    color: var(--ink);\n    padding: 60px 20px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    border-radius: 20px;\n    gap: 40px;\n    flex-wrap: wrap;\n  }\n\n  .hero-left { flex: 1; min-width: 300px; }\n\n  .hero-left h1 {\n    font-size: 42px;\n    font-weight: 700;\n    margin-bottom: 16px;\n    color: #ffffff;\n  }\n\n  .hero-left p {\n    font-size: 18px;\n    color: var(--sub);\n    margin-bottom: 24px;\n    line-height: 1.6;\n  }\n\n  .hero-left .info-cards {\n    display: flex;\n    gap: 16px;\n    margin-bottom: 18px;\n    flex-wrap: wrap;\n  }\n\n  .hero-left .info-cards div {\n    color: #ffffff;\n    background: rgba(255,255,255,.08);\n    padding: 16px 20px;\n    border-radius: 12px;\n    flex: 1;\n    min-width: 140px;\n    font-size: 14px;\n  }\n\n  .hero-left .info-cards div strong {\n    display:block;\n    font-size:12px;\n    text-transform:uppercase;\n    letter-spacing:.04em;\n    margin-bottom:4px;\n    opacity:.9;\n  }\n\n  .hero-left small {\n    font-size: 14px;\n    color:#a0aec0;\n    display:block;\n    margin-top:12px;\n  }\n\n  \/* ===== MENTOR INLINE BLOCK ===== *\/\n  .mentor-inline{\n    display:flex;\n    align-items:center;\n    gap:14px;\n    background:rgba(255,255,255,.05);\n    padding:12px 14px;\n    border-radius:14px;\n    border:1px solid rgba(255,255,255,.12);\n    margin-top:10px;\n  }\n\n  .mentor-inline img{\n    width:54px;\n    height:54px;\n    border-radius:50%;\n    border:3px solid var(--accent);\n    object-fit:cover;\n  }\n\n  .mentor-inline-text h3{\n    margin:0;\n    font-size:16px;\n    font-weight:600;\n    color:#ffffff;\n  }\n\n  .mentor-inline-text p{\n    margin:2px 0 0;\n    font-size:13px;\n    color:var(--sub);\n    line-height:1.45;\n  }\n\n  \/* ===== RIGHT: FORM CARD ===== *\/\n  .hero-right {\n    flex: 0.8;\n    max-width: 400px;\n    background: rgba(255,255,255,0.05);\n    padding: 24px 20px 22px;\n    border-radius: 16px;\n    text-align: left;\n    border:1px solid rgba(255,255,255,0.12);\n    box-shadow:0 18px 40px rgba(0,0,0,0.4);\n  }\n\n  .hero-form-title{\n    font-size:20px;\n    font-weight:700;\n    margin:0 0 6px;\n    color:#ffffff;\n  }\n\n  .hero-form-sub{\n    font-size:14px;\n    color:var(--sub);\n    margin:0 0 14px;\n  }\n\n  \/* Fluent Form inside hero *\/\n  .hero-right .fluentform{\n    width:100%;\n  }\n\n  .hero-right .fluentform .ff-el-group{\n    margin-bottom:10px;\n  }\n\n  \/* Labels \u2013 white *\/\n  .hero-right .fluentform .ff-el-group label,\n  .hero-right .fluentform .ff-el-input--label,\n  .hero-right .fluentform .ff-name-item label{\n    color:#ffffff !important;\n    font-weight:600;\n    font-size:14px;\n  }\n\n  \/* Inputs \u2013 white background, black text *\/\n  .hero-right .fluentform .ff-el-input--content input,\n  .hero-right .fluentform .ff-el-input--content textarea,\n  .hero-right .fluentform .ff-el-input--content select{\n    width:100%;\n    border-radius:10px;\n    border:1px solid rgba(0,0,0,0.30);\n    background:#ffffff !important;\n    color:#000000 !important;\n    padding:10px 12px;\n    font-size:14px;\n  }\n\n  \/* Placeholders \u2013 grey *\/\n  .hero-right .fluentform input::placeholder,\n  .hero-right .fluentform textarea::placeholder{\n    color:rgba(0,0,0,0.55);\n  }\n\n  \/* Submit button \u2013 gradient *\/\n  .hero-right .fluentform .ff-btn-submit{\n    width:100%;\n    border-radius:12px !important;\n    padding:12px 16px !important;\n    font-weight:700;\n    font-size:15px;\n    background:linear-gradient(90deg,#3ACCE1,#0077FF) !important;\n    border:none !important;\n    color:#ffffff !important;\n    cursor:pointer;\n  }\n\n  \/* Optional helper \/ error text *\/\n  .hero-right .fluentform .ff-el-description{\n    color:rgba(255,255,255,0.75);\n    font-size:12px;\n  }\n  .hero-right .fluentform .text-danger{\n    color:#FF6B6B;\n    font-size:12px;\n  }\n\n  .hero-form-note{\n    margin-top:10px;\n    font-size:12px;\n    color:var(--sub);\n  }\n\n  \/* \ud83d\udcf1 Responsive *\/\n  @media (max-width: 768px) {\n    .hero-section {\n      flex-direction: column;\n      text-align:center;\n      padding:40px 20px;\n    }\n    .hero-left h1 { font-size: 32px; }\n    .hero-left p { font-size: 16px; }\n    .hero-left .info-cards {\n      flex-direction: column;\n      align-items:center;\n    }\n    .hero-left .info-cards div {\n      width:100%;\n      text-align:center;\n    }\n    .mentor-inline{\n      flex-direction:column;\n      align-items:center;\n      text-align:center;\n    }\n    .hero-right {\n      max-width:100%;\n      margin-top:30px;\n      text-align:left;\n    }\n  }\n<\/style>\n\n<section class=\"hero-section\">\n  <!-- Left -->\n  <div class=\"hero-left\">\n    <span style=\"background: rgba(255,255,255,0.1); color: var(--badge); padding:6px 14px; border-radius:20px; font-size:14px; display:inline-block; margin-bottom:16px;\">\n      \ud83d\udd25 Limited Seats Available\n    <\/span>\n    \n    <h1>How to Review Contracts<\/h1>\n    <p>\n      Sharpen your contract review skills, win client trust, and unlock higher-paying opportunities in your legal career.\n    <\/p>\n    \n    <div class=\"info-cards\">\n      <div>\n        <strong>Date<\/strong>\n        December 5 (Friday)\n      <\/div>\n      <div>\n        <strong>Time<\/strong>\n        7:30 PM IST\n      <\/div>\n      <div>\n        <strong>Mode<\/strong>\n        Live Online Interactive\n      <\/div>\n    <\/div>\n\n    <!-- Mentor highlight -->\n    <div class=\"mentor-inline\">\n      <img decoding=\"async\" src=\"https:\/\/betteringresults.in\/wp-content\/uploads\/2025\/06\/Achint20Kaur.png\" alt=\"Ms Achint Kaur\">\n      <div class=\"mentor-inline-text\">\n        <h3>Ms Achint Kaur<\/h3>\n        <p>\n          Legal Advisor, Khaitan &amp; Co.<br>\n          PE\/VC, M&amp;A and regulatory expert guiding you through real-world contract review.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <small>\n      \ud83d\udc65 Join 3000+ learners who\u2019ve already signed up!<br>\n      \u2728 Free registration \u2013 takes less than 2 minutes.\n    <\/small>\n  <\/div>\n\n  <!-- Right: Inline Fluent Form -->\n  <div class=\"hero-right\" aria-label=\"Registration form\">\n    <h3 class=\"hero-form-title\">Register for the Masterclass<\/h3>\n    <p class=\"hero-form-sub\">Fill in your details to receive the live session link and reminders.<\/p>\n\n    <div class='fluentform ff-default fluentform_wrapper_146 ffs_default_wrap'><form data-form_id=\"146\" id=\"fluentform_146\" class=\"frm-fluent-form fluent_form_146 ff-el-form-top ff_form_instance_146_1 ff-form-loading ffs_default\" data-form_instance=\"ff_form_instance_146_1\" method=\"POST\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">5th Dec : LB (#146)<\/legend><input type='hidden' name='__fluent_form_embded_post_id' value='9250' \/><input type=\"hidden\" id=\"_fluentform_146_fluentformnonce\" name=\"_fluentform_146_fluentformnonce\" value=\"090130211f\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/home\/wp-json\/wp\/v2\/pages\/9250\" \/><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_146_name' aria-label=\"Full Name\">Full Name<\/label><\/div><div class='ff-el-input--content'><input name=\"name\" class=\"ff-el-form-control ff-el-phone\" type=\"tel\" placeholder=\"Full Name\" data-name=\"name\" id=\"ff_146_name\" inputmode=\"tel\"  aria-invalid='false' aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_146_email' aria-label=\"Email\">Email<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_146_email\" class=\"ff-el-form-control\" placeholder=\"you@domain.com\" data-name=\"email\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_146_phone_1' aria-label=\"Mobile Number\">Mobile Number<\/label><\/div><div class='ff-el-input--content'><input name=\"phone_1\" class=\"ff-el-form-control ff-el-phone ff_el_with_extended_validation\" type=\"tel\" placeholder=\"Mobile Number\" data-name=\"phone_1\" id=\"ff_146_phone_1\" inputmode=\"tel\"  aria-invalid='false' aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_146_dropdown' aria-label=\"Select your profession\">Select your profession<\/label><\/div><div class='ff-el-input--content'><select name=\"dropdown\" id=\"ff_146_dropdown\" class=\"ff-el-form-control\" data-name=\"dropdown\" data-calc_value=\"0\"  aria-invalid=\"false\" aria-required=true><option value=\"\">- Select -<\/option><option value=\"In house counsel \"  >In house counsel<\/option><option value=\"Lawyer\"  >Lawyer<\/option><option value=\"Law Student\"  >Law Student<\/option><option value=\"CA\"  >CA<\/option><option value=\"Others\"  >Others<\/option><\/select><\/div><\/div><input type=\"hidden\" name=\"utm_source\" data-name=\"utm_source\" ><input type=\"hidden\" name=\"utm_medium\" data-name=\"utm_medium\" ><input type=\"hidden\" name=\"utm_campaign\" data-name=\"utm_campaign\" ><input type=\"hidden\" name=\"utm_term\" data-name=\"utm_term\" ><input type=\"hidden\" name=\"webinar_title1\" value=\"How to Review Contracts\" data-name=\"webinar_title1\" ><input type=\"hidden\" name=\"webinar_date_time\" value=\"December 5 2025 18:00:00\" data-name=\"webinar_date_time\" ><input type=\"hidden\" name=\"mentor_name\" value=\"Ms Achint Kaur\" data-name=\"mentor_name\" ><input type=\"hidden\" name=\"whatsapp_group_link\" value=\"https:\/\/chat.whatsapp.com\/LMXSWGhEtsbCSvCLPZgSMy\" data-name=\"whatsapp_group_link\" ><input type=\"hidden\" name=\"utm_content\" data-name=\"utm_content\" ><div class='ff-el-group ff-text-left ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-md ff_btn_style\" >Submit Form<\/button><\/div><\/fieldset><\/form><div id='fluentform_146_errors' class='ff-errors-in-stack ff_form_instance_146_1 ff-form-loading_errors ff_form_instance_146_1_errors'><\/div><\/div>        <script type=\"text\/javascript\">\n            window.fluent_form_ff_form_instance_146_1 = {\"id\":\"146\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\",\"asteriskPlacement\":\"asterisk-right\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_146_1\",\"form_id_selector\":\"fluentform_146\",\"rules\":{\"name\":{\"required\":{\"value\":true,\"global\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\"},\"valid_phone_number\":{\"value\":false,\"global\":true,\"message\":\"Phone number is not valid\",\"global_message\":\"Phone number is not valid\"}},\"email\":{\"required\":{\"value\":true,\"message\":\"Email field is required\",\"global\":false,\"global_message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\",\"global\":true,\"global_message\":\"This field must contain a valid email\"}},\"phone_1\":{\"required\":{\"value\":true,\"global\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\"},\"valid_phone_number\":{\"value\":true,\"global\":true,\"message\":\"Phone number is not valid\",\"global_message\":\"Phone number is not valid\"}},\"dropdown\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}}}};\n                    <\/script>\n        \n\n    <p class=\"hero-form-note\">\n      Your information is safe with us. We\u2019ll only contact you about this session and related learning opportunities.\n    <\/p>\n  <\/div>\n<\/section>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-6c358ff e-flex e-con-boxed e-con e-parent\" data-id=\"6c358ff\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5814bff elementor-widget elementor-widget-html\" data-id=\"5814bff\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!-- Facebook Pixel Code -->\n<script>\n  !function(f,b,e,v,n,t,s){\n    if(f.fbq)return;\n    n=f.fbq=function(){\n      n.callMethod ? n.callMethod.apply(n,arguments) : n.queue.push(arguments)\n    };\n    if(!f._fbq) f._fbq=n;\n    n.push=n; n.loaded=!0; n.version='2.0';\n    n.queue=[];\n    t=b.createElement(e); t.async=!0;\n    t.src=v;\n    s=b.getElementsByTagName(e)[0];\n    s.parentNode.insertBefore(t,s)\n  }(window, document, 'script', 'https:\/\/connect.facebook.net\/en_US\/fbevents.js');\n\n  fbq('init', '747692486610307'); \n  fbq('track', 'PageView');\n<\/script>\n\n<!-- Noscript fallback -->\n<noscript>\n  <img decoding=\"async\" height=\"1\" width=\"1\" style=\"display:none\"\n       src=\"https:\/\/www.facebook.com\/tr?id=747692486610307&ev=PageView&noscript=1\"\/>\n<\/noscript>\n<!-- End Facebook Pixel Code -->\n\n<!-- Trigger lead conversion on form submit -->\n<script>\n  document.addEventListener('DOMContentLoaded', function () {\n    const form = document.querySelector('#lead-form'); \/\/ Replace with your form's ID or class\n    if (form) {\n      form.addEventListener('submit', function () {\n        fbq('track', 'Lead');\n        fbq('trackCustom', 'SubmitApplication'); \/\/ Optional: if you want to track both\n      });\n    }\n  });\n<\/script>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-61bec01 e-flex e-con-boxed e-con e-parent\" data-id=\"61bec01\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-371914e elementor-widget elementor-widget-html\" data-id=\"371914e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script>\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    \/\/ --- Function to get URL parameters ---\n    function getParam(name) {\n      const urlParams = new URLSearchParams(window.location.search);\n      return urlParams.get(name) || '';\n    }\n\n    \/\/ --- Define the UTM parameters you want to capture ---\n    const utmParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content'];\n\n    \/\/ --- Store them in localStorage for persistence across pages ---\n    utmParams.forEach(param => {\n      const value = getParam(param);\n      if (value) localStorage.setItem(param, value);\n    });\n\n    \/\/ --- Populate Fluent Form hidden fields when form loads ---\n    document.addEventListener('fluentform-init', function (event) {\n      const form = event.target;\n      utmParams.forEach(param => {\n        const field = form.querySelector(`input[name=\"${param}\"]`);\n        if (field) {\n          const storedValue = localStorage.getItem(param);\n          if (storedValue) field.value = storedValue;\n        }\n      });\n    });\n  });\n<\/script>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-4cd60d2 e-flex e-con-boxed e-con e-parent\" data-id=\"4cd60d2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-18f6ee8 elementor-widget elementor-widget-html\" data-id=\"18f6ee8\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700&display=swap\" rel=\"stylesheet\">\n\n<section class=\"services-section\">\n  <div class=\"container\">\n    <h2 class=\"sec-title\">What Will You Learn in This <span>Masterclass?<\/span><\/h2>\n    <p class=\"sec-sub\">Transform your legal career by mastering one of the most in-demand skills: Contract Review<\/p>\n\n    <div class=\"services-grid\">\n      <!-- Card 1 -->\n      <div class=\"service-card active\">\n        <div class=\"icon-circle\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M8 8V6a4 4 0 1 1 8 0v2\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\/><rect x=\"4\" y=\"8\" width=\"16\" height=\"11\" rx=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\/><circle cx=\"9\" cy=\"13\" r=\"1.2\" fill=\"currentColor\"\/><circle cx=\"15\" cy=\"13\" r=\"1.2\" fill=\"currentColor\"\/><\/svg>\n        <\/div>\n        <h3>Spot Red Flags Like a Pro<\/h3>\n        <p>Learn how to identify hidden risks, unfair clauses, and loopholes that could harm your client.<\/p>\n      <\/div>\n\n      <!-- Card 2 -->\n      <div class=\"service-card\">\n        <div class=\"icon-circle\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M7 3h6l4 4v14H7z\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\/><path d=\"M13 3v4h4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\/><\/svg>\n        <\/div>\n        <h3>Review Key Clauses with Confidence<\/h3>\n        <p>Understand indemnity, termination, jurisdiction, arbitration, and other clauses that define contracts.<\/p>\n      <\/div>\n\n      <!-- Card 3 -->\n      <div class=\"service-card\">\n        <div class=\"icon-circle\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M5 13c4-7 10-9 14-9-1 4-2 10-9 14L5 13z\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\/><path d=\"M12 12l2 2\" stroke=\"currentColor\" stroke-width=\"2\"\/><\/svg>\n        <\/div>\n        <h3>Check for Commercial Clarity<\/h3>\n        <p>Develop a sharp eye to align business goals with legal terms \u2014 a skill clients value most.<\/p>\n      <\/div>\n\n      <!-- Card 4 -->\n      <div class=\"service-card\">\n        <div class=\"icon-circle\">\n          <svg viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"7.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\/><circle cx=\"12\" cy=\"12\" r=\"3.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\/><\/svg>\n        <\/div>\n        <h3>Create a Contract Review Checklist<\/h3>\n        <p>Walk away with a practical framework you can apply immediately to any agreement.<\/p>\n      <\/div>\n\n      <!-- Card 5 -->\n      <div class=\"service-card\">\n        <div class=\"icon-circle\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M3 9l4 3 5-6 5 6 4-3v6H3z\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\/><\/svg>\n        <\/div>\n        <h3>Live Q&A with Expert<\/h3>\n        <p>Get personalized answers to your contract review queries during the session.<\/p>\n      <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n:root {\n  --blue:#1F64F2;\n  --blue-light:#F0F6FF;\n  --text-dark:#0F172A;\n  --text-muted:#5b6b82;\n}\n\n.services-section {\n  font-family: 'Poppins', sans-serif;\n  background:#fff;\n  padding:70px 24px;\n}\n\n.container { max-width:1150px; margin:0 auto; }\n\n.sec-title {\n  text-align:center;\n  font-size:36px;\n  font-weight:700;\n  color:var(--text-dark);\n  margin-bottom:10px;\n}\n.sec-title span {\n  background:linear-gradient(90deg,#1F64F2,#2E7BFF);\n  -webkit-background-clip:text;\n  color:transparent;\n}\n.sec-sub {\n  text-align:center;\n  color:var(--text-muted);\n  margin-bottom:50px;\n}\n\n.services-grid {\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:28px;\n}\n\n.service-card {\n  background:#fff;\n  border:1px solid #E5EAF5;\n  border-radius:14px;\n  padding:30px 24px;\n  text-align:left;\n  transition:all .25s ease;\n}\n.service-card h3 {\n  font-size:18px;\n  font-weight:600;\n  margin:18px 0 10px;\n  color:var(--text-dark);\n}\n.service-card p {\n  font-size:15px;\n  line-height:1.6;\n  color:var(--text-muted);\n}\n\n.icon-circle {\n  width:54px; height:54px;\n  border-radius:12px;\n  display:grid; place-items:center;\n  background:#F8FAFF;\n  color:#5b6b82;\n  transition:all .25s ease;\n}\n.icon-circle svg {\n  width:26px; height:26px;\n}\n\n\/* Hover effect for ALL cards *\/\n.service-card:hover {\n  background:var(--blue-light);\n  border:1px solid var(--blue);\n  box-shadow:0 8px 24px rgba(31,100,242,.12);\n  transform:translateY(-4px);\n}\n.service-card:hover .icon-circle {\n  background:#1F64F2;\n  color:#fff;\n}\n\n\/* Active\/selected style (like Card 1 by default) *\/\n.service-card.active {\n  background:var(--blue-light);\n  border:1px solid var(--blue);\n}\n.service-card.active .icon-circle {\n  background:#1F64F2;\n  color:#fff;\n}\n\n@media(max-width:992px){ .services-grid{grid-template-columns:repeat(2,1fr);} }\n@media(max-width:640px){ .services-grid{grid-template-columns:1fr;} }\n<\/style>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-953066d e-flex e-con-boxed e-con e-parent\" data-id=\"953066d\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c1b74c elementor-widget elementor-widget-html\" data-id=\"5c1b74c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700&display=swap\" rel=\"stylesheet\" \/>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600&display=swap\" rel=\"stylesheet\" \/>\n\n<section class=\"walkaway\">\n  <!-- Background Legal Watermarks -->\n  <svg class=\"wa-bg-icon wa-bg-scales\" viewBox=\"0 0 64 64\" aria-hidden=\"true\">\n    <path d=\"M32 10v38M16 26h32M12 26l8 12 8-12m16 0l8 12 8-12\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\/>\n    <circle cx=\"20\" cy=\"40\" r=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\/>\n    <circle cx=\"44\" cy=\"40\" r=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\/>\n  <\/svg>\n\n  <svg class=\"wa-bg-icon wa-bg-gavel\" viewBox=\"0 0 64 64\" aria-hidden=\"true\">\n    <path d=\"M38 12l10 10-8 8-10-10zM14 36l12-12 10 10-12 12zM8 52h28\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\/>\n  <\/svg>\n\n  <div class=\"wa-wrap\">\n    <h2 class=\"wa-title\">What Will You <span>Walk Away With?<\/span><\/h2>\n    <p class=\"wa-sub\">By the end, you\u2019ll be equipped to turn every contract review into a high-value career opportunity.<\/p>\n\n    <div class=\"wa-grid\">\n      <!-- Card 1 -->\n      <article class=\"wa-card\">\n        <div class=\"wa-badge\">\n          <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n            <path d=\"M5 20h14M14 4l6 6-8 8-6-6zM4 13l7-7\" fill=\"none\" stroke=\"white\" stroke-width=\"2\" stroke-linejoin=\"round\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"wa-content\">\n          <h3>Practical Contract Review Skills You Can Apply Immediately<\/h3>\n          <p>Walk away with actionable techniques to spot red flags, negotiate key clauses, and protect client interests.<\/p>\n        <\/div>\n      <\/article>\n\n      <!-- Card 2 -->\n      <article class=\"wa-card\">\n        <div class=\"wa-badge\">\n          <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n            <path d=\"M12 3v18M6 9l6 3 6-3M6 9l-2 6h4l-2-6zm12 0l-2 6h4l-2-6z\" fill=\"none\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"wa-content\">\n          <h3>A Step-by-Step Framework for Reviewing Contracts<\/h3>\n          <p>Get a proven process to analyze contracts systematically and avoid costly mistakes.<\/p>\n        <\/div>\n      <\/article>\n\n      <!-- Card 3 -->\n      <article class=\"wa-card\">\n        <div class=\"wa-badge\">\n          <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n            <path d=\"M3 9h18M4 9l8-5 8 5M6 9v9m4-9v9m4-9v9m4-9v9M2 20h20\" fill=\"none\" stroke=\"white\" stroke-width=\"2\" stroke-linejoin=\"round\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"wa-content\">\n          <h3>Strategies to Save Time & Increase Accuracy<\/h3>\n          <p>Learn methods to review contracts faster while ensuring precision and reducing risks.<\/p>\n        <\/div>\n      <\/article>\n\n      <!-- Card 4 -->\n      <article class=\"wa-card\">\n        <div class=\"wa-badge\">\n          <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n            <path d=\"M7 3h10v18H7zM7 7h10M7 11h6\" fill=\"none\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"wa-content\">\n          <h3>Key Clauses Every Lawyer Must Master<\/h3>\n          <p>Discover how to handle indemnity, confidentiality, jurisdiction, and other high-stakes clauses with confidence.<\/p>\n        <\/div>\n      <\/article>\n    <\/div>\n\n    <!-- INLINE FLUENT FORM (ID: 142) -->\n    <div class=\"wa-form\">\n      <div class='fluentform ff-default fluentform_wrapper_146 ffs_default_wrap'><form data-form_id=\"146\" id=\"fluentform_146\" class=\"frm-fluent-form fluent_form_146 ff-el-form-top ff_form_instance_146_2 ff-form-loading ffs_default\" data-form_instance=\"ff_form_instance_146_2\" method=\"POST\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">5th Dec : LB (#146)<\/legend><input type='hidden' name='__fluent_form_embded_post_id' value='9250' \/><input type=\"hidden\" id=\"_fluentform_146_fluentformnonce\" name=\"_fluentform_146_fluentformnonce\" value=\"090130211f\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/home\/wp-json\/wp\/v2\/pages\/9250\" \/><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_146_2_name' aria-label=\"Full Name\">Full Name<\/label><\/div><div class='ff-el-input--content'><input name=\"name\" class=\"ff-el-form-control ff-el-phone\" type=\"tel\" placeholder=\"Full Name\" data-name=\"name\" id=\"ff_146_2_name\" inputmode=\"tel\"  aria-invalid='false' aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_146_2_email' aria-label=\"Email\">Email<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_146_2_email\" class=\"ff-el-form-control\" placeholder=\"you@domain.com\" data-name=\"email\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_146_2_phone_1' aria-label=\"Mobile Number\">Mobile Number<\/label><\/div><div class='ff-el-input--content'><input name=\"phone_1\" class=\"ff-el-form-control ff-el-phone ff_el_with_extended_validation\" type=\"tel\" placeholder=\"Mobile Number\" data-name=\"phone_1\" id=\"ff_146_2_phone_1\" inputmode=\"tel\"  aria-invalid='false' aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_146_2_dropdown' aria-label=\"Select your profession\">Select your profession<\/label><\/div><div class='ff-el-input--content'><select name=\"dropdown\" id=\"ff_146_2_dropdown\" class=\"ff-el-form-control\" data-name=\"dropdown\" data-calc_value=\"0\"  aria-invalid=\"false\" aria-required=true><option value=\"\">- Select -<\/option><option value=\"In house counsel \"  >In house counsel<\/option><option value=\"Lawyer\"  >Lawyer<\/option><option value=\"Law Student\"  >Law Student<\/option><option value=\"CA\"  >CA<\/option><option value=\"Others\"  >Others<\/option><\/select><\/div><\/div><input type=\"hidden\" name=\"utm_source\" data-name=\"utm_source\" ><input type=\"hidden\" name=\"utm_medium\" data-name=\"utm_medium\" ><input type=\"hidden\" name=\"utm_campaign\" data-name=\"utm_campaign\" ><input type=\"hidden\" name=\"utm_term\" data-name=\"utm_term\" ><input type=\"hidden\" name=\"webinar_title1\" value=\"How to Review Contracts\" data-name=\"webinar_title1\" ><input type=\"hidden\" name=\"webinar_date_time\" value=\"December 5 2025 18:00:00\" data-name=\"webinar_date_time\" ><input type=\"hidden\" name=\"mentor_name\" value=\"Ms Achint Kaur\" data-name=\"mentor_name\" ><input type=\"hidden\" name=\"whatsapp_group_link\" value=\"https:\/\/chat.whatsapp.com\/LMXSWGhEtsbCSvCLPZgSMy\" data-name=\"whatsapp_group_link\" ><input type=\"hidden\" name=\"utm_content\" data-name=\"utm_content\" ><div class='ff-el-group ff-text-left ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-md ff_btn_style\" >Submit Form<\/button><\/div><\/fieldset><\/form><div id='fluentform_146_errors' class='ff-errors-in-stack ff_form_instance_146_2 ff-form-loading_errors ff_form_instance_146_2_errors'><\/div><\/div>        <script type=\"text\/javascript\">\n            window.fluent_form_ff_form_instance_146_2 = {\"id\":\"146\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\",\"asteriskPlacement\":\"asterisk-right\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_146_2\",\"form_id_selector\":\"fluentform_146\",\"rules\":{\"name\":{\"required\":{\"value\":true,\"global\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\"},\"valid_phone_number\":{\"value\":false,\"global\":true,\"message\":\"Phone number is not valid\",\"global_message\":\"Phone number is not valid\"}},\"email\":{\"required\":{\"value\":true,\"message\":\"Email field is required\",\"global\":false,\"global_message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\",\"global\":true,\"global_message\":\"This field must contain a valid email\"}},\"phone_1\":{\"required\":{\"value\":true,\"global\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\"},\"valid_phone_number\":{\"value\":true,\"global\":true,\"message\":\"Phone number is not valid\",\"global_message\":\"Phone number is not valid\"}},\"dropdown\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}}}};\n                    <\/script>\n        \n      <!-- If you're in a PHP template, use:\n      <?php echo do_shortcode('[fluentform id=\"142\"]'); ?>\n      -->\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<style>\n:root{\n  --blue-500:#2E7BFF;\n  --blue-600:#1F64F2;\n  --ink:#FFFFFF;\n}\n\n\/* ===== Base ===== *\/\n.walkaway{\n  font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;\n  position:relative;\n  padding: clamp(56px, 6vw, 84px) 20px clamp(64px, 7vw, 96px);\n  background:linear-gradient(180deg,#06183A 0%,#04122E 100%);\n  color:var(--ink);\n  overflow:hidden;\n}\n\n.wa-wrap{ max-width:1140px; margin:0 auto; }\n\n.wa-title{\n  text-align:center;\n  font-weight:700;\n  font-size: clamp(24px, 4.2vw, 40px);\n  line-height:1.15;\n  margin:0 0 6px;\n  color:white;\n}\n.wa-title span{\n  background:linear-gradient(90deg,var(--blue-600),var(--blue-500));\n  -webkit-background-clip:text; background-clip:text;\n  color:transparent;\n}\n.wa-sub{\n  text-align:center;\n  margin:0 0 clamp(20px, 4vw, 36px);\n  font-size: clamp(14px, 2.8vw, 16px);\n  color: white;\n}\n\n\/* ===== Decorative BG Icons ===== *\/\n.wa-bg-icon{\n  position:absolute; color:rgba(255,255,255,.05);\n  width:420px; height:420px; pointer-events:none;\n}\n.wa-bg-scales{ right:-80px; top:-20px; }\n.wa-bg-gavel{ left:-80px; bottom:-40px; }\n\n\/* ===== Grid ===== *\/\n.wa-grid{\n  display:grid;\n  gap: clamp(14px, 2.8vw, 22px);\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n}\n@media (max-width: 900px){\n  .wa-grid{ grid-template-columns: 1fr; }\n}\n\n\/* ===== Card ===== *\/\n.wa-card{\n  display:flex; align-items:flex-start; gap: clamp(12px, 2.6vw, 18px);\n  background:rgba(255,255,255,.06);\n  border:1px solid rgba(255,255,255,.1);\n  border-radius:14px;\n  padding: clamp(16px, 3.4vw, 22px);\n  transition:transform .25s ease, border-color .25s ease;\n  color: white;\n}\n.wa-card:hover{ transform:translateY(-4px); border-color:rgba(255,255,255,.25); }\n\n.wa-badge{\n  flex:0 0 clamp(46px, 7vw, 54px);\n  height: clamp(46px, 7vw, 54px);\n  border-radius:12px;\n  display:grid; place-items:center;\n  background:rgba(255,255,255,.12);\n}\n.wa-badge svg{ width: clamp(20px, 3.5vw, 26px); height: clamp(20px, 3.5vw, 26px); }\n\n.wa-content h3{\n  margin:2px 0 6px;\n  font-size: clamp(16px, 3.6vw, 18px);\n  font-weight:700;\n  color: white;\n  line-height:1.25;\n}\n.wa-content p{\n  margin:0;\n  color: white;\n  line-height:1.6;\n  font-size: clamp(13px, 3.2vw, 15px);\n  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;\n  letter-spacing:.1px;\n}\n\n\/* ===== INLINE FORM STYLING (same system as other sections) ===== *\/\n.wa-form{\n  margin: clamp(24px, 5vw, 40px) auto 0;\n  max-width: 720px;\n}\n\n\/* Ensure FluentForm container behaves well *\/\n.wa-form .fluentform{\n  width:100%;\n  max-width:520px;\n  margin:0 auto;\n}\n\n\/* Labels \u2013 white *\/\n.wa-form .fluentform .ff-el-group label,\n.wa-form .fluentform .ff-el-input--label,\n.wa-form .fluentform .ff-name-item label{\n  color:#ffffff !important;\n  font-weight:600;\n  font-size:14px;\n}\n\n\/* Inputs \u2013 white background, black text *\/\n.wa-form .fluentform .ff-el-input--content input,\n.wa-form .fluentform .ff-el-input--content textarea,\n.wa-form .fluentform .ff-el-input--content select{\n  width:100%;\n  border-radius:10px;\n  border:1px solid rgba(0,0,0,0.30);\n  background:#ffffff !important;\n  color:#000000 !important;\n  padding:10px 12px;\n  font-size:14px;\n}\n\n\/* Placeholders \u2013 grey *\/\n.wa-form .fluentform input::placeholder,\n.wa-form .fluentform textarea::placeholder{\n  color:rgba(0,0,0,0.55);\n}\n\n\/* Submit button \u2013 gradient full-width *\/\n.wa-form .fluentform .ff-btn-submit{\n  width:100%;\n  border-radius:12px !important;\n  padding:12px 18px !important;\n  font-weight:700;\n  font-size:15px;\n  background:linear-gradient(90deg,var(--blue-600),var(--blue-500)) !important;\n  border:none !important;\n  color:#ffffff !important;\n  cursor:pointer;\n}\n\n\/* Field spacing *\/\n.wa-form .fluentform .ff-el-group{\n  margin-bottom:10px;\n}\n\n\/* Helper \/ error text *\/\n.wa-form .fluentform .ff-el-description{\n  color:rgba(255,255,255,0.75);\n  font-size:12px;\n}\n.wa-form .fluentform .text-danger{\n  color:#FF6B6B;\n  font-size:12px;\n}\n\n\/* ===== Responsive BG Icons ===== *\/\n@media (max-width: 1024px){\n  .wa-bg-icon{ width:300px; height:300px; }\n  .wa-bg-scales{ right:-60px; top:-30px; }\n  .wa-bg-gavel{ left:-60px; bottom:-30px; }\n}\n@media (max-width: 640px){\n  .wa-bg-icon{ width:220px; height:220px; opacity:.06; }\n  .wa-bg-scales{ right:-40px; top:-20px; }\n  .wa-bg-gavel{ left:-40px; bottom:-20px; }\n\n  .wa-form .fluentform{\n    max-width:100%;\n  }\n}\n\n\/* ===== Compact \u2264360px ===== *\/\n@media (max-width: 360px){\n  .wa-card{ padding:14px; }\n  .wa-badge{ flex-basis:42px; height:42px; }\n  .wa-badge svg{ width:18px; height:18px; }\n}\n<\/style>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-16cf86c e-flex e-con-boxed e-con e-parent\" data-id=\"16cf86c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d592ff8 elementor-widget elementor-widget-html\" data-id=\"d592ff8\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700&display=swap\" rel=\"stylesheet\"\/>\n\n<section class=\"audience-grid\">\n  <div class=\"ag-wrap\">\n    <h2 class=\"ag-title\">Who Should <span>Join This Masterclass?<\/span><\/h2>\n    <p class=\"ag-sub\">This workshop is designed for legal professionals at every stage of their career<\/p>\n\n    <div class=\"ag-cards\">\n      <article class=\"ag-card\">\n        <h3>Law Students & Fresh Graduates<\/h3>\n        <p>Gain practical skills that make you job-ready and stand out in internships or placements.\n<\/p>\n      <\/article>\n\n      <article class=\"ag-card\">\n        <h3>In-House Counsels<\/h3>\n        <p>Improve efficiency and accuracy in reviewing contracts and managing risks for your organization.\n<\/p>\n      <\/article>\n\n      <article class=\"ag-card\">\n        <h3>Practicing Advocates & Litigators<\/h3>\n        <p>Strengthen your expertise in spotting red flags and advising clients effectively.\n<\/p>\n      <\/article>\n\n      <article class=\"ag-card\">\n        <h3>Corporate Lawyers<\/h3>\n        <p>Enhance your ability to negotiate and review commercial agreements with confidence.<\/p>\n      <\/article>\n\n      <article class=\"ag-card\">\n        <h3>Aspirants of Corporate & Commercial Law Roles<\/h3>\n        <p>Build essential skills for high-demand roles in law firms and corporations.<\/p>\n      <\/article>\n\n      <article class=\"ag-card\">\n        <h3>Anyone Looking to Improve Contract Review Skills<\/h3>\n        <p>Practical takeaways you can apply immediately in any legal practice.<\/p>\n      <\/article>\n        <p><\/p>\n      <\/article>\n        <p><\/p>\n      <\/article>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n:root{\n  --bg:#ffffff;\n  --ink:#0F172A;\n  --muted:#4A5568;\n  --border:#E5E7EB;\n  --accent:#1F64F2;\n}\n\n.audience-grid{\n  background:var(--bg);\n  padding:80px 20px;\n  font-family:Poppins,sans-serif;\n  color:var(--ink);\n}\n\n.ag-wrap{max-width:1160px;margin:0 auto;}\n\n.ag-title{\n  text-align:center;\n  font-size:32px;\n  font-weight:700;\n  margin:0 0 10px;\n}\n.ag-title span{\n  background:linear-gradient(90deg,#1F64F2,#2E7BFF);\n  -webkit-background-clip:text;\n  background-clip:text;\n  color:transparent;\n}\n.ag-sub{\n  text-align:center;\n  color:var(--muted);\n  margin:0 0 40px;\n  font-size:16px;\n}\n\n.ag-cards{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));\n  gap:22px;\n}\n\n.ag-card{\n  background:#fff;\n  border:1px solid var(--border);\n  border-radius:16px;\n  padding:24px;\n  box-shadow:0 2px 6px rgba(0,0,0,.05);\n  transition:all .3s ease;\n}\n.ag-card:hover{\n  border-color:var(--accent);\n  box-shadow:0 8px 20px rgba(31,100,242,.15);\n  transform:translateY(-4px);\n}\n.ag-card h3{\n  margin:0 0 10px;\n  font-size:18px;\n  font-weight:600;\n  color:var(--ink);\n}\n.ag-card p{\n  margin:0;\n  font-size:14px;\n  line-height:1.6;\n  color:var(--muted);\n}\n<\/style>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-0f2f8e7 e-flex e-con-boxed e-con e-parent\" data-id=\"0f2f8e7\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ddea703 elementor-widget elementor-widget-html\" data-id=\"ddea703\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"proof-cta\">\n  <!-- Background wave\/grid (SVG) -->\n  <svg class=\"pc-grid\" viewBox=\"0 0 1440 480\" aria-hidden=\"true\" preserveAspectRatio=\"none\">\n    <defs>\n      <pattern id=\"grid\" width=\"80\" height=\"48\" patternUnits=\"userSpaceOnUse\">\n        <path d=\"M 80 0 L 0 0 0 48\" fill=\"none\" stroke=\"rgba(255,255,255,.08)\" stroke-width=\"1\"\/>\n      <\/pattern>\n    <\/defs>\n    <rect width=\"100%\" height=\"100%\" fill=\"url(#grid)\"\/>\n  <\/svg>\n\n  <div class=\"pc-wrap\">\n    <span class=\"pc-badge\">Trusted by Industry Leaders<\/span>\n\n    <h2 class=\"pc-title\">\n      Why Do <span>25,000+ Learners<\/span> Choose Bettering Results?\n    <\/h2>\n\n    <p class=\"pc-sub\">\n      Join a proven platform that\u2019s transforming legal education across India.\n    <\/p>\n    <p class=\"pc-sub\">\n      Training Partner to IAS Academy (LBSNAA), PowerGrid, NLSIU\n    <\/p>\n\n    <!-- Core stats -->\n    <ul class=\"pc-stats\">\n      <li>\n        <span>40+ real-world courses taught by SC lawyers &amp; judges<\/span>\n      <\/li>\n      <li>\n        <span>Engaged by Ministries and Top Firms<\/span>\n      <\/li>\n      <li>\n        <span>Built to transform legal education in India<\/span>\n      <\/li>\n      <li>\n        <strong>25,000+<\/strong>\n        <span>Legal professionals trained across law schools, government institutions, and private practice<\/span>\n      <\/li>\n    <\/ul>\n\n    <!-- INLINE FLUENT FORM PLACEHOLDER -->\n    <div class=\"pc-form\">\n      <div class='fluentform ff-default fluentform_wrapper_146 ffs_default_wrap'><form data-form_id=\"146\" id=\"fluentform_146\" class=\"frm-fluent-form fluent_form_146 ff-el-form-top ff_form_instance_146_3 ff-form-loading ffs_default\" data-form_instance=\"ff_form_instance_146_3\" method=\"POST\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">5th Dec : LB (#146)<\/legend><input type='hidden' name='__fluent_form_embded_post_id' value='9250' \/><input type=\"hidden\" id=\"_fluentform_146_fluentformnonce\" name=\"_fluentform_146_fluentformnonce\" value=\"090130211f\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/home\/wp-json\/wp\/v2\/pages\/9250\" \/><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_146_3_name' aria-label=\"Full Name\">Full Name<\/label><\/div><div class='ff-el-input--content'><input name=\"name\" class=\"ff-el-form-control ff-el-phone\" type=\"tel\" placeholder=\"Full Name\" data-name=\"name\" id=\"ff_146_3_name\" inputmode=\"tel\"  aria-invalid='false' aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_146_3_email' aria-label=\"Email\">Email<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_146_3_email\" class=\"ff-el-form-control\" placeholder=\"you@domain.com\" data-name=\"email\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_146_3_phone_1' aria-label=\"Mobile Number\">Mobile Number<\/label><\/div><div class='ff-el-input--content'><input name=\"phone_1\" class=\"ff-el-form-control ff-el-phone ff_el_with_extended_validation\" type=\"tel\" placeholder=\"Mobile Number\" data-name=\"phone_1\" id=\"ff_146_3_phone_1\" inputmode=\"tel\"  aria-invalid='false' aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_146_3_dropdown' aria-label=\"Select your profession\">Select your profession<\/label><\/div><div class='ff-el-input--content'><select name=\"dropdown\" id=\"ff_146_3_dropdown\" class=\"ff-el-form-control\" data-name=\"dropdown\" data-calc_value=\"0\"  aria-invalid=\"false\" aria-required=true><option value=\"\">- Select -<\/option><option value=\"In house counsel \"  >In house counsel<\/option><option value=\"Lawyer\"  >Lawyer<\/option><option value=\"Law Student\"  >Law Student<\/option><option value=\"CA\"  >CA<\/option><option value=\"Others\"  >Others<\/option><\/select><\/div><\/div><input type=\"hidden\" name=\"utm_source\" data-name=\"utm_source\" ><input type=\"hidden\" name=\"utm_medium\" data-name=\"utm_medium\" ><input type=\"hidden\" name=\"utm_campaign\" data-name=\"utm_campaign\" ><input type=\"hidden\" name=\"utm_term\" data-name=\"utm_term\" ><input type=\"hidden\" name=\"webinar_title1\" value=\"How to Review Contracts\" data-name=\"webinar_title1\" ><input type=\"hidden\" name=\"webinar_date_time\" value=\"December 5 2025 18:00:00\" data-name=\"webinar_date_time\" ><input type=\"hidden\" name=\"mentor_name\" value=\"Ms Achint Kaur\" data-name=\"mentor_name\" ><input type=\"hidden\" name=\"whatsapp_group_link\" value=\"https:\/\/chat.whatsapp.com\/LMXSWGhEtsbCSvCLPZgSMy\" data-name=\"whatsapp_group_link\" ><input type=\"hidden\" name=\"utm_content\" data-name=\"utm_content\" ><div class='ff-el-group ff-text-left ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-md ff_btn_style\" >Submit Form<\/button><\/div><\/fieldset><\/form><div id='fluentform_146_errors' class='ff-errors-in-stack ff_form_instance_146_3 ff-form-loading_errors ff_form_instance_146_3_errors'><\/div><\/div>        <script type=\"text\/javascript\">\n            window.fluent_form_ff_form_instance_146_3 = {\"id\":\"146\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\",\"asteriskPlacement\":\"asterisk-right\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_146_3\",\"form_id_selector\":\"fluentform_146\",\"rules\":{\"name\":{\"required\":{\"value\":true,\"global\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\"},\"valid_phone_number\":{\"value\":false,\"global\":true,\"message\":\"Phone number is not valid\",\"global_message\":\"Phone number is not valid\"}},\"email\":{\"required\":{\"value\":true,\"message\":\"Email field is required\",\"global\":false,\"global_message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\",\"global\":true,\"global_message\":\"This field must contain a valid email\"}},\"phone_1\":{\"required\":{\"value\":true,\"global\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\"},\"valid_phone_number\":{\"value\":true,\"global\":true,\"message\":\"Phone number is not valid\",\"global_message\":\"Phone number is not valid\"}},\"dropdown\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}}}};\n                    <\/script>\n        \n      <!-- If in PHP template:\n      <?php echo do_shortcode('[fluentform id=\"127\"]'); ?>\n      -->\n    <\/div>\n\n    <!-- Footnote (optional) -->\n    <p class=\"pc-footnote\">\n      Your details are safe with us. We\u2019ll only reach out with session details and relevant legal learning updates.\n    <\/p>\n  <\/div>\n<\/section>\n\n<style>\n:root{\n  --dark-blue-top:#0B1C3D;\n  --dark-blue-bottom:#06183A;\n  --blue-500:#2E7BFF;\n  --blue-600:#1F64F2;\n}\n\n.proof-cta{\n  font-family:'Poppins',sans-serif;\n  position:relative;\n  margin:48px auto;\n  padding:0 20px;\n  max-width:1200px;\n}\n.pc-wrap{\n  position:relative;\n  overflow:hidden;\n  border-radius:28px;\n  padding:72px 24px 64px;\n  background:linear-gradient(180deg,var(--dark-blue-top) 0%,var(--dark-blue-bottom) 100%);\n  box-shadow:0 16px 50px rgba(0,0,0,.45);\n  text-align:center;\n  color:#fff;\n  min-height:360px;\n}\n.pc-grid{\n  position:absolute;\n  inset:0;\n  width:100%;\n  height:100%;\n  border-radius:28px;\n  pointer-events:none;\n  opacity:.3;\n}\n\n.pc-badge{\n  display:inline-block;\n  font-weight:600;\n  font-size:12px;\n  letter-spacing:.3px;\n  color:#fff;\n  background:rgba(255,255,255,.15);\n  padding:6px 12px;\n  border-radius:999px;\n  margin-bottom:16px;\n}\n\n.pc-title{\n  margin:0 0 8px;\n  font-size:38px;\n  font-weight:700;\n  color: white;\n}\n.pc-title span{color:var(--blue-500);}\n.pc-sub{\n  margin:0 0 18px;\n  color:rgba(255,255,255,.75);\n  font-size:16px;\n}\n\n\/* Stats *\/\n.pc-stats{\n  margin:8px auto 28px;\n  padding:0;\n  list-style:none;\n  display:grid;\n  grid-template-columns:repeat(4,minmax(0,1fr));\n  gap:16px;\n  max-width:940px;\n}\n.pc-stats li{\n  background:rgba(255,255,255,.08);\n  border:1px solid rgba(255,255,255,.15);\n  border-radius:14px;\n  padding:16px 12px;\n  backdrop-filter:blur(6px);\n}\n.pc-stats strong{\n  display:block;\n  font-size:22px;\n  color:#fff;\n  margin-bottom:4px;\n}\n.pc-stats span{\n  display:block;\n  font-size:13px;\n  color:rgba(255,255,255,.85);\n}\n\n\/* INLINE FLUENT FORM *\/\n.pc-form{\n  max-width:520px;\n  margin: 4px auto 16px;\n  text-align:left;\n}\n.pc-form .fluentform{\n  width:100%;\n}\n\n\/* Labels \u2013 white *\/\n.pc-form .fluentform .ff-el-group label,\n.pc-form .fluentform .ff-el-input--label,\n.pc-form .fluentform .ff-name-item label{\n  color:#ffffff !important;\n  font-weight:600;\n  font-size:14px;\n}\n\n\/* Field spacing *\/\n.pc-form .fluentform .ff-el-group{\n  margin-bottom:10px;\n}\n\n\/* Inputs \u2013 white background, black text *\/\n.pc-form .fluentform .ff-el-input--content input,\n.pc-form .fluentform .ff-el-input--content textarea,\n.pc-form .fluentform .ff-el-input--content select{\n  width:100%;\n  border-radius:10px;\n  border:1px solid rgba(0,0,0,0.30);\n  background:#ffffff !important;\n  color:#000000 !important;\n  padding:10px 12px;\n  font-size:14px;\n}\n\n\/* Placeholders \u2013 grey *\/\n.pc-form .fluentform input::placeholder,\n.pc-form .fluentform textarea::placeholder{\n  color:rgba(0,0,0,0.55);\n}\n\n\/* Submit button \u2013 gradient pill *\/\n.pc-form .fluentform .ff-btn-submit{\n  width:100%;\n  border-radius:999px !important;\n  padding:12px 18px !important;\n  font-weight:800;\n  font-size:16px;\n  background:linear-gradient(90deg,var(--blue-600),var(--blue-500)) !important;\n  border:none !important;\n  color:#ffffff !important;\n  cursor:pointer;\n  box-shadow:0 16px 40px rgba(31,100,242,.35);\n}\n\n\/* Optional helper \/ error text *\/\n.pc-form .fluentform .ff-el-description{\n  color:rgba(255,255,255,0.75);\n  font-size:12px;\n}\n.pc-form .fluentform .text-danger{\n  color:#FF6B6B;\n  font-size:12px;\n}\n\n\/* Footnote *\/\n.pc-footnote{\n  margin:12px auto 0;\n  color:rgba(255,255,255,.9);\n  font-size:14px;\n  max-width:860px;\n}\n\n\/* Responsive *\/\n@media(max-width:960px){\n  .pc-title{font-size:30px;}\n  .pc-stats{grid-template-columns:repeat(2,1fr);}\n}\n@media(max-width:520px){\n  .pc-wrap{padding:56px 16px 52px;}\n  .pc-title{font-size:26px;}\n  .pc-stats{grid-template-columns:1fr;}\n  .pc-form{text-align:left;}\n}\n<\/style>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-5d2de29 e-flex e-con-boxed e-con e-parent\" data-id=\"5d2de29\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a40c839 elementor-widget elementor-widget-html\" data-id=\"a40c839\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700;800&display=swap\" rel=\"stylesheet\" \/>\n\n<section class=\"testimonials\">\n  <div class=\"t-wrap\">\n    <h2 class=\"t-title\">What Legal Professionals Are <span>Saying<\/span><\/h2>\n    <p class=\"t-sub\">Real stories from lawyers who've transformed their practice<\/p>\n\n    <div class=\"t-grid\">\n      <!-- Card 1 -->\n      <article class=\"t-card\">\n        <div class=\"t-quote\">\n          <!-- quote icon -->\n          <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M6.5 9A3.5 3.5 0 0 1 10 12.5C10 15 8 17 5 17c0-3 1-6 3.5-8Zm10 0A3.5 3.5 0 0 1 20 12.5C20 15 18 17 15 17c0-3 1-6 3.5-8Z\" fill=\"currentColor\"\/><\/svg>\n        <\/div>\n        <div class=\"t-stars\" aria-label=\"5 stars\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 17.3l6.2 3.7-1.6-7 5.4-4.7-7.1-.6L12 2 9.1 8.7l-7.1.6 5.4 4.7-1.6 7z\" fill=\"currentColor\"\/><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 17.3l6.2 3.7-1.6-7 5.4-4.7-7.1-.6L12 2 9.1 8.7l-7.1.6 5.4 4.7-1.6 7z\" fill=\"currentColor\"\/><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 17.3l6.2 3.7-1.6-7 5.4-4.7-7.1-.6L12 2 9.1 8.7l-7.1.6 5.4 4.7-1.6 7z\" fill=\"currentColor\"\/><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 17.3l6.2 3.7-1.6-7 5.4-4.7-7.1-.6L12 2 9.1 8.7l-7.1.6 5.4 4.7-1.6 7z\" fill=\"currentColor\"\/><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 17.3l6.2 3.7-1.6-7 5.4-4.7-7.1-.6L12 2 9.1 8.7l-7.1.6 5.4 4.7-1.6 7z\" fill=\"currentColor\"\/><\/svg>\n        <\/div>\n        <p class=\"t-body\">\u201cThis course was really well organised and well designed. What stood out was the value it delivered at such an economical pricing point, similar courses\/conferences cost 10x more especially with the line-up of speakers we had. The moderator \u2013 speaker model was also quite intuitive and all important topics were covered by the speakers. I\u2019m actually looking forward to courses like these organised in the future.\u201d<\/p>\n        <div class=\"t-author\">\n          <img decoding=\"async\" src=\"http:\/\/betteringresults.com\/wp-content\/uploads\/2025\/09\/image-178.png\" alt=\"Priya avatar\" \/>\n          <div>\n            <div class=\"t-name\">Sarthak Mishra<\/div>\n            <div class=\"t-role\">Associate, Trilegal<\/div>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- Card 2 -->\n      <article class=\"t-card\">\n        <div class=\"t-quote\"><svg viewBox=\"0 0 24 24\"><path d=\"M6.5 9A3.5 3.5 0 0 1 10 12.5C10 15 8 17 5 17c0-3 1-6 3.5-8Zm10 0A3.5 3.5 0 0 1 20 12.5C20 15 18 17 15 17c0-3 1-6 3.5-8Z\" fill=\"currentColor\"\/><\/svg><\/div>\n        <div class=\"t-stars\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 17.3l6.2 3.7-1.6-7 5.4-4.7-7.1-.6L12 2 9.1 8.7l-7.1.6 5.4 4.7-1.6 7z\" fill=\"currentColor\"\/><\/svg><svg viewBox=\"0 0 24 24\"><path d=\"M12 17.3l6.2 3.7-1.6-7 5.4-4.7-7.1-.6L12 2 9.1 8.7l-7.1.6 5.4 4.7-1.6 7z\" fill=\"currentColor\"\/><\/svg><svg viewBox=\"0 0 24 24\"><path d=\"M12 17.3l6.2 3.7-1.6-7 5.4-4.7-7.1-.6L12 2 9.1 8.7l-7.1.6 5.4 4.7-1.6 7z\" fill=\"currentColor\"\/><\/svg><svg viewBox=\"0 0 24 24\"><path d=\"M12 17.3l6.2 3.7-1.6-7 5.4-4.7-7.1-.6L12 2 9.1 8.7l-7.1.6 5.4 4.7-1.6 7z\" fill=\"currentColor\"\/><\/svg><svg viewBox=\"0 0 24 24\"><path d=\"M12 17.3l6.2 3.7-1.6-7 5.4-4.7-7.1-.6L12 2 9.1 8.7l-7.1.6 5.4 4.7-1.6 7z\" fill=\"currentColor\"\/><\/svg>\n        <\/div>\n        <p class=\"t-body\">\u201cThank you Clarence Andre Anthony, Abe Abrahamand Shivani Chugh for candidly sharing your insights and experiences that helped me carve a nuanced approach to the art of contract drafting and negotiations.\nThank you Bettering Results (BR) for creating a platform that enabled such an interaction.\u201d\n<\/p>\n        <div class=\"t-author\">\n          <img decoding=\"async\" src=\"http:\/\/betteringresults.com\/wp-content\/uploads\/2025\/09\/image-177.png\" alt=\"Rajesh avatar\" \/>\n          <div>\n            <div class=\"t-name\">Sanya Arora<\/div>\n            <div class=\"t-role\">Senior Associate, India Law Partners<\/div>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- Card 3 -->\n      <article class=\"t-card\">\n        <div class=\"t-quote\"><svg viewBox=\"0 0 24 24\"><path d=\"M6.5 9A3.5 3.5 0 0 1 10 12.5C10 15 8 17 5 17c0-3 1-6 3.5-8Zm10 0A3.5 3.5 0 0 1 20 12.5C20 15 18 17 15 17c0-3 1-6 3.5-8Z\" fill=\"currentColor\"\/><\/svg><\/div>\n        <div class=\"t-stars\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 17.3l6.2 3.7-1.6-7 5.4-4.7-7.1-.6L12 2 9.1 8.7l-7.1.6 5.4 4.7-1.6 7z\" fill=\"currentColor\"\/><\/svg><svg viewBox=\"0 0 24 24\"><path d=\"M12 17.3l6.2 3.7-1.6-7 5.4-4.7-7.1-.6L12 2 9.1 8.7l-7.1.6 5.4 4.7-1.6 7z\" fill=\"currentColor\"\/><\/svg><svg viewBox=\"0 0 24 24\"><path d=\"M12 17.3l6.2 3.7-1.6-7 5.4-4.7-7.1-.6L12 2 9.1 8.7l-7.1.6 5.4 4.7-1.6 7z\" fill=\"currentColor\"\/><\/svg><svg viewBox=\"0 0 24 24\"><path d=\"M12 17.3l6.2 3.7-1.6-7 5.4-4.7-7.1-.6L12 2 9.1 8.7l-7.1.6 5.4 4.7-1.6 7z\" fill=\"currentColor\"\/><\/svg><svg viewBox=\"0 0 24 24\"><path d=\"M12 17.3l6.2 3.7-1.6-7 5.4-4.7-7.1-.6L12 2 9.1 8.7l-7.1.6 5.4 4.7-1.6 7z\" fill=\"currentColor\"\/><\/svg>\n        <\/div>\n        <p class=\"t-body\">\u201cThe Course Content was very informative and the instructors really explained the reasoning part behind clauses and in general to a great extent. The assignment too was very insightful and I learned a lot while drafting the assignment.\u201d<\/p>\n        <div class=\"t-author\">\n          <img decoding=\"async\" src=\"http:\/\/betteringresults.com\/wp-content\/uploads\/2025\/09\/image-176.png\" alt=\"Meera avatar\" \/>\n          <div>\n            <div class=\"t-name\">Ishita Tiwari<\/div>\n            <div class=\"t-role\">Associate, SirionLabs<\/div>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- Card 4 -->\n      <article class=\"t-card\">\n        <div class=\"t-quote\"><svg viewBox=\"0 0 24 24\"><path d=\"M6.5 9A3.5 3.5 0 0 1 10 12.5C10 15 8 17 5 17c0-3 1-6 3.5-8Zm10 0A3.5 3.5 0 0 1 20 12.5C20 15 18 17 15 17c0-3 1-6 3.5-8Z\" fill=\"currentColor\"\/><\/svg><\/div>\n        <div class=\"t-stars\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 17.3l6.2 3.7-1.6-7 5.4-4.7-7.1-.6L12 2 9.1 8.7l-7.1.6 5.4 4.7-1.6 7z\" fill=\"currentColor\"\/><\/svg><svg viewBox=\"0 0 24 24\"><path d=\"M12 17.3l6.2 3.7-1.6-7 5.4-4.7-7.1-.6L12 2 9.1 8.7l-7.1.6 5.4 4.7-1.6 7z\" fill=\"currentColor\"\/><\/svg><svg viewBox=\"0 0 24 24\"><path d=\"M12 17.3l6.2 3.7-1.6-7 5.4-4.7-7.1-.6L12 2 9.1 8.7l-7.1.6 5.4 4.7-1.6 7z\" fill=\"currentColor\"\/><\/svg><svg viewBox=\"0 0 24 24\"><path d=\"M12 17.3l6.2 3.7-1.6-7 5.4-4.7-7.1-.6L12 2 9.1 8.7l-7.1.6 5.4 4.7-1.6 7z\" fill=\"currentColor\"\/><\/svg><svg viewBox=\"0 0 24 24\"><path d=\"M12 17.3l6.2 3.7-1.6-7 5.4-4.7-7.1-.6L12 2 9.1 8.7l-7.1.6 5.4 4.7-1.6 7z\" fill=\"currentColor\"\/><\/svg>\n        <\/div>\n        <p class=\"t-body\">\u201cThanks to Bettering Results (BR) for arranging this unique course where modules are taught by senior associates from some of the best law firms in India.\u201d\n<\/p>\n        <div class=\"t-author\">\n          <img decoding=\"async\" src=\"http:\/\/betteringresults.com\/wp-content\/uploads\/2025\/09\/0.png\" alt=\"Amit avatar\" \/>\n          <div>\n            <div class=\"t-name\">Arvind Srinivasan<\/div>\n            <div class=\"t-role\">Advocate<\/div>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      \n        <\/div>\n      <\/article>\n\n      \n          <\/div>\n        <\/div>\n      <\/article>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n:root{\n  --bg:#F3F7FF;              \/* section background *\/\n  --card:#FFFFFF;            \/* card background *\/\n  --ink:#0F172A;             \/* dark text *\/\n  --muted:#5B6B82;           \/* body text *\/\n  --blue-500:#2E7BFF;        \/* accent *\/\n  --blue-600:#1F64F2;        \/* darker accent *\/\n  --border:#E7EEFF;          \/* card border *\/\n}\n\n.testimonials{\n  background: var(--bg);\n  padding: 64px 20px 72px;\n  font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;\n}\n.t-wrap{ max-width: 1180px; margin: 0 auto; }\n\n.t-title{\n  text-align:center;\n  font-weight:800;\n  font-size:40px;\n  color: var(--ink);\n  margin: 0 0 6px;\n}\n.t-title span{\n  background: linear-gradient(90deg, var(--blue-600), var(--blue-500));\n  -webkit-background-clip:text; background-clip:text; color:transparent;\n}\n.t-sub{\n  text-align:center;\n  color:#6A7AA6;\n  margin: 0 0 26px;\n}\n\n.t-grid{\n  display:grid;\n  grid-template-columns: repeat(3, minmax(0,1fr));\n  gap: 22px;\n}\n\n.t-card{\n  background: var(--card);\n  border: 1px solid var(--border);\n  border-radius: 16px;\n  padding: 18px 18px 16px;\n  box-shadow: 0 10px 24px rgba(31,100,242,.06);\n  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;\n}\n.t-card:hover{\n  transform: translateY(-4px);\n  border-color: rgba(46,123,255,.55);\n  box-shadow: 0 16px 32px rgba(31,100,242,.18);\n}\n\n.t-quote{\n  width: 34px; height: 34px; color: #BFD1FF;\n}\n.t-quote svg{ width: 100%; height: 100%; display:block; }\n\n.t-stars{\n  display:flex; gap:4px; margin: 8px 0 10px; color:#FFC53D;\n}\n.t-stars svg{ width:18px; height:18px; }\n\n.t-body{\n  color: #415572;\n  line-height: 1.7;\n  margin: 0 0 14px;\n  font-size: 15px;\n}\n.t-author{\n  display:flex; align-items:center; gap:12px;\n  padding-top:12px; border-top:1px solid var(--border);\n}\n.t-author img{\n  width:40px; height:40px; border-radius:50%; object-fit:cover;\n}\n.t-name{ font-weight:700; color: var(--ink); }\n.t-role{ font-size:13px; color:#7C8CA8; }\n\n\/* Responsive *\/\n@media (max-width: 1024px){\n  .t-grid{ grid-template-columns: repeat(2,1fr); }\n}\n@media (max-width: 640px){\n  .t-title{ font-size: 30px; }\n  .t-grid{ grid-template-columns: 1fr; }\n}\n<\/style>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-f7c90b5 e-flex e-con-boxed e-con e-parent\" data-id=\"f7c90b5\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-413b56a elementor-widget elementor-widget-html\" data-id=\"413b56a\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700;800&display=swap\" rel=\"stylesheet\" \/>\n\n<section class=\"faq\">\n  <div class=\"faq-wrap\">\n    <h2 class=\"faq-title\">Frequently Asked <span>Questions<\/span><\/h2>\n    <p class=\"faq-sub\">Everything you need to know before joining the live session<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"faq-item\">\n        <button class=\"faq-q\">How can this masterclass help my career?<\/button>\n        <div class=\"faq-a\">\n          <p>By mastering contract review skills, you\u2019ll minimize risks, impress clients, and boost your credibility and earning potential as a legal professional.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"faq-item\">\n        <button class=\"faq-q\">Do I need prior experience in contract review?<\/button>\n        <div class=\"faq-a\">\n          <p>No prior experience is required. We\u2019ll guide you step-by-step, from spotting red flags to reviewing key clauses effectively.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"faq-item\">\n        <button class=\"faq-q\">Will there be a live Q&amp;A?<\/button>\n        <div class=\"faq-a\">\n          <p>Yes, there will be an interactive live Q&A where you can ask specific contract review and negotiation questions.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"faq-item\">\n        <button class=\"faq-q\">What topics will be covered?<\/button>\n        <div class=\"faq-a\">\n          <p>Spotting risks, reviewing key clauses, creating practical checklists, and strategies for efficient, accurate contract analysis.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"faq-item\">\n        <button class=\"faq-q\">Is the masterclass free?<\/button>\n        <div class=\"faq-a\">\n          <p>Yes, this masterclass is free to attend.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"faq-item\">\n        <button class=\"faq-q\">Will a recording be available?<\/button>\n        <div class=\"faq-a\">\n          <p>No recording is provided \u2013 we recommend attending it live to make the most of it.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n:root {\n  --blue-500:#2E7BFF;\n  --blue-600:#1F64F2;\n  --faq-bg:#F5F9FF;\n  --ink:#0F172A;\n  --muted:#5B6B82;\n}\n\n.faq {\n  background: #fff;\n  font-family: Poppins, sans-serif;\n  padding: 72px 20px;\n}\n.faq-wrap {\n  max-width: 800px;\n  margin: 0 auto;\n}\n.faq-title {\n  text-align:center;\n  font-weight:800;\n  font-size:38px;\n  margin:0 0 6px;\n  color: var(--ink);\n}\n.faq-title span {\n  color: var(--blue-500);\n}\n.faq-sub {\n  text-align:center;\n  margin:0 0 32px;\n  color: var(--muted);\n}\n\n.faq-list {\n  background:#fff;\n  border-radius:20px;\n  box-shadow:0 8px 28px rgba(46,123,255,.08);\n  overflow:hidden;\n}\n.faq-item + .faq-item { border-top:1px solid #EAF0FF; }\n\n.faq-q {\n  width:100%;\n  text-align:left;\n  padding:20px;\n  background: var(--faq-bg);\n  border:none;\n  outline:none;\n  font-weight:600;\n  font-size:16px;\n  color: var(--ink);\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n  cursor:pointer;\n}\n.faq-q::after {\n  content:\"\u25be\";\n  font-size:16px;\n  transition: transform .25s ease;\n}\n.faq-item.active .faq-q::after { transform: rotate(-180deg); }\n\n.faq-a {\n  max-height:0;\n  overflow:hidden;\n  transition: max-height .3s ease, padding .3s ease;\n  padding:0 20px;\n  background:#fff;\n}\n.faq-item.active .faq-a {\n  max-height:180px;\n  padding:16px 20px 20px;\n}\n.faq-a p {\n  margin:0;\n  color: var(--muted);\n  line-height:1.6;\n}\n<\/style>\n\n<script>\ndocument.querySelectorAll('.faq-q').forEach(btn=>{\n  btn.addEventListener('click',()=>{\n    const item = btn.parentElement;\n    item.classList.toggle('active');\n  });\n});\n<\/script>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-536c44f e-con-full e-flex e-con e-parent\" data-id=\"536c44f\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6373423 elementor-widget elementor-widget-html\" data-id=\"6373423\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"br-cta\">\n  <div class=\"br-cta__wrap\">\n\n    <div class=\"br-cta__badge\">\u26a1 Limited Seats Available \u2013 Register Now!<\/div>\n\n    <h2 class=\"br-cta__title\">\n      Reserve Your Spot \u2014 <span>Transform Your Contract Review Skills<\/span>\n    <\/h2>\n\n    <p class=\"br-cta__sub\">\n      Master the skills that set top lawyers apart. Don\u2019t let opportunities slip while others sharpen their expertise.\n    <\/p>\n\n    <div class=\"br-cta__features\">\n      <div class=\"br-cta__feat\">\n        <div class=\"br-cta__ico\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 7v5l3 2M21 12a9 9 0 1 1-9-9 9 9 0 0 1 9 9Z\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <h4>Save Hours Every Week<\/h4>\n        <p>Streamline your contract review process and focus on high-value client work.<\/p>\n      <\/div>\n\n      <div class=\"br-cta__feat\">\n        <div class=\"br-cta__ico\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M13 2 3 14h8l-2 8 12-14h-8l2-6Z\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <h4>Boost Your Efficiency & Accuracy<\/h4>\n        <p>Spot risks, analyze clauses, and finalize contracts faster and with confidence.<\/p>\n      <\/div>\n\n      <div class=\"br-cta__feat\">\n        <div class=\"br-cta__ico\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M16 11a4 4 0 1 0-4-4 4 4 0 0 0 4 4ZM3 20v-.5A5.5 5.5 0 0 1 8.5 14H11m2 0h2.5A5.5 5.5 0 0 1 21 19.5V20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"\/><\/svg>\n        <\/div>\n        <h4>Join 3000+ Lawyers<\/h4>\n        <p>Upgrade your legal skillset & stand out in competitive environments.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- INLINE FLUENT FORM -->\n    <div class=\"br-cta__form\">\n      <div class='fluentform ff-default fluentform_wrapper_146 ffs_default_wrap'><form data-form_id=\"146\" id=\"fluentform_146\" class=\"frm-fluent-form fluent_form_146 ff-el-form-top ff_form_instance_146_4 ff-form-loading ffs_default\" data-form_instance=\"ff_form_instance_146_4\" method=\"POST\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">5th Dec : LB (#146)<\/legend><input type='hidden' name='__fluent_form_embded_post_id' value='9250' \/><input type=\"hidden\" id=\"_fluentform_146_fluentformnonce\" name=\"_fluentform_146_fluentformnonce\" value=\"090130211f\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/home\/wp-json\/wp\/v2\/pages\/9250\" \/><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_146_4_name' aria-label=\"Full Name\">Full Name<\/label><\/div><div class='ff-el-input--content'><input name=\"name\" class=\"ff-el-form-control ff-el-phone\" type=\"tel\" placeholder=\"Full Name\" data-name=\"name\" id=\"ff_146_4_name\" inputmode=\"tel\"  aria-invalid='false' aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_146_4_email' aria-label=\"Email\">Email<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_146_4_email\" class=\"ff-el-form-control\" placeholder=\"you@domain.com\" data-name=\"email\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_146_4_phone_1' aria-label=\"Mobile Number\">Mobile Number<\/label><\/div><div class='ff-el-input--content'><input name=\"phone_1\" class=\"ff-el-form-control ff-el-phone ff_el_with_extended_validation\" type=\"tel\" placeholder=\"Mobile Number\" data-name=\"phone_1\" id=\"ff_146_4_phone_1\" inputmode=\"tel\"  aria-invalid='false' aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_146_4_dropdown' aria-label=\"Select your profession\">Select your profession<\/label><\/div><div class='ff-el-input--content'><select name=\"dropdown\" id=\"ff_146_4_dropdown\" class=\"ff-el-form-control\" data-name=\"dropdown\" data-calc_value=\"0\"  aria-invalid=\"false\" aria-required=true><option value=\"\">- Select -<\/option><option value=\"In house counsel \"  >In house counsel<\/option><option value=\"Lawyer\"  >Lawyer<\/option><option value=\"Law Student\"  >Law Student<\/option><option value=\"CA\"  >CA<\/option><option value=\"Others\"  >Others<\/option><\/select><\/div><\/div><input type=\"hidden\" name=\"utm_source\" data-name=\"utm_source\" ><input type=\"hidden\" name=\"utm_medium\" data-name=\"utm_medium\" ><input type=\"hidden\" name=\"utm_campaign\" data-name=\"utm_campaign\" ><input type=\"hidden\" name=\"utm_term\" data-name=\"utm_term\" ><input type=\"hidden\" name=\"webinar_title1\" value=\"How to Review Contracts\" data-name=\"webinar_title1\" ><input type=\"hidden\" name=\"webinar_date_time\" value=\"December 5 2025 18:00:00\" data-name=\"webinar_date_time\" ><input type=\"hidden\" name=\"mentor_name\" value=\"Ms Achint Kaur\" data-name=\"mentor_name\" ><input type=\"hidden\" name=\"whatsapp_group_link\" value=\"https:\/\/chat.whatsapp.com\/LMXSWGhEtsbCSvCLPZgSMy\" data-name=\"whatsapp_group_link\" ><input type=\"hidden\" name=\"utm_content\" data-name=\"utm_content\" ><div class='ff-el-group ff-text-left ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-md ff_btn_style\" >Submit Form<\/button><\/div><\/fieldset><\/form><div id='fluentform_146_errors' class='ff-errors-in-stack ff_form_instance_146_4 ff-form-loading_errors ff_form_instance_146_4_errors'><\/div><\/div>        <script type=\"text\/javascript\">\n            window.fluent_form_ff_form_instance_146_4 = {\"id\":\"146\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\",\"asteriskPlacement\":\"asterisk-right\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_146_4\",\"form_id_selector\":\"fluentform_146\",\"rules\":{\"name\":{\"required\":{\"value\":true,\"global\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\"},\"valid_phone_number\":{\"value\":false,\"global\":true,\"message\":\"Phone number is not valid\",\"global_message\":\"Phone number is not valid\"}},\"email\":{\"required\":{\"value\":true,\"message\":\"Email field is required\",\"global\":false,\"global_message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\",\"global\":true,\"global_message\":\"This field must contain a valid email\"}},\"phone_1\":{\"required\":{\"value\":true,\"global\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\"},\"valid_phone_number\":{\"value\":true,\"global\":true,\"message\":\"Phone number is not valid\",\"global_message\":\"Phone number is not valid\"}},\"dropdown\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}}}};\n                    <\/script>\n        \n    <\/div>\n\n    <ul class=\"br-cta__bullets\">\n      <li>\u2705 Instant access after registration<\/li>\n      <li>\u2705 No spam, no hidden costs<\/li>\n      <li>\u2705 Join from anywhere in the world<\/li>\n    <\/ul>\n\n    <div class=\"br-cta__cap\">\n      <strong>Limited to 500 participants<\/strong> to ensure quality interaction.\n      <a href=\"#\">347 seats already filled<\/a>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n<style>\n.br-cta{\n  --navy-top:#0B1C3D;\n  --navy-btm:#0A1C33;\n  --blue-500:#2E7BFF;\n  --blue-600:#1F64F2;\n  color:#fff;\n  padding:85px 20px;\n  background: radial-gradient(120% 120% at 10% 0%, rgba(61,113,255,.18) 0%, transparent 40%), linear-gradient(180deg,var(--navy-top),var(--navy-btm));\n  font-family:Poppins,sans-serif;\n}\n.br-cta__wrap{max-width:1040px;margin:auto;text-align:center;}\n.br-cta__badge{background:#E75B64;color:#fff;padding:8px 14px;border-radius:999px;font-weight:700;margin-bottom:20px;}\n.br-cta__title{font-size:50px;font-weight:800;color:white;margin-bottom:6px;}\n.br-cta__title span{background:linear-gradient(90deg,#76D7FF,#4AB8FF,#6AD0FF);-webkit-background-clip:text;color:transparent;}\n.br-cta__sub{color:#B9C9E4;font-size:18px;max-width:780px;margin:0 auto 28px;}\n\n\/* FEATURES *\/\n.br-cta__features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:30px;}\n.br-cta__feat{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:22px;}\n.br-cta__ico{width:42px;height:42px;background:rgba(46,123,255,.14);border-radius:50%;display:grid;place-items:center;margin:0 auto 10px;}\n.br-cta__ico svg{width:22px;height:22px;}\n.br-cta__feat h4{color:white;margin:5px 0;font-size:16px;}\n.br-cta__feat p{color:#BFD2EC;font-size:14px;margin:0;}\n\n\/* -------------------------\n   UPDATED FORM \u2014 SAME TREATMENT\n--------------------------*\/\n.br-cta__form{max-width:520px;margin:26px auto;text-align:left;}\n\n.br-cta__form .ff-el-group label,\n.br-cta__form .ff-el-input--label{\n  color:#ffffff !important;\n  font-weight:600;\n  font-size:14px;\n}\n\n.br-cta__form input,\n.br-cta__form select,\n.br-cta__form textarea{\n  width:100%;\n  border-radius:10px;\n  border:1px solid rgba(0,0,0,.25)!important;\n  background:#ffffff !important;\n  color:#000 !important;\n  padding:10px 12px;\n}\n\n.br-cta__form input::placeholder,\n.br-cta__form textarea::placeholder{\n  color:rgba(0,0,0,.55);\n}\n\n.br-cta__form .ff-btn-submit{\n  width:100%;\n  background:linear-gradient(90deg,var(--blue-600),var(--blue-500))!important;\n  color:#fff!important;\n  padding:12px 18px!important;\n  border-radius:999px!important;\n  font-size:16px;font-weight:800;cursor:pointer;\n}\n\n\/* Bullets *\/\n.br-cta__bullets{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;font-size:14px;color:#BBD1EC;margin-top:10px;}\n.br-cta__cap{margin-top:18px;background:rgba(255,255,255,.07);padding:14px;border-radius:12px;border:1px solid rgba(255,255,255,.12);}\n.br-cta__cap strong{color:white;}\n.br-cta__cap a{color:#6DC9FF;text-decoration:none;}\n.br-cta__cap a:hover{text-decoration:underline;}\n\n@media(max-width:900px){\n  .br-cta__title{font-size:38px;}\n  .br-cta__features{grid-template-columns:1fr;}\n}\n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-65bb6f5 e-flex e-con-boxed e-con e-parent\" data-id=\"65bb6f5\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-35f39eb elementor-widget elementor-widget-html\" data-id=\"35f39eb\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!-- Sticky Enroll Bar (No CTA) -->\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Ubuntu:wght@400;500;700&display=swap\" rel=\"stylesheet\" \/>\n<style>\n  :root{\n    --bar-bg:#eaf9ff;\n    --ink:#001018;\n    --muted:#5e6a73;\n    --shadow:0 8px 24px rgba(0,0,0,.12);\n  }\n\n  .sticky-enroll{\n    position:fixed; left:0; right:0; bottom:0; z-index:9999;\n    font-family:'Ubuntu', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;\n    background:var(--bar-bg);\n    border-top-left-radius:14px; border-top-right-radius:14px;\n    box-shadow:var(--shadow);\n    text-align:center; \/* Center alignment desktop *\/\n  }\n\n  .se-wrap{\n    max-width:1200px; margin:0 auto;\n    display:flex; justify-content:center; \/* Center content *\/\n    padding:16px 20px;\n  }\n\n  \/* Price Text *\/\n  .se-price{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; justify-content:center; }\n  .se-free{ font-weight:700; font-size:28px; }\n  .se-strike{ font-size:18px; color:var(--muted); text-decoration:line-through; text-decoration-thickness:2px; }\n  .se-off{ font-weight:600; font-size:16px; color:var(--ink); }\n\n  \/* Grabber *\/\n  .se-grabber{\n    position:absolute; left:50%; transform:translateX(-50%);\n    width:54px; height:6px; background:#9aa3aa; opacity:.6; border-radius:999px;\n    top:6px;\n  }\n\n  \/* Mobile Responsive *\/\n  @media(max-width:800px){\n    .se-wrap{ flex-direction:column; text-align:center; padding:18px 16px 20px; }\n    .se-free{ font-size:24px; }\n  }\n<\/style>\n\n\n<div class=\"sticky-enroll\" role=\"region\" aria-label=\"Sticky Registration Notice\">\n  <div class=\"se-grabber\" aria-hidden=\"true\"><\/div>\n  <div class=\"se-wrap\">\n    <div class=\"se-price\">\n      <div class=\"se-free\">Registration is FREE<\/div>\n      <div class=\"se-strike\">Rs. 1,200\/-<\/div>\n      <div class=\"se-off\">100% OFF<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\ud83d\udd25 Limited Seats Available How to Review Contracts Sharpen your contract review skills, win client trust, and unlock higher-paying opportunities in your legal career. Date December 5 (Friday) Time 7:30 PM IST Mode Live Online Interactive Ms Achint Kaur Legal Advisor, Khaitan &amp; Co. PE\/VC, M&amp;A and regulatory expert guiding you through real-world contract review. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/betteringresults.com\/home\/wp-json\/wp\/v2\/pages\/9250"}],"collection":[{"href":"https:\/\/betteringresults.com\/home\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/betteringresults.com\/home\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/betteringresults.com\/home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/betteringresults.com\/home\/wp-json\/wp\/v2\/comments?post=9250"}],"version-history":[{"count":19,"href":"https:\/\/betteringresults.com\/home\/wp-json\/wp\/v2\/pages\/9250\/revisions"}],"predecessor-version":[{"id":9300,"href":"https:\/\/betteringresults.com\/home\/wp-json\/wp\/v2\/pages\/9250\/revisions\/9300"}],"wp:attachment":[{"href":"https:\/\/betteringresults.com\/home\/wp-json\/wp\/v2\/media?parent=9250"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}