@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
body {
  font-family: "Inter", Inter Fallback !important;
  color: #4b5563;
  
}
h1, h2, h3, h4, h5, h6
{
	font-family: "Inter", Inter Fallback !important;
  color: #000000;
}

.post .thumb:hover img {
  transform: scale(1) !important;
  ;
}


/* Container */
.container {
  max-width: 1280px;
  /* max-w-7xl */
  margin: 0 auto;
  padding: 0 1rem;
}

ol.wp-block-list 
{
  background: #f0f6ff;
    padding: 15px 50px;
    border-radius: 10px;
    color: #000;
    font-weight: 500;
    margin-top: 20px;
    position: relative;
    display: inline-block;
}
ol.wp-block-list::before {
  content: "";
  position: absolute;
    top: -4px;
    left: -4px;
    width: 40px;
    height: 40px;
    border-top: 4px solid #3780f6;
    border-left: 4px solid #3780f6;
    border-radius: 15px 0 0 0;
}



/* Bottom-right corner */
ol.wp-block-list::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 40px;
  height: 40px;
  border-bottom: 4px solid #3780f6;
  border-right: 4px solid #3780f6;
  border-radius: 0 0 15px 0;
}

ul.wp-block-list 
{
  list-style: none !important;
  margin-top: 10px;
}
ul.wp-block-list  li
{
  position: relative;
  list-style: none !important;
}
ul.wp-block-list  li:before
{
  content: "";
  left: -23px;
  top: 5px;
  background: url('/blog/wp-content/uploads/2026/04/check-icon.png')no-repeat;
  position: absolute;
  height: 16px;
  width: 16px;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  display: block;
}

/* Dropdown Items */
.dropdown-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  color: #000000;
  /* gray-600 */
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.2s;
  min-width: max-content;
  font-size: 14px;
}

.dropdown-item img,
.dropdown-item svg {
  width: 20px;
  height: 20px;
  margin-right: 0.75rem;
}


.post .meta a:hover {
  color: #0c68e9 !important;
}

/* Footer */



@media(min-width: 768px) {
  .cta-section h2 {
    font-size: 30px;
  }

  .cta-section {
    padding: 5rem 1rem;
  }
}

@media(min-width: 1024px) {
  .cta-section h2 {
    font-size: 40px;
  }

  .cta-section {
    padding: 5rem 1rem;
  }
}

.gradient-text {
  color: #2563eb;
}


/* Feature Pills */
.feature-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.pill {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #fee2e2;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.pill:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.pill-icon {
  width: 20px;
  height: 20px;
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function:
    cubic-bezier(.4, 0, .2, 1);
}

img.pill-icon.zap-icon {
  width: 17px;
  height: 17px;
}


.pill:hover .pill-icon {
  transform: scale(1.1);
}

/* CTA Button */
.cta-button-wrapper {
  display: flex;
  justify-content: center;
  gap: 16px;
}




.contact-info h4
{
   font-weight: 500;
   font-size: 24px;
   margin-bottom: 1rem;
}


@media(min-width: 768px) {

}

@media(min-width: 1024px) {

}



.contact-info .contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  color: #000000;
  padding: 0;
}

.contact-info .contact-item a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s;
}

.contact-info .contact-item a:hover {
  color: #3780f6;
}

.social-icons {
  display: flex;
  gap: 0.5rem;
}
.social-icons a svg {
  margin-bottom: -1px;
}

.social-icons a {
  display: flex;
  align-items: center;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  color: white;
}

.social-icons img {
  filter: invert(1);
}

/* Footer Section Titles */

.pill span {
  font-weight: 600;
  color: #374151;
}


.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  padding: 0.5rem 0;
  background: none;
  border: none;
  width: 100%;
  cursor: pointer;
}

.mobile-link {
  padding-left: 1rem;
  display: block;
  padding: 0.25rem 0;
}

.btn {
  background: #3780f6;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  text-align: center;
  display: block;
}

@media(min-width: 768px) {
 
  
}



::selection {
  color: #FFF;
  background: #3365ce !important;
}

.page-header {
  margin-top: 70px;
  background: #f9fafb !important;
}

.comment-respond a#cancel-comment-reply-link {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  border: 1px solid;
  width: max-content;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  color: #3780f6;
}

input:focus {
  border-color: #3780f6 !important;
}

.post .category-badge,
.btn-default,
.wp-block-search button[type=submit],
.widget .searchform input[type=submit],
.comment-reply-link,
.post-password-form input[type=submit],
input[type=submit],
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-text-input.is-active label,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link),
.wp-block-button__link {
  background: #3780f6 !important;
}

.author-page.about-author {
  margin-top: 120px !important;
}

.container-xl.post-container {
  max-width: 1280px;
}

.widget.widget_categories ul li a {
  font-weight: 400 !important;
  display: flex;
  align-items: baseline;
  width: 85%;
}

.widget .searchform input[type=text] {
  max-width: calc(100% - 45px) !important;
}

.widget_categories ul li a:before,
.widget_archive ul li a:before,
.widget_meta ul li a:before,
.widget_pages ul li a:before,
.widget_recent_entries ul li a:before,
.widget_nav_menu ul li a:before,
.widget_block ul li a:before {
  color: #3780f6 !important;
}

.widget ul li a:hover {
  color: #3780f6 !important;
}

button#searchsubmit {
  background: #3780f6;
  border: none;
  color: #fff;
  border: 0;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  font-size: 14px;
}

body.blog img.avatar,
.post-single .post-header img.avatar,
body.search-results img.avatar,
.post-grid img.avatar,
.post.post-classic .details img.avatar {
  margin-right: 12px;
  vertical-align: middle;
  border-radius: 50%;
  height: 32px;
  width: 32px;
}

