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

* {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
  /* hidden ki jagah clip use karein */
}

.text-end {
  text-align: end;
}

.header-outerBlog-new {
  background-color: #e7eefc;
}

.conatiner-inner-blogpage {
  padding: 20px 50px !important;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
}

h3 {
  font-size: 22px !important;
}

/* =========================================================
   BLOG HERO
========================================================= */

.blog-detail-header {
  width: 100%;
  background: #e7eefc;
}

.blog-hero-section {
  position: relative;
  overflow: visible !important;
  padding: 50px 20px !important;
  /* FIXED: Fixed PHP tag inside raw CSS file (use standard path or inline style in PHP file) */
  background-image: url('../img/blog/Blog_BG.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-bottom: 1px solid #e6e6e6;
}

.blog-detail-header-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 108px 50px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48%;
  gap: 60px;
}

.blog-header-content {
  min-width: 0;
}

.blog-header-content h1 {
  margin: 0 0 20px;
  color: #101828;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 550;
}

.blog-header-content .updateBlogDate {
  margin: 0;
  color: #667085;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.blog-header-image {
  width: 100%;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 20px;
}

.blog-featured-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.updateBlogDate img {
  width: 30px;
  height: 27px;
}

.mobile {
  display: none !important;
}

.desktop {
  display: block;
}


/* =========================================================
   BLOG TAGS
========================================================= */

.blog-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 20px;
  font-weight: 400;
}

.blog-tags a {
  color: #333;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  text-transform: capitalize;
}

.tag-divider {
  display: inline-block;
  width: 1px;
  height: 18px;
  background: #ccc;
}

.updated-at-date {
  margin-left: 10px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}


/* =========================================================
   BLOG DETAIL MAIN
========================================================= */

.blog-detail-main {
  width: 100%;
  overflow: visible !important;
}

.blog-detail-layout {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 30px;
  display: flex;
  gap: 10px;
  overflow: visible !important;
}

.blog-detail-toc,
.blog-detail-sidebar {
  align-self: flex-start;
  /* CRITICAL: Element ko container height ke sath stretch hone se rokega */
  height: fit-content;
}

/* STICKY CLASS UPDATE */
.blog-toc-sticky,
.blog-form-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  /* Agar header fixed hai toh value 120px-140px rakhein */
  z-index: 20;
}

main.blog-detail-page {
  overflow: visible !important;
}

/* =========================================================
   LEFT - STICKY TABLE OF CONTENT
========================================================= */

.blog-detail-toc {
  flex: 0 0 294px;
  min-width: 0;
  height: fit-content;
  position: sticky;
  top: 150px;
  /* FIXED: Ensures container allows child sticking properly */
}

.blog-toc-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  z-index: 20;
}

.blog-toc-box {
  height: 435px;
  padding: 22px 22px 15px;
  background: #F4F8FF;
  border: 1px solid #BDC5E8;
  border-radius: 12px;
}

.blog-toc-box h3 {
  margin: 0 0 18px;
  color: #101828;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.blog-toc-box-inner {
  height: 365px;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #4F39F6 #F6F8FC;
}

/* Chrome, Edge, Safari */
.blog-toc-box-inner::-webkit-scrollbar {
  width: 2px;
}

.blog-toc-box-inner::-webkit-scrollbar-track {
  background: #F6F8FC;
}

.blog-toc-box-inner::-webkit-scrollbar-thumb {
  background: #4F39F6;
  border-radius: 10px;
}

.blog-toc-box-inner::-webkit-scrollbar-thumb:hover {
  background: #4F39F6;
}

.blog-content-main-new {
  width: 100%;
}

.blog-content-main-new a {
  display: block;
  width: 100%;
  padding: 5px 0;
  color: #171717 !important;
  font-size: 14px;
  line-height: 27px !important;
  text-decoration: none;
}

.blog-content-main-new a:hover {
  color: #007bff;
}

.blog-content-main-new a:last-child {
  border-bottom: 0;
}


/* =========================================================
   CENTER CONTENT
========================================================= */

.blog-detail-content {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  overflow: visible !important;
  padding: 0 20px;
}

.blog-content-text-new {
  width: 100%;
  margin: 0;
}

.blogWidthRight-new {
  width: 100%;
  max-width: none;
  margin: 20px 0;
}

.blogWidthRight-new p {
  color: #344054;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px !important;

}

.blogWidthRight-new h2 {
  margin-top: 2rem !important;
  margin-bottom: 18px;
  color: #101828;
  font-size: 2rem !important;
  line-height: 44px;
  font-weight: 600;
  scroll-margin-top: 120px;
  margin-bottom: 10px !important;
}

.blogWidthRight-new h3 {
  color: #101828;
  font-size: 22px !important;
  line-height: 30px;
  font-weight: 600;
  margin-top: 1rem !important;
  margin-bottom: 10px !important;

}

.blogWidthRight-new h4 {
  font-size: 1.25rem !important;
  line-height: 28px;
  margin-top: 2rem !important;
  margin-bottom: 0px !important;


}

