@media (min-width: 922px) {
	.container {
		max-width: 1240px;
		margin-left: auto;
		margin-right: auto;
	}
}

.ast-header-account-wrap .ast-header-account-type-icon .ahfb-svg-iconset svg circle {
    fill: #243853;
}
.ast-builder-menu-1 .menu-item > .menu-link {
    line-height: 1.3;
}
span.ahfb-svg-iconset.ast-inline-flex.svg-baseline {
    background: #ffffff;
}
.ast-header-account span.ahfb-svg-iconset.ast-inline-flex.svg-baseline {
	padding: 12px;
	border-radius: 50%;
	border: 1px solid;
	border: 1px solid #243853;
}
.ast-hfb-header .menu-toggle .ast-mobile-svg {
    width: 28px;
    height: 28px;
    transition: none;
}
.ast-mobile-header-content {
    padding-bottom: 15px;
}
.ast-mobile-header-content .ast-header-button-1 {
    margin-left: 15px;
}

/*=========================================
===== Footer Top Css
=========================================*/
.footer-top-cta {
    background: #F3F7FE;
    padding: 30px 20px;
}
.footer-top-cta .cta-text {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.footer-top-cta .cta-st1 {
    font-size: 25px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.3em;
    margin: 0;
}
.footer-top-cta .cta-st2 {
    color: #1e293b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    margin: 0;
}
.footer-top-cta .cta-btn {
	text-align: right;
}
.footer-top-cta .cta-btn a {
    background-color: #FFFFFF00;
    font-size: 16px;
    font-weight: 600;
    color: #111111;
    transition-duration: 0.4s;
    border-style: solid;
    border-width: 1.8px 1.8px 1.8px 1.8px;
    border-color: #111111;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 28px 15px 28px;
    display: inline-block;
    line-height: 1;
}
.footer-top-cta .cta-btn a:hover {
    background-color: #243853;
    color: #FFFFFF;
    border-color: #1e293b;
}
@media (min-width: 922px) {
	.footer-top-cta .container {
		padding: 0 20px;
	}
}
@media (max-width: 767px) {
	.footer-top-cta .cta-btn {
		text-align: left;
		margin-top: 15px;
	}
}

/*=========================================
===== Footer Css
=========================================*/
.site-footer {
  background-color: #0a112f;
  color: #ffffff;
  padding: 40px 20px 20px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
}

@media (min-width: 1240px) {
	.footer-container {
		padding: 0 20px;
	}
}

.footer-section {
  flex: 1 1 150px;
}
.full-category-btn  {    text-align: right;    padding-bottom: 10px;}
.full-category-btn a {   text-decoration: none !important;}

.footer-section h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #f1f1f1;
}

.footer-section ul {
  list-style: none;
  padding: 0;
	margin: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section ul li a {
  color: #bbbbbb;
  text-decoration: none;
  transition: color 0.2s ease;
	    font-size: 14px;
}
.left-col {
    padding: 50px;
}
.product-page div#features {
    background: #f5f5f5a1;
    border-radius: 15px;
    border: 1px solid rgb(189, 189, 189);
    padding: 40px ;
}
.footer-section ul li a:hover {
  color: #ffffff;
	border-bottom: 1px solid white;
}

.app-links img,
.social-links img {
  width: 120px;
  margin-right: 10px;
}

