/* Minification failed. Returning unminified contents.
(354,1): run-time error CSS1019: Unexpected token, found '}'
(502,1): run-time error CSS1019: Unexpected token, found '}'
(3283,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3284,8): run-time error CSS1035: Expected colon, found '{'
 */
/* Note: 
    1. Before adding color codes, please check whether the color code is already present or not.
    2. Add the color codes in their series and arrange it alphabetically
    3. Follow the below naming conventions to add color code

          Color code        Color Variable
        ----------------------------------------
			#AAAAAA		- 	$color_AA
            #ABABAB     -   $color_AB
            #ABCABC     -   $color_ABC
            #ABCDEF     -   $color_ABCDEF
*/
/********************************** Common Text Colors ************************************/
/********************************** End Common Text Colors ************************************/
/********************************** Common Border Colors ************************************/
/********************************** End Common Border Colors ************************************/
/********************************** Common Background Colors ************************************/
/********************************** End Common Background Colors ************************************/
/********************************** Common Button Colors ************************************/
/* Font family declaration */
/********************************** Common  Colors ************************************/
/*! -- Stack Pricing -- */
/* Font sizes declaration */
#popular-components-section {
  background-color: #fafbff;
  padding: 65px 0;
}
#popular-components-section h2 {
  font-size: 40px;
  color: #0f172a;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 50px;
  font-weight: 700;
}
#popular-components-section .nav-tabs {
  margin: 0 0 70px;
  border-bottom: none;
}
#popular-components-section .nav-tabs > li {
  flex: 1;
}
#popular-components-section .heading {
  font-size: 26px;
  color: #1a1a1a;
  letter-spacing: 0;
  font-weight: 600;
  margin: 10px 0 16px;
}
#popular-components-section .description {
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 0.2px;
  line-height: 27px;
  padding: 0 0 30px;
  text-align: left;
  width: 95%;
  word-spacing: 2px;
}
#popular-components-section .control-image img {
  width: 100%;
}
#popular-components-section .tab-pane .common-img {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  #popular-components-section .tab-pane .common-img {
    margin-top: -20% !important;
  }
}
#popular-components-section .tab-pane .heading-responsive {
  display: none;
}
#popular-components-section .nav-tabs > li.active > a,
#popular-components-section .nav-tabs > li.active > a:focus,
#popular-components-section .nav-tabs > li.active > a:hover {
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.29px;
  text-align: center;
  background-color: #0057ff;
  font-weight: 600;
  cursor: pointer;
}
#popular-components-section .nav-tabs > li.active > a img,
#popular-components-section .nav-tabs > li.active > a:focus img,
#popular-components-section .nav-tabs > li.active > a:hover img {
  opacity: 1;
  filter: brightness(0) invert(1);
}
#popular-components-section .nav-tabs > li > a {
  border-radius: 20px;
  font-size: 14px;
  color: #5d5b5b;
  background-color: #eff4ff;
  letter-spacing: -0.29px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
#popular-components-section .nav-tabs > li > a:hover, #popular-components-section .nav-tabs > li > a:focus {
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  background-color: #0057ff;
  letter-spacing: -0.29px;
  text-align: center;
}
#popular-components-section .nav-tabs > li > a:hover img, #popular-components-section .nav-tabs > li > a:focus img {
  opacity: 1;
  filter: brightness(0) invert(1);
}
#popular-components-section .nav {
  display: flex;
  justify-content: center;
  gap: 19px;
  margin-inline: 8%;
}
@media (min-width: 768px) and (max-width: 1439px) {
  #popular-components-section .nav {
    gap: 10px;
  }
}
#popular-components-section .nav:before, #popular-components-section .nav:after {
  display: none;
}
#popular-components-section .nav > li > a {
  padding: 9px 16px 8px 16px;
}
#popular-components-section .nav .componenticon {
  opacity: 0.7;
  margin-block-start: 0px;
  margin-block-end: 0px;
  width: 24px;
  height: 24px;
}
#popular-components-section .nav span {
  margin-inline-start: 1px;
}
@media (min-width: 1023px) {
  #popular-components-section .nav span {
    font-size: 16px;
  }
}
#popular-components-section .tab-pane.fade {
  transition: all 0.2s;
  transform: translateX(1rem);
}
#popular-components-section .tab-pane.fade.active {
  transform: translateX(0rem);
}
#popular-components-section .right-arrow-section,
#popular-components-section .left-arrow-section {
  margin: 20% 0 0;
  padding: 0;
}
#popular-components-section .right-arrow-section img,
#popular-components-section .left-arrow-section img {
  cursor: pointer;
  padding: 12px 11px 12px 12px;
  float: right;
}
#popular-components-section .right-arrow-section img:hover,
#popular-components-section .left-arrow-section img:hover {
  border-radius: 50%;
  background: rgba(0, 115, 220, 0.06);
}
#popular-components-section .left-arrow-section img {
  float: left;
  padding: 12px;
}
#popular-components-section .content-section {
  padding-left: 0;
}
@media (max-width: 767px) {
  #popular-components-section .content-section {
    margin-top: 20% !important;
  }
}
#popular-components-section .control-image {
  padding-right: 0;
  top: 65px;
}
#popular-components-section .control-tab {
  padding: 0 !important;
}
#popular-components-section .control-tab .custom-loader {
  width: 48px;
  height: 48px;
  border: 5px solid #0057ff;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: 1s linear infinite rotation;
  position: absolute;
  top: 47.5%;
  left: 48%;
  z-index: 4;
  transform: translate(-50%, -50%);
  display: none;
}
#popular-components-section .view-demo,
#popular-components-section .view-more {
  padding: 8px 20px;
  font-weight: 600;
  transition: 0.2s linear;
  background-color: transparent;
  color: #0073dc;
  border: 1px solid #0073dc;
  margin-bottom: 50px;
  max-width: 210px;
  margin-right: 20px;
}
#popular-components-section .view-demo span,
#popular-components-section .view-more span {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1px;
  opacity: 1 !important;
}
#popular-components-section .view-demo:hover,
#popular-components-section .view-more:hover {
  background-color: #0698ff !important;
  border: 1px solid #0698ff !important;
  color: #fff !important;
}
#popular-components-section .view-more {
  background-color: #0073dc !important;
  color: #fff !important;
}
#popular-components-section #framework-content {
  margin-bottom: 15px;
}
#popular-components-section .support-content {
  font-size: 15px;
  color: #0f172a;
  letter-spacing: 0.2px;
  padding: 0 0 30px;
  text-align: left;
  width: 95%;
  word-spacing: 2px;
  font-weight: 600;
}
#popular-components-section .platforms-section {
  margin-bottom: 15px;
}
#popular-components-section .platforms-section .platforms-icon {
  display: inline;
  margin-right: 5px;
}
#popular-components-section .platforms-section .web-icon svg {
  margin-bottom: -16px;
}
#popular-components-section .platforms-section .web-icon-three-line svg {
  margin-bottom: -30px;
}
#popular-components-section .platforms-section .mob-icon svg {
  margin-bottom: -4px;
}
#popular-components-section .platforms-section .desktop-icon svg {
  margin-bottom: -4px;
}
#popular-components-section .platforms-section .framework-items {
  display: inline;
  letter-spacing: 0;
  color: #0057ff;
  text-decoration: none;
  line-height: 25px;
  font-size: 14px;
}
#popular-components-section .platforms-section .framework-items:hover {
  color: #0050EB !important;
  text-decoration: underline !important;
}
#popular-components-section .platforms-section .web-separator {
  display: inline-block;
  border-right: 1.5px solid #caccce;
  margin-left: 3px;
  margin-right: 3px;
  height: 35px;
  position: relative;
  top: 26px;
  margin-top: -13px;
}
#popular-components-section .platforms-section .three-line-web-seperator {
  height: 62px;
  top: 52px;
  margin-top: -39px;
}
#popular-components-section .platforms-section .mobile-separator, #popular-components-section .platforms-section .desktop-separator {
  display: inline-block;
  border-right: 1.5px solid #caccce;
  margin-left: 3px;
  margin-right: 3px;
  height: 16px;
  position: relative;
  top: 4px;
}
#popular-components-section .platforms-section .dot,
#popular-components-section .platforms-section .new-dot {
  height: 12px;
  width: 1px;
  background-color: #caccce;
  display: inline-block;
  margin: 0px 6px -2px 6px;
}
#popular-components-section .platforms-section .new-dot {
  width: 0px;
  height: 0px;
  margin-left: 26.5px;
}
#popular-components-section #Spreadsheet .desktop-icon svg,
#popular-components-section #PDFViewer .desktop-icon svg,
#popular-components-section #RichTextEditor .desktop-icon svg,
#popular-components-section #Diagram .desktop-icon svg {
  margin-bottom: -5px;
}
#popular-components-section #Spreadsheet .desktop-separator,
#popular-components-section #PDFViewer .desktop-separator,
#popular-components-section #RichTextEditor .desktop-separator,
#popular-components-section #Diagram .desktop-separator {
  height: 16px;
  top: 4px;
  margin-top: 0;
}