.blogWidthRight-new a {
  text-decoration: underline;
}

.blogWidthRight-new img {
  display: block;
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  margin: 30px auto;
}

.blogWidthRight-new hr {
  margin: 20px;
}


/* =========================================================
   LISTS
========================================================= */

.blogWidthRight-new ul {
  margin: 1.2em 0 0;
  padding-left: 2.5em;
}

.blogWidthRight-new ul li {
  position: relative;
  margin-bottom: 0.2em;
  font-size: 16px !important;
  line-height: 1.6;
  letter-spacing: 0.02em;
  list-style: disc;
}

/* .blogWidthRight-new ul li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: -1em;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #020f15;
  border-radius: 50%;
} */

/* .blogWidthRight-new ul ul li::before {
  width: 10px;
  height: 10px;
  background-color: #073952;
} */

/* .blogWidthRight-new ul ul ul li::before {
  content: "•";
  top: -16px;
  left: -1em;
  width: auto;
  height: auto;
  background: none;
  color: #0d638f;
  font-size: 44px;
} */


/* =========================================================
   ORDERED LIST
========================================================= */

.blog-detail-content ol {
  margin: 0 0 1em;
  padding-left: 2em;
  font-weight: 400;
}

.blog-detail-content ol li {
  margin-bottom: 8px;
  font-size: 1rem !important;
  line-height: 2.2rem;
}


/* =========================================================
   TABLE
========================================================= */

.blog-detail-content .tableResponsive {
  margin: 30px 0 10px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.blog-detail-content .tableResponsive table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  border: none;
  padding: 0;
}

.blog-detail-content .tableResponsive th,
.blog-detail-content .tableResponsive td {
  min-width: 180px;
  padding: 15px;
  border: 1px solid #e5e5e5;
  font: 400 1rem/22px "Plus Jakarta Sans", sans-serif;
}



.blog-detail-content .tableResponsive th {
  color: #ffff;
  background-color: #7000d8;
  letter-spacing: -0.36px;
  max-width: 7rem;
  text-align: left !important;
}


/* =========================================================
   AI SUMMARY
========================================================= */

.blog-ai-summary {
  margin-bottom: 20px;
  margin-top: 20px;
}

.blog-ai-summary-header {
  margin-bottom: 15px;
}

.blog-ai-label {
  display: inline-block;
  margin-bottom: 8px;
  color: #007bff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.blog-ai-summary-header h2 {
  margin: 0;
  color: #101828;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.blog-ai-takeaways {
  display: flex;
  gap: 15px;
  padding: 22px;
  background: #FEF6FF;
  border-radius: 12px;
  border-left: 2px solid #8A66B9;
}

.blog-ai-icon {
  flex: 0 0 20px;
}

.blog-ai-icon img {
  width: 28px;
  height: 28px;
}

.blog-ai-takeaways h3 {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
}

.blog-ai-description p {
  margin: 0 0 10px;
  color: #1E1B1B;
  font-size: 14px !important;
  line-height: 22px !important;
}

.blog-ai-description p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   RIGHT - STICKY FORM
========================================================= */

.blog-detail-sidebar {
  flex: 0 0 290px;
  min-width: 0;
  height: fit-content;
  position: sticky;
  top: 150px;
}

.blog-form-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  z-index: 20;
}

.blog-form-sticky .consultationBox {
  width: 100%;
}


/* =========================================================
   AUTHOR
========================================================= */

.blog-author-section {
  margin: 0 43px 30px;
  border-radius: 12px;
  padding: 0 !important;
}

.blog-author-section .conatiner-newblog {
  border-radius: 20px;
  padding: 20px;
}


/* =========================================================
   FAQ
========================================================= */

.blog-faq-section {
  margin-top: 60px;
}

.blog-faq-section>h2 {
  margin-bottom: 25px;
  scroll-margin-top: 120px;
}

.blogAccordion {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px !important;
  cursor: pointer;
  text-align: left;
  outline: none;
  background-color: #e5f2ff;
  border: 0;
  border-radius: 8px;
  transition: 0.4s;
}

.blogAccordion::after {
  content: "+";
  margin-left: 5px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  opacity: 0.7;
}

.blogAccordion.active::after {
  content: "-";
}

.blogAccordion.active,
.blogAccordion:hover {
  font-weight: 500;
}

.blogAccordion p {
  margin: 0 !important;
  color: #444 !important;
  font: 400 16px/35px OpenSans Semibold !important;
  letter-spacing: -0.96px !important;
}

.blogPanel {
  max-height: 0;
  margin-top: 20px;
  padding: 0 23px;
  overflow: hidden;
  transition: max-height 0.4s ease-in;
}

.blogPanel p {
  min-height: 0;
  margin: 0;
  padding-bottom: 20px;
  color: #222;
  font: 400 16px/28px "Plus Jakarta Sans", sans-serif;
  ;
  letter-spacing: -0.36px;
}

.blogPanel ul {
  margin: 40px 0;
}

.blogPanel ul>li {
  font-size: 1.4rem;
}