.social-links img {
  width: 30px;
  margin-right: 10px;
  margin-top: 10px;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.newsletter-form input {
  padding: 8px;
  flex: 1;
  border: none;
  border-radius: 4px;
}

.newsletter-form button {
  background-color: #1a73e8;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}

.newsletter-form button:hover {
  background-color: #e68a00;
}

.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
}

.footer-logo {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-legal {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.footer-legal li {
  display: inline;
  margin: 0 10px;
}

.footer-legal a {
  color: #aaa;
  text-decoration: none;
}

.footer-legal a:hover {
  color: #fff;
}

.footer-contact {
  margin-top: 10px;
}

.software-footer-section {
    padding: 30px 0 0 0;
    color: white;
    border-top: 1px solid #ffffff36;
    border-bottom: 1px solid #ffffff36;
    margin: 30px 0;
}

.container-website {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 ;
}

.software-footer-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.software-footer-section .col-md-4 {
    width: 100%;
    max-width: 32%;
    margin-bottom: 30px;
}

.software-footer-section p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.software-footer-apps ul,
.software-footer-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.software-footer-apps ul li,
.software-footer-social ul li {
    display: inline-block;
}

.software-footer-apps img,
.software-footer-social img {
    max-height: 40px;
    width: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.software-footer-apps img:hover,
.software-footer-social img:hover {
    transform: scale(1.05);
}

.software-footer-newsletter input[type="email"] {
    padding: 10px;
    width: 58%;
    border: 1px solid #ccc;
    border-radius: 30px;
    margin-bottom: 10px;
    font-size: 14px;
}
.software-footer-subscribe p {
    font-weight: 400 !important;
        margin-bottom: 15px;
}

.software-footer-newsletter button[type="submit"] {
    padding: 12px 20px;
    background-color: #243853;
    color: #fff;
    border: none;
    border-radius: 30px;
    margin: 0 !important;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.software-footer-newsletter button:hover {
    background-color: #055fda;
}

.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link {
  color: #243853 !important;
}

@media (max-width: 992px) {
    .software-footer-section .col-md-4 {
        max-width: 100%;
    }

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

.footer-section-3 {
    border-top: 1px solid #ffffff5e;
    margin-top: 15px;
    padding-top: 20px;
    font-size: 14px;
    color: #333;
   
}

.footer-section-3 .container-website {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
}

.footer-section-3 .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-section-3 .col-md-6 {
    width: 100%;
    max-width: 48%;
    margin-bottom: 10px;
}

.footer-section-3 .footer-last-1 span,
.footer-section-3 .footer-last-2 span {
    color: white;
    cursor: pointer;
}

.footer-section-3 .footer-last-1{ 
    text-align: center;
}
.footer-section-3 .footer-last-2 {
    text-align: right;
}
.footer-last-1 p {
    color: white;
    font-weight: 400;
	margin-bottom: 5px !important;
}
.footer-last-1 span,
.footer-last-2 span {
  display: inline-block;
color: #cbccd3;
  transition: all 0.3s ease;
}

.footer-last-1 span:hover,
.footer-last-2 span:hover {
  border-bottom: 1px solid white;
  color: white;
}

 .find-1 {
      font-size: 32px;
      font-weight: 700;
      color: #222;
      line-height: 1.4;
    }

    .new_text_h {
      color: #243853;
    }

    .cursor {
      display: inline-block;
      font-weight: bold;
      animation: blink 0.7s infinite;
      color: #243853;
    }

    @keyframes blink {
      0%, 100% { opacity: 1; }
      50% { opacity: 0; }
    }

h1.find-1.centeredBox {
    color: black;
    text-align: center;
	text-transform:capitalize;
    font-size: 50px;
	    margin-bottom: 0;
      font-weight: 700;

}

.ast-header-account-wrap .ast-header-account-type-icon .ahfb-svg-iconset svg path:not( .ast-hf-account-unfill ){
  fill: #243853;
}
.ast-primary-header-bar {
    background-color: white !important;
    border-bottom: 1px solid #00000017 !important;
}
.woo-category-card img {
    max-width: 80px;
    height: auto;
    margin-bottom: 10px;
}
.woo-category-card h3 {
    font-size: 15px;
    margin: 0;
    text-decoration: none;
    color: #222;
        margin-left: 10px;
}
a.woo-category-card {
    text-decoration: none !important;
    display: flex;
    align-items: center;
      text-align: left;
    padding: 11px;
    border-radius: 50px;
    transition: 0.3s ease;
    background: #f5f5f5;
}

.slider-home-1 {
    width: 100%;
    overflow: hidden;
}

.slider-home-1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.mini-banner-carousel {
    margin: 2rem 0;
}

.slider-item-wrapper {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.slider-item-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.slider-item-wrapper:hover img {
    transform: scale(1.05);
}

.mini-banner-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	    height: 100%;
    text-align: left;
	justify-content: space-between;
    transition: all 0.3s ease;
}

.mini-banner-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.mini-banner-card .top-section {
    display: block;
}

.mini-banner-card .product-image img {
width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
}

.mini-banner-card .product-cat a {
    text-decoration: none;
    font-size: 14px;
}

.mini-banner-card .product-title,
.mini-banner-card .product-title a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
	text-decoration: none;
}

.mini-banner-card .product-brand {
    font-size: 14px;
    color: #888;
    margin-bottom: 12px;
}

.mini-banner-card .rating-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
}

.mini-banner-card .rating-badge {
  background: #243853;
    color: white;
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 14px;
}

.mini-banner-card .info-btn {
    background: #f1f1f1;
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.mini-banner-card .info-btn:hover {
    background: #e0e0e0;
}

.mini-banner-card .demo-btn {
    display: inline-block;
    padding: 8px 24px;
    border: 2px solid #fec61e;
    color: #243853;
    border-radius: 30px;
    text-decoration: none !important;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.mini-banner-card .demo-btn:hover {
    background: #243853;
     border: 2px solid #243853;
    color: #fff;
}

.mini-banner-card hr {
    width: 100%;
    border: none;
    border-top: 1px solid #eee;
    margin: 16px 0;
    margin: 0 0;
}

.mini-banner-card .bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 10px;
}

.mini-banner-card .price {
    font-size: 18px;
    font-weight: bold;
    color: #222;
        line-height: 15px;
}

.mini-banner-card .price small {
    display: block;
    font-size: 12px;
    color: #777;
    font-weight: normal;
    margin-top: 2px;
}
.main-div {
    margin-left: 0;
    align-content: center;
}

.mini-banner-card .buy-btn {
    background: #243853;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 8px 28px;
    text-decoration: none !important;
    font-weight: 600;
    border: 1.8px solid #243853;
    transition: background 0.3s ease;
}

.footer-section-3 .footer-last-1 li { display: inline-block; padding: 10px 10px 10px 0; }
.mini-banner-card .buy-btn:hover {
    background: transparent ;
      border: 1.8px solid #243853;
          color: #243853;
}

.tj-wrapper_body {  
  overflow: hidden;
  padding: 10px 0;
}

.tj-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.tj-marquee {
  display: flex;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.tj-marquee__group {
  display: flex;
  flex-shrink: 0;
  min-width: 100%;
  animation: scroll-x 40s linear infinite;
  gap: 80px;
  padding: 0 40px;
}

.tj-marquee--reverse .tj-marquee__group {
  animation-direction: reverse;
}

.tj-marquee img {
  height: 50px !important;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1) grayscale(100%);
  transition: filter 0.3s ease;
  opacity: 0.9;
}

.tj-marquee img:hover {
  filter: brightness(1) invert(0) grayscale(0%);
  opacity: 1;
}
a.main-review-btn {
    border: 2px solid #243853;
    background-color: #243853;
    color: white;
        padding: 4px 16px;
    border-radius: 30px;
    height: 35px;
    display: block;
}
.ast-custom-button {
    padding: 6px 16px!important;
    display: block;
  height: 35px;
    line-height: 20px;
}
a.main-review-btn:hover {
    background-color: white;
    color: #243853;
    border: 2px solid #243853;
}
@keyframes scroll-x {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .tj-marquee__group {
    gap: 50px;
  }
  .tj-marquee img {
    height: 40px;
  }
}

@media (max-width: 600px) {
  .tj-marquee__group {
    gap: 30px;
  }
  .tj-marquee img {
    height: 30px;
  }
}

.review-subtitle {
  font-size: 30px !important;
  font-weight: 700 !important;
/*   color: #243853 !important;  */
  margin-bottom: 1px !important;
}
h2.review-title{
      font-size: 30px !important;
          margin-bottom: 5px !important;
}

.blog-img-cont img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
}

.blog-title h3 {
    font-size: 18px;
    color: #333;
    line-height: 1.4;
}

.home_desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px !important;
}
.woo-category-splide .splide__slide img {
    width: 20%;
        margin: 0;
}

.splide__arrow {
    background-color: white !important;
    opacity: 1 !important;
    box-shadow: 0 4px 8px rgb(0 0 0 / 9%) !important;
    font-size: 14px !important;
}
.wc-tabs-products-wrapper {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin: 0;
}
.wc-product-grid-wrapper { width: 65%;}

.wc-category-tabs {
    flex: 0 0 400px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
       padding: 15px;
    align-items: flex-start;
}
.wc-category-tab {
    padding: 10px 15px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.2s ease;
    font-weight: 500;
    text-align: center;
    width: 100%;
    text-align: left;
	border: 2px solid #00000029 !important;
}

.wc-category-tab:hover, .wc-category-tab.active {
    color: #243853;
    border: 2px solid #243853 !important;
    width: 100%;
    text-align: left;
}

.wc-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.wc-product-card {
    background: #fff;
    border: 1px solid #243853;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    transition: transform 0.3s ease;
}


/* 
.wc-product-card:hover {
    transform: translateY(-5px);
} */

.wc-product-img img {
    max-height: 180px;
    object-fit: contain;
    margin-bottom: 10px;
}

.wc-product-title {
    font-size: 16px;
    margin: 10px 0 5px;
}

.wc-product-rating {
    color: #174cca;
        margin-bottom: 15px;
}
h3.wc-product-title {
    text-align: center;
    font-size: 18px;
       margin-bottom: 5px !important;
}
.wc-product-card a {
    text-decoration: none !important;
    text-align: -webkit-center;
}

.wc-product-img {
    width: 35%;
}
.wc-loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top: 4px solid #0073aa;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 40px auto;
}

@keyframes spin {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}

a.button.product_type_external,
.woocommerce-page ul.products li.product .button.get-estimation{
    width: 100%;
    text-align: center;
    border-radius: 30px;
    padding: 15px 30px !important;
}
a.button.product_type_external,
.woocommerce-page ul.products li.product .button.get-estimation{
    background: transparent !important;
    border: 1.8px solid #243853;
    color: #243853;
}
a.button.product_type_external:hover,
.woocommerce-page ul.products li.product .button.get-estimation:hover{
    background: #243853 !important;
  border: 1.8px solid #243853;
  color: white;
}
.compare-pr1, .compare-pr1:focus {
  color: #fff;
}
.compare-pr1:hover{
   color: #243853;
}

.woocommerce-js div.product div.summary .single-product-category {
  display: none !important;
}

.type-product .review-rating{
    display: flex;
    margin-bottom: 8px;
	    align-items: center;
    justify-content: flex-start !important;}

  .woocommerce-js div.product .product_title {
    margin: 0 !important;
}
ul.ajax-search-results {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    padding: 16px 30px !important;
     border: 1.8px solid #243853 !important;
    border-radius: 30px !important;
    font-size: 16px !important;
}
.woocommerce-js div.product form.cart .button.single_add_to_cart_button:hover{
    background: transparent;
  border: 1.8px solid #243853;
  color: #243853;
}

.wc-product-card .review-rating {
  justify-content: center !important;
}

.woocommerce ul.products li.product.desktop-align-left, .woocommerce-page ul.products li.product.desktop-align-left {
/*   justify-content: end !important; */
}
 .page-template-compare-results .compare-slot .product-rating {
justify-content: center !important;
	 display: none !important;
    }
.comparison-row {
    min-height: 60px;
}
li.wc-block-grid__product {
    border: 1px solid #b4b3b3;
    border-radius: 30px;
}
a.wp-block-button__link.add_to_cart_button {
    width: 100%;
    border-radius: 30px;
}

.wc-block-grid.has-4-columns .wc-block-grid__product  {
  padding: 15px;
  max-width: 24% !important;
}
.wc-block-grid__products {
  justify-content: space-between;
   
}
.wc-block-grid__product-title {
    font-size: 21px !important;
    text-decoration: none !important;
    color: black !important;
}
a.wc-block-grid__product-link {
    text-decoration: none !important;
}
span.woocommerce-Price-amount.amount {
    font-size: 16px !important;
}
.ast-narrow-container .site-content > .ast-container {
  max-width: 1240px;
}
.ast-custom-button {
  border: 1.8px solid #243853 !important;
  background-color: #243853 !important;
}
.ast-custom-button:hover {
   background: transparent !important;
      border: 1.8px solid #243853 !important;
          color: #243853 !important;
}
/* .ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
    background-color: #243853 !important;
} */

@media (max-width: 768px) {
  h1.find-1.centeredBox {
    font-size: 32px;
  }
  .wc-category-tab:hover, .wc-category-tab.active , .wc-category-tab{
        width: fit-content;
  }
	
.wc-tabs-products-wrapper {
    display: inline-block;
    width: 100%;
}
.wc-category-tabs {
    padding: 0;
	        margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: initial;
}
.wc-category-tabs .heading {
    width: 100%;
}
.wc-product-grid-wrapper {
    width: 100%;
}
.wc-product-grid-wrapper #wc-product-display {
    padding-top: 60px;
    width: 100%;
}
.wc-product-grid .full-category-btn {
    top: 30px;
}
.wc-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

  .wc-category-tab {
    padding: 6px;}
.footer-section-3 {
      padding: 0;
}
 .footer-section-3 .col-md-6 {
        max-width: 100%;
        text-align: left;
    }
    .footer-section-3 .footer-last-1,
    .footer-section-3 .footer-last-2 {
        text-align: left;
    }

    .compare-slot {
      margin: 20px 0;
          width: 100%;
    }
    .comparison-container {
      width: 100% !important;
    }
    #product-compare-slots {
      display: block;
    }
    #compare-button {
      margin-bottom: 10px;
    }
    .popup-inner{
          margin: 5%;
    }
    .comparison-layout {
    display: block !important;}
 
}