/* --- Desktops/Large Screens --- */
@media (min-width: 1024px) {
  #popular-components-section {
    background-repeat: no-repeat;
    background-color: #fafbff !important;
    background-size: 48%;
    background-position: 80% 85%;
  }
  #popular-components-section .content-section,
  #popular-components-section .control-image {
    padding-right: 0;
  }
  #popular-components-section .tab-pane {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    animation: scaleUp 0.7s ease both;
  }
  @keyframes scaleUp {
    from {
      opacity: 0;
      transform: scale(0.8);
    }
  }
}
/* --- Responsive: 1280px and below --- */
@media (max-width: 1279px) {
  #popular-components-section .nav {
    margin-inline: 6%;
  }
  #popular-components-section .nav > li > a {
    padding: 10px 0;
  }
  #popular-components-section .nav-tabs > li.active > a,
  #popular-components-section .nav-tabs > li.active > a:focus,
  #popular-components-section .nav-tabs > li.active > a:hover {
    font-size: 15px;
  }
}
@media (max-width: 1279px) and (min-width: 1023px) {
  #popular-components-section .nav-tabs > li.active > a,
  #popular-components-section .nav-tabs > li.active > a:focus,
  #popular-components-section .nav-tabs > li.active > a:hover {
    font-size: 16px;
  }
}
@media (max-width: 1279px) {
  #popular-components-section .nav-tabs > li > a,
  #popular-components-section .nav-tabs > li > a:hover,
  #popular-components-section .nav-tabs > li > a:focus {
    font-size: 15px;
  }
  #popular-components-section .nav-tabs {
    margin: 0 0 56px;
  }
  #popular-components-section .heading {
    font-size: 19px;
    letter-spacing: 0;
  }
  #popular-components-section .description {
    font-size: 14px;
    letter-spacing: 0.17px;
  }
}
/* --- Responsive: 992px - 1023px for Framework section --- */
@media (max-width: 1199px) and (min-width: 992px) {
  #popular-components-section .platforms-section .platforms-icon {
    margin-right: 4px;
  }
  #popular-components-section .platforms-section .framework-items {
    font-size: 10.5px;
  }
  #popular-components-section .platforms-section .dot {
    height: 12px;
    width: 1px;
    margin: 0px 6px -2px 6px;
  }
  #popular-components-section .platforms-section .new-dot {
    margin-left: 26px;
  }
}
/* --- Tablets: 992px - 1023px --- */
@media (max-width: 1023px) and (min-width: 992px) {
  #popular-components-section .heading {
    text-align: left !important;
  }
  #popular-components-section .description {
    padding: 0 0 30px !important;
    text-align: left !important;
    margin: 0 0px !important;
  }
  #popular-components-section .control-image {
    padding: 0 !important;
  }
  #popular-components-section .control-image img {
    max-width: 75% !important;
  }
}
/* --- Tablets: Up to 1023px --- */
@media (max-width: 1023px) {
  #popular-components-section h2 {
    margin: 0 0 40px;
  }
  #popular-components-section .nav-tabs {
    margin: 0 0 40.5px;
  }
  #popular-components-section .heading {
    text-align: center;
    margin: 0 0 10px;
  }
  #popular-components-section .description {
    padding: 0 0 10px;
    text-align: center;
    margin: 0 30px;
  }
  #popular-components-section .control-image {
    padding: 0;
  }
  #popular-components-section .control-image img {
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  #popular-components-section .control-tab {
    padding: 0 5px !important;
  }
  #popular-components-section .content-section,
  #popular-components-section .control-image,
  #popular-components-section #framework-content,
  #popular-components-section #framework-platforms {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    animation: scaleUp 0.7s ease both;
  }
  @keyframes scaleUp {
    from {
      opacity: 0;
      transform: scale(0.8);
    }
  }
  #popular-components-section .content-section {
    padding-left: 15px;
    margin-top: 10%;
  }
  #popular-components-section .left-arrow-section,
  #popular-components-section .right-arrow-section {
    transition: none !important;
    margin: 27% 0 0;
  }
  #popular-components-section .nav > li > a {
    padding: 10px 0;
  }
  #popular-components-section .nav-tabs > li.active > a,
  #popular-components-section .nav-tabs > li.active > a:focus,
  #popular-components-section .nav-tabs > li.active > a:hover {
    font-size: 12px;
    letter-spacing: -0.21px;
  }
  #popular-components-section .nav-tabs > li > a,
  #popular-components-section .nav-tabs > li > a:hover,
  #popular-components-section .nav-tabs > li > a:focus {
    font-size: 13px;
    letter-spacing: -0.21px;
  }
  #popular-components-section .left-arrow-section img {
    padding: 6px;
  }
  #popular-components-section .right-arrow-section img {
    padding: 6px 5px 6px 6px;
  }
}
/* --- Small tablets/phones: Up to 992px --- */
@media (max-width: 992px) {
  .right-arrow-section {
    position: absolute;
    left: 91%;
  }
  .control-tab .custom-loader {
    top: 190px !important;
    left: 46% !important;
  }
}
/* --- Phones: Up to 991px (Narrow screens) --- */
@media (max-width: 991px) {
  #popular-components-section #framework-content {
    margin-top: 30px;
  }
}
/* --- Phones: Up to 767px --- */
@media (max-width: 767px) {
  #popular-components-section {
    padding: 3em 10px;
  }
  #popular-components-section h2 {
    font-size: 22px !important;
    margin-bottom: 14%;
  }
  #popular-components-section .description {
    padding: 0;
    margin: 0;
  }
  #popular-components-section .control-image img {
    max-width: 90%;
  }
  #popular-components-section .left-arrow-section {
    margin: 14% 0 0;
  }
  #popular-components-section .left-arrow-section img {
    max-width: none;
    width: 37px;
  }
  #popular-components-section .right-arrow-section {
    padding: 0;
    position: absolute;
    left: 91%;
    margin: 12% 0 0;
  }
  #popular-components-section .right-arrow-section img {
    max-width: none;
    width: 37px;
  }
  #popular-components-section .heading-responsive {
    font-size: 19px;
    margin-top: -30px !important;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    color: #0073dc;
    padding: 10px;
    display: block !important;
  }
  .control-tab .custom-loader {
    left: 44% !important;
  }
}
/* --- .custom-loader across breakpoints grouped --- */
@media (max-width: 680px) {
  .control-tab .custom-loader {
    top: 180px !important;
  }
}
@media (max-width: 650px) {
  .control-tab .custom-loader {
    top: 170px !important;
  }
}
@media (max-width: 610px) {
  .control-tab .custom-loader {
    top: 160px !important;
  }
}
@media (max-width: 580px) {
  .control-tab .custom-loader {
    left: 44% !important;
    top: 140px !important;
  }
}
@media (max-width: 495px) {
  .control-tab .custom-loader {
    width: 30px !important;
    height: 30px !important;
    border-width: 3px !important;
    top: 133px !important;
    left: 45.5% !important;
  }
}
@media (max-width: 435px) {
  .control-tab .custom-loader {
    top: 123px !important;
    left: 44.5% !important;
  }
}
@media (max-width: 410px) {
  .control-tab .custom-loader {
    top: 113px !important;
  }
}
@media (max-width: 375px) {
  .control-tab .custom-loader {
    top: 105px !important;
  }
}
@media (max-width: 345px) {
  .control-tab .custom-loader {
    top: 95px !important;
    left: 43.5% !important;
  }
}
/* --- Images/Platforms Section on smaller screens, grouped --- */
@media (max-width: 460px) {
  #popular-components-section .platforms-section {
    margin-bottom: 9px;
  }
  #popular-components-section .platforms-section .framework-items {
    font-size: 9px;
  }
  #popular-components-section .platforms-section .dot,
  #popular-components-section .platforms-section .new-dot {
    height: 10px;
    width: 1px;
    margin: 0px 4px -2px 4px;
  }
  #popular-components-section .platforms-section .new-dot {
    width: 0px;
    height: 0px;
    margin-left: 28.5px;
  }
}
@media (max-width: 360px) {
  #popular-components-section .platforms-section .framework-items {
    font-size: 7px;
  }
  #popular-components-section .platforms-section .web-separator,
  #popular-components-section .platforms-section .desktop-separator,
  #popular-components-section .platforms-section .mobile-separator {
    margin-left: 0px;
    margin-right: 0px;
  }
  #popular-components-section .platforms-section .platforms-icon {
    margin-right: 3px;
  }
  #popular-components-section .platforms-section .dot,
  #popular-components-section .platforms-section .new-dot {
    height: 10px;
    width: 1px;
    margin: 0px 4px -2px 4px;
  }
  #popular-components-section .platforms-section .new-dot {
    width: 0px;
    height: 0px;
    margin-left: 20.5px;
  }
}
#technical-support .container .row .platform-heading-text {
  font-size: 33px;
  display: block;
  margin: 80px 0px 40px 0px;
  font-weight: bold;
  color: #262E48;
}
#technical-support .container .row .category-container {
  padding: 0px 40px 40px 40px;
  display: flex;
  justify-content: center;
}
#technical-support .container .row .category-columns {
  text-align: left;
  border-left: 1px solid lightgray;
  margin-bottom: 20px;
  min-height: 150px;
}
#technical-support .container .row .category-columns .category-heading-text {
  display: block;
  padding-bottom: 25px;
  font-weight: bold;
  font-size: 19px;
  color: #262E48;
}
#technical-support .container .row .category-columns .support-link-section {
  display: flex;
  padding-bottom: 20px;
  font-size: 16px;
  color: #0254FF;
}
#technical-support .container .row .category-columns .support-link-section .link-item-title {
  font-weight: 600;
  position: relative;
  top: 4px;
  left: 12px;
}
#technical-support .container .row .category-columns .support-link-section .link-item-title :hover {
  color: #0058C8;
}
#technical-support .container .row .category-additional-column {
  text-align: left;
  margin-top: 52px;
}
#technical-support .container .row .category-additional-column .support-link-section {
  display: block;
  padding-bottom: 20px;
  font-size: 16px;
  color: #0254FF;
}
#technical-support .container .row .category-additional-column .support-link-section .link-item-title {
  font-weight: 600;
  position: relative;
  top: 4px;
  left: 12px;
}
#technical-support .container .row .category-additional-column .support-link-section .link-item-title :hover {
  color: #0058C8;
}
#technical-support .support-link-section img {
  width: 25px;
  height: 25px;
  margin-bottom: 0px;
}

.category-columns:first-of-type {
  border-left: 0px !important;
}