.cta-button :hover {
  opacity: 0.9;
  /* hover:bg-primary/90 effect approximation */

}

.cta-button.transparent {
 background: #E8F1FD;
    border-radius: 24px;
    border: 1px solid #0C68E9;
    font-weight: 500;
    color: #0C68E9 !important;
    white-space: nowrap;
    transition: all 0.2s ease;
    box-shadow: none !important;
    font-weight: 500 !important;
    font-size: 16px;
	padding-left: 36px;
    padding-right: 36px;

}

.cta-button.transparent:hover {
     background-color: #3780f6 !important;
    color: #ffffff !important;
    transform: translateY(0);

}

.cta-button:first-child {
    background: linear-gradient(91deg, #418bf5 0.8%, #124997 114.79%) !important;
    color: #fff !important;
}

.social-icons a:hover {
  color: #3780f6;
}

.post .meta li:after {
  background-color: #3780f6;
}
.post .meta li:after
{
  margin-left: 4px;
}
.post .meta li:not(:last-child)
{
  margin-right: 3px;
}

.post .post-title a:hover {
  color: #3780f6;

}

.widget .widget-header svg path,
.section-header svg path {
  stroke: #3780f6;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111827;
} */

p {
  color: #000000;
}
.post-content p {
  margin-bottom: 10px;
}
strong
{
  color: #0c0a09;
}

.post .post-title a {
  color: #0c0a09;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

a {
  color: #3780f6;
}

.page-item .page-numbers.current,
.page-numbers:hover {
  background: #3780f6
}

.main-content {
  margin-top: 60px !important;
}

.form-control:focus,
.woocommerce textarea:focus,
.woocommerce input:focus,
.woocommerce .widget_product_search input.search-field:focus,
.wp-block-search input[type=search]:focus,
.widget .searchform input[type=text]:focus,
.post-password-form input[type=password]:focus,
.comment-form-url input:focus,
.comment-form-email input:focus,
.comment-form-author input:focus,
.comment-form-comment textarea:focus {
  border-color: #3780f6 !important;
}


.post.post-grid .thumb img {
  height: auto !important;
}

a.category-badge.position-absolute {
  bottom: 10px;
  top: auto;
  left: auto;
  right: 10px;
}

.widget_recent_entries ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.widget_recent_entries ul li a {
  display: flex;
  width: 100%;
  align-items: baseline;
}
.wp-block-quote
{
  border-left: 4px solid #3780f6;
  margin-top:20px;
  background: #f0f6ff;
}
.wp-block-quote h3.wp-block-heading 
{
  margin-top: 0;
}
figure.wp-block-image img
{
  border-radius: 10px;
  margin-top: 20px;
}
.about-author .details h4.name:hover
{
  color: #3780f6 !important;
}
.about-author .details h4.name a:hover
{
  color: #3780f6 !important;
}

.error {
    color: #ef4343;
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-top: 8px;
}

.form-group {
    margin-bottom: 12px;
}
a.wp-block-button__link.wp-element-button
{
  background: #3780f6;
    color: #fff;
    padding: 9px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Inter';
    margin-top: 20px;
}

a.wp-block-button__link.wp-element-button strong
{
  color: #fff !important;
}
a.wp-block-button__link.wp-element-button:hover 
{
  background: #113cbb !important;
}
.post-single .post-content
{
  color: #000000;
}
.comment-form-comment
{
  margin-bottom: 20px;
}
/* 
input.error-border {
  border: 1px solid red;
} */
 .wp-block-table .has-fixed-layout
 {
  margin-top: 10px;
 }
 .wp-block-table tr > *:first-child {
    border-left: 1px solid #3780f6;
}

.wp-block-table tr:first-child > *
{
  border-top: 1px solid #3780f6;
      background: #f0f6ff;
}
.wp-block-table tr:first-child > * strong
{
  color: #3780f6;
}
.wp-block-table td, .wp-block-table th
{
    padding: 10px;
    border: 0;
    border-right: 1px solid #3780f6;
    border-bottom: 1px solid #3780f6;
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
	  padding:0;
}
 
.wp-block-table .has-fixed-layout tr:first-child td:first-child,
.wp-block-table .has-fixed-layout tr:first-child th:first-child{
    border-top-left-radius: 10px;
}
 
.wp-block-table .has-fixed-layout tr:first-child td:last-child,
.wp-block-table .has-fixed-layout tr:first-child th:last-child{
    border-top-right-radius: 10px;
}
 
.wp-block-table .has-fixed-layout tr:last-child td:first-child,
.wp-block-table .has-fixed-layout tr:last-child th:first-child{
    border-bottom-left-radius: 10px;
}
 
.wp-block-table .has-fixed-layout tr:last-child td:last-child,
.wp-block-table .has-fixed-layout tr:last-child th:last-child{
    border-bottom-right-radius: 10px;
}
.post.post-grid .thumb .inner
{
  margin-left: 0px !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04);
}


@media(max-width: 991px) {
	.announcement-bar
	{
	height:auto !important;
	}
}

@media(min-width: 768px) {
  .cookie-bar p {
    width: 70%;
  }
 
}

@media(max-width: 768px) {
body.single .wp-block-table table
 {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
 }
 ol.wp-block-list
 {
  padding: 15px 15px 15px 30px;
 }
 .main-content
 {
  margin-top: 30px !important;
 }
}
@media(max-width: 578px) {
  .mobile 
  {
    width:100% !important;
  }
  .mobile-nav.mobile ul
  {
    padding-left: 0px;
  }
}

@media(max-width: 480px) {
  .cta-button-wrapper {
   flex-direction: column;
    align-items: center;
  }
}