@media screen and (max-width: 768px) {
    .comparison-layout {
        flex-direction: column;
    }
    .comparison-sidebar {
        display: none; 
    }
    .comparison-content {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .comparison-header-row,
    .comparison-row {
        display: block;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    .comparison-header-cell,
    .comparison-cell {
        display: block;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        text-align: left;
    }
    .comparison-header-cell img {
        max-width: 80px;
        height: auto;
        margin-bottom: 8px;
    }
    .comparison-header-cell strong {
        font-size: 16px;
    }
    .comparison-cell {
        border-top: 1px solid #eee;
    }
    .comparison-row h3 {
        font-size: 16px;
        margin: 0 0 8px 0;
        padding: 10px;
        background-color: #f9f9f9;
        font-weight: bold;
    }
    .comparison-content::after {
        content: "Swipe → to see more products";
        font-size: 14px;
        color: #888;
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .review-rating {
        display: flex !important;
    }
    .wc-product-card {
          align-content: center;
    }
    span.mobile-menu {
    display: none;
}
}

.custom-search-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.custom-search-form {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 30px;
    overflow: hidden;
    padding: 10px;
    background: #fff;
}

.custom-search-form input[type="search"] {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
    font-size: 17px;
}
ul.search-categories, ul.search-products {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.custom-search-button {
    background: none;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
}
.custom-search-button img {
    width: 20px;
    height: 20px;
}

.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fdfdfd;
    border: 1px solid #ccc;
    z-index: 10;
    padding: 15px;
    display: none;
    border-radius: 8px;
    margin-top: 10px;
}

.search-section {
    margin-bottom: 12px;
}

.search-section strong {
    display: block;
    margin-bottom: 6px;
    color: #334155;
}

.search-categories, .search-products, .ajax-search-results {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.search-categories li, .search-products li, .ajax-search-results li {
    margin: 4px 0;
}

.search-categories li a, .search-products li a, .ajax-search-results li a {
    text-decoration: none !important;
    color: #333;
     border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
}

.no-results {
    padding: 10px;
    color: #888;
}

button.custom-search-button {
    background: transparent !important; 
    box-shadow: none !important;
}

 h1.comparison-heading {
    padding: 20px;
}
.page-template-compare-results .acf-compare-wrapper {
    padding: 0 24px;
}
        .page-template-compare-results .site-content .ast-container {
        display: flex;
        justify-content: center !important;
    }

    .feature-tab.active {
    background-color: #243853!important;
    color: #fff;
    border-radius: 30px;
    font-weight: bold;
}
.product-header-cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.comparison-container {
    padding: 40px 0px;
    width: 1240px;
}

.comparison-layout {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px 0;
}

.comparison-sidebar {
    width: 250px;
    position: sticky;
    top: 100px;
}

.product-header-cell img {
    width: 100%;
    object-fit: cover;
}

.feature-tab-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-tab {
    padding: 10px 15px;
    margin-bottom: 5px;
    background: #f3f3f3;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s;
}

.feature-tab.active {
    background: #dcdcdc;
    font-weight: bold;
}
    .comparison-content {
    overflow-x: auto;
    flex-grow: 1;
    min-width: 600px;
    border: 1px solid #0000001a;
    border-left: none;
    border-right: none;
}

.comparison-header-row,
.comparison-row {
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.feature-name-cell {
    width: 200px;
    font-weight: bold;
    padding: 15px;
    align-content: center;
    flex-shrink: 0;
}

.product-header-cell,
.product-value-cell {
    width: 250px;
    min-width: 250px;
    padding: 15px;
    text-align: left;
    border-left: 1px solid #ccc;
    flex-shrink: 0;
    background-color: #fff;
}

.product-value-cell td { border: none !important; box-shadow: none !important; outline: none !important; padding: 0 !important; }
.product-value-cell table {border: none !important;}
.product-header-cell,
.product-value-cell {
    min-width: 200px;
    padding: 15px;
    text-align: left;
}

.custom-search-container button.custom-search-button {margin: 0;} 
a.breadcrumb-item {
    color: #595c5f;
}

.product-rating.mb-3 {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;
}

span.badge.bg-success.me-2 {
    padding: 10px;
    border-radius: 50px;
    font-size: 16px;
}
.product-info {
    position: relative;
}
.dropdown.share-dropdown {
    position: absolute;
    top: 0;
    right: 10%;
}

.product-detail-page .bli-ul {
    float: left;
    width: 100%;
    margin-top: 31px;
}

.bli-ul ul {
     display: flex;
    gap: 70px;
    margin: 0;

}
.bli-ul ul li {
    list-style: none !important;
}

.product-cta .btn {
    /* padding: 15px 40px !important; */
    border-radius: 30px;
}

ul.new_inner_tab {
    display: flex;
    gap: 10px;
    list-style: none;
    cursor: pointer;
        margin: 40px 0;
}

ul.new_inner_tab li {
    border: 1px solid #00000036;
    border-radius: 30px;
    padding: 7px 20px;
    font-size: 15px;
}
ul.new_inner_tab li p {
    margin: 0;
}

.get-quote {
    padding: 10px 29px;
    border: 1px solid #243853;
    color: #243853;
}
a.btn.btn-primary.me-2.button-demo {
        color: white !important;
        padding: 10px 29px !important;
       background-color: #243853;
        border: 1px solid #243853;
}
.get-quote:hover {
    padding: 10px 29px;
    border: 1px solid #243853;
    background-color: #243853;
}

span.badge {
    padding: 10px;
    border-radius: 50px;
    font-size: 15px;
    background: #243853 !important;
}

.call-now {
    background: #243853;
    padding: 12px 16px;
    border-radius: 50px;
}

.call-now:hover {
border: 1px solid #243853;
color: #243853 !important;
}
.call-now i { color: white; font-size: 16px; }
button.btn.btn-outline-secondary.btn-sm.dropdown-toggle { margin: 0; }
.call-now i:hover{ color: #243853 !important; }
.dropdown-item i { font-size: 14px !important; }
a.btn.btn-primary.plan_request_price.tj-acd-form.trigger_event {
    padding: 10px 30px !important;
    border-radius: 30px !important;
    background: #243853;
    border: 2px solid #243853;
}
button.btn-fr1.tj-acd-form.trigger_event:hover{
	    background: #243853 !important;
    color: white !important;
}
a.btn.btn-primary.plan_request_price.tj-acd-form.trigger_event:hover { background: white; color: #243853 !important; border: 2px solid #243853 !important; } 
.accordion-button:focus {
        box-shadow: none !important;
}
.accordion-button:not(.collapsed), [type=button]:not(:disabled) {
    background-color: white !important;
        color: black !important;
}
.accordion-body {
    padding-top: 15px !important;
	padding-left: 0;
}
div#expert_list ul {
    margin: 0;
    list-style: none !important;
}
.left-column {
    background: #1D4798;
    padding: 30px;
    position: relative;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
div#brand_logo {
    position: absolute;
    bottom: 10px;
    padding-right: 30px;
}
.right-part {
    padding: 30px;
}
h3#tj-first-msg-first {
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
}
div#wpcf7-f1002-o1 p {
    margin-bottom: 0 !important;
}
div#expert_list li {
    color: white;
    font-size: 12px;
}
div#wpcf7-f1002-o1 p input {
    border-radius: 50px !important;
}

span.moldal_list_1 {
    margin-right: 10px;
}
footer.site-footer input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 12px 30px;
    border-radius: 30px;
	border: 2px solid #fed103 !important;
     background: #fed103;
    color: #494747;
/* 	    margin-top: 25px !important; */
}
footer.site-footer input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    border-radius: 30px !important;
}
.cf7-popup-content input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 18px 30px;
    margin-top: 0;
    border-radius: 30px;
    background: #0a112f;
    color: white;
}