@media (max-width: 768px) {
  #technical-support .container .row .category-container {
    padding-left: 44px !important;
    display: block;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  #technical-support .container .row .category-columns {
    width: 20%;
  }
  #technical-support .container .row .category-additional-column {
    width: 20%;
  }
}
@media (max-width: 767px) {
  #technical-support .container .row .category-columns {
    border-left: 0px !important;
    min-height: auto;
  }
  #technical-support .container .row .category-columns:first-of-type {
    margin-bottom: 0px;
  }
  #technical-support .container .row .category-additional-column {
    min-height: auto;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  #technical-support .container .row .platform-heading-text {
    font-size: 24px;
    margin-top: 40px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .category-columns:nth-child(4) {
    border-left: 0px !important;
    margin-top: 20px;
  }
  .category-columns:nth-child(5) {
    margin-top: 20px;
  }
  #technical-support .container .row .category-container {
    display: grid;
    grid-template-columns: 240px 240px 240px;
  }
  #technical-support .container .row .category-columns {
    width: 220px;
  }
  #technical-support .container .row .category-additional-column {
    width: 220px;
  }
}
body {
  font-family: "Open Sans", sans-serif !important;
}

#vsde-js2-offer {
  overflow-x: hidden;
  padding-block: 60px;
  background-image: url("https://cdn.syncfusion.com/content/images/sales/special-offers/vsdejs2inclusionoffer/maui-offer-vsde-bg.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  #vsde-js2-offer {
    margin-block: 0px;
    padding-block: 30px;
  }
}
@media (min-width: 1921px) {
  #vsde-js2-offer {
    background-position: 65%;
  }
}
#vsde-js2-offer .container {
  display: flex;
}
@media (max-width: 767px) {
  #vsde-js2-offer .container {
    flex-direction: column;
  }
}
#vsde-js2-offer .banner-content {
  width: 45%;
}
@media (max-width: 767px) {
  #vsde-js2-offer .banner-content {
    width: 100%;
  }
}
#vsde-js2-offer .banner-content .welcome-note {
  color: #475467 !important;
  line-height: 24px;
}
@media (min-width: 767px) and (max-width: 991px) {
  #vsde-js2-offer .banner-content .welcome-note {
    font-size: 14px !important;
  }
}
#vsde-js2-offer .banner-content .heading {
  font-size: 30px;
  color: #181D27;
  font-weight: 700;
  line-height: 42px;
  margin: 13px 0 11px;
}
@media (max-width: 1279px) and (min-width: 768px) {
  #vsde-js2-offer .banner-content .heading {
    font-size: 25px !important;
  }
}
#vsde-js2-offer .banner-content .license-features {
  width: 85%;
  font-size: 16px;
  text-align: left;
}
@media (max-width: 767px) {
  #vsde-js2-offer .banner-content .license-features {
    font-size: 12px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #vsde-js2-offer .banner-content .license-features {
    width: 100%;
  }
}
#vsde-js2-offer .banner-content .license-features .license-feature {
  display: flex;
  gap: 4px;
  margin-block-end: 4px;
  color: #0F172A;
  font-weight: 400;
  line-height: 28px;
}
#vsde-js2-offer .banner-content .license-features .license-feature .feature-text {
  letter-spacing: 0.3px;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  #vsde-js2-offer .banner-content .license-features .license-feature .feature-text {
    font-size: 14px;
  }
}
#vsde-js2-offer .banner-content .license-features .license-feature .feature-icon {
  flex-shrink: 0;
  margin-top: -2px;
}
#vsde-js2-offer .banner-content .vsde-link {
  margin-block-start: 12px;
  background-color: #0057FF;
  padding: 12px 18px;
  border-radius: 4px;
  margin-left: 15px;
  color: #FFFFFF;
  border: none;
  outline: none;
  letter-spacing: 0.34px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}
@media (max-width: 767px) {
  #vsde-js2-offer .banner-content .vsde-link {
    width: 100%;
    margin-block: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #vsde-js2-offer .banner-content .vsde-link {
    font-size: 12px;
  }
}
#vsde-js2-offer .banner-content .vsde-link:hover {
  background-color: #0050EB;
}
#vsde-js2-offer .banner-content .coupon-access-button {
  margin-block-start: 14px;
  margin-block-end: 10px;
  margin-left: 15px;
  background-color: #0057FF;
  padding: 12px 18px;
  border-radius: 4px;
  color: #FFFFFF;
  border: none;
  outline: none;
  letter-spacing: 0.34px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}
#vsde-js2-offer .banner-content .coupon-access-button:hover {
  background-color: #0050EB;
}
#vsde-js2-offer .banner-content .privacy-policy-checkbox-section,
#vsde-js2-offer .banner-content .email-consent-checkbox-section {
  margin: 14px 0 0;
  padding: 0;
  margin-left: 15px;
}
#vsde-js2-offer .banner-content .privacy-policy-checkbox-section .checkbox,
#vsde-js2-offer .banner-content .email-consent-checkbox-section .checkbox {
  display: inline-block;
  width: 6%;
  float: left;
  margin: 0;
}
#vsde-js2-offer .banner-content .privacy-policy-checkbox-section .checkbox #privacy-policy-checkbox,
#vsde-js2-offer .banner-content .privacy-policy-checkbox-section .checkbox #email-consent-checkbox,
#vsde-js2-offer .banner-content .email-consent-checkbox-section .checkbox #privacy-policy-checkbox,
#vsde-js2-offer .banner-content .email-consent-checkbox-section .checkbox #email-consent-checkbox {
  margin-left: -15px;
  opacity: 0;
}
#vsde-js2-offer .banner-content .privacy-policy-checkbox-section .checkbox #privacy-policy-checkbox label:before,
#vsde-js2-offer .banner-content .privacy-policy-checkbox-section .checkbox #email-consent-checkbox label:before,
#vsde-js2-offer .banner-content .email-consent-checkbox-section .checkbox #privacy-policy-checkbox label:before,
#vsde-js2-offer .banner-content .email-consent-checkbox-section .checkbox #email-consent-checkbox label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  border: 1px solid #CACACA;
  border-radius: 2px;
}
#vsde-js2-offer .banner-content .privacy-policy-checkbox-section .checkbox #privacy-policy-checkbox:checked label:after,
#vsde-js2-offer .banner-content .privacy-policy-checkbox-section .checkbox #email-consent-checkbox:checked label:after,
#vsde-js2-offer .banner-content .email-consent-checkbox-section .checkbox #privacy-policy-checkbox:checked label:after,
#vsde-js2-offer .banner-content .email-consent-checkbox-section .checkbox #email-consent-checkbox:checked label:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  background: #FFFFFF;
  border: 1px solid #0057FF;
  border-radius: 2px;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #0057FF, 4px 0 0 #0057FF, 4px -2px 0 #0057FF, 4px -4px 0 #0057FF, 4px -6px 0 #0057FF, 4px -8px 0 #0057FF;
  transform: rotate(45deg);
}
#vsde-js2-offer .banner-content .privacy-policy-checkbox-section .checkbox label,
#vsde-js2-offer .banner-content .email-consent-checkbox-section .checkbox label {
  padding-left: 0;
}
#vsde-js2-offer .banner-content .privacy-policy-checkbox-section .privacy-policy-checkbox-label,
#vsde-js2-offer .banner-content .privacy-policy-checkbox-section .email-consent-checkbox-label,
#vsde-js2-offer .banner-content .email-consent-checkbox-section .privacy-policy-checkbox-label,
#vsde-js2-offer .banner-content .email-consent-checkbox-section .email-consent-checkbox-label {
  width: 84%;
  margin-top: -3px;
  display: table;
  color: #0F172A;
  letter-spacing: 0;
  text-align: left;
  cursor: pointer;
  line-height: 18px;
}
#vsde-js2-offer .banner-content .privacy-policy-checkbox-section .privacy-policy-checkbox-label a,
#vsde-js2-offer .banner-content .privacy-policy-checkbox-section .privacy-policy-checkbox-label span,
#vsde-js2-offer .banner-content .privacy-policy-checkbox-section .email-consent-checkbox-label a,
#vsde-js2-offer .banner-content .privacy-policy-checkbox-section .email-consent-checkbox-label span,
#vsde-js2-offer .banner-content .email-consent-checkbox-section .privacy-policy-checkbox-label a,
#vsde-js2-offer .banner-content .email-consent-checkbox-section .privacy-policy-checkbox-label span,
#vsde-js2-offer .banner-content .email-consent-checkbox-section .email-consent-checkbox-label a,
#vsde-js2-offer .banner-content .email-consent-checkbox-section .email-consent-checkbox-label span {
  color: #0057FF;
}
#vsde-js2-offer .banner-content .privacy-policy-checkbox-section .privacy-policy-checkbox-label a:hover, #vsde-js2-offer .banner-content .privacy-policy-checkbox-section .privacy-policy-checkbox-label a:focus,
#vsde-js2-offer .banner-content .privacy-policy-checkbox-section .privacy-policy-checkbox-label span:hover,
#vsde-js2-offer .banner-content .privacy-policy-checkbox-section .privacy-policy-checkbox-label span:focus,
#vsde-js2-offer .banner-content .privacy-policy-checkbox-section .email-consent-checkbox-label a:hover,
#vsde-js2-offer .banner-content .privacy-policy-checkbox-section .email-consent-checkbox-label a:focus,
#vsde-js2-offer .banner-content .privacy-policy-checkbox-section .email-consent-checkbox-label span:hover,
#vsde-js2-offer .banner-content .privacy-policy-checkbox-section .email-consent-checkbox-label span:focus,
#vsde-js2-offer .banner-content .email-consent-checkbox-section .privacy-policy-checkbox-label a:hover,
#vsde-js2-offer .banner-content .email-consent-checkbox-section .privacy-policy-checkbox-label a:focus,
#vsde-js2-offer .banner-content .email-consent-checkbox-section .privacy-policy-checkbox-label span:hover,
#vsde-js2-offer .banner-content .email-consent-checkbox-section .privacy-policy-checkbox-label span:focus,
#vsde-js2-offer .banner-content .email-consent-checkbox-section .email-consent-checkbox-label a:hover,
#vsde-js2-offer .banner-content .email-consent-checkbox-section .email-consent-checkbox-label a:focus,
#vsde-js2-offer .banner-content .email-consent-checkbox-section .email-consent-checkbox-label span:hover,
#vsde-js2-offer .banner-content .email-consent-checkbox-section .email-consent-checkbox-label span:focus {
  color: #0050EB;
}
#vsde-js2-offer .banner-content .email-consent-checkbox-section {
  padding: 5px 0 0 !important;
}
#vsde-js2-offer .banner-content-img {
  width: 55%;
  max-width: none;
  /* ------------------------------------------------------------------
     Inserted compiled CSS adjustments (kept as plain CSS for parity)
     Placed after banner styles so compiled changes are preserved in SCSS
     ------------------------------------------------------------------ */
}
#vsde-js2-offer .banner-content-img img {
  width: 746px;
  height: auto;
  max-width: unset;
}
@media (max-width: 767px) {
  #vsde-js2-offer .banner-content-img img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #vsde-js2-offer .banner-content-img img {
    width: 426px;
    height: 304px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #vsde-js2-offer .banner-content-img img {
    width: 548px;
    height: 368px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #vsde-js2-offer .banner-content-img img {
    width: 656px;
  }
}
@media (max-width: 767px) {
  #vsde-js2-offer .banner-content-img .sf-enterprise-section {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  #vsde-js2-offer .banner-content-img .essential-usage-section {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (max-width: 767px) {
  #vsde-js2-offer .banner-content-img {
    width: 100%;
  }
}

