a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: 0;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear: both;
  line-height: 0px;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  transition-duration: 0.2s;
}

/*::-webkit-scrollbar {width: 8px; height: 60px;}::-webkit-scrollbar-thumb {background-color: #0b7465;}*/
::selection {
  background-color: #0b7465;
  color: #ffffff;
}

body {
  background: #fff;
  font: 12px/1.14 arial, \5b8b\4f53;
  color: #333;
}

#main_wrap {
  position: relative;
  width: 100%;
  float: left;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  overflow: hidden;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  position: relative;
}

.nobl {
  border-left: none;
}

a {
  color: #182e7c;
  text-decoration: none;
}

a:hover {
  color: #888;
}

p {
  font-size: 16px;
  line-height: 26px;
}

h1 {
  font-size: 36px;
  line-height: 46px;
}

h2 {
  font-size: 32px;
  line-height: 42px;
}

h3 {
  font-size: 28px;
  line-height: 38px;
}

h4 {
  font-size: 24px;
  line-height: 34px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
}

strong {
  font-size: inherit;
  font-weight: 700;
}

iframe,
img {
  max-width: 100%;
}

figure {
  text-align: center;
}

.container {
  display: block;
  width: 1120px;
  margin: 0px auto;
  position: relative;
}

.main_bar {
  width: 800px;
  float: left;
  position: relative;
}

.side_bar {
  width: 300px;
  float: right;
  max-width: 100%;
  word-break: break-all;
}

@media (max-width: 1120px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }

  .main_bar {
    width: 70%;
  }

  .side_bar {
    width: 28%;
  }
}

@media (max-width: 1080px) {
  .main_bar {
    width: 100%;
    margin-bottom: 15px;
  }

  .side_bar {
    width: 100%;
  }
}

header {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  position: relative;
}

header .logo_wrap {
  /* float: left; */
  width: 25%;
  height: 60px;
  line-height: 60px;
}

header #nav_wrap {
  float: left;
  width: 75%;
  padding-right: 150px;
}

header .lang_box {
  position: absolute;
  width: 140px;
  height: 36px;
  border: 0.02415rem solid #333;
  right: 0;
  top: 12px;
}

header .lang_box #lang_hndlr {
  margin-bottom: 0;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}

header .lang_box .lang_box_1 {
  position: relative;
}

header .lang_box .lang_box_1 .lang_inn {
  position: absolute;
  top: 36px;
  left: 0;
  background: #fbfbfb;
  max-height: 300px;
  overflow-y: scroll;
  z-index: 999;
  display: none;
}

header .lang_box .lang_box_1 .lang_inn a {
  float: left;
  width: 100%;
  margin: 1px 0;
  padding: 1px 0;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #000;
}

header .lang_box .lang_box_1 .lang_inn a:hover {
  background: #e0e0e0;
}

header .lang_box:hover > .lang_box_1 .lang_inn {
  display: inline-block;
}

@media (max-width: 1120px) {
  header .lang_box {
    right: 15px;
    width: 100px;
  }
}

header .logo_wrap img.logo {
  vertical-align: middle;
  height: 100% !important;
}

header #nav_wrap ul.main_nav {
  float: left;
  width: 100%;
  text-align: right;
}

header #nav_wrap ul.main_nav li {
  position: relative;
  display: inline-block;
}

header #nav_wrap ul.main_nav li a {
  float: left;
  height: 60px;
  line-height: 60px;
  padding: 0 12px;
  color: #333;
  font-size: 24px;
}

header #nav_wrap ul.main_nav li:hover > a {
  background: #fff;
  color: #111;
}

header #nav_wrap ul.main_nav li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  background: #26272b;
  min-width: 180px;
}

header #nav_wrap ul.main_nav li > ul li {
  float: left;
  width: 100%;
  border-bottom: solid 1px #ccc;
}

header #nav_wrap ul.main_nav li > ul li a {
  float: left;
  width: 100%;
  padding: 10px;
  line-height: 22px;
  height: auto;
}

header #nav_wrap ul.main_nav li:hover > ul {
  display: block;
}

header .menu_hndlr {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 12px;
  cursor: pointer;
}

header .menu_hndlr i {
  color: #fff;
  font-size: 20px;
}

@media (max-width: 1080px) {
  header #nav_wrap {
    padding-right: 0px;
  }

  header #nav_wrap ul.main_nav li a {
    padding: 0 10px;
  }

  header .logo_wrap {
    width: 100%;
    text-align: center;
  }

  header .menu_hndlr {
    display: block;
  }

  header #nav_wrap {
    display: none;
    position: fixed;
    width: 250px;
    background: #fff;
    top: 0px;
    left: 0;
    height: 100%;
    overflow-y: auto;
    box-shadow: 5px 0 12px rgba(18, 26, 33, 0.1);
    padding-bottom: 60px;
    z-index: 999999;
  }

  header #nav_wrap ul.main_nav li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }

  header #nav_wrap ul.main_nav li a {
    padding: 8px;
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    line-height: 23px;
    height: auto;
    color: #000 !important;
  }

  header #nav_wrap ul.main_nav li > ul {
    display: inline-block;
    width: 100%;
    position: static;
    background: #ececec;
  }

  header #nav_wrap ul.main_nav li > ul li {
    padding-left: 15px;
  }

  header #nav_wrap ul.main_nav li > ul li:last-child {
    border-bottom: none;
  }
}

@media (max-width: 600px) {
  header .logo_wrap {
    width: 96%;
  }

  /* 	header .logo_wrap img.logo {
		max-width: 140px !important;
	} */
}

@media (max-width: 400px) {
  header .btnsearch {
    padding: 18px 5px;
  }
  /* 
	header .logo_wrap img.logo {
		max-width: 100px !important;
	} */
}

.mob_menu_close {
  background: #26272b;
  margin-bottom: 0;
  height: 60px;
  display: none;
}