div#brand_logo p {
    color: white;
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 40px;
}
/* ===========================
   Product Gallery Styles
=========================== */
.product-gallery {
  max-width: 100%;
}

#main-slider {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}

#main-slider .splide__slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
}

#thumb-slider {
  margin-top: 10px;
}

#thumb-slider .splide__slide {
  opacity: 0.6;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  border-radius: 6px;
  overflow: hidden;
}

#thumb-slider .splide__slide.is-active {
  opacity: 1;
  border-color: #007bff; 
}
.main-popup-title h2 {
    background: #0a112f;
    color: white;
    padding: 14px;
    font-size: 16px;
    border-radius: 100px;
    text-align: center;
	margin-bottom: 20px;
}

#thumb-slider .splide__slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  object-fit: cover;
}

#thumb-slider .splide__slide:hover {
  opacity: 1;
  border-color: #007bff;
}

@media (max-width: 768px) {
  #thumb-slider .splide__slide img {
    max-height: 50px;
  }
}

@media (min-width: 769px) {
  #thumb-slider .splide__slide img {
    max-height: 80px;
  }
}

/* Main slider height */
#main-slider {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  height: 450px; 
  align-content: center;
}

#main-slider .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain; 
  border-radius: 6px;
}


@media (max-width: 768px) {
  #main-slider {
    height: 300px;
  }
}