.essential-usage-section {
  padding: 60px 0 60px 0 !important;
}
@media (max-width: 767px) {
  .essential-usage-section {
    padding: 40px 0 !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (max-width: 768px) and (max-width: 991px) {
  .essential-usage-section {
    padding: 40px 0 50px !important;
  }
}
.essential-usage-section .usage-container {
  width: 85%;
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .essential-usage-section .usage-container {
    width: 95%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .essential-usage-section .usage-container {
    width: 96%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .essential-usage-section .usage-container {
    width: 88%;
  }
}
.essential-usage-section .usage-container .usage-heading {
  text-align: center;
  font-weight: 700;
  color: #0F172A;
  margin-top: 0px;
  line-height: 56px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .essential-usage-section .usage-container .usage-heading {
    margin-block-end: 16px;
    line-height: 36px;
    margin-inline: 8%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .essential-usage-section .usage-container .usage-heading {
    font-size: 24px !important;
    margin-top: 8px;
    line-height: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .essential-usage-section .usage-container .usage-heading {
    margin-top: 8px;
    line-height: 36px;
    margin-bottom: 18px;
  }
}
.essential-usage-section .usage-container .usage-desc {
  text-align: center;
  margin-bottom: 32px;
  color: #475569;
  font-size: 16px;
}
@media (max-width: 767px) {
  .essential-usage-section .usage-container .usage-desc {
    font-size: 14px !important;
    margin-inline: 8%;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .essential-usage-section .usage-container .usage-desc {
    font-size: 14px !important;
    margin-block-end: 42px;
    width: 94%;
    margin-inline: 3%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .essential-usage-section .usage-container .usage-desc {
    margin-bottom: 24px;
  }
}
.essential-usage-section .usage-container .developer-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 30px 5px;
}
@media (max-width: 767px) {
  .essential-usage-section .usage-container .developer-tool-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.essential-usage-section .usage-container .product-application-card {
  padding: 10px 30px 10px 45px;
}
@media (max-width: 767px) {
  .essential-usage-section .usage-container .product-application-card {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .essential-usage-section .usage-container .product-application-card {
    padding: 10px 0px 10px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .essential-usage-section .usage-container .product-application-card {
    padding: 10px;
  }
}
.essential-usage-section .usage-container .application-title {
  font-size: 22px;
  font-weight: 600;
  color: #0F172A;
  margin-top: 12px;
  margin-bottom: 4px;
  line-height: 34px;
}
@media (max-width: 991px) {
  .essential-usage-section .usage-container .application-title {
    font-size: 18px !important;
  }
}
.essential-usage-section .usage-container .developer-benefit {
  font-size: 17px;
  color: #475569;
  line-height: 26px;
  margin: 0;
  letter-spacing: 0.3px;
}
.essential-usage-section .usage-container .developer-benefit a {
  color: #0057FF;
}
.essential-usage-section .usage-container .developer-benefit a:hover {
  color: #0050EB;
}
@media (max-width: 991px) {
  .essential-usage-section .usage-container .developer-benefit {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .essential-usage-section .usage-container .developer-benefit {
    font-size: 16px;
  }
}

#popular-components-section {
  background-color: #FFFFFF !important;
}

.application-section {
  padding: 50px 0 70px 0;
  background-color: #FAFBFF;
}
@media (min-width: 768px) and (max-width: 991px) {
  .application-section {
    padding: 35px 0 55px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .application-section {
    padding: 50px 0 65px 0;
  }
}
.application-section h2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991px) {
  .application-section h2 {
    font-size: 24px !important;
  }
}
.application-section .app-header-description {
  text-align: center;
  width: 75%;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 25px;
  color: #0F172A;
}
@media (min-width: 768px) and (max-width: 991px) {
  .application-section .app-header-description {
    font-size: 14px !important;
  }
}
.application-section .card-wrapper {
  display: flex;
  gap: 30px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.application-section .card-wrapper .application-card {
  border: 1px solid #e0ebff;
  border-radius: 24px;
  padding: 30px;
  flex: 1 1 calc(50% - 30px);
  max-width: calc(50% - 30px);
  text-align: left;
}
.application-section .card-wrapper .application-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  color: #1E293B;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .application-section .card-wrapper .application-card h3 {
    font-size: 18px !important;
  }
}
.application-section .card-wrapper .application-card p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #1E293B;
}
@media (min-width: 768px) and (max-width: 991px) {
  .application-section .card-wrapper .application-card p {
    font-size: 14px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .application-section .card-wrapper .application-card {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .application-section .card-wrapper .application-card {
    padding: 25px;
    flex: 1 1 100%;
    max-width: 100%;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .application-section .card-wrapper .application-card {
    padding: 20px;
    flex: 1 1 calc(33% - 18px);
    max-width: calc(33% - 18px);
  }
}
@media (max-width: 767px) {
  .application-section {
    padding: 24px 0 50px 0;
  }
  .application-section h2 {
    line-height: 36px;
  }
  .application-section .app-header-description {
    width: 90%;
    font-size: 14px;
    line-height: 24px;
  }
  .application-section .card-wrapper .application-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .application-section .card-wrapper .application-card p {
    font-size: 14px;
  }
}

.disabled {
  pointer-events: none;
  cursor: none;
  background: none;
}

@media (max-width: 767px) {
  #popular-components-section {
    padding: 52px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #popular-components-section {
    padding: 50px 0;
  }
}
#popular-components-section h2 {
  font-size: 32px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #popular-components-section h2 {
    line-height: 32px;
    font-size: 22px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #popular-components-section h2 {
    font-size: 24px !important;
  }
}
#popular-components-section p {
  text-align: center;
  color: #475569;
  font-size: 16px;
  line-height: 24px;
  width: 76%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #popular-components-section p {
    font-size: 14px !important;
  }
}
#popular-components-section .explore-btn {
  color: #FFFFFF;
  background-color: #0057FF;
  padding: 8px 12px 8px 16px;
  font-size: 14px;
  font-weight: 700;
}
#popular-components-section .explore-btn:hover {
  background-color: #0050EB;
}
#popular-components-section .explore-btn .sf-icon-arrow-right {
  font-size: 18px;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 991px) {
  #popular-components-section .explore-btn .sf-icon-arrow-right {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #popular-components-section .explore-btn {
    display: flex;
    width: 96%;
    justify-content: center;
    margin-inline: auto;
    margin-block-start: 16px;
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #popular-components-section .explore-btn {
    display: flex;
    width: 60%;
    justify-content: center;
    margin-inline: auto;
    margin-block-start: 16px;
  }
}
#popular-components-section .nav {
  justify-content: center;
  gap: 68px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #popular-components-section .nav {
    gap: 46px;
  }
}
#popular-components-section .nav-tabs {
  margin: 0 0 50px;
}

#faq {
  padding: 60px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #faq {
    padding: 55px 0;
  }
}
#faq h2 {
  padding-bottom: 24px;
  font-size: 32px;
  color: #0F172A;
  letter-spacing: 0;
  text-align: center;
  line-height: 46.94px;
  margin: 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  #faq h2 {
    font-size: 22px !important;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #faq h2 {
    padding: 50px 0 40px 0;
    font-size: 24px !important;
    line-height: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #faq h2 {
    font-size: 26px !important;
  }
}
#faq .desc {
  font-size: 16px;
  text-align: center;
  color: #475569;
  line-height: 24px;
  margin-block-end: 32px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #faq .desc {
    font-size: 14px;
    margin-block-end: 48px;
  }
}
#faq .expand-clopse {
  cursor: pointer;
  text-decoration: underline;
  width: 80px;
}
#faq .expand-clopse:hover {
  text-decoration: none;
}
#faq .faq-list {
  border: 1px solid #D1E0FF;
  border-radius: 16px;
  padding: 6px 24px;
  margin-block-end: 24px;
}
#faq .faq-list h3 {
  margin-top: 15px !important;
}
#faq .faq-question {
  font-size: 20px;
  color: #1E293B;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 550;
  margin: 0 0 25px;
  padding-bottom: 8px;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  #faq .faq-question {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #faq .faq-question {
    font-size: 18px;
  }
}
#faq .faq-icon-right:before {
  content: url("https://cdn.syncfusion.com/content/images/sales/special-offers/vsdejs2inclusionoffer/collapse.svg");
  vertical-align: middle;
  display: inline-block;
}
#faq .faq-icon-down::before {
  content: url("https://cdn.syncfusion.com/content/images/sales/special-offers/vsdejs2inclusionoffer/expand.svg");
  vertical-align: middle;
  display: inline-block;
}
#faq .answer-content {
  color: #1A1A1A;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 25px;
  margin: 18px 0 54px 4%;
}
#faq .answer-content:last-child {
  margin: 18px 0 0 4%;
}
#faq .answer-content b {
  font-size: 14px;
  font-weight: 600;
}
#faq .answer-content a {
  color: #0057FF;
}
@media (max-width: 767px) {
  #faq .answer-content {
    font-size: 12px;
  }
}

