/* Fix: Allow Insights dropdown to show on blog pages */
/* The main.css clip-path on <header> clips the dropdown on blog pages */
/* because the blog header is very short (nav bar only, no big banner) */
header {
    -webkit-clip-path: none !important;
    clip-path: none !important;
    overflow: visible !important;
}

header .header-nav {
    overflow: visible !important;
}

@media (min-width: 1920px) { #blog-logo img { width: 10vw !important; } #blog-logo .blog-logo-word div h1 { font-size: 3vw !important; } #blog-demo-banner .bdb-head { font-size: 1vw !important; } #blog-demo-banner .bdb-sub { font-size: 0.7vw !important; } }

/* Enhanced List Styles for Blog Posts */
.enhanced-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.enhanced-list li {
  position: relative;
  padding: 12px 0 12px 40px;
  margin-bottom: 8px;
  border-left: 3px solid #e8f1ff;
  background: linear-gradient(90deg, #f8fbff 0%, transparent 100%);
  border-radius: 0 8px 8px 0;
  transition: all 0.3s ease;
}

.enhanced-list li:hover {
  border-left-color: #4999cf;
  background: linear-gradient(90deg, #e8f1ff 0%, transparent 100%);
  transform: translateX(5px);
}

.enhanced-list li::before {
  content: "▸";
  position: absolute;
  left: 15px;
  top: 12px;
  color: #4999cf;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease;
}

.enhanced-list li:hover::before {
  color: #07d79c;
  transform: scale(1.1);
}

/* Alternative style for feature lists */
.feature-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.feature-list li {
  position: relative;
  padding: 15px 20px 15px 50px;
  margin-bottom: 12px;
  background: #ffffff;
  border: 1px solid #e6f2ff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(73, 153, 207, 0.1);
  transition: all 0.3s ease;
}

.feature-list li:hover {
  border-color: #4999cf;
  box-shadow: 0 4px 12px rgba(73, 153, 207, 0.15);
  transform: translateY(-2px);
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #4999cf, #07d79c);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.feature-list li:hover::before {
  transform: scale(1.1) rotate(360deg);
}

/* Compact list style for simpler content */
.compact-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.compact-list li {
  position: relative;
  padding: 8px 0 8px 25px;
  margin-bottom: 6px;
  transition: all 0.3s ease;
}

.compact-list li::before {
  content: "•";
  position: absolute;
  left: 8px;
  top: 8px;
  color: #4999cf;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease;
}

.compact-list li:hover {
  color: #4999cf;
  transform: translateX(3px);
}

.compact-list li:hover::before {
  color: #07d79c;
}

img { -webkit-user-drag: none; -khtml-user-drag: none; -moz-user-drag: none; -o-user-drag: none; /* user-drag: none; */ } #blog_article div.blog-img { background-image: linear-gradient(28deg, #4c63ec, #549eec); height: 400px; overflow: hidden; } #blog_article div.blog-img img { display: block; width: 100%; height: 402px; -o-object-fit: cover; object-fit: cover; } #blog_article div.blog-img-main { border: 5px solid #86aff2; height: 400px; /* border-radius: 25px; */ } #blog_article div.blog-img-main img { height: 402px; } #veloxDemo.btn { border-radius: 50px; background-color: #07d79c; padding: 10px 20px; color: #ffffff; font-size: 0.7vw; border: 0; } #veloxDemo.btn:hover { background-color: #07c18d; } #followus .followicons i { color: black; font-size: 35px; -webkit-transition: color 0.3s; transition: color 0.3s; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } #followus .followicons i:hover { color: #4999cf; } #footer-nav ul li a { color: #8894a4 !important; -webkit-transition: color 0.3s; transition: color 0.3s; } #footer-nav ul li a:hover { color: #07d79c !important; } #footer-nav div.header { font-size: 25px; color: #545b65; margin-bottom: 0.5rem; } #footer-nav ul.social li i { font-size: 35px; color: #545b65; -webkit-transition: color 0.3s; transition: color 0.3s; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } #footer-nav ul.social li i:hover { color: #07d79c; } .blog-post { margin: 0 500px; } .blog-post img { /* float: left;  */ /* margin: 0px 15px 15px 0px; */ /* height: 350px; */ margin-bottom: 15px; } .recent-list h5, .related-list h5 { font-size: 1rem; } .recent-list small, .related-list small { font-size: 0.8rem; } .related-list a { border: none; } #article-content { margin-bottom: 50px; font-family: "Raleway", serif; } #article-content p { text-align: justify; margin-bottom: 30px; } #article-content img { display: block; width: 550px; margin: 20px 0 20px 0; -o-object-fit: cover; object-fit: cover; } #article-content h2, #article-content h3 { margin-top: 2rem; } #article-content h6 { font-weight: 600; margin-bottom: 1rem; } #blog-logo img { display: block; height: 100%; width: 12vw; } #blog-logo .blog-logo-word div { font-size: 3.5vw; font-family: "Lato", sans-serif; font-weight: 800; color: black; } #blog-logo .blog-logo-divider div { height: 100%; margin: 0 10px 0 10px; border: 2px solid #4999cf; color: #4999cf; background-color: #4999cf; } #blog-demo-banner .bdb-head { font-family: "Raleway", serif; color: #4999cf; font-weight: 600; font-size: 1.5vw; } #blog-demo-banner .bdb-sub { font-family: "Raleway", serif; color: #4999cf; font-size: 0.8vw; } #footer-img { height: 300px; } @media (max-width: 1199px) { .recent-post-new .blog-title { width: 98.7%; } } @media (max-width: 991px) { #footer-img { height: 200px; } #blog-demo-banner .bdb-head { font-size: 2vw; } #blog-demo-banner .bdb-sub { font-size: 1.3vw; } #veloxDemo.btn { font-size: 1.5vw; } .recent-post-new .blog-title { width: 98%; } #article-content h1 { font-size: 1.5rem; font-weight: 600; } #article-content h2 { font-size: 1.3rem; } #article-content h3 { font-size: 1.1rem; } } @media (max-width: 767px) { #footer-img { height: 200px; } #blog-logo img { width: 15vw; } #blog-logo .blog-logo-word div { font-size: 5vw; } #blog-logo .blog-logo-divider div { margin: 0 1px 0 1px; } #blog-demo-banner .bdb-head { font-size: 2.3vw; } #blog-demo-banner .bdb-sub { font-size: 1.5vw; } #veloxDemo.btn { font-size: 1.4vw; padding: 8px 13px; } .recent-post-new .blog-title { width: 98.5%; } } @media (max-width: 575px) { #footer-img { height: 200px; } #veloxDemo.btn { font-size: 1.2vw; padding: 5px 10px; } #article-content img { height: 200px; } .recent-post-new .blog-title { width: 98%; } .recent-post-new .blog-title h3 { font-size: 1.3rem; } .recent-post-new .blog-title div { font-size: 0.8rem; } #article-content img { width: 300px; } } #article-content h1 { font-size: 2.3rem; } #copyright { padding-bottom: 50px; } .justified-blog-img-standard { text-align: center !important; margin: 20px; padding-bottom: 30px; } .justified-blog-img-standard img { display: block !important; margin: 0 auto !important; max-width: 1100px !important; width: 100% !important; } .justified-blog-img-smaller { text-align: center !important; margin: 20px; padding-bottom: 30px; } .justified-blog-img-smaller img { display: block !important; margin: 0 auto !important; max-width: 600px !important; width: 100% !important; } /*Inline removal*/ #blog-demo-banner { margin: auto 0 auto 0; } .blog-cover-1 { position: relative; text-align: center; color: white; } #div-generated-1726071264781-8683172 { position: relative; text-align: left; color: white; } .blog-cover-2 { margin-bottom: 3em; } .span-colored-1 { color: #4999cf; } .custom-blog-tags { display: inline-block; background-color: #f2f2f2; border-radius: 5px; padding: 0.2rem 0.6rem; } .spacer-top-1 { padding-top: 1px; } .spacer-left-1 { padding-top: 1px; } .marginer-left-1 { margin-left: 20px; } .marginer-left-2 { margin-left: 15px; } /*# sourceMappingURL=main.css.map */