/* =========================================================
   TOC TOGGLE
========================================================= */

.toc-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 400;
}

.toc-toggle-btn::after {
  content: "▼";
}

.toc-toggle-btn.active::after {
  content: "▲";
}

.toc-content {
  margin-top: 10px;
}


/* =========================================================
   CF7
========================================================= */

.wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  color: #ff0000 !important;
  border: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #000 !important;
  margin-top: 20px !important;
}

.btn-spiner .wpcf7-spinner {
  margin: 15px 6px 6px !important;
}

#submitc-button,
#thank-you-button {
  transition: all 0.5s ease;
}

.thankyouBtn {
  display: flex;
  align-items: center;
  padding: 0 14px 0 25px;
  color: #fff !important;
  background: transparent;
  border: 1px solid #fff !important;
  border-radius: 24px;
  font: 600 18px/25px "Plus Jakarta Sans", sans-serif;
}


/* =========================================================
   OTHER EXISTING STYLES
========================================================= */

span.country-name {
  color: gray;
}

.blog_excerpt {
  padding: 32px;
  background-color: #e7eefc;
  border-radius: 20px;
}

.flexWrap.gp-10.align-items-center.expertPara img {
  margin-right: 10px;
}

.blog-main-wrapper p.updateBlogDate {
  color: #000;
  font: 400 22px/34px "Plus Jakarta Sans", sans-serif;
  letter-spacing: -0.36px;
}

.mb-30.dflex.align-items-center p {
  margin-bottom: 0 !important;
  font: 600 32px/40px OpenSans Semibold !important;
}