button.btn.plan_request_price.tj-acd-form.trigger_event {
    font-size: 14px;
    padding: 8px 20px;
    color: #243853;
}


.features_section .tooltip {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #222;
    cursor: pointer;
    width: 33%;
    margin-bottom: 5px;
    line-height: 1.5;
}

ul.list-unstyled {
        margin: 0;
}

.accordion-item {
    border: none !important;
}

.container.product-page.py-4 button.add-to-compare-btn {
    margin-bottom: 20px !important;
}

.container.product-page.py-4 .add-to-compare-btn {
        padding: 9px 30px !important;
            margin-left: 10px;
}

.mobile-tab-menu-n2 .mobile-tab-menu {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;   
}
.col-md-8.mobile-tab-menu-n2.show-sticky {
    align-content: center;
	margin-top: 0;
}
section.section-products.products-fx1.sticky-menu .container-full {
    background: white !important;
     border-bottom: 1px solid #ddd !important;
    padding: 10px 0 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}
.container.main-bg-video {
    background: #243853;
    padding: 30px;
    border-radius: 12px;
    color: white;
}
.container.main-bg-video h3 {
    color: white;
}
.card-body .col-md-3 p , .card-body .col-md-9 p{
    padding-top: 20px;
    padding-left: 6px;
 
    margin: 0;
}
.video-cta-btn {
    background: white;
    display: inline-flex;
    padding: 12px 25px;
    border-radius: 30px;
}
.card-body .col-md-3 {
    background: #f5f5f5;
}
.video-cta-btn:hover {
        background: white !important;
           padding: 12px 25px !important; 
}
.video iframe {
    border-radius: 15px;
}
.ul-menu li p {
    margin: 0;
    padding: 8px 5px;
    cursor: pointer;
    display: inline-block;
    color: #333;
    transition: all 0.3s ease;
}
/* 
.ul-menu li p.active_link {
    color: #007bff !important;
    font-weight: 600 !important;
    border-bottom: 2px solid #007bff !important;
} */
.colright {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
}

.btn1-dt1, .btn1-dt2 {
    background: #243853;
    color: white;
    text-align: center;
    padding: 10px 20px !important;
    margin: 10px auto 10px auto;
    margin-right: 0;
        margin-left: 10px;
    display: inline-flex;
    border-radius: 50px;
    align-items: center;
}
.btn1-dt1:hover, .btn1-dt2:hover {
    padding: 10px 20px !important;
    cursor: pointer;
    color: #243853 !important;
    background-color: transparent;
    border: 2px solid #243853 !important;
}
.btn1-dt1 p, .btn1-dt2 p {
    margin: 0;
}
.sticky-acd-cta.sticky-btn-new {
    position: sticky !important;
    top: 10px !important;
    z-index: 9999 !important;
}
.overall-score-widget {
    display: inline-flex;
    align-items: center;
}
.overall-score-widget p {
    margin: 0;
    padding-left: 10px;
}
.overall-score-widget .score {
    background: #243853;
    color: white;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 16px;
}

.bli-ul {
    font-size: 14px;
    text-align: center;
}
.woocommerce-js #reviews h2 {
    font-weight: 600 !important;
}

span.site-title {
    display: none !important;
}
button.btn-fr1.tj-acd-form.trigger_event {
    background: transparent;
    color: #243853;
    border: solid 2px #243853 !important;
    box-shadow: 0 3px 6px 0 rgb(217 217 217 / 50%);
        margin: 0;
            padding: 15px 30px;
}
.user-text-bx {
    float: right;
}
#thumb-slider .splide__slide img {
    height: 100%;
    max-height: 100%;
}
.main-decription {
    background: #d6d4d41c;
    border: 1px solid #00000033;
    border-radius: 15px;
    padding: 30px;
}
section.product-gallery-section {
    background: #80808012;
    border-radius: 20px;
    padding: 20px 30px;
    border: 1px solid #0000001c;
}
div#specification .card {
    border-radius: 30px !important;
    padding: 10px;
}

.slideshow-container {
    position: relative;
    width: 100%;
    margin: 20px 0;
}

.pdp_data_slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

.pdp_data_slider .slick-slide {
    padding: 5px;
    box-sizing: border-box;
}

.pdp_data_slider .slick-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    object-fit: cover;
}

.video-container {
    position: relative;
}

.video-container .play-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    z-index: 10;
    cursor: pointer;
}

.slick-prev { left: 0; }
.slick-next { right: 0; }

.products-fx1 {
    display: none;
}
.product-value-cell {
    background: transparent !important;
}