.mob_menu_close i {
  padding: 15px;
  color: #fff;
  font-size: 18px;
}

header .show_mob_menu {
  display: block !important;
}

header .show_mob_menu .mob_menu_close {
  display: block;
}

footer {
  margin-top: 30px;
  text-align: center;
}

footer .footer_top {
  padding: 30px 0 20px 0;
  color: #fff;
}

footer .ftr_links {
  text-align: center;
}

footer .ftr_links a {
  display: inline-block;
  font-size: 16px;
  line-height: 26x;
  color: #fff;
  margin: 2px 5px;
}

footer .ftr_links a:after {
  content: "|";
  color: rgba(255, 255, 255, 0.2);
  padding-left: 15px;
}

footer .ftr_links a:last-child:after {
  content: "";
}

footer .footer_bottom {
  background: whitesmoke;
  color: #b2b2b2;
  padding: 15px;
}

footer .footer_pages {
  margin-top: 15px;
  text-align: center;
}

footer .footer_pages a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin: 2px 8px;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer .footer_pages a:hover {
  color: #fff;
}

footer .footer_pages a:after {
  content: "•";
  color: rgba(255, 255, 255, 0.3);
  padding-left: 12px;
  font-size: 12px;
}

footer .footer_pages a:last-child:after {
  content: "";
}

.suprt_box h2 {
  color: #212121;
  font-size: 1.25604rem;
  text-align: center;
  line-height: 1.47343rem;
}

.suprt_box .suprt_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.suprt_box .suprt_list .suprt_item {
  width: 14.66%;
  margin: 1%;
  text-align: center;
}

.suprt_box .suprt_list .suprt_item p {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  margin: 5px 0 15px 0;
}

@media (max-width: 1020px) {
  .suprt_box .suprt_list .suprt_item {
    width: 18%;
  }
}

@media (max-width: 800px) {
  .suprt_box .suprt_list .suprt_item {
    width: 23%;
  }
}

@media (max-width: 600px) {
  .suprt_box .suprt_list .suprt_item {
    width: 31.33%;
  }
}

@media (max-width: 480px) {
  .suprt_box .suprt_list .suprt_item {
    width: 48%;
  }
}

@media (max-width: 320px) {
  .suprt_box .suprt_list .suprt_item {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

.faqs_box {
  width: 100%;
  background: #212121;
  text-align: center;
  float: left;
}

.faqs_box h3 {
  margin: 0 auto 61px;
  text-align: center;
  padding-top: 1.8599rem;
  font-size: 36px;
  font-weight: bold;
  color: white;
  letter-spacing: 0.12077rem;
  background: linear-gradient(334deg, #45c660 0%, #ece34e 50%, #ff6635 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faqs_box .faq-list {
  margin-bottom: 0.65217rem;
}

.faqs_box .bl-title {
  margin: 0 auto;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 0.57971rem;
  line-height: 0.67633rem;
  color: #ffffff;
  letter-spacing: 0;
}

.faqs_box .bl-title span:nth-child(1) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #333333;
  height: 0.72464rem;
  width: 0.72464rem;
  border-radius: 50%;
  font-size: 0.48309rem;
  color: #fff;
  letter-spacing: 0;
  margin-right: 0.22464rem;
}

.faqs_box .bl-content {
  margin: 0 auto;
  margin-top: 0.31401rem;
  margin-bottom: 1.47343rem;
  display: flex;
  align-items: center;
}

.faqs_box .bl-content .bl-text {
  padding: 0.36232rem 0.28986rem;
  font-size: 0.33816rem;
  color: #9a9a9a;
  letter-spacing: 0;
  line-height: 0.43478rem;
  text-align: left;
  background: #333333;
  border-radius: 0.24155rem;
}

.faqs_box .bl-content .triangle-left {
  width: 0;
  height: 0;
  position: relative;
  left: -0.60386rem;
  z-index: 1;
  margin-bottom: -1.20773rem;
  top: -0.36232rem;
  border: 0.62802rem solid transparent;
  border-top: 0.62802rem solid #333333;
  border-radius: 0.36232rem;
}

.faqs_box .bl-content .answ {
  font-size: 13px;
  line-height: 0.45894rem;
  border-radius: 0.50725rem;
  border-top-left-radius: 0;
  margin-left: 0.12077rem;
  position: relative;
}

/* Hide sticky download button on desktop */
@media (min-width: 769px) {
  #stickyDownloadBtn {
    display: none !important;
  }
}

/* Mobile only sticky download button */
@media (max-width: 768px) {
  /* Add padding to body when sticky download button is visible */
  body.sticky-download-visible {
    padding-bottom: 120px !important; /* Increased padding to ensure full footer visibility above sticky button */
  }

  /* Alternative: Add margin to footer when sticky button exists */
  body:has(#stickyDownloadWrapper) footer {
    margin-bottom: 85px !important;
  }

  #stickyDownloadWrapper {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background: white;
    padding: 15px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    height: 85px; /* Fixed height for consistent spacing */
  }

  #stickyDownloadBtn {
    display: flex;
    width: 200px;
    margin: 0 auto;
    border: none;
    outline: none;
    background: var(--primary-color) !important;
    color: white;
    text-decoration: none;
    cursor: pointer;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 50px;
    transition: all 0.3s ease;
  }

  #stickyDownloadBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    filter: brightness(1.1);
  }

  #stickyDownloadBtn svg {
    flex-shrink: 0;
    fill: white;
    transition: fill 0.3s ease;
  }
}

.more_link {
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 25px;
  border-radius: 5px;
  margin: 20px auto 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  box-shadow: 2px 2px 5px #ccc;
  display: inline-block;
}

.more_link:hover {
  color: #182e7c !important;
}

.blog_wrap {
  width: 100%;
  margin: 0 auto;
}

.blog_wrap .blog_item {
  width: 100%;
  border-bottom: 0.02415rem solid #ededed;
  padding: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
}