#technical-support {
  padding-block-end: 35px;
}
@media (max-width: 767px) {
  #technical-support {
    padding: 24px 10px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #technical-support {
    padding: 24px 10px;
  }
}
#technical-support .container .row .platform-heading-text {
  font-size: 32px;
  display: block;
  font-weight: bold;
  color: #0F172A;
  margin: 65px 0px 40px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #technical-support .container .row .platform-heading-text {
    margin: 60px 0px 40px 0px;
    font-size: 26px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #technical-support .container .row .platform-heading-text {
    font-size: 24px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #technical-support .container .row .platform-heading-text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #technical-support .container .row .category-container {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #technical-support .container .row .category-container .category-columns .category-heading-text {
    font-size: 16px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #technical-support .container .row .category-container .category-columns .link-item-title {
    font-size: 14px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #technical-support .container .row .category-container .category-additional-column .link-item-title {
    font-size: 14px;
  }
}

.disclaimer-heading {
  padding: 65px 0px;
  background-color: #FAFBFF;
}
.disclaimer-heading .row {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .disclaimer-heading .row {
    flex-direction: column;
  }
}
.disclaimer-heading .row div {
  width: 100%;
}
.disclaimer-heading h3 {
  margin: 0 6px 19px;
  color: #0F172A;
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 767px) {
  .disclaimer-heading h3 {
    text-align: center;
    line-height: 32px;
  }
}
.disclaimer-heading ul {
  margin-bottom: 0;
  padding-inline-start: 18px;
  list-style: none;
  position: relative;
}
.disclaimer-heading ul li {
  margin-top: -1px;
  padding-bottom: 16px;
  color: #475569;
  letter-spacing: 0.3px;
  line-height: 24px;
  padding-left: 12px;
}
.disclaimer-heading ul li a {
  font-weight: 500;
  color: #0057FF;
  text-decoration: none;
}
.disclaimer-heading ul li a:hover {
  color: #0050EB;
}
.disclaimer-heading ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("//cdn.syncfusion.com/content/images/FT/common/circle-tick.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1279px) {
  .big {
    font-size: 18px !important;
  }
  #resource-segment .feature {
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #vsde-js2-offer {
    background-image: none;
    padding-block: 40px;
  }
  #vsde-js2-offer .banner-content .heading {
    width: 100%;
    line-height: 32px;
    font-size: 19px !important;
  }
  #vsde-js2-offer .banner-content .email-consent-checkbox-section {
    margin-bottom: 40px;
  }
  #resource-segment {
    margin: 70px 0 40px;
  }
  #resource-segment .feature {
    margin-bottom: 30px;
  }
  #faq {
    padding: 50px 0 45px 0;
  }
  #faq h2 {
    padding-bottom: 24px;
  }
  .disclaimer-heading {
    padding: 60px 0 50px 0;
  }
}
@media (max-width: 767px) {
  #vsde-js2-offer {
    background-image: none;
  }
  #vsde-js2-offer .banner-content {
    margin-top: 0px;
  }
  #vsde-js2-offer .banner-content .welcome-note {
    font-size: 14px !important;
    text-align: center;
    margin-inline: 14%;
  }
  #vsde-js2-offer .banner-content .heading {
    width: 100%;
    line-height: 34px;
    text-align: center;
    margin-block: 12px;
  }
  #vsde-js2-offer .banner-content #description {
    width: 100%;
    text-align: center;
  }
  #vsde-js2-offer .banner-content .coupon-access-button {
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
  }
  #vsde-js2-offer .banner-content .email-consent-checkbox-section {
    margin-bottom: 40px;
  }
  #vsde-js2-offer .banner-content .privacy-policy-checkbox-section,
  #vsde-js2-offer .banner-content .email-consent-checkbox-section {
    width: 100%;
  }
  #vsde-js2-offer .banner-content .privacy-policy-checkbox-section .checkbox,
  #vsde-js2-offer .banner-content .email-consent-checkbox-section .checkbox {
    width: 7%;
  }
  #vsde-js2-offer .banner-content .privacy-policy-checkbox-section .privacy-policy-checkbox-label,
  #vsde-js2-offer .banner-content .privacy-policy-checkbox-section .email-consent-checkbox-label,
  #vsde-js2-offer .banner-content .email-consent-checkbox-section .privacy-policy-checkbox-label,
  #vsde-js2-offer .banner-content .email-consent-checkbox-section .email-consent-checkbox-label {
    line-height: 15px;
    width: 93%;
  }
  #faq {
    padding: 44px 0;
  }
  #faq h2 {
    padding-top: 0px;
  }
  #faq .desc {
    font-size: 14px;
  }
  #faq .faq-question {
    display: flex;
    font-size: 14px;
    margin-bottom: 0px;
    gap: 6px;
  }
  #faq .faq-list {
    padding: 0px 16px;
  }
  #faq .answer-content:last-child {
    margin: 0px 0 0 30px;
  }
  .disclaimer-heading {
    padding: 34px 16px;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .vsde-xamarin-offer {
    height: 690px !important;
  }
}
#restricted-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.23);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 1200;
  cursor: not-allowed;
}

#popup_wrapper {
  background-color: #FFFFFF;
}

#close-consent-dialog {
  bottom: 36px;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #0057FF;
  padding: 8px 12px;
  border-radius: 4px;
}
#close-consent-dialog:hover {
  background-color: #0050EB;
}

.consumederrorpopupcloseimg {
  margin-right: -426px;
  margin-top: 22px;
  height: 12px;
  cursor: pointer;
}

.consumederrorpopupcloseimg:hover {
  filter: brightness(85%);
}

.errorpopupcloseimg {
  margin-left: 438px;
  margin-top: 20px;
  height: 12px;
  cursor: pointer;
}

.errorpopupcloseimg:hover {
  filter: brightness(85%);
}

#popup {
  border: none;
  display: block;
  font-size: 14px;
  border-style: none !important;
}

.errorpopup {
  margin: 0 30px;
  text-align: center;
  margin-top: 25px;
}

#popupconsent-content {
  font-size: 14px;
  margin: 24px;
  margin-bottom: 32px;
  font-weight: 500;
  line-height: 24px;
}
#popupconsent-content a {
  text-decoration: none;
  color: #0057FF;
}
#popupconsent-content a:hover {
  color: #0050EB;
}

.errorpopup {
  z-index: 20000;
  text-align: center;
  height: 308px !important;
  border-radius: 16px;
  margin: auto;
  border: 1px solid #e3e3e3;
  right: 256px;
  left: 395.5px !important;
  width: 506px;
  background: #FFFFFF;
  left: 272px !important;
  top: 160px;
  bottom: 0px;
  position: fixed;
}
.errorpopup h5 {
  color: #0F172A;
}

.popsmall {
  height: 284px !important;
}

.poplarge {
  height: 328px !important;
}

@media (max-width: 768px) and (min-width: 426px) {
  .errorpopup {
    left: 132px !important;
  }
  .popsmall {
    height: 284px !important;
  }
}
@media (max-width: 426px) and (min-width: 376px) {
  .errorpopup {
    left: 63px !important;
    width: 311px !important;
    top: 72px;
    height: 320px !important;
  }
  .errorpopup #popupconsent-content {
    font-size: 12px !important;
  }
  .errorpopupcloseimg {
    margin-left: 266px;
  }
  .consumederrorpopupcloseimg {
    margin-right: -257px;
  }
  .poplarge {
    height: 346px !important;
  }
}
@media (max-width: 376px) and (min-width: 321px) {
  .errorpopup {
    top: 58px;
    height: 340px !important;
    left: 63px !important;
    width: 266px !important;
  }
  .errorpopup #popupconsent-content {
    font-size: 12px !important;
  }
  .popsmall {
    height: 300px !important;
  }
  .poplarge {
    height: 366px !important;
    left: 60px !important;
  }
  .errorpopupcloseimg {
    margin-left: 224px;
  }
  .consumederrorpopupcloseimg {
    margin-right: -226px;
  }
}
@media (max-width: 320px) {
  .errorpopup {
    top: 10px;
    left: 47px !important;
    width: 243px !important;
    height: 338px !important;
  }
  .errorpopup #popupconsent-content {
    font-size: 11px !important;
  }
  .popsmall {
    height: 300px !important;
  }
  .poplarge {
    left: 42px !important;
    height: 356px !important;
  }
  .errorpopupcloseimg {
    margin-left: 192px;
  }
  .consumederrorpopupcloseimg {
    margin-right: -197px;
  }
}
@media (max-width: 767px) {
  #popular-components-section .tab-pane .common-img {
    margin-top: -6% !important;
  }
}