.sticky-menu {
    display: block !important;
    position: fixed;
    top: 0;
	align-content: center;
    max-width: 100%;
    width: 100%;
    left: 0;
	padding: 0 105px 0 58px;
    background-color: white;
    z-index: 9999;
    height: 90px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
    animation: slideDown 0.35s ease-out;
}
.section-product-sticky.sticky-menu {
	padding: 0px;
}
.section-product-sticky .container {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-product-sticky .sticky-nav-btns {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.section-product-sticky .sticky-nav-btns .get-quote {
    margin: 0;
}

.section-product-sticky .container ul.ul-menu {
    margin: 0;
}

ul.ul-menu {
    display: flex;
    margin: 0;
    gap: 10px;
    list-style: none;
    justify-content: flex-start;
    margin-left: 10px;
}
ul.ul-menu li {
    border: 1px solid #0000004f;
    border-radius: 30px;
    padding: 3px 12px;
}
ul.ul-menu li.section_tab:hover,
ul.ul-menu li.section_tab.active {
    background: #243853;
    color: #fff;
    border-color: #243853;
}
ul.ul-menu li.section_tab:hover p,
ul.ul-menu li.section_tab.active p {
    color: #fff;
}
a.add-to-compare-btn-single {
    color: white !important;
    padding: 12px 29px !important;
    background-color: #243853;
    border-radius: 30px;
    border: 1px solid #243853;
    margin-left: 10px;
}
@media (max-width: 768px) {
    .pdp_data_slider .slick-slide {
        padding: 3px;
    }

    .slick-prev, .slick-next {
        width: 25px;
        height: 25px;
    }

    .video-container .play-video-icon {
        width: 35px;
        height: 35px;
    }
.product-cta.mb-3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

   ul.new_inner_tab {
    display: flex;
    flex-wrap: wrap;
   }
.sticky-menu, .overall-score-widget p {
    display: none !important;
}
.dropdown-item i {
    font-size: 10px !important;
}

.dropdown.share-dropdown {
        right: 15%;
}
.share-dropdown .dropdown-menu {
        border-radius: 50px !important;
    padding: 2px 9px !important;
}
.product-rating.mb-3 {
    font-size: 14px !important;
}
.overall-score-widget .score {
    background: #243853;
    color: white;
    padding: 4px 8px;
    border-radius: 30px;
    font-size: 12px;
}
button.btn-fr1.tj-acd-form.trigger_event {
    padding: 12px 15px !important;
    font-size: 14px;
}

    a.btn.btn-primary.me-2.button-demo {
        padding: 12px !important;
        align-content: center;
        font-size: 12px;
           border: 1px solid #243853;
    }
    .get-quote, .get-quote:hover {
        padding: 12px 12px;
        font-size: 12px;
        align-content: center;
    } 
.bli-ul ul {
    gap: 30px;
}
ul.new_inner_tab li {
    padding: 7px 15px !important;
}

a.add-to-compare-btn-single {    
padding: 12px !important;
margin-left: 10px !important; 
font-size: 12px;
}
.container.product-page.py-4 {
    padding: 0 !important;
}
.popup-content { 
    margin: 90px auto !important;
}
.col-6.left-column, .col-6.right-main {
    width: 100% !important;
            border-radius: 20px !important;
}
span#popup-close { color: white; } .popup-content .container { padding: 0; } .video iframe { margin-bottom: 40px;} .left-col { width: 100%; padding: 15px; }
.right-video-col {width: 100%;}
.right-part { padding: 15px 30px; }

section.product-gallery-section.py-8 , .container.main-bg-video, .main-decription, div#features{
    padding: 20px !important;
}
.bli-text { font-size: 10px !important; }
 .splide__slide img { border-radius: 15px;}

 #specification.container {
    padding: 0;
    margin: 20px auto;
  }

  #specification .card-title {
    font-size: 1.1rem;
    text-align: left;
  }
  #specification .body-row .col-md-3,
  #specification .body-row .col-md-9 {
    flex: 0 0 50%;
    max-width: 100%;
  }

  #specification .body-row p {
    margin-bottom: 8px;
    font-size: 12px;
  }
  #specification img,
  #specification i {
    width: 14px;
    font-size: 14px;
    margin-right: 4px;
  }
}
.pdp_data_slider .slick-current img {
    border: 2px solid #007cba;
}
.woo-category-splide .splide__arrow--prev, .woo-category-splide .splide__arrow--next { margin: 0;}
    .products-grid .col-lg-3 {
        flex: 0 0 auto;
        width: 12% !important;
    }
.noplansadded_section { border-radius: 20px !important; }

.search-form {
    max-width: 810px !important; 
    width: 100% !important;  
}
.search-form .search-field {
    min-width: 800px !important;
    padding: 10px 15px;
    font-size: 16px; 
     border-radius: 30px !important;
}
.ast-search-menu-icon.slide-search .search-form {
	right: 1.8em;
     border-radius: 30px;
         padding: 5px;

}
form.search-form label {
    display: block;
    margin-bottom: 0;
    color: white;
	margin:0 !important;
    font-weight: 500;
}
a.ast-search-item:hover {
    border-radius: 20px;
    color: #112b5a;
}
a.ast-search-item {color: white; border-radius: 20px;}
.ast-live-search-results {
    border-radius: 20px;
    min-width: 808px  !important;
    background: linear-gradient(90deg, rgba(17, 43, 90, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(34, 125, 143, 1) 100%);
    border: 2px solid #243853;
    padding: 10px;
}
.ast-header-search .slide-search .search-form {
	    width: 950px !important;
        border-radius: 30px;
}

/* ===== Fixed Header ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999; 
  background: #fff;
  box-shadow: 0 2px 8px rgb(0 0 0 / 3%);
  transition: all 0.3s ease;
}


body {
  padding-top: 84px; 
}
.mobile-navigation {
  position: fixed;
  top: 70px; 
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9998;
  display: none; 
}

.mobile-navigation.active {
  display: block;
  animation: slideDown 0.3s ease forwards;
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.cf7-popup,
.custom-popup {
  display: none; 
  position: fixed; 
  z-index: 9999; 
  left: 0; 
  top: 0; 
  width: 100%; 
  height: 100%; 
  background: rgba(0,0,0,0.6);
}

.cf7-popup-content,
.custom-popup-content {
  background: #fff;
  margin: 4% auto;
  padding: 20px;
/* 	padding-bottom: 0; */
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  position: relative;
}

.cf7-close,
.custom-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
	z-index: 999;
}