.blog_item .bl_content {
  width: 75%;
}

.blog_item .bl_content .bl_title {
  text-align: left;
  font-size: 0.57971rem;
  font-weight: bold;
  color: black;
  line-height: 0.67633rem;
}

.blog_item .bl_content .bl_text {
  height: 2.31884rem;
  overflow: hidden;
  text-align: left;
  font-size: 0.38647rem;
  font-weight: 400;
  color: #757575;
  line-height: 0.57971rem;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}

.blog_item .bl_img {
  padding-left: 15px;
  width: 25%;
}

.blog_wrap .blog_item:hover {
  background: #d9f0ff;
}

@media (max-width: 800px) {
  .blog_item .bl_img {
    width: 32%;
  }
}

@media (max-width: 600px) {
  .blog_item .bl_img {
    width: 38%;
  }
}

.youtube_embed {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.youtube_embed img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}

.youtube_embed .yt_play_btn {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube_embed .yt_play_btn:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.youtube_embed img,
.youtube_embed .yt_play_btn {
  cursor: pointer;
}

.youtube_embed img,
.youtube_embed iframe,
.youtube_embed .yt_play_btn,
.youtube_embed .yt_play_btn:before {
  position: absolute;
}

.youtube_embed .yt_play_btn,
.youtube_embed .yt_play_btn:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube_embed iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.social_sharer {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.social_sharer .ss_btn {
  box-shadow: inset 0 -4px 0 rgb(0 0 0 / 15%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-shadow: inset 0 -4px 0 rgb(0 0 0 / 20%);
  color: #fff;
  display: inline-block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.social_sharer .ss_btn i {
  font-size: 22px;
  line-height: 50px;
}

.social_sharer .ss_btn.facebook {
  background: #3a579a;
}

.social_sharer .ss_btn.twitter {
  background: #00abf0;
}

.social_sharer .ss_btn.reddit {
  background: #d63c1a;
}

.social_sharer .ss_btn.pinterest {
  background: #cd1c1f;
}

.social_sharer .ss_btn.whatsapp {
  background: #5cbe4a;
}

.cnt_box i {
  font-style: italic;
}

.cnt_box u {
  text-decoration: underline;
}

.cnt_box a {
  text-decoration: underline !important;
}

.cnt_box ol,
.cnt_box ul {
  padding-left: 20px !important;
  margin-bottom: 10px !important;
  text-align: left;
}

.cnt_box ol {
  list-style: none !important;
  padding-left: 45px !important;
  margin: 28px 0 !important;
  counter-reset: item;
  position: relative;
}

body .cnt_box ol li,
body[data-style="1"] .cnt_box ol li,
body[data-style="2"] .cnt_box ol li,
body[data-style="3"] .cnt_box ol li,
body:not([data-style]) .cnt_box ol li,
.cnt_box.style1 ol li,
.cnt_box.style2 ol li,
.cnt_box.style3 ol li {
  list-style: none !important;
  position: relative;
  padding: 0 !important;
  margin-bottom: 18px;
  line-height: 1.85;
  font-size: 16.5px;
  counter-increment: item;
  border-radius: 6px;
}

body .cnt_box ol li:before,
body[data-style="1"] .cnt_box ol li:before,
body[data-style="2"] .cnt_box ol li:before,
body[data-style="3"] .cnt_box ol li:before,
body:not([data-style]) .cnt_box ol li:before,
.cnt_box.style1 ol li:before,
.cnt_box.style2 ol li:before,
.cnt_box.style3 ol li:before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  left: -38px;
  background: var(--primary-color);
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Fix for nested ol in li */
.cnt_box ol li ol {
  counter-reset: none;
}

.cnt_box ol li ol li {
  counter-increment: none;
}

.cnt_box ol li ol li:before {
  content: "●";
  font-size: 10px;
  width: 20px;
  height: 20px;
  background: transparent !important;
  border-radius: 0 !important;
  color: var(--primary-color) !important;
  box-shadow: none;
}

/* Fix for ul in ol li structure - IMPORTANT: ul li should not increment counter */
.cnt_box ol li ul {
  counter-reset: none !important;
}

.cnt_box ol li ul li {
  counter-increment: none !important;
  list-style: none;
}

.cnt_box ol li ul li:before {
  content: "●" !important;
  font-size: 10px;
  width: 20px;
  height: 20px;
  background: transparent !important;
  border-radius: 0 !important;
  color: var(--primary-color) !important;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.cnt_box ul {
  list-style: disc !important;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.full {
  width: 100% !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

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

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.vam {
  vertical-align: middle;
}

.ac {
  text-align: center !important;
}

.aj {
  text-align: justify !important;
}

.db {
  display: block !important;
}

.dib {
  display: inline-block !important;
}

.rtl {
  direction: rtl !important;
}

.ltr {
  direction: ltr !important;
}

.pad10 {
  padding: 10px;
}

.pad15 {
  padding: 15px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.fs17 {
  font-size: 17px;
}

.txt_red {
  color: #c14d44 !important;
}

.txt_green {
  color: #063f4f !important;
}

.txt_suc {
  color: #008000;
}

.txt_err {
  color: #c14d44;
}

.txt_blue {
  color: #084888 !important;
}

.txt_gray {
  color: #333 !important;
}

.txt_white {
  color: #fff !important;
}

.txt_black {
  color: #000 !important;
}

.txt_orange {
  color: #f29423 !important;
}

.blue_bg {
  background: #f1f5fd;
  float: left;
  width: 100%;
  padding: 15px 0;
}

.hwa {
  height: auto !important;
  width: auto !important;
}

#home_bg {
  display: block;
  width: 1014px;
  height: 24.49275rem;
  transform: rotate(120deg);
  border-radius: 2.657rem;
  opacity: 0.8;
  position: absolute;
  z-index: -1;
  top: -13.90821rem;
  right: 0;
  overflow: hidden;
}

.home_banner {
  width: 100%;
  float: left;
  padding-top: 50px;
  margin-bottom: 100px;
}

.home_banner .hb_txt {
  float: left;
  width: 63%;
  padding-top: 80px;
}

.home_banner .hb_txt h1 {
  font-size: 52px;
  line-height: 62px;
}

.home_banner .hb_txt h2 {
  font-size: 36px;
  line-height: 58px;
}

.home_banner .hb_txt p {
  color: #757575;
  font-size: 20px;
  line-height: 30px;
}

.home_banner .hb_txt h3 {
  font-size: 36px;
  line-height: 46px;
  font-weight: normal;
}

.home_banner .hb_txt .btn_down {
  padding: 15px 25px;
  font-size: 26px;
  box-shadow: 0px 0.04831rem 0.09662rem 0px rgb(0 0 0 / 20%);
  border-radius: 0.07246rem;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin: 25px 0;
}

.home_banner .hb_txt .security_info strong {
  font-size: 28px;
  font-weight: normal;
}

.home_banner .hb_txt .security_info ul {
  display: flex;
  width: 60%;
  margin-top: 20px;
}

.home_banner .hb_txt .security_info ul li {
  flex: 1;
  text-align: left;
  display: flex;
  align-items: center;
}

.home_banner .hb_txt .security_info ul li img {
  margin-right: 5px;
}

.home_banner .hb_img {
  float: right;
  width: 30%;
}

@media (max-width: 1120px) {
  #home_bg {
    display: none;
  }
}

@media (max-width: 680px) {
  #home_bg {
    display: none;
  }

  .home_banner {
    padding-top: 0;
    margin-bottom: 20px;
  }

  .home_banner .hb_txt {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0px;
  }

  .home_banner .hb_img {
    width: 100%;
    text-align: center;
  }

  .home_banner .hb_txt h1 {
    font-size: 46px;
    line-height: 52px;
  }

  .home_banner .hb_txt h2 {
    font-size: 34px;
    line-height: 48px;
  }

  .home_banner .hb_txt p {
    font-size: 18px;
    line-height: 28px;
  }

  .home_banner .hb_txt .btn_down {
    margin: 15px 0;
  }

  .home_banner .hb_txt .security_info ul {
    width: 100%;
    text-align: center;
  }
}

.intro_box,
.intro_box p,
.intro_box div {
  color: #757575;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}

.intro_box h2 {
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  color: #333;
}

.feat_head {
  font-size: 36px;
  line-height: 46px;
  text-align: center;
}

.feats_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.feats_wrap .fitem {
  width: 18%;
  margin: 1%;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.feats_wrap .fitem .ficon {
  background: #f5f5f5;
  border-radius: 50px;
  padding: 20px;
  display: table;
  margin: 0 auto 20px auto;
}

@media (max-width: 900px) {
  .feats_wrap .fitem {
    width: 31.33%;
  }
}

@media (max-width: 550px) {
  .feats_wrap .fitem {
    width: 48%;
  }
}

@media (max-width: 350px) {
  .feats_wrap .fitem {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

.hinfo_box {
  background: #f5f5f5;
  width: 85%;
  margin: 0 auto;
  border-radius: 0.19324rem;
  text-align: center;
}

.hinfo_box h2 {
  font-size: 1.15942rem;
  font-weight: bold;
  color: white;
  line-height: 1.37681rem;
  padding-top: 1.08696rem;
  margin-bottom: 0.48309rem;
}

.hinfo_box p {
  margin: 0 auto;
  font-size: 0.57971rem;
  color: white;
  line-height: 0.67633rem;
}

.hinfo_box img {
  margin-top: 50px;
}

@media (max-width: 600px) {
  .hinfo_box {
    width: 96%;
    padding: 0 10px;
  }
}

.hinfo_box1 {
  background: linear-gradient(135deg, #3e82ff 0%, #64e3e8 100%);
}

.hinfo_box2 {
  background: linear-gradient(135deg, #38cbdb 0%, #45c657 100%);
}

.hinfo_box3 {
  background: linear-gradient(135deg, #4fd353 0%, #f1b926 100%);
}

.hinfo_box4 {
  background: linear-gradient(135deg, #f0e825 0%, #de5430 100%);
}

.hart_box {
  background: linear-gradient(360deg, white 0%, #f0f0f0 100%);
  padding: 100px 0;
}

.hart_box h2 {
  font-size: 32px;
  font-weight: bold;
  color: #212121;
  /* 	line-height: 1.47343rem; */
  margin-top: 1.20773rem;
  margin-bottom: 1.20773rem;
  display: block;
  text-align: center;
}

.primaryimage {
  margin-top: 0;
  margin-bottom: 30px;
}

.primaryimage img {
  aspect-ratio: 2/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full_gray_box .app.clickable:hover {
  background: #fff;
}

.blog_head {
  text-align: center;
  font-weight: bold;
}

figure {
  text-align: center;
}

.main_head {
  font-size: 34px;
  line-height: 42px;
  font-weight: bold;
}

.date_line {
  color: #6c757d;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 15px;
}

.blog_inn {
  width: 800px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .blog_inn {
    width: 100%;
  }
}

.header-menu i {
  color: white !important;
}

body {
  font-size: 16px;
}

.security_info {
  font-size: 12px;
}

.hinfo_box_heading {
  color: white;
  padding-top: 16px;
}

.footer_top a {
  color: white;
  text-decoration: underline;
}

.answ-wrap {
  color: #ddd;
}

.btn_down {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 30px !important;
}

body {
  font-family: "Roboto", sans-serif; /* Replace 'Roboto' with 'Outfit', 'Lato', or any other font you choose */
  font-size: 16px;
  line-height: 1.6; /* Improves readability by adding space between lines */
  letter-spacing: 0.5px; /* Adds a slight spacing between letters */
  color: #333; /* A dark gray color for text */
  font-weight: 400; /* Regular weight for the body text */
  margin: 0;
  padding: 0;
  background-color: #f7f7f7; /* A light background color to reduce strain on the eyes */
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif; /* Use Montserrat for headings */
  font-weight: 600; /* Slightly bolder for emphasis */
  line-height: 1.3; /* Tighter line height for headings */
  letter-spacing: 0.75px; /* Adds more space between letters for a modern look */
  color: #222; /* Darker color for headings */
  margin: 20px 0; /* Adds space above and below headings */
}

/* Links */
a {
  color: #1a73e8; /* Professional-looking blue for links */
  text-decoration: none;
  letter-spacing: 0.5px;
  font-weight: 500; /* Slightly bolder for emphasis */
}

a:hover {
  text-decoration: underline; /* Underlines links on hover for clarity */
}

/* Paragraphs */
p {
  margin-bottom: 20px; /* Adds space between paragraphs for better readability */
}

/* Buttons */
button,
.button {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.75px;
  text-transform: uppercase; /* Makes buttons look more impactful */
  padding: 10px 20px;
  background-color: #1a73e8;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:hover,
.button:hover {
  background-color: #0b5db3; /* Darkens the button on hover */
}

/* Inputs and Textareas */
input,
textarea {
  font-family: "Roboto", sans-serif; /* Matches the body font */
  font-size: 16px;
  line-height: 1.5;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* Lists */
ul,
ol {
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 1.6;
}

ul li,
ol li {
  margin-bottom: 10px;
}

/* Blockquotes */
blockquote {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-style: italic;
  color: #555;
  padding: 20px;
  border-left: 4px solid #1a73e8;
  background-color: #f7f7f7;
  margin: 20px 0;
}

.home-info-section-wrapper h2,
.home-info-section-wrapper h3,
.cnt_box_downloadpage h2,
.cnt_box_downloadpage h3 {
  text-align: center;
}

.hinfo_box {
  padding: 20px 20px;
}

@media (min-width: 768px) {
  .blog_inn_page {
    box-shadow: rgba(99, 99, 99, 0.09) 0px 4px 8px 0px;
    padding: 30px;
    max-width: 1200px;
    width: 100%;
  }
}

/* ===================================
   HINFO BOX STYLES - Style 1, 2, 3
   =================================== */

/* Default style - Style 1 (Keep current styling - inherits base styles) */

/* Style 2 - Glass Morphism Design */
body[data-style="2"] .hinfo_box {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
  border-radius: 20px;
  width: 85%;
  margin: 0 auto;
  padding: 20px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

body[data-style="2"] .hinfo_box:before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  pointer-events: none;
}

body[data-style="2"] .hinfo_box h2 {
  font-size: 1.15942rem;
  font-weight: bold;
  color: white;
  line-height: 1.37681rem;
  padding-top: 1.08696rem;
  margin-bottom: 0.48309rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.5px;
}

body[data-style="2"] .hinfo_box p {
  font-size: 0.57971rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 0.67633rem;
  max-width: 85%;
  margin: 0 auto;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

body[data-style="2"] .hinfo_box img {
  margin-top: 50px;
  filter: brightness(1.1) contrast(1.05);
  border-radius: 10px;
}

body[data-style="2"] .hinfo_box1 {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
}

body[data-style="2"] .hinfo_box2 {
  background: linear-gradient(
    135deg,
    var(--secondary-color) 0%,
    var(--primary-color) 100%
  );
}

body[data-style="2"] .hinfo_box3 {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 50%,
    var(--primary-color) 100%
  );
}

body[data-style="2"] .hinfo_box4 {
  background: linear-gradient(
    135deg,
    var(--secondary-color) 0%,
    var(--primary-color) 50%,
    var(--secondary-color) 100%
  );
}

/* Style 3 - Geometric Pattern */
body[data-style="3"] .hinfo_box {
  background: var(--primary-color);
  width: 85%;
  margin: 0 auto;
  border-radius: 12px;
  text-align: center;
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

body[data-style="3"] .hinfo_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(
    90deg,
    var(--primary-color) 0%,
    var(--secondary-color) 25%,
    var(--primary-color) 50%,
    var(--secondary-color) 75%,
    var(--primary-color) 100%
  );
  background-size: 200% 100%;
  animation: gradientSlide 3s linear infinite;
}

body[data-style="3"] .hinfo_box:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.05) 0%,
    transparent 70%
  );
  border-radius: 50%;
  transform: translate(50%, 50%);
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

body[data-style="3"] .hinfo_box h2 {
  font-size: 1.15942rem;
  font-weight: bold;
  color: white;
  line-height: 1.37681rem;
  padding-top: 1.08696rem;
  margin-bottom: 0.48309rem;
  letter-spacing: 0.8px;
  text-align: center;
  position: relative;
  z-index: 1;
}

body[data-style="3"] .hinfo_box p {
  font-size: 0.57971rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 0.67633rem;
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
  max-width: 90%;
  position: relative;
  z-index: 1;
}

body[data-style="3"] .hinfo_box img {
  margin-top: 50px;
  position: relative;
  z-index: 1;
  filter: brightness(1.05);
}

body[data-style="3"] .hinfo_box1 {
  background: var(--primary-color);
}

body[data-style="3"] .hinfo_box1:before {
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-color),
    var(--primary-color)
  );
}

body[data-style="3"] .hinfo_box2 {
  background: var(--secondary-color);
}

body[data-style="3"] .hinfo_box2:before {
  background: linear-gradient(
    90deg,
    var(--secondary-color),
    var(--primary-color),
    var(--secondary-color)
  );
}

body[data-style="3"] .hinfo_box3 {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
}

body[data-style="3"] .hinfo_box3:before {
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-color),
    var(--primary-color),
    var(--secondary-color),
    var(--primary-color)
  );
}

body[data-style="3"] .hinfo_box4 {
  background: linear-gradient(
    135deg,
    var(--secondary-color) 0%,
    var(--primary-color) 100%
  );
}

body[data-style="3"] .hinfo_box4:before {
  background: linear-gradient(
    90deg,
    var(--secondary-color),
    var(--primary-color),
    var(--secondary-color),
    var(--primary-color),
    var(--secondary-color)
  );
}

@media (max-width: 600px) {
  body[data-style="2"] .hinfo_box {
    width: 94%;
    padding: 20px 15px;
  }

  body[data-style="2"] .hinfo_box h2 {
    font-size: 1.2rem;
  }

  body[data-style="3"] .hinfo_box {
    width: 94%;
    padding: 25px 20px;
  }

  body[data-style="3"] .hinfo_box h2 {
    font-size: 1.4rem;
  }
}

/* ===================================
   CONTENT BOX STYLES - Style 1, 2, 3
   =================================== */

/* Default style - Style 1 (Modern Clean) */
body[data-style="1"] .cnt_box h1,
body:not([data-style]) .cnt_box h1,
.cnt_box.style1 h1 {
  font-size: 34px;
  line-height: 52px;
  margin: 30px 0 20px;
  padding-left: 20px;
  color: var(--primary-color);
}

body[data-style="1"] .cnt_box h2,
body:not([data-style]) .cnt_box h2,
.cnt_box.style1 h2 {
  font-size: 32px;
  line-height: 46px;
  margin: 25px 0 18px;
  padding-left: 18px;
  color: var(--primary-color);
}

body[data-style="1"] .cnt_box h3,
body:not([data-style]) .cnt_box h3,
.cnt_box.style1 h3 {
  font-size: 30px;
  line-height: 40px;
  margin: 32px 0 16px;
  padding-left: 15px;
  color: var(--primary-color);
}

body[data-style="1"] .cnt_box h4,
body:not([data-style]) .cnt_box h4,
.cnt_box.style1 h4 {
  font-size: 26px;
  line-height: 36px;
  margin: 20px 0 14px;
  color: var(--secondary-color);
}

body[data-style="1"] .cnt_box ul,
body:not([data-style]) .cnt_box ul,
.cnt_box.style1 ul {
  border-radius: 4px;
}

body[data-style="1"] .cnt_box ul li,
body:not([data-style]) .cnt_box ul li,
.cnt_box.style1 ul li {
  list-style: none !important;
  position: relative;
  padding: 0px 15px 0px 35px;
  margin-bottom: 16px;
  line-height: 1.85;
  font-size: 16.5px;
  border-radius: 4px;
}

body[data-style="1"] .cnt_box ul li:before,
body:not([data-style]) .cnt_box ul li:before,
.cnt_box.style1 ul li:before {
  content: "●";
  position: absolute;
  left: 14px;
  color: var(--primary-color);
  font-size: 10px;
  top: 50%;
  transform: translateY(-50%);
}

body[data-style="1"] .cnt_box ol,
body:not([data-style]) .cnt_box ol,
.cnt_box.style1 ol {
  padding-left: 45px !important;
  margin: 28px 0 !important;
  counter-reset: item;
  position: relative;
}

body[data-style="1"] .cnt_box ol li,
body:not([data-style]) .cnt_box ol li,
.cnt_box.style1 ol li {
  list-style: none !important;
  position: relative;
  padding: 0 !important;
  margin-bottom: 18px;
  line-height: 1.85;
  font-size: 16.5px;
  counter-increment: item;
  border-radius: 6px;
}

body[data-style="1"] .cnt_box ol li:before,
body:not([data-style]) .cnt_box ol li:before,
.cnt_box.style1 ol li:before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  left: -38px;
  background: var(--primary-color);
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

body[data-style="1"] .cnt_box ol li ol,
body:not([data-style]) .cnt_box ol li ol,
.cnt_box.style1 ol li ol {
  counter-reset: none;
}

body[data-style="1"] .cnt_box ol li ol li,
body:not([data-style]) .cnt_box ol li ol li,
.cnt_box.style1 ol li ol li {
  counter-increment: none;
}

body[data-style="1"] .cnt_box ol li ol li:before,
body:not([data-style]) .cnt_box ol li ol li:before,
.cnt_box.style1 ol li ol li:before {
  content: "●";
  font-size: 10px;
  width: 20px;
  height: 20px;
}

/* Fix for ol > li > ul structure - IMPORTANT: ul li should not increment counter */
body[data-style="1"] .cnt_box ol li ul,
body:not([data-style]) .cnt_box ol li ul,
.cnt_box.style1 ol li ul {
  counter-reset: none !important;
}

body[data-style="1"] .cnt_box ol li ul li,
body:not([data-style]) .cnt_box ol li ul li,
.cnt_box.style1 ol li ul li {
  counter-increment: none !important;
  list-style: none;
}

body[data-style="1"] .cnt_box ol li ul li:before,
body:not([data-style]) .cnt_box ol li ul li:before,
.cnt_box.style1 ol li ul li:before {
  content: "●" !important;
  font-size: 10px;
  width: 20px;
  height: 20px;
  background: transparent !important;
  border-radius: 0 !important;
  color: var(--primary-color) !important;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

/* Style 2 - Classic Editorial */
body[data-style="2"] .cnt_box h1,
.cnt_box.style2 h1 {
  font-size: 34px;
  line-height: 54px;
  margin: 35px 0 22px;
  text-align: center;
  color: #1a1a1a;
  position: relative;
  padding-bottom: 15px;
}

body[data-style="2"] .cnt_box h1:after,
.cnt_box.style2 h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--primary-color),
    transparent
  );
}

body[data-style="2"] .cnt_box h2,
.cnt_box.style2 h2 {
  font-size: 32px;
  line-height: 44px;
  margin: 28px 0 18px;
  color: #2a2a2a;
  font-weight: 600;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 10px;
}

body[data-style="2"] .cnt_box h3,
.cnt_box.style2 h3 {
  font-size: 28px;
  line-height: 38px;
  margin: 24px 0 16px;
  color: #3a3a3a;
  font-weight: 500;
  font-style: italic;
}

body[data-style="2"] .cnt_box h4,
.cnt_box.style2 h4 {
  font-size: 24px;
  line-height: 34px;
  margin: 20px 0 14px;
  color: #4a4a4a;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
}

body[data-style="2"] .cnt_box ul,
.cnt_box.style2 ul {
  padding: 25px 30px 25px 40px !important;
  margin: 26px 0 !important;
  border-radius: 12px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
  position: relative;
}

body[data-style="2"] .cnt_box ul:before,
.cnt_box.style2 ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--primary-color);
  border-radius: 12px 0 0 12px;
}

body[data-style="2"] .cnt_box ul li,
.cnt_box.style2 ul li {
  list-style: none !important;
  position: relative;
  padding: 12px 20px 12px 38px;
  margin-bottom: 16px;
  line-height: 1.95;
  font-size: 17px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

body[data-style="2"] .cnt_box ul li:before,
.cnt_box.style2 ul li:before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background: var(--primary-color);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
}

body[data-style="2"] .cnt_box ol,
.cnt_box.style2 ol {
  margin: 26px 0 !important;
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
  padding: 28px 30px 28px 55px !important;
  border-radius: 12px;
  counter-reset: item;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  position: relative;
}

body[data-style="2"] .cnt_box ol li,
.cnt_box.style2 ol li {
  list-style: none !important;
  position: relative;
  padding: 14px 20px;
  margin-bottom: 18px;
  line-height: 1.95;
  font-size: 17px;
  counter-increment: item;
  background: white;
  border-radius: 6px;
}

body[data-style="2"] .cnt_box ol li:before,
.cnt_box.style2 ol li:before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  left: -42px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-color);
  font-weight: 800;
  font-size: 20px;
  background: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 2px solid var(--primary-color);
}

body[data-style="2"] .cnt_box ol li ol,
.cnt_box.style2 ol li ol {
  counter-reset: none;
}

body[data-style="2"] .cnt_box ol li ol li,
.cnt_box.style2 ol li ol li {
  counter-increment: none;
}

body[data-style="2"] .cnt_box ol li ol li:before,
.cnt_box.style2 ol li ol li:before {
  content: "●";
  font-size: 10px;
  width: 20px;
  height: 20px;
}

/* Fix for ol > li > ul structure - IMPORTANT: ul li should not increment counter */
body[data-style="2"] .cnt_box ol li ul,
.cnt_box.style2 ol li ul {
  counter-reset: none !important;
}

body[data-style="2"] .cnt_box ol li ul li,
.cnt_box.style2 ol li ul li {
  counter-increment: none !important;
  list-style: none;
}

body[data-style="2"] .cnt_box ol li ul li:before,
.cnt_box.style2 ol li ul li:before {
  content: "●" !important;
  font-size: 10px;
  width: 20px;
  height: 20px;
  background: transparent !important;
  border-radius: 0 !important;
  color: var(--primary-color) !important;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: none;
}

/* Style 3 - Bold Minimalist */
body[data-style="3"] .cnt_box h1,
.cnt_box.style3 h1 {
  font-size: 34px;
  line-height: 58px;
  margin: 40px 0 25px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}

body[data-style="3"] .cnt_box h2,
.cnt_box.style3 h2 {
  font-size: 32px;
  line-height: 48px;
  margin: 32px 0 20px;
  color: #111;
  font-weight: 800;
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body[data-style="3"] .cnt_box h3,
.cnt_box.style3 h3 {
  font-size: 30px;
  line-height: 40px;
  margin: 26px 0 18px;
  color: #222;
  font-weight: 700;
  position: relative;
  padding-left: 0;
  border-left: 5px solid var(--primary-color);
  padding-left: 20px;
  background: linear-gradient(to right, rgba(26, 115, 232, 0.05), transparent);
}

body[data-style="3"] .cnt_box h4,
.cnt_box.style3 h4 {
  font-size: 24px;
  line-height: 34px;
  margin: 22px 0 16px;
  color: #333;
  font-weight: 600;
  background: #f0f0f0;
  padding: 10px 15px;
  border-radius: 4px;
}

body[data-style="3"] .cnt_box ul,
.cnt_box.style3 ul {
  padding-left: 0 !important;
  margin: 30px 0 !important;
  position: relative;
}

body[data-style="3"] .cnt_box ul li,
.cnt_box.style3 ul li {
  list-style: none !important;
  position: relative;
  padding: 16px 24px 16px 52px;
  margin-bottom: 12px;
  line-height: 1.8;
  font-size: 16.5px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

body[data-style="3"] .cnt_box ul li:before,
.cnt_box.style3 ul li:before {
  content: "➤";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-color);
  font-size: 20px;
  font-weight: bold;
}

body[data-style="3"] .cnt_box ol,
.cnt_box.style3 ol {
  padding-left: 50px !important;
  margin: 30px 0 !important;
  counter-reset: item;
  position: relative;
}

body[data-style="3"] .cnt_box ol li,
.cnt_box.style3 ol li {
  list-style: none !important;
  position: relative;
  padding: 4px 0 4px 0;
  margin-bottom: 16px;
  line-height: 1.7;
  font-size: 16.5px;
  background: transparent;
  border: none;
  border-radius: 0;
  counter-increment: item;
  box-shadow: none;
}

body[data-style="3"] .cnt_box ol li:before,
.cnt_box.style3 ol li:before {
  content: counter(item);
  position: absolute;
  left: -42px;
  background: var(--primary-color);
  color: white;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

body[data-style="3"] .cnt_box ol li ol,
.cnt_box.style3 ol li ol {
  counter-reset: none;
}

body[data-style="3"] .cnt_box ol li ol li,
.cnt_box.style3 ol li ol li {
  counter-increment: none;
}

body[data-style="3"] .cnt_box ol li ol li:before,
.cnt_box.style3 ol li ol li:before {
  content: "●";
  font-size: 10px;
  width: 24px;
  height: 24px;
}

/* Fix for ol > li > ul structure - IMPORTANT: ul li should not increment counter */
body[data-style="3"] .cnt_box ol li ul,
.cnt_box.style3 ol li ul {
  counter-reset: none !important;
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  padding-left: 20px !important;
}

body[data-style="3"] .cnt_box ol li ul li,
.cnt_box.style3 ol li ul li {
  counter-increment: none !important;
  list-style: none;
  position: relative;
  padding: 2px 0 2px 20px !important;
  margin-bottom: 6px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body[data-style="3"] .cnt_box ol li ul li:before,
.cnt_box.style3 ol li ul li:before {
  content: "•" !important;
  font-size: 16px;
  width: auto;
  height: auto;
  background: transparent !important;
  border-radius: 0 !important;
  color: var(--primary-color) !important;
  position: absolute;
  left: 0;
  top: 0;
  transform: none;
  display: block;
  align-items: normal;
  justify-content: normal;
  box-shadow: none;
  line-height: 1.7;
}

/* ===================================
   FEATURES WRAP STYLES - Style 1, 2, 3
   =================================== */

/* Style 1 - Default (Current styling remains unchanged) */
/* The default .feats_wrap styling is already defined above and will be used for Style 1 */

/* Style 2 - Modern Card Grid with Primary Color Accent */
.feats_wrap.style2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  padding: 30px 0;
}

.feats_wrap.style2 .fitem {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 16px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}

.feats_wrap.style2 .fitem:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
  border-color: var(--primary-color);
}

.feats_wrap.style2 .fitem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-color)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.feats_wrap.style2 .fitem:hover::before {
  opacity: 1;
}

.feats_wrap.style2 .fitem .ficon {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  border-radius: 0;
  padding: 28px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.feats_wrap.style2 .fitem .ficon img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.feats_wrap.style2 .fitem > text,
.feats_wrap.style2 .fitem > span {
  display: block;
  padding: 18px 12px 22px;
  margin: 0;
  font-weight: 600;
  color: #333;
}

/* Style 3 - Clean Bordered Layout with Primary Accent */
.feats_wrap.style3 {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  padding: 30px 0;
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
  border-left: 5px solid var(--primary-color);
  border-radius: 0 16px 16px 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}

.feats_wrap.style3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-color) 0%, transparent 80%);
}

.feats_wrap.style3 .fitem {
  flex: 0 0 auto;
  width: 20%;
  min-width: 150px;
  margin: 0;
  padding: 30px 20px;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  background: transparent;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: background-color 0.3s ease;
}

.feats_wrap.style3 .fitem:hover {
  background: rgba(26, 115, 232, 0.04);
}

.feats_wrap.style3 .fitem:last-child {
  border-right: none;
}

.feats_wrap.style3 .fitem .ficon {
  background: #fff;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  padding: 20px;
  display: block;
  margin: 0 auto 15px auto;
  transition: all 0.3s ease;
}

.feats_wrap.style3 .fitem:hover .ficon {
  background: var(--primary-color);
  transform: scale(1.05);
}

.feats_wrap.style3 .fitem .ficon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
  transition: filter 0.3s ease;
}

.feats_wrap.style3 .fitem:hover .ficon img {
  filter: brightness(0) invert(1);
}

.feats_wrap.style3 .fitem > text,
.feats_wrap.style3 .fitem > span {
  display: block;
  font-weight: 500;
  color: #333;
}

/* Responsive adjustments for Style 2 */
@media (max-width: 900px) {
  .feats_wrap.style2 {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .feats_wrap.style2 .fitem {
    font-size: 15px;
  }

  .feats_wrap.style2 .fitem .ficon img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 550px) {
  .feats_wrap.style2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 20px 0;
  }

  .feats_wrap.style2 .fitem .ficon {
    padding: 22px 15px;
  }

  .feats_wrap.style2 .fitem .ficon img {
    width: 45px;
    height: 45px;
  }

  .feats_wrap.style2 .fitem > text,
  .feats_wrap.style2 .fitem > span {
    padding: 15px 10px 18px;
    font-size: 14px;
  }
}

@media (max-width: 350px) {
  .feats_wrap.style2 {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* Responsive adjustments for Style 3 */
@media (max-width: 900px) {
  .feats_wrap.style3 {
    flex-wrap: wrap;
    overflow-x: visible;
    border-left-width: 3px;
  }

  .feats_wrap.style3 .fitem {
    width: 33.33%;
    min-width: auto;
    padding: 25px 15px;
  }

  .feats_wrap.style3 .fitem .ficon {
    padding: 18px;
  }

  .feats_wrap.style3 .fitem .ficon img {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 550px) {
  .feats_wrap.style3 {
    border-left-width: 3px;
    border-radius: 0 12px 12px 0;
    padding: 20px 0;
  }

  .feats_wrap.style3 .fitem {
    width: 50%;
    padding: 20px 12px;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  .feats_wrap.style3 .fitem:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
  }

  .feats_wrap.style3 .fitem:nth-child(even) {
    border-right: none;
  }

  .feats_wrap.style3 .fitem:nth-last-child(-n + 2) {
    border-bottom: none;
  }

  .feats_wrap.style3 .fitem .ficon {
    padding: 15px;
    margin-bottom: 12px;
  }

  .feats_wrap.style3 .fitem .ficon img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 350px) {
  .feats_wrap.style3 .fitem {
    width: 100%;
    padding: 18px 20px;
    border-right: none !important;
  }

  .feats_wrap.style3 .fitem:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
}