/* --- Phones: Up to 767px --- */
@media (max-width: 767px) {
  #popular-components-section .left-arrow-section, #popular-components-section .right-arrow-section {
    margin: 26% 0 0;
  }
}
#favorite-framework {
  background-color: #FAFBFF !important;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  #favorite-framework {
    padding-block: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #favorite-framework {
    padding-block: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #favorite-framework {
    padding-block: 60px;
  }
}
#favorite-framework h2 {
  font-size: 40px;
  color: #0F172A;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
  margin-bottom: 14px;
}
#favorite-framework .favorite-framework-description {
  width: 90%;
  font-size: 17px;
  line-height: 26px;
  color: #1E293B;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: center;
  margin-top: 0;
  margin-inline: auto;
}
@media (max-width: 767px) {
  #favorite-framework .favorite-framework-description {
    font-size: 14px;
  }
}
#favorite-framework .platform-container {
  margin: 0 auto;
  margin-top: 38px;
  border: 1px solid #DDE9FF;
  width: 52%;
  border-radius: 32px;
}
@media (max-width: 767px) {
  #favorite-framework .platform-container {
    width: 96%;
  }
}
#favorite-framework .platform-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 32px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  #favorite-framework .platform-tabs {
    background-color: #F6F9FF;
  }
}
#favorite-framework .platform-tab {
  flex: 1;
  font-size: 17px;
  font-weight: 600;
  color: #0F172A;
  padding-block: 14px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: center;
  border-radius: 32px;
}
#favorite-framework .platform-tab.active {
  cursor: initial;
  color: #FFFFFF;
  background: #0057FF;
  border-radius: 24px;
}
#favorite-framework .platform-tab.active:hover {
  background: #0050eb;
}
#favorite-framework .platform-tab:hover {
  background: #eff4ff;
  border-radius: 24px;
}
@media (max-width: 768px) {
  #favorite-framework .platform-tab {
    padding: 14px 28px;
    font-size: 1rem;
    max-width: 180px;
  }
  #favorite-framework .platform-tab:hover {
    background: #FFFFFF;
    border-radius: 24px;
  }
}
@media (max-width: 480px) {
  #favorite-framework .platform-tab {
    max-width: 150px;
    padding: 12px 24px;
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  #favorite-framework .platform-selector-section .platform-container {
    margin: 0 10px;
    padding: 20px 10px;
  }
  #favorite-framework .platform-selector-section .platform-tab {
    max-width: 120px;
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}
#favorite-framework .favorite-framework-platforms .segment-heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.4px;
  padding-bottom: 20px;
  margin: 0px;
}
#favorite-framework .favorite-framework-platforms a.segment-heading {
  color: #222222;
  display: flex;
  align-items: center;
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
}
#favorite-framework .favorite-framework-platforms a.segment-heading:hover {
  color: #0046CC;
}
#favorite-framework .favorite-framework-platforms a.segment-heading:hover .arrow-button-icon {
  padding-left: 9px;
  color: #0046CC;
}
#favorite-framework .favorite-framework-platforms a.segment-heading .arrow-button-icon {
  margin: 3px 0px 0px 10px;
  transition: padding 0.3s ease-in-out;
  font-size: 28px;
}
#favorite-framework .favorite-framework-platforms .segment-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #475569;
  padding-bottom: 20px;
}
#favorite-framework .favorite-framework-platforms .card-container {
  display: grid;
  padding-top: 56px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  row-gap: 40px;
  -moz-column-gap: 32px;
  column-gap: 48px;
}
@media (max-width: 767px) {
  #favorite-framework .favorite-framework-platforms .card-container {
    padding-top: 30px;
  }
}
#favorite-framework .favorite-framework-platforms .card-container .framework-card {
  border: 1px solid #E2E7F1;
  background-color: #FFFFFF;
  border-radius: 16px;
  width: 358px !important;
  display: block;
  text-decoration: none;
}
#favorite-framework .favorite-framework-platforms .card-container .framework-card .card-section {
  overflow: hidden;
}
#favorite-framework .favorite-framework-platforms .card-container .framework-card .card-section img {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: transform 0.3s ease-in-out;
  box-shadow: -4px 8px 8px 0px rgba(0, 0, 0, 0.0784313725);
}
#favorite-framework .favorite-framework-platforms .card-container .framework-card:focus {
  color: #0057FF !important;
}
#favorite-framework .favorite-framework-platforms .card-container .framework-card:hover,
#favorite-framework .favorite-framework-platforms .card-container .search-framework-card:hover {
  box-shadow: 0px 6px 16px 0px rgba(89, 115, 151, 0.2);
}
#favorite-framework .favorite-framework-platforms .card-container .framework-card:hover .arrow-button-icon,
#favorite-framework .favorite-framework-platforms .card-container .search-framework-card:hover .arrow-button-icon {
  background-color: #0057FF;
  color: #FFFFFF;
  padding-left: 9px !important;
}
#favorite-framework .favorite-framework-platforms .card-container .framework-card:hover img,
#favorite-framework .favorite-framework-platforms .card-container .search-framework-card:hover img {
  transform: scale(1.1);
}
@media (max-width: 1200px) and (min-width: 767px) {
  #favorite-framework .favorite-framework-platforms .card-container .framework-card:nth-child(odd),
  #favorite-framework .favorite-framework-platforms .card-container .search-framework-card:nth-child(odd) {
    justify-self: end;
  }
}
@media (max-width: 768px) {
  #favorite-framework .favorite-framework-platforms .card-container .framework-card,
  #favorite-framework .favorite-framework-platforms .card-container .search-framework-card {
    width: 320px !important;
  }
}
#favorite-framework .favorite-framework-platforms .card-container .framework-card-footer {
  padding: 22px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: #FFFFFF;
}
#favorite-framework .favorite-framework-platforms .card-container .framework-card-footer .framework-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.4px;
  color: #0F172A;
  margin-bottom: 10px;
}
#favorite-framework .favorite-framework-platforms .card-container .framework-card-footer .framework-description-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#favorite-framework .favorite-framework-platforms .card-container .framework-card-footer .framework-description-footer .framework-description {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #1E293B;
  margin-bottom: 0px;
  width: 80%;
}
#favorite-framework .favorite-framework-platforms .card-container .framework-card-footer .framework-description-footer .arrow-button-icon {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 20px;
  border: 1px solid #0057FF;
  padding: 7px 8px 8px 6px;
  transform: rotate(-45deg);
  position: relative;
  transition: padding 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #favorite-framework .favorite-framework-platforms .card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #favorite-framework .flutter-addon-tooltip {
    top: 230%;
    left: -120%;
  }
  #favorite-framework .flutter-addon-tooltip::after {
    bottom: 100%;
    left: 44%;
    top: unset;
    right: unset;
    border-color: transparent transparent #1a1a1a transparent;
  }
}

.application-section .app-header-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 32px;
  padding: 0 16px;
}

.application-section .app-header-description a.showcase-app:hover {
  background-color: #e0ebff !important;
}

@media (max-width: 1279px) {
  .application-section .app-header-description a.showcase-app {
    font-size: 14px;
    padding: 10px 24px;
  }
}
@media (max-width: 410px) {
  .application-section .app-header-description a.showcase-app {
    width: 100% !important;
    padding: 9px 12px;
  }
}
.application-section .app-header-description a.showcase-app {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  white-space: nowrap;
  width: auto !important;
  max-width: 300px !important;
  margin: 30px auto 0 !important;
  box-sizing: border-box;
  padding: 13px 26px;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.34px;
  font-weight: 600;
  color: #0057FF;
  border: 1.5px solid #0057FF;
  border-radius: 6px;
  text-decoration: none;
  text-transform: capitalize;
  transition: background-color 0.2s, color 0.2s;
}

.application-section .app-header-description a.showcase-app .sf-icon-arrow-right {
  font-size: 1.2em;
  line-height: 1;
}

@media (max-width: 400px) {
  .application-section .app-header-description a.showcase-app {
    white-space: normal;
    padding: 12px 20px;
    font-size: 15px;
  }
}
@media (max-width: 350px) {
  .application-section .app-header-description a.showcase-app {
    display: flex !important;
    align-items: center;
    justify-content: center;
    white-space: normal !important;
    height: auto !important;
    padding: 12px 16px !important;
    font-size: 11px;
  }
}
#favorite-framework h2 {
  font-size: 35px;
}

/* ============================================
   VSDE Banner Section Styles (nested SCSS)
   ============================================ */