.cf7-close,
.custom-popup-close  {
	    top: -5px !important;
    right: 7px !important;
}
form.wpcf7-form.init label {
    margin-bottom: 0 !important;
    margin-top: 5px !important;
}
form.wpcf7-form.init textarea.wpcf7-form-control.wpcf7-textarea {
    height: 20px;
}
.cf7-two-columns {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.cf7-two-columns .cf7-col {
  flex: 1 1 calc(50% - 20px) !important; 
  min-width: 250px !important;
}
.cf7-two-columns .cf7-col-full {
  flex: 1 1 100% !important; 
}
.cf7-two-columns label {
  display: block !important;
  width: 100% !important;
}
.cf7-two-columns input,
.cf7-two-columns select,
.cf7-two-columns textarea {
  width: 100% !important;
}
.cf7-two-columns p { margin-bottom: 5px;}
.wpcf7-response-output {
    margin-top: 8px !important;
    font-size: 10px;
    border-radius: 30px;
}
form.wpcf7-form label { margin-bottom: 0 !important;}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    background-color: #243853;
    color: #ffffff;
}
li.xoo-el-login-tgr.xoo-el-active, li.xoo-el-login-tgr {
     border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
li.xoo-el-reg-tgr {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.xoo-el-form-container button.btn.button.xoo-el-action-btn {
    background-color: #243853 !important;
        border: 1px solid #243853 !important;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    height: 40px;
    padding: 22px !important;
	border-radius: 50px !important;
}
.xoo-el-form-container button.btn.button.xoo-el-action-btn:hover { color: white !important;}
.review-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  background: #0d2235;
  color: #fff;
  border-radius: 10px;
}
.review-left {
  width: 60%;
}
.review-left h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.review-left p {
  font-size: 16px;
  margin-bottom: 20px;
}
.review-btn {
  background: #00c2a8;
  padding: 12px 25px;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.review-right {
  width: 35%;
  text-align: center;
}
.reviewer-img {
  border-radius: 10px;
  max-width: 200px;
  margin-bottom: 15px;
}
.reviewer-name {
  font-size: 20px;
  font-weight: bold;
  color: white;
}
.reviewer-designation {
  font-size: 14px;
  color: #ccc;
}

.wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 textarea.wpcf7-form-control, .wpcf7 select.wpcf7-form-control {border-radius: 20px;}
a.read-more.text-primary { color: #243853 !important; border-bottom: 2px solid;}
.product-page div#features ul.list-unstyled li i { color: #243853 !important;}
.reviewer img { border-radius: 50% !important; height: 150px !important; object-fit: cover !important;  width: 150px !important; }

.pricing-header.text-center {font-size: 21px;}

.splide__arrow--next {right: -2.2em !important;}
.splide__arrow--prev { left: -2.2em !important; }

.search-results-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.bs3-blog-cards .panel {
    border: 1px solid #ddd;
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.bs3-blog-cards .panel:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.bs3-blog-cards .panel-image img {
    width: 100%;
    height: auto;
    display: block;
}

.bs3-blog-cards .panel-body {
    padding: 15px;
    background-color: #fff;
}

.bs3-blog-cards .post-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.bs3-blog-cards .post-title a {
    color: #333;
    text-decoration: none;
}

.bs3-blog-cards .post-title a:hover {
    color: #007bff;
}

.bs3-blog-cards .post-meta {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.bs3-blog-cards .btn {
    font-size: 13px;
    padding: 10px 30px;
    background: #243853;
    text-decoration: none !important;
    border-radius: 30px;
    border: 1px solid #243853;
}
.banner-ico-1  {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.9;
    animation: floatAnim 7s ease-in-out infinite;
    position: absolute!important;
    right: 30px;
    top: 100px;
}


.banner-ico-2 {
    position: absolute!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 5;
    opacity: 0.9;
    animation: floatAnim 7s ease-in-out infinite;
    bottom: 100px;
    left: 30px;
    width: 80px;
    height: 80px;
}

.smartbizsoftsss-banner h2 {
    font-size: 2.8rem!important;
    font-weight: 900!important;
    margin-bottom: 20px;
    background: linear-gradient(to right, #60a5fa, #22d3ee, #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    line-height: 1.4em;

}
.smartbizsoftsss-banner {
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #0f172a, #1e293b, #0f172a) !important;
    color: white;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
}

.smartbizsoftsss-banner:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
}
.software-footer-social p {
    margin-bottom: 5px !important;
}

/* Functions.php css started */

  .splide__slide .col-md-12 {
                background: #fff;
                padding: 10px;
                border-radius: 10px;
            }
            .app-h3 {
                font-size: 1.1rem;
                margin: 0.5rem 0;
                font-weight: bold;
                color: #333;
            }
            .clamp-2 {
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }
            .home_desc {
                color: #666;
                font-size: 0.9rem;
            }
            .blog-title a {
                text-decoration: none !important;
            }
            .read-more-btn {
    display: inline-block;
    margin-top: 10px;
    background-color: #243853;
    color: #fff;
     border: 1.8px solid #243853;
    padding: 8px 28px;
    font-weight: 600;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none !important;
    transition: background-color 0.3s;
}
       .read-more-btn:hover {
        background: transparent ;
      border: 1.8px solid #243853;
          color: #243853;
        }

  .smartbizsoft-banner {
            position: relative;
            width: 100%;
            height: 85vh;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(to right, #0f172a, #1e293b, #0f172a)!important;
            color: white;
            overflow: hidden;
            font-family: 'Segoe UI', sans-serif;
        }
        
        .smartbizsoft-banner .extra-icon {
            position: absolute;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            z-index: 5;
            opacity: 0.9;
            animation: floatAnim 7s ease-in-out infinite;
        }
        .smartbizsoft-banner .icon-top-right {
            top: 100px;
            right: 30px;
            width: 100px;
            height: 100px;
            background-image: url("<?php echo get_site_url(); ?>/wp-content/uploads/2025/08/analytics-chart-graphs-svgrepo-com.svg");
            animation-delay: 1.5s;
        }
        .smartbizsoft-banner .icon-bottom-left {
            bottom: 100px;
            left: 30px;
            width: 80px;
            height: 80px;
            background-image: url("<?php echo get_site_url(); ?>/wp-content/uploads/2025/08/cogwheel-gear-svgrepo-com.svg");
            animation-delay: 4.5s;
        }
        @keyframes floatAnim {
            0%   { transform: translateY(0px); }
            50%  { transform: translateY(-15px); }
            100% { transform: translateY(0px); }
        }
        .smartbizsoft-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.2), rgba(0,0,0,0.7));
            z-index: 1;
        }
        .smartbizsoft-content {
            position: relative;
            z-index: 10;
            text-align: center;
            max-width: 900px;
            padding: 20px;
        }
        .smartbizsoft-content h1 {
            font-size: 2.8rem;
            font-weight: 900;
            margin-bottom: 20px;
            background: linear-gradient(to right, #60a5fa, #22d3ee, #a78bfa);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .smartbizsoft-content p {
            font-size: 1.2rem;
            line-height: 1.6;
            color: #d1d5db;
            margin-bottom: 40px;
        }

.icon-float {
  position: absolute;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.85);
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

 @keyframes float {
      0% { transform: translateY(0px); }
      50% { transform: translateY(-15px); }
      100% { transform: translateY(0px); }
    }

   div#second-banner-slider .splide__pagination__page{ border: 2px solid white !important;  }
.second-banner-slide {
    width: 100% !important; 
    min-height: 400px;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
        border-radius: 20px !important;
}

.second-banner-slide .overlay {
    position: absolute;
    top: 0;
    border-radius: 20px !important;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.second-banner-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 40px;
    color: #fff;
    text-align: left;
}

.second-banner-content img {
    max-height: 70px;
    margin-bottom: 20px;
        margin-left: -24px;
}
.second-banner-content p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.second-banner-content ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: disc !important;
    font-size: 18px;
}
.second-banner-content .read-more-btn:hover {
    background: #e05500;
}

 .review-slide {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 30px;
            padding: 40px;
            background: #0d2235;
            border-radius: 12px;
            color: #fff;
        }
        .review-text {
            width: 50%;
        }
        .review-text h2 {
            margin: 0 0 15px;
            font-size: 24px;
            color: #ffc51d;
        }
        .review-btn {
            display: inline-block;
            margin-top: 10px;
            padding: 10px 35px;
            background: transparent;
            color: #fff;
        border: 2px solid white;
            border-radius: 30px;
            text-decoration: none !important;
        }

       div#review-slider .splide__pagination__page {
                border: 1px solid black !important;
        }
         .review-btn:hover {color: white; background: transparent; }
        .reviewer {
            flex: 0 0 450px;
            color: white !important;
            text-align: center;
        }
  .reviewer h4 {
    color: white !important;
    margin: 10px 0 0 0;
  }
        .reviewer-img {
            border-radius: 12px;
            max-width: 200px;
            margin-bottom: 10px;
        }
        .designation {
            font-size: 14px;
            color: #ddd;
        }
h3.post-title a {
    text-decoration: none !important;} 
  div#second-banner-slider .splide__pagination__page {   border: 2px solid white !important;     }
        .second-banner-slide {
            width: 100% !important; 
            background-size: cover;
            background-position: center center;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            border-radius: 20px !important;
        }

        .second-banner-slide .overlay {
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 20px !important;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            z-index: 1;
        }

        .full-slide-link {
            position: absolute;
            top: 0; left: 0;
            width: 100%;
			 height: 100%;
            z-index: 2;
            text-indent: -9999px; 
        }

        .second-banner-content {
            position: relative;
            z-index: 3; 
            max-width: 700px;
            padding: 40px;
            color: #fff;
            text-align: left;
        }

        .second-banner-content img {
            max-height: 70px;
            margin-bottom: 20px;
            margin-left: -24px;
        }

        .second-banner-content h2 a,
        .second-banner-content ul li a {
            color: #fff;
            text-decoration: none;
        }

        .second-banner-content p {
            font-size: 20px;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .second-banner-content ul {
            margin: 0 0 20px;
            padding: 0;
            list-style: disc !important;
            font-size: 18px;
        }

        .second-banner-content .read-more-btn {
            display: inline-block;
            margin-top: 0;
            padding: 10px 20px;
            background: transparent;
            color: #fff;
            border-radius: 30px;
            text-decoration: none;
            border: 2px solid white;
        }
		.second-banner-content a {
    text-decoration: none !important;
}

        .second-banner-content .read-more-btn:hover {
            background: #243853;
			  border: 2px solid #243853;
        }

.second-banner-slide {
	padding-left: 30px;
}

@media (max-width: 1280px) {.second-bnn-01 .container {max-width: 1170px !important;}} 
@media (max-width: 1164px) {.second-bnn-01 .container {max-width: 1050px !important;}} 
@media (max-width: 1080px) {.second-bnn-01 .container {        --content-width: 1060px !important;}} 

@media (max-width: 767px) {
	.review-text {
		width: 100%;
	}
	.reviewer {
		display: none;
	}
	.smartbizsoftsss-banner h2 {font-size: 2.4rem!important;}
		.banner-ico-2 { position: relative; top: 50%;}
	.second-banner-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    min-height: 500px !important; 
    background-size: cover;
    background-position: center;
    position: relative;
}
	
	.video-section-bc {
		    padding: 25px !important;
	}
	.video-section-bc .video-text {padding: 0 !important}
.smart-term-breadcrumb .container { padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 20px; }
	.review-slide {padding: 20px !important;}
}

/* Functions.php css ended */



.p-mb-0 p {
	margin-bottom: 0 !important;
}

/*====================================
====== Social Login css
====================================*/
.mo-openid-app-icons {
    max-width: 700px;
    margin: auto !important;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    position: relative;
}
.mo-openid-app-icons>p {
    /* width: 100% !important; */
    font-size: 16px;
    line-height: 1;
    padding: 15px 15px 0 !important;
    background: #fff;
}
.mo-openid-app-icons>p:before {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dddddd;
    z-index: -1;
}



#xs-social-login-container {
    padding-bottom: 0;
    margin-bottom: 0;
}
#xs-social-login-container .xs-login--style-1 .xs-login__item {
    box-shadow: none;
}
#xs-social-login-container .xs-login--style-1 .xs-login__item--label {
    color: #fff;
}
#xs-social-login-container .xs-login--style-1 .xs-login__item .xs-login__item--icon {
    background-color: #fff;
    color: var(--wslu-color-scheme);
}
#xs-social-login-container .xs-login--style-1 .xs-login__item.wslu-color-scheme--google,
#xs-social-login-container .xs-login--style-1 .xs-login__item.wslu-color-scheme--linkedin {
    background: var(--wslu-color-scheme);
    color: #fff;
}
#xs-social-login-container .wslu-logout-button {
    display: none;
}