a.btn.btn-primary {
  padding: 10px 25px;
  color: #fff;
  background-color: #0073e6;
  border-radius: 30px;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1440px) {

  .blogWidthRight-new h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .blogWidthRight-new ul {
    padding-left: 2em;
  }

  .blogWidthRight-new ul li {
    font-size: 1.5rem;
  }

  .blogAccordion p {
    font-size: 16px !important;
    line-height: 28px !important;
  }

  .blogPanel p {
    font-size: 16px;
    line-height: 28px;
  }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

  .blog-detail-header-inner {
    grid-template-columns: minmax(0, 1fr) 45%;
    gap: 30px;
  }

  .blog-header-content h1 {
    font-size: 42px;
  }

  .blog-featured-image {
    height: 320px;
  }

  /* FIXED: Replaced flex-basis only with shorthand flex declaration to prevent squishing */
  .blog-detail-toc {
    flex: 0 0 180px;
  }

  .blog-detail-sidebar {
    flex: 0 0 280px;
  }

  .blog-detail-layout {
    gap: 0px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .mobile {
    display: block !important;
  }

  .desktop {
    display: none !important;
  }
}


/* =========================================================
   TABLET / MOBILE
========================================================= */

@media (max-width: 767px) {
  .blog-card {
    width: unset !important;
    height: 360px !important;
  }

  .blog-detail-header-inner {
    padding: 30px 18px 25px !important;
  }

  .blog-header-content h1 {
    font-size: 30px;
    line-height: 1.25;
  }

  .blog-detail-layout {
    /* padding: 25px 18px 40px !important; */
    gap: 20px;
  }

  .blogWidthRight-new p {
    font-size: 16px !important;
    line-height: 27px !important;
  }

  .blogWidthRight-new h2 {
    font-size: 26px !important;
    line-height: 34px !important;
  }

  .blogWidthRight-new h3 {
    font-size: 21px !important;
    line-height: 29px !important;
  }

  .blogWidthRight-new h4 {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .blogWidthRight-new ul,
  .blogWidthRight-new ol {
    padding-left: 22px !important;
  }

  .blogWidthRight-new ul li,
  .blogWidthRight-new ol li {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .blog-author-section {
    margin: 0 18px 30px;
  }

  .blog-toc-box {
    padding: 18px;
  }

  .blog-toc-box-inner {
    height: 280px;
  }

  .blog-ai-takeaways {
    padding: 0;
  }

  .blog-key-takeaways-toggle {
    padding: 16px 18px !important;
  }

  .blog-key-takeaways-content {
    padding: 16px 18px 20px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575px) {

  .blogWidthRight-new h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .blog-tags {
    margin-top: 20px;
  }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */
@media (max-width: 480px) {

  .blog-header-content h1 {
    font-size: 27px;
    line-height: 34px;
  }

  .blog-detail-layout {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .blogWidthRight-new p {
    font-size: 15px !important;
    line-height: 26px !important;
  }

  .blogWidthRight-new h2 {
    font-size: 23px !important;
    line-height: 31px !important;
  }

  .blogWidthRight-new h3 {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  .blogWidthRight-new h4 {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .blogWidthRight-new ul,
  .blogWidthRight-new ol {
    padding-left: 20px !important;
  }

  .blogWidthRight-new ul li,
  .blogWidthRight-new ol li {
    font-size: 15px !important;
    line-height: 25px !important;
  }

  /* Table remains horizontally scrollable */
  .blog-detail-content .tableResponsive table {
    min-width: 550px !important;
  }

  .growth-form {
    padding: 20px 16px 15px;
  }

  .blog-key-takeaways-title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 400px) {

  .blogWidthRight-new h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

/* =========================================================
   CUSTOM MOBILE HERO & LAYOUT TWEAKS
   - Reorder hero: image first, then category, then title on mobile
   - Provide a 3-column small-screen grid (left TOC, center content, right form)
   - Make center content non-transparent with padding and background
   - Ensure sticky elements are disabled on small screens
========================================================= */






/* 1. Global Overflow Fix for Sticky Parent Chain */
html,
body,
main.blog-detail-page,
.blog-detail-main {
  overflow: visible !important;
  overflow-x: clip !important;
}

/* 2. Flex Layout Container Height Adjustments */
.blog-detail-layout {
  display: flex !important;
  align-items: flex-start !important;
  /* CRITICAL: Prevents equal height stretch */
  overflow: visible !important;
}

.blog-detail-toc,
.blog-detail-sidebar {
  align-self: flex-start !important;
  height: fit-content !important;
  min-height: auto !important;
  overflow: visible !important;
}

/* 3. Sticky Targets with Header Safety Offset */
.blog-toc-sticky,
.blog-form-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 150px !important;
  /* Increased top space so menu doesn't cover it */
  z-index: 20 !important;
}

/* 4. Desktop Only Condition Safety */
@media (min-width: 992px) {

  .blog-detail-toc,
  .blog-detail-sidebar {
    display: block !important;
  }
}

.ai-block {
  display: flex;
  flex-direction: column;
  height: 94px;
  background: #F4F8FF;
  border-radius: 12px;
  padding: 10px 20px;
  border: 1px solid #BDC5E8;
}

.ai-block h3 {
  font-size: 18px !important;
  line-height: 30px !important;
}

.ai-block-btn-container {
  display: flex;
  justify-content: start;
  gap: 12px;
  padding: 10px 0 0px;
  /* flex-direction: column; */
}

.ai-block-btn-container a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  cursor: pointer;
  padding: 6px 10px;
  border: 1px solid #BDC5E8;
  display: flex;
  gap: 10px;
  justify-content: center;
  border-radius: 4px;
  outline: none;
  background: #FFFFFF;
  color: #000000;
  /* min-width: 116px; */
  align-items: center;
  width: fit-content;
}

.ai-block-btn-container a span img {
  display: flex;
  width: 30px;
}

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

.growth-form {
  width: 100%;
  max-width: 294px;
  box-sizing: border-box;
  padding: 22px 19px 15px;
  background: #f3f7ff;
  border: 1px solid #aebeff;
  border-radius: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.growth-form h4 {
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.growth-form-description {
  margin: 0 0 20px;
  color: #171717;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
}

.growth-form form {
  width: 100%;
}

.growth-form .form-field {
  width: 100%;
  margin-bottom: 0;
}

.growth-form input,
.growth-form textarea {
  width: 100%;
  height: 46px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;

  border: 0;
  border-bottom: 1px solid #d3d7df;
  border-radius: 0;
  outline: none;

  background: transparent;

  color: #1d2940;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.growth-form input::placeholder,
.growth-form textarea::placeholder {
  color: #34415a;
  opacity: 1;
}

.growth-form input:focus,
.growth-form textarea:focus {
  border-bottom-color: #7a5cff;
}

.growth-form textarea {
  height: 46px;
  padding-top: 14px;
  resize: none;
}

.growth-form .growth-submit {
  width: calc(100% - 8px);
  height: 52px;
  margin: 0 4px 0;

  border: 0;
  border-radius: 30px;

  background: linear-gradient(90deg,
      #4d00ff 0%,
      #d000ff 100%);

  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;

  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.growth-form .growth-submit:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.growth-form .growth-submit:active {
  transform: translateY(0);
}



/* =========================================================
   BLOG CONTENT ONLY - MOBILE RESPONSIVE FIX
   Does NOT affect header / TOC / sidebar
========================================================= */





/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

  .blogWidthRight-new p {
    font-size: 15px !important;
    line-height: 26px !important;
  }

  .blogWidthRight-new h2 {
    font-size: 23px !important;
    line-height: 31px !important;
  }

  .blogWidthRight-new h3 {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  .blogWidthRight-new h4 {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .blogWidthRight-new ul,
  .blogWidthRight-new ol {
    padding-left: 22px !important;
  }

  .blogWidthRight-new ul li,
  .blogWidthRight-new ol li {
    font-size: 15px !important;
    line-height: 25px !important;
  }

  .blog-detail-content .tableResponsive table {
    min-width: 550px !important;
  }
}

/* =========================================
   KEY TAKEAWAYS ACCORDION
========================================= */

.blog-ai-takeaways {
  display: flex;
  flex-direction: column;
}

/* Header */
.blog-key-takeaways-toggle {
  width: 100%;
  padding: 0 24px 10px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;

  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  border-bottom: 1px solid #C7BAC8;
}

/* Title */
.blog-key-takeaways-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #111827;
}

/* Plus / Minus Icon */
.blog-key-takeaways-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F3F4F6;

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

  position: relative;
  flex-shrink: 0;
}

.blog-key-takeaways-icon span {
  position: absolute;
  width: 12px;
  height: 2px;
  background: #111827;
  border-radius: 2px;
  transition: transform 0.25s ease;
}

.blog-key-takeaways-icon span:last-child {
  transform: rotate(90deg);
}

/* Content */
.blog-key-takeaways-content {
  padding: 0 24px 24px;

  font-size: 16px;
  line-height: 28px;
  color: #4B5563;
}

/* Bullet Points */
.blog-key-takeaways-content ul {
  margin: 0;
  padding-left: 24px;
  list-style-type: disc;
}

.blog-key-takeaways-content ul li {
  margin-bottom: 10px;
  padding-left: 5px;
}

.blog-key-takeaways-content ul li:last-child {
  margin-bottom: 0;
}

/* Paragraph */
.blog-key-takeaways-content p {
  margin: 0 0 10px;
}


/* =========================================
   KEY TAKEAWAYS ACCORDION
========================================= */

.blog-ai-takeaways {
  display: flex;
  flex-direction: column;
}

/* Header */

.blog-key-takeaways-toggle {
  width: 100%;

  border: none;
  border-bottom: 1px solid #C7BAC8;

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

  cursor: pointer;
  text-align: left;
  background: none;
}

/* Title */

.blog-key-takeaways-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #111827;
}

/* Arrow */

.blog-key-takeaways-toggle::after {
  content: "▼";
  margin-left: auto;
  font-size: 12px;
  line-height: 1;
  color: #111827;
}

/* CLOSED = UP ARROW */

.blog-ai-takeaways.is-closed .blog-key-takeaways-toggle::after {
  content: "▲";
}

/* Content */

.blog-key-takeaways-content {
  padding: 20px 24px 24px;

  font-size: 16px;
  line-height: 28px;
  color: #4B5563;
}

/* Bullet Points */

.blog-key-takeaways-content ul {
  margin: 0;
  padding-left: 24px;
  list-style-type: disc;
}

.blog-key-takeaways-content ul li {
  margin-bottom: 10px;
  padding-left: 5px;
}

.blog-key-takeaways-content ul li:last-child {
  margin-bottom: 0;
}

/* Paragraph */

.blog-key-takeaways-content p {
  margin: 0 0 10px;
}

/* Hide content */

.blog-ai-takeaways.is-closed .blog-key-takeaways-content {
  display: none;
}

/* =========================================================
       SECTION 4 - NEWSLETTER
    ========================================================= */

.blog-newsletter-section {
  position: relative;
  overflow: hidden;
  padding: 70px 20px;
  background: linear-gradient(135deg, #005eea 0%, #0869ed 50%, #0057dc 100%);
  color: #fff;
}

.blog-newsletter-section:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  right: -100px;
  top: -140px;
}

.blog-newsletter-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.blog-newsletter-inner h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 32px;
}

.blog-newsletter-inner p {
  max-width: 600px;
  margin: 0 auto 25px;
  color: rgba(255, 255, 255, .85);
  font-size: 15px;
}

/* =========================================
   BLOG NEWSLETTER FORM
========================================= */

.newsletter-form {
  max-width: 560px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
}

/* CF7 generated <p> wrapper */
.newsletter-form>p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 6px;
}

/* Email field wrapper */
.newsletter-form .wpcf7-form-control-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
}

/* Email input */
.newsletter-form input[type="email"] {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 13px 18px !important;
  border-radius: 40px;
  background: transparent;
  font-size: 14px;
}

/* Subscribe button */
.newsletter-form input[type="submit"] {
  flex: 0 0 auto;
  width: auto;
  height: 48px;
  border: 0 !important;
  border-radius: 40px;
  background: #141c2c;
  color: #fff;
  padding: 12px 24px !important;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

/* CF7 loading spinner */
.newsletter-form .wpcf7-spinner {
  display: none;
}

/* =========================================
   VALIDATION MESSAGE
========================================= */

.newsletter-form .wpcf7-not-valid-tip {
  position: absolute;
  left: 18px;
  top: 100%;
  margin-top: 5px;
  font-size: 12px;
}

/* Invalid input */
.newsletter-form input.wpcf7-not-valid {
  border: 1px solid #dc3232 !important;
}

/* CF7 response message */
.newsletter-form .wpcf7-response-output {
  margin: 10px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 13px;
}

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

@media (max-width: 576px) {

  .newsletter-form {
    width: 100%;
    border-radius: 20px;
  }

  .newsletter-form>p {
    flex-direction: column;
    gap: 10px;
    padding: 6px;
  }

  .newsletter-form .wpcf7-form-control-wrap {
    width: 100%;
  }

  .newsletter-form input[type="email"],
  .newsletter-form input[type="submit"] {
    width: 100%;
  }

  .newsletter-form input[type="submit"] {
    padding: 12px 20px !important;
    width: 50%;
  }
}

.custom-contact-wrapper .right-panel {
  padding: 50px;
}


/* table */
/* =========================================================
   COMMON TABLE
========================================================= */

table {
  width: 100%;
  max-width: 100%;
  margin: 30px 0;

  border-collapse: separate !important;
  border-spacing: 0;

  background: #fff;

  border: 1px solid #d9d9d9;
  border-radius: 12px;

  overflow: hidden;

  font-family: 'Plus Jakarta Sans', sans-serif;
  table-layout: auto;
}


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

table thead th {
  background: #7000d8 !important;
  color: #fff !important;

  padding: 10px 9px !important;

  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;

  text-align: left !important;
  vertical-align: middle !important;

  border-right: 1px solid rgba(255, 255, 255, 0.35) !important;
  box-sizing: border-box;
}

table thead th:last-child {
  border-right: 0 !important;
}


/* =========================================================
   TABLE BODY
========================================================= */

table tbody td {
  padding: 10px 9px !important;

  background: #fff !important;
  color: #161616 !important;

  font-size: .95rem !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;

  text-align: left !important;
  vertical-align: middle !important;

  border-right: 1px solid #e5e5e5 !important;
  border-bottom: 1px solid #e5e5e5 !important;

  box-sizing: border-box;

  overflow-wrap: anywhere;
  max-width: 7rem;
  border: 0;
}

/* table tbody td:last-child {
  border-right: 0 !important;
}

table tbody tr:last-child td {
  border-bottom: 0 !important;
} */


/* =========================================================
   FIRST COLUMN
========================================================= */

table tbody td:first-child {
  font-weight: 600 !important;
}


/* =========================================================
   REMOVE INLINE WIDTH RESTRICTIONS
========================================================= */

table th,
table td {
  box-sizing: border-box;
}


/* =========================================================
   HOVER
========================================================= */

table tbody tr:hover td {
  background: #faf8ff !important;
}




/* =========================================================
   RELATED BLOGS
========================================================= */

.related-blog-section {
  padding: 10px 0 !important;
  background: #fff;
  padding-top: 20px !important;
}

.related-blog-heading {
  margin-bottom: 35px;
}

.related-blog-heading h2 {
  margin: 0;
  font-size: 32px;
  color: #141c2c;
}

.related-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/*
 * Make related cards equal height
 * with the same look as Blog Listing cards
 */
.related-blog-card {
  width: 100% !important;
  height: 450px;
}


/* =========================================================
   TABLET
========================================================= */

/* =========================================================
   MOBILE BLOG DETAIL
========================================================= */

@media (max-width: 991px) {

  /* -------------------------
     HERO
  ------------------------- */

  .blog-detail-header-inner {
    display: flex !important;
    flex-direction: column-reverse !important;
    padding: 45px 0 0 !important;
    gap: 35px;
  }

  /* Image first */
  .blog-header-image {
    order: -1 !important;
    width: 100%;
    margin-bottom: 0 !important;
  }

  .blog-header-content {
    order: 0 !important;
    width: 100%;
  }

  .blog-header-content h1 {
    font-size: 38px;
    line-height: 1.25;
  }

  /* -------------------------
     MAIN LAYOUT
  ------------------------- */

  .blog-detail-layout {
    width: 100%;
    max-width: 100%;
    display: flex !important;
    flex-direction: column !important;
    gap: 0px;
  }

  .blog-detail-toc,
  .blog-detail-content,
  .blog-detail-sidebar {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: none !important;
  }

  .blog-detail-toc {
    order: 1;
    position: static !important;
  }

  .blog-detail-content {
    order: 2;
    position: static !important;
    padding: 0 !important;
  }

  .blog-detail-sidebar {
    order: 3;
    position: static !important;
  }

  /* Disable sticky on mobile */
  .blog-toc-sticky,
  .blog-form-sticky,
  .blog-detail-toc,
  .blog-detail-sidebar {
    position: static !important;
    top: auto !important;
  }

  /* -------------------------
     TOC
  ------------------------- */

  .blog-toc-box {
    width: 100%;
    height: auto;
  }

  .blog-toc-box-inner {
    height: 300px;
  }

  /* -------------------------
     CONTENT
  ------------------------- */

  .blog-content-text-new,
  .blogWidthRight-new {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .blogWidthRight-new p {
    width: 100%;
    font-size: .95rem !important;
    line-height: 1.75 !important;
  }

  .blogWidthRight-new h2 {
    font-size: 28px !important;
    line-height: 36px !important;
    margin-top: 30px !important;
    /* margin-bottom: 16px !important; */
  }

  .blogWidthRight-new h3 {
    font-size: 22px !important;
    line-height: 30px !important;
    margin-top: 25px !important;
  }

  .blogWidthRight-new h4 {
    font-size: 19px !important;
    line-height: 27px !important;
  }

  /* -------------------------
     IMAGES
  ------------------------- */

  .blogWidthRight-new img,
  .blog-content-text-new img,
  .blog-content-main-new img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 25px auto !important;
  }

  /* -------------------------
     LISTS
  ------------------------- */

  .blogWidthRight-new ul,
  .blogWidthRight-new ol {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 24px !important;
    margin: 20px 0 !important;
  }

  .blogWidthRight-new ul li,
  .blogWidthRight-new ol li {
    font-size: 16px !important;
    line-height: 27px !important;
    overflow-wrap: anywhere !important;
  }

  /* -------------------------
     TABLE
  ------------------------- */

  .blog-detail-content .tableResponsive {
    width: 100%;
    max-width: 100%;
    overflow-x: auto !important;
    overflow-y: hidden;
  }

  .blog-detail-content .tableResponsive table {
    width: max-content !important;
    min-width: 550px !important;
    max-width: none !important;
  }

  /* -------------------------
     AI SUMMARY
  ------------------------- */

  .blog-ai-takeaways {
    width: 100%;
    max-width: 100%;
  }

  /* -------------------------
     FAQ
  ------------------------- */

  .blog-faq-section {
    width: 100%;
  }

  .blogAccordion {
    width: 100%;
  }

  .blogAccordion p {
    font-size: 16px !important;
    line-height: 28px !important;
  }

  /* -------------------------
     FORM
  ------------------------- */

  .growth-form {
    width: 100%;
    max-width: 100%;
  }


  .blog-newsletter-inner {
    padding: 0 15px;
  }

  .blog-author-section {
    padding: 0 !important;
  }


  .ai-block-btn-container {
    justify-content: space-between !important;
  }

  .ai-block h3 {
    margin-bottom: 5px !important;
  }
}




.blog-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e7ec;
  border-radius: 14px;
  transition: .3s ease;
  width: 100%;
  max-width: 400px;
  height: 430px;
  /* Important */
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(25, 36, 60, .09);
}

.blog-card-image {
  display: block;
  height: 210px;
  background: #f1f3f8;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform .4s ease;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.04);
}

.blog-card-content {
  padding: 10px;

  /* Important */
  display: flex;
  flex-direction: column;
  flex: 1;
}


.blog-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 13px;
  font-size: 12px;
  color: #8a91a0;
}

.blog-card-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 5px !important;
  letter-spacing: -0.48px;

  /* Optional: keeps title area consistent */
  min-height: 60px;
}

.blog-card-title a {
  position: relative;
  display: inline;
  color: #141c2c !important;
  text-decoration: none;
  font-size: 17px !important;
  line-height: 1.5 !important;
  background: linear-gradient(to bottom, #141c2c 0%, #141c2c 98%);
  background-repeat: no-repeat;
  background-size: 0 1.5px;
  background-position: right 95%;
  transition: background-size 0.75s ease, color 0.3s ease;
}

.blog-card-title a:hover {
  color: #633cff !important;
  background-size: 100% 1.5px;
  background-position: 0 95%;
}

.blog-card-author {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #edf0f4;
  padding-top: 15px;

  /* Important */
  margin-top: auto;
}

.blog-card-author img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.blog-card-author-name {
  margin: 0 0 2px;
  color: #202737;
  font-size: 12px;
  font-weight: 700;
}

.blog-card-author-designation {
  margin: 0;
  color: #8b92a0;
  font-size: 16px;
  display: block;
  line-height: 24px;
  margin-top: 10px;
}

.blog-card-category {
  color: #633cff;
  text-decoration: none;
  font-weight: 600;
}



.blog-card-author {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #edf0f4;
  padding-top: 15px;
  margin-top: auto;
}

.blog-card .blog-card-content h2 a,
.blog-card .blog-card-content h3 a,
.blog-card .blog-card-content h4 a {
  color: var(--title-color);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  text-transform: capitalize;
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: right 95%;
  transition: background-size 0.75s;
}

.blog-card-title a {
  position: relative;
  display: inline;
  color: #151a2e;
}

.blog-card .blog-card-content h2 a:hover,
.blog-card .blog-card-content h3 a:hover,
.blog-card .blog-card-content h4 a:hover,
.blog-card-title a:hover {
  background-size: 100% 1.5px;
  background-position: 0 95%;
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid #E9E9EE99;
  padding: .5em;
  background: #4C33C6;
  color: #ffff;
}

/* If a table has no header row, style its first row like a header row */
.wp-block-table:not(:has(th)) tr:first-child td {
  border: 1px solid #E9E9EE99;
  padding: .5em;
  background: #4C33C6 !important;
  color: #fff !important;
}

/* Normal table cells */
.wp-block-table td,
.wp-block-table th {
  border: 1px solid #E9E9EE99;
  padding: .5em;
}


/* No TH = first row header */
.wp-block-table table:not(:has(th)) tbody tr:first-child td {
  background-color: #4C33C6 !important;
  color: #fff !important;
  font-weight: 600 !important;
}

/* Table cells */
.wp-block-table table td,
.wp-block-table table th {
  border: 1px solid #E9E9EE99 !important;
  padding: 0.5em !important;
}

/* First row as header */
.wp-block-table table tbody tr:first-child td {
  background-color: #4C33C6 !important;
  color: #fff !important;
  font-weight: 600 !important;
}

@media (max-width: 991px) {
  .related-blog-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .related-blog-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 20px !important;

  }
}

@media (max-width: 991px) {

  .blog-toc-sticky,
  .blog-form-sticky {
    position: static !important;
  }
}

@media (min-width: 992px) {

  .blog-toc-sticky,
  .blog-form-sticky {
    position: sticky !important;
    top: 150px !important;
    z-index: 20 !important;
  }
}

@media (max-width: 991px) {

  .blog-toc-sticky,
  .blog-form-sticky,
  .blog-detail-toc,
  .blog-detail-sidebar {
    position: static !important;
    top: auto !important;
  }

  .blog-featured-image {
    height: auto !important;
  }

  .blog-header-content h1 {
    font-size: 1.5rem !important;
  }

  .blog-detail-main {
    padding: 20px 0 !important;
  }

  .blogAccordion::after {
    font-size: 20px !important;
  }

  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: 44px !important;
    font: 400 14px / 10px "Plus Jakarta Sans", sans-serif !important;
  }



  .blog-author-mobile {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
    flex-direction: column;
  }

  .blog-author-mobile .profileImg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
  }

  .blog-author-mobile .name-authordesig-div h5 {
    margin: 0;
    font-size: 14px;
    color: #141c2c;
  }

  .blog-author-mobile .name-authordesig-div p {
    margin: 5px 0 0;
    font-size: 12px;
    color: #7000d8;
  }

  .ai-block-btn-container a span img {
    width: 20px;
  }

  .ai-block-btn-container {
    padding: 0;
  }
}





.testimonial-section p {
  font: 400 14px/28px "Plus Jakarta Sans", sans-serif !important;
}

/* =========================================================
   GUTENBERG / BLOG CONTENT TABLE HORIZONTAL SCROLL
========================================================= */

.blogWidthRight-new .overflow-x-auto {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
}

.blogWidthRight-new .overflow-x-auto table {
  width: max-content !important;
  min-width: 700px !important;
  max-width: none !important;
}

@media (max-width: 767px) {

  .blogWidthRight-new .overflow-x-auto {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    display: block !important;
    -webkit-overflow-scrolling: touch;
  }

  .blogWidthRight-new .overflow-x-auto table {
    width: max-content !important;
    min-width: 700px !important;
    max-width: none !important;
  }

}

/* =========================================================
   FIX GUTENBERG TABLE HORIZONTAL SCROLL
========================================================= */

/* Scroll container */
.blog-detail-content .overflow-x-auto {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
}

/* Table itself */
.blog-detail-content .overflow-x-auto>table {
  display: table !important;

  width: 700px !important;
  min-width: 700px !important;
  max-width: none !important;

  margin: 30px 0 !important;
  table-layout: auto !important;
}

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

  .blog-detail-content .overflow-x-auto {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  .blog-detail-content .overflow-x-auto>table {
    width: 700px !important;
    min-width: 700px !important;
    max-width: none !important;
  }
}

/* =========================================================
   ALL BLOG TABLE SCROLLING
========================================================= */

.blog-detail-content .blog-table-scroll {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;

  -webkit-overflow-scrolling: touch;
}

.blog-detail-content .blog-table-scroll>table {
  width: max-content !important;
  min-width: 700px !important;
  max-width: none !important;

  table-layout: auto !important;
}


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

  .blog-detail-content .blog-table-scroll {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  .blog-detail-content .blog-table-scroll>table {
    width: max-content !important;
    min-width: 700px !important;
    max-width: none !important;
  }

  .mobile {
    display: block !important;
  }

  .desktop {
    display: none !important;
  }

}

strong {
  font-weight: 600 !important;
}

/* =========================================
   TABLE OF CONTENT
========================================= */

.blog-toc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.blog-toc-header h3 {
  margin: 0;
}

.blog-toc-toggle {
  display: none;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

/* Arrow */
.toc-toggle-icon {
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 991px) {

  .blog-toc-toggle {
    display: flex;
  }

  /* Closed by default on mobile */
  .blog-toc-box-inner {
    display: none;
  }

  /* Open state */
  .blog-toc-box.is-open .blog-toc-box-inner {
    display: block;
  }

  /* Arrow points down when closed */
  .blog-toc-box:not(.is-open) .toc-toggle-icon {
    transform: rotate(45deg);
  }

  /* Arrow points up when open */
  .blog-toc-box.is-open .toc-toggle-icon {
    transform: rotate(225deg);
  }

}

/* =========================================
   DESKTOP
========================================= */

@media (min-width: 992px) {

  .blog-toc-box-inner {
    display: block !important;
  }

  .blog-toc-toggle {
    display: none;
  }

}

.relative {
  padding-top: 0px !important;
}

.tableResponsive table,
th {
  color: white !important;
  font: 600 16px / 32px Plus Jakarta Sans SemiBold !important;
  text-align: left !important;
  background: #4C33C6 !important;
  border: 1px solid #e5e5e5 !important;
}