.sf-vsde-banner {
  padding: 60px 0;
  background: none;
  overflow-x: hidden;
  /* Banner Responsive Styles (exact values from compiled CSS) */
  /* Extra small screens (below 315px) */
}
.sf-vsde-banner .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.sf-vsde-banner .sf-banner-center {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.sf-vsde-banner .sf-banner-welcome {
  font-size: 16px;
  font-weight: 500;
  color: #475569;
  margin: 0 0 16px;
  letter-spacing: 0.3px;
}
.sf-vsde-banner .sf-banner-title {
  font-size: 40px;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.15;
  margin: 0 0 32px;
  word-wrap: break-word;
}
.sf-vsde-banner .sf-banner-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px;
  max-width: 850px;
  margin: 0 auto 40px;
  text-align: left;
}
.sf-vsde-banner .sf-banner-features-grid .sf-banner-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  color: #475569;
  line-height: 1.5;
}
.sf-vsde-banner .sf-banner-features-grid .sf-banner-feature img {
  flex-shrink: 0;
  margin-top: 3px;
}
.sf-vsde-banner .sf-banner-features-grid .sf-banner-feature span {
  flex: 1;
  min-width: 0;
  color: #0F172A;
}
.sf-vsde-banner .sf-banner-features-grid .sf-banner-feature a {
  color: #0057FF;
  text-decoration: none;
}
.sf-vsde-banner .sf-banner-features-grid .sf-banner-feature a:hover {
  text-decoration: underline;
}
.sf-vsde-banner .sf-banner-cta {
  margin-top: 32px;
}
.sf-vsde-banner .sf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
}
.sf-vsde-banner .sf-btn-primary {
  background: #0057FF;
  color: #FFFFFF;
}
.sf-vsde-banner .sf-btn-primary:hover {
  background: #0050EB;
  color: #FFFFFF;
  text-decoration: none;
}
.sf-vsde-banner .sf-btn-primary.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.sf-vsde-banner .sf-activate-form {
  display: inline-block;
  margin-bottom: 24px;
}
.sf-vsde-banner .sf-consent-section {
  margin-top: 24px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.sf-vsde-banner .sf-consent-section .sf-checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #64748B;
  line-height: 1.5;
}
.sf-vsde-banner .sf-consent-section .sf-checkbox-row input[type=checkbox] {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-top: 2px;
  cursor: pointer;
}
.sf-vsde-banner .sf-consent-section .sf-checkbox-row label {
  cursor: pointer;
  flex: 1;
  min-width: 0;
  word-wrap: break-word;
}
.sf-vsde-banner .sf-consent-section .sf-checkbox-row a {
  color: #0057FF;
  text-decoration: none;
}
.sf-vsde-banner .sf-consent-section .sf-checkbox-row a:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .sf-vsde-banner .sf-banner-title {
    font-size: 42px;
  }
  .sf-vsde-banner .sf-banner-features-grid {
    gap: 14px 30px;
  }
}
@media (max-width: 991px) {
  .sf-vsde-banner {
    padding: 60px 0;
  }
  .sf-vsde-banner .sf-banner-title {
    font-size: 36px;
  }
  .sf-vsde-banner .sf-banner-features-grid {
    gap: 12px 24px;
  }
  .sf-vsde-banner .sf-banner-feature {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sf-vsde-banner {
    padding: 40px 0;
  }
  .sf-vsde-banner .container {
    padding: 0 15px;
  }
  .sf-vsde-banner .sf-banner-title {
    font-size: 28px;
  }
  .sf-vsde-banner .sf-banner-welcome {
    font-size: 14px;
  }
  .sf-vsde-banner .sf-banner-features-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 100%;
  }
  .sf-vsde-banner .sf-banner-feature {
    font-size: 14px;
  }
  .sf-vsde-banner .sf-btn {
    padding: 12px 28px;
    font-size: 15px;
  }
  .sf-vsde-banner .sf-activate-form {
    display: block;
    width: 100%;
  }
  .sf-vsde-banner .sf-activate-form .sf-btn {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .sf-vsde-banner {
    padding: 30px 0;
  }
  .sf-vsde-banner .container {
    padding: 0 12px;
  }
  .sf-vsde-banner .sf-banner-title {
    font-size: 24px;
  }
  .sf-vsde-banner .sf-banner-feature {
    font-size: 13px;
  }
  .sf-vsde-banner .sf-checkbox-row {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .sf-vsde-banner .container {
    padding: 0 10px;
  }
  .sf-vsde-banner .sf-banner-title {
    font-size: 20px;
  }
  .sf-vsde-banner .sf-banner-welcome {
    font-size: 12px;
  }
  .sf-vsde-banner .sf-banner-feature {
    font-size: 12px;
    gap: 8px;
  }
  .sf-vsde-banner .sf-banner-feature img {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
  .sf-vsde-banner .sf-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
  .sf-vsde-banner .sf-checkbox-row {
    font-size: 11px;
  }
}
@media (max-width: 315px) {
  .sf-vsde-banner {
    padding: 20px 0;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
  }
  .sf-vsde-banner .container {
    padding: 0 8px;
    max-width: 100%;
    overflow: visible !important;
    display: block !important;
    visibility: visible !important;
  }
  .sf-vsde-banner .sf-banner-center {
    max-width: 100%;
    width: 100%;
    overflow: visible !important;
    display: block !important;
    visibility: visible !important;
    box-sizing: border-box;
  }
  .sf-vsde-banner .sf-banner-title {
    font-size: 16px;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
  .sf-vsde-banner .sf-banner-welcome {
    font-size: 11px;
  }
  .sf-vsde-banner .sf-banner-features-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: 100%;
    margin: 0 auto 20px;
    overflow: visible !important;
  }
  .sf-vsde-banner .sf-banner-feature {
    font-size: 11px;
    gap: 6px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .sf-vsde-banner .sf-banner-feature img {
    width: 14px;
    height: 14px;
    min-width: 14px;
  }
  .sf-vsde-banner .sf-banner-feature span {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
  .sf-vsde-banner .sf-banner-cta {
    margin-top: 16px;
    width: 100%;
    box-sizing: border-box;
  }
  .sf-vsde-banner .sf-btn {
    padding: 8px 12px;
    font-size: 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
  }
  .sf-vsde-banner .sf-checkbox-row {
    font-size: 10px;
  }
  .sf-vsde-banner .sf-activate-form {
    width: 100%;
    max-width: 100%;
  }
}

/* ============================================
   Enterprise Components Section Styles
   ============================================ */
/* Ensure background when partial is included via @Html.Partial */
#sf-enterprise-section {
  background-color: #FAFBFF !important;
}

.sf-enterprise-section {
  padding: 60px 0;
}

.sf-enterprise-header {
  text-align: center;
  margin: 0 auto 40px;
  width: 100%;
  box-sizing: border-box;
}

.sf-enterprise-title {
  max-width: 900px;
  margin: 0 auto 18px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.25;
  letter-spacing: 0.2px;
}

.sf-enterprise-desc {
  width: 90%;
  font-size: 17px;
  line-height: 26px;
  color: #1E293B;
  font-weight: 400;
  text-align: center;
  margin-top: 0;
  margin-inline: auto;
  margin-bottom: 28px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .sf-enterprise-desc {
    font-size: 16px;
    width: 92%;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .sf-enterprise-desc {
    font-size: 14px;
    width: 94%;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .sf-enterprise-desc {
    font-size: 13px;
    width: 96%;
    line-height: 20px;
  }
}
@media (max-width: 350px) {
  .sf-enterprise-desc {
    font-size: 12px;
    line-height: 18px;
  }
}

/* Tab Pills */
.sf-tab-pills {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #eff4ff;
  border-radius: 999px;
  padding: 6px;
  gap: 4px;
}

.sf-tab-pill {
  padding: 14px 36px;
  border: none;
  background: transparent;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  color: #64748B;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.sf-tab-pill:hover {
  color: #0057FF;
}
.sf-tab-pill.active {
  background: #0057FF;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 87, 255, 0.25);
}
@media (max-width: 991px) {
  .sf-tab-pill {
    padding: 12px 28px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .sf-tab-pill {
    padding: 10px 16px;
    font-size: 13px;
    text-align: center;
    border-radius: 999px;
  }
}
@media (max-width: 480px) {
  .sf-tab-pill {
    padding: 8px 12px;
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .sf-tab-pill {
    padding: 6px 6px;
    font-size: 10px;
    flex: 1;
    min-width: 0;
    box-sizing: border-box;
  }
}

/* Tab Content */
.sf-tab-content {
  margin-top: 48px;
}
.sf-tab-content[hidden] {
  display: none;
}

.sf-content-row {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 1199px) {
  .sf-content-row {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .sf-content-row {
    flex-direction: column;
    gap: 32px;
  }
}

.sf-content-left {
  flex: 0 0 45%;
  max-width: 45%;
}
@media (max-width: 1199px) {
  .sf-content-left {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .sf-content-left {
    flex: 1;
    max-width: 100%;
  }
}

.sf-content-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .sf-content-right {
    justify-content: center;
    width: 100%;
  }
}

/* Section Title & Desc */
.sf-section-title {
  font-size: 28px;
  font-weight: 700;
  color: #0F172A;
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .sf-section-title {
    font-size: 22px;
  }
}
@media (max-width: 350px) {
  .sf-section-title {
    font-size: 18px;
  }
}

.sf-section-desc {
  font-size: 16px;
  color: #475569;
  line-height: 1.65;
  margin: 0 0 28px;
}
@media (max-width: 767px) {
  .sf-section-desc {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .sf-section-desc {
    font-size: 12px;
  }
}

/* Platform Group */
.sf-platform-group {
  margin-top: 28px;
}

.sf-platform-label {
  font-size: 14px;
  font-weight: 700;
  color: #0F172A;
  letter-spacing: 0.3px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .sf-platform-label {
    font-size: 13px;
  }
}

.sf-platform-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.sf-platform-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sf-platform-icon img,
.sf-platform-icon svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 350px) {
  .sf-platform-icon {
    width: 28px;
    height: 28px;
  }
  .sf-platform-icon img,
  .sf-platform-icon svg {
    width: 28px;
    height: 28px;
  }
}

.sf-platform-links {
  font-size: 14px;
  line-height: 1.8;
  color: #64748B;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sf-platform-links a {
  color: #0057FF;
  text-decoration: none;
  transition: color 0.15s;
  font-weight: 500;
}
.sf-platform-links a:hover {
  color: #0050EB;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .sf-platform-links {
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .sf-platform-links {
    font-size: 11px;
  }
}

.sf-separator {
  color: #CBD5E1;
  margin: 0 8px;
  font-weight: 400;
}

/* Mockup Container */
.sf-mockup-container {
  position: relative;
  max-width: 580px;
}
@media (max-width: 991px) {
  .sf-mockup-container {
    max-width: 100%;
  }
}

.sf-mockup-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
}

/* Document Platforms */
.sf-doc-platforms {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  .sf-doc-platforms {
    grid-template-columns: 1fr;
  }
}

.sf-doc-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #0F172A;
}
.sf-doc-item > img:first-child {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.sf-doc-item a {
  color: #0057FF;
  text-decoration: none;
  font-weight: 500;
}
.sf-doc-item a:hover {
  color: #0050EB;
  text-decoration: underline;
}
.sf-doc-item span {
  color: #475569;
}
@media (max-width: 767px) {
  .sf-doc-item {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .sf-doc-item {
    font-size: 12px;
  }
  .sf-doc-item > img:first-child {
    width: 28px;
    height: 28px;
  }
}

.sf-info-icon {
  width: 16px;
  height: 16px;
  margin-left: 4px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.sf-info-icon:hover {
  opacity: 1;
}

.sf-badge {
  font-size: 10px;
  font-weight: 600;
  color: #64748B;
  background: #F1F5F9;
  padding: 3px 8px;
  border-radius: 99px;
  margin-left: 6px;
}

/* Code Preview */
.sf-code-preview {
  position: relative;
}

.sf-code-window {
  background: #0F1629;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.sf-code-header {
  display: flex;
  gap: 8px;
  padding: 14px 16px;
  background: #1A2332;
}

.sf-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.sf-dot.red {
  background: #FF5F57;
}
.sf-dot.yellow {
  background: #FFBD2E;
}
.sf-dot.green {
  background: #28CA42;
}

.sf-code-body {
  padding: 20px;
  margin: 0;
  font-family: "Fira Code", "Monaco", "Consolas", monospace;
  font-size: 13px;
  line-height: 1.7;
  color: #E2E8F0;
  overflow-x: auto;
}
.sf-code-body code {
  display: block;
  white-space: pre;
}
@media (max-width: 767px) {
  .sf-code-body {
    font-size: 11px;
    padding: 12px;
  }
}

.code-comment {
  color: #64748B;
}

.code-keyword {
  color: #7DD3FC;
}

.code-string {
  color: #86EFAC;
}

/* Floating Badges */
.sf-doc-badges {
  position: absolute;
  right: -30px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 991px) {
  .sf-doc-badges {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .sf-doc-badges {
    display: none;
  }
}

.sf-floating-badge {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Additional Enterprise Responsive & Force Rules */
@media (max-width: 1199px) {
  .sf-enterprise-title {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .sf-enterprise-section {
    padding: 60px 0;
  }
  .sf-enterprise-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .sf-enterprise-section {
    padding: 40px 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .sf-enterprise-header {
    margin-bottom: 40px;
  }
  .sf-enterprise-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .sf-tab-pills {
    flex-direction: row;
    flex-wrap: nowrap;
    width: auto;
    border-radius: 999px;
    padding: 4px;
  }
}
@media (max-width: 350px) {
  .sf-enterprise-section .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sf-tab-pills {
    max-width: 100%;
    padding: 3px;
    gap: 2px;
    box-sizing: border-box;
  }
  .sf-enterprise-title {
    font-size: 18px;
  }
}
/* Force center alignment for enterprise title and description */
.sf-enterprise-header {
  text-align: center !important;
  width: 100% !important;
}

.sf-enterprise-title {
  display: block !important;
  margin: 0 auto 18px !important;
  max-width: 920px !important;
  text-align: center !important;
}

.sf-enterprise-header > .sf-enterprise-title,
.sf-enterprise-header h3.sf-enterprise-title {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 991px) {
  .sf-enterprise-title {
    max-width: 760px !important;
  }
}
@media (max-width: 480px) {
  .sf-enterprise-title {
    max-width: 92% !important;
    padding: 0 12px !important;
  }
}
/* ========================================
   Modal Styles - Activate Benefit Popup
   ======================================== */
/* Modal Overlay */
.sf-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}

/* Modal Container */
.sf-modal {
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-width: 520px;
  width: 100%;
  max-height: 90vh;
  overflow: visible;
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Modal Header */
.sf-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px 20px;
  border-bottom: 1px solid #E2E8F0;
}

.sf-modal-title {
  font-size: 22px;
  font-weight: 600;
  color: #0F172A;
  margin: 0;
}

.sf-modal-close {
  background: none;
  border: none;
  font-size: 24px;
  color: #94A3B8;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}

.sf-modal-close:hover {
  background: #F1F5F9;
  color: #0F172A;
}

/* Modal Body */
.sf-modal-body {
  padding: 28px;
  text-align: left;
  overflow: visible;
}

/* Modal Checkbox Rows */
.sf-modal-checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 12px; /* reduced gap */
  margin-bottom: 18px; /* slightly tighter spacing */
  text-align: left;
  position: relative;
}

.sf-modal-checkbox-row:last-of-type {
  margin-bottom: 0;
}

.sf-modal-checkbox-row input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px; /* smaller checkbox */
  height: 18px;
  min-width: 18px;
  margin: 0;
  border: 2px solid #CBD5E1;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  background: #FFFFFF;
  transition: all 0.16s ease;
  flex-shrink: 0;
}

.sf-modal-checkbox-row input[type=checkbox]:checked {
  background: #0057FF;
  border-color: #0057FF;
}

.sf-modal-checkbox-row input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.sf-modal-checkbox-row input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 87, 255, 0.14);
}

.sf-modal-checkbox-row label {
  font-size: 13px; /* reduced font size */
  font-weight: 400;
  line-height: 1.5;
  color: #334155;
  cursor: pointer;
  flex: 1;
  text-align: left;
}

.sf-modal-checkbox-row label a {
  color: #0057FF;
  text-decoration: none;
  font-weight: 400;
}

.sf-modal-checkbox-row label a:hover {
  text-decoration: underline;
}

/* Read More Wrapper for positioning */
.sf-read-more-wrapper {
  position: relative;
  display: inline;
}

.sf-read-more {
  color: #0057FF !important;
  font-weight: 400;
  display: inline;
  cursor: pointer;
}

.sf-read-more:hover {
  text-decoration: underline;
}

/* Custom Tooltip Styles - Below Read More */
.sf-tooltip {
  display: none;
  position: absolute;
  background: #FFFFFF;
  color: #334155;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  border: 1px solid #E2E8F0;
  z-index: 10000;
  width: 260px;
  left: 0;
  text-align: left;
  white-space: normal;
}

.sf-tooltip.show {
  display: block;
}

/* Tooltip arrow - pointing up */
.sf-tooltip::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 24px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFFFFF;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.05));
}

.sf-modal-checkbox-row label {
  position: relative;
}

/* Responsive - Tooltip adjustments */
@media (max-width: 600px) {
  .sf-tooltip {
    width: 220px;
    font-size: 12px;
    padding: 10px 14px;
    left: -20px;
  }
  .sf-tooltip::before {
    left: 44px;
  }
  .sf-modal-cta {
    margin-top: 24px;
  }
  .sf-modal-cta .sf-btn {
    width: 100%;
    min-width: unset;
    padding: 14px 24px;
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .sf-tooltip {
    width: 180px;
    font-size: 11px;
    padding: 8px 12px;
    left: -40px;
  }
  .sf-tooltip::before {
    left: 64px;
  }
  .sf-modal-overlay {
    padding: 12px;
  }
  .sf-modal-header {
    padding: 16px 16px 14px;
  }
  .sf-modal-title {
    font-size: 16px;
  }
  .sf-modal-body {
    padding: 16px;
  }
  .sf-modal-checkbox-row {
    gap: 10px;
    margin-bottom: 16px;
  }
  .sf-modal-checkbox-row input[type=checkbox] {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }
  .sf-modal-checkbox-row input[type=checkbox]:checked::after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 9px;
  }
  .sf-modal-checkbox-row label {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
  }
  .sf-modal-cta {
    margin-top: 20px;
  }
  .sf-modal-cta .sf-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.sf-modal-cta {
  margin-top: 32px;
  text-align: center;
}

.sf-modal-cta .sf-btn {
  display: inline-block;
  min-width: 220px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  transition: all 0.2s ease;
}

.sf-modal-cta .sf-btn.disabled {
  background: #CBD5E1;
  color: #FFFFFF;
  cursor: not-allowed;
}

.sf-modal-cta .sf-btn.disabled:hover {
  background: #CBD5E1;
}

.sf-modal-cta .sf-btn:not(.disabled) {
  background: #0057FF;
  color: #FFFFFF;
  cursor: pointer;
}

.sf-modal-cta .sf-btn:not(.disabled):hover {
  background: #0046CC;
}

/* Modal Responsive Styles */
@media (max-width: 600px) {
  .sf-modal-overlay {
    padding: 16px;
  }
  .sf-modal {
    max-width: 100%;
    border-radius: 12px;
  }
  .sf-modal-header {
    padding: 20px 20px 16px;
  }
  .sf-modal-title {
    font-size: 18px;
  }
  .sf-modal-body {
    padding: 20px;
  }
  .sf-modal-checkbox-row {
    gap: 12px;
    margin-bottom: 20px;
  }
  .sf-modal-checkbox-row input[type=checkbox] {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
  .sf-modal-checkbox-row input[type=checkbox]:checked::after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 11px;
  }
  .sf-modal-checkbox-row label {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
  }
  .sf-modal-cta {
    margin-top: 24px;
  }
  .sf-modal-cta .sf-btn {
    width: 100%;
    min-width: unset;
    padding: 14px 24px;
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .sf-modal-overlay {
    padding: 12px;
  }
  .sf-modal-header {
    padding: 16px 16px 14px;
  }
  .sf-modal-title {
    font-size: 16px;
  }
  .sf-modal-body {
    padding: 16px;
  }
  .sf-modal-checkbox-row {
    gap: 10px;
    margin-bottom: 16px;
  }
  .sf-modal-checkbox-row input[type=checkbox] {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }
  .sf-modal-checkbox-row input[type=checkbox]:checked::after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 9px;
  }
  .sf-modal-checkbox-row label {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
  }
  .sf-modal-cta {
    margin-top: 20px;
  }
  .sf-modal-cta .sf-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
}/*# sourceMappingURL=VSDEESEEInclusion.css.map */