.connect-with {
    max-width: 700px;
    margin: 30px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    position: relative;
}
.connect-with:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
    width: 100%;
    height: 2px;
    background: #dddddd;
/*     z-index: -1; */
}
.connect-with p {
    margin: 0;
    background: #fff;
    padding: 15px;
    z-index: 1;
}



.loggedin-welcome {
    text-align: center;
    padding: 20px;
    margin: 20px 0;
}
.loggedin-welcome .logout-btn {
    display: inline-block;
    border: 2px solid #243853;
    background-color: #243853;
    color: white;
    padding: 8px 30px;
    border-radius: 30px;
    text-decoration: none !important;
}
.loggedin-welcome .logout-btn:hover {
    background-color: white;
    color: #243853;
    border: 2px solid #243853;
}
/*===================================
====== Insight grid css
====================================*/

@media(max-width:991px) {
	.posts-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}
@media(max-width:573px) {
	.posts-grid {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}


.footer-newsletter-form { display: flex; gap: 10px; margin: 0 !important; align-items: baseline; }
.footer-newsletter-form .input-wrapper { flex: 2; }
.footer-newsletter-form .button-wrapper { flex: 1; }
.footer-newsletter-form .input-wrapper input { width: 100%; padding: 8px; box-sizing: border-box; }
.footer-newsletter-form .button-wrapper input[type="submit"] { width: 100%; padding: 8px 16px; background-color: #333; color: #fff; border: none; cursor: pointer; }
.button-wrapper p { margin: 0 !important; }
.footer-container .footer-section { flex: 1 1 200px; }
.footer-container .footer-section:nth-child(-n+3) { flex: 1 1 180px; }
.footer-container .footer-section:nth-child(4) { flex: 1 1 300px; }

.wpcf7-spinner {display: block !important; margin: 10px auto !important; text-align: center !important;  }
.button-wrapper span.wpcf7-spinner { display: none !important; }
.footer-newsletter-form .input-wrapper p { margin-bottom: 0 !important;}
.footer-newsletter-form { margin-bottom: 15px !important; }
.smartbizsoft p { margin-bottom: 0px !important; }
.smartbizsoft .wpcf7-spinner {    margin: 0px auto !important; }
.smartbizsoft { margin-bottom: 0 !important; }
.accordion-header {    padding: 10px 0 !important;     margin-bottom: 0 !important;     padding-top: 0 !important;}
.accordion-button { padding: 25px 0 !important; font-size: 18px; font-weight: 600; border-bottom: 1px solid black !important; }
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed { border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; }
.woocommerce-js ul.products li.product .price {    width: auto !important; margin: 0 !important;}
.mini-banner-card .price:before {    font-size: 14px !important;}
footer.site-footer input.wpcf7-form-control.wpcf7-submit.has-spinner:hover { color: white !important; }
.smart-term-breadcrumb { padding: 3px !important; }