/*** General CSS ***/
body {
    line-height: 1.9em;
}
body div.container a.btn, body div.container button.btn {
    background: #000!important;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 999;
    font-size: 15px;
    padding: 12px 0 12px;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
    z-index: 9999;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-weight: 400 !important;
    padding: 10px 0;
  	font-size: 16px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    position: relative;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
    text-decoration: underline;
}
.sp-megamenu-parent>li:last-child>a {
    padding: 0px 20px 0px 20px;
    line-height: 40px;
    background: #222;
    border-radius: 30px;
  	color: #fff;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #222;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 8px 25px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn:hover {
    transform: translateY(-8px);
}

/* Title */
.header-column {
    border-bottom: 1px solid #0000003B;
}
.title-top h3 {
    padding: 12px 15px;
}
.bg-title {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.bg-title li {
    display: inline-block;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
}
.bg-title li strong {
    display: none;
}
.bg-title li em {
    padding: 0 15px;
    font-size: 16px;
}
.title-small .sppb-media {
    display: inline-block;
}

/* About */
.about-right .sppb-addon-wrapper:first-child {
    position: relative;
    z-index: 2;
    opacity: 0.5;
}

/* Client */
.client img {
    opacity: 0.4;
}

/* Video */
.play-video i {
    height: 90px;
    width: 90px;
    line-height: 90px;
    padding-left: 10px;
}

/* Services */
.services-column .sppb-row-overlay {
    border-radius: 10px;
}
.services-item {
    max-width: 300px;
    margin: 0 auto !important;
}
.services-btn i {
    font-size: 14px;
}
.services-btn {
    padding: 0 !important;
    letter-spacing: 2px;
}

/* Feature */
.feature-item img {
    width: 60px;
}

/* Testimonials */
.testimonials-item img {
    width: 60px;
}
.testimonials-item .sppb-media {
    display: inline-block;
}

/* Pricing */
.pricing-item .price-small {
    font-size: 14px;
}
.pricing-item h2 {
    font-size: 40px;
    font-weight: 600;
}
.pricing-check .sppb-media {
    display: inline-block;
}
span.title-sm {
    font-size: 16px;
}

/* Faqs */
.sppb-panel-modern>.sppb-panel-heading.active {
  	color: #fff;
}
.faqs-item .sppb-panel-modern {
    border: none;
    background: transparent;
    color: #fff;
}
.faqs-item .sppb-panel-body {
    border-top: none;
}
.faqs-item .sppb-panel-modern>.sppb-panel-heading {
    padding: 20px 30px 20px 15px;
  	border-radius: 5px;
}

/* Skill */
@keyframes load{0%{stroke-dashoffset:0}}
.skill .progress {
    position: relative;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    height: auto;
    background: none;
}
.skill .lt-skill-item .elementor-element {
    margin-bottom: 0;
}
.skill .progress > li {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
.skill .progress > li:after {
    content: attr(data-percent);
    position: absolute;
    width: 100%;
    top: 3.7rem;
    left: 0;
    font-size: 2rem;
    text-align: center;
    color: #000;
}
.skill svg {
    width: 10rem;
    height: 10rem;
}
.skill svg:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
}
.skill svg:nth-child(2) path {
    fill: none;
    stroke-width: 12px;
    stroke-dasharray: 629;
    stroke: #fff;
    opacity: .8;
    animation: load 10s;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin: 0;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}
.jmm-text {
    padding: 40px 20px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 17px;
	font-weight: 600;
	text-transform: capitalize;
}
.jm-category-module.default .jmm-readmore {
	margin-top: 20px;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    padding: 13px 20px;
}
button.btn.btn-primary.validate:hover {
    color: #fff !important;
}
#sp-position1 {
	padding: 0;
}

/* Bottom */
#sp-bottom {
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
	line-height: 30px;
}
#sp-bottom, #sp-footer {
    font-size: 18px !important;
    /*font-size: 1.25rem !important;*/
}
.sp-contact-info li {
  font-size:inherit !important;
}
#sp-bottom h1 {
    font-size: 38px;
    margin-bottom: 25px;
    font-weight: 600;
}
#sp-bottom p {
	line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 0px;
    position: relative;
}
#sp-bottom em {
    padding-right: 10px;
}
#sp-bottom strong {
  	display: none;
}
.shrewd_solution_icon ul li strong {
    display: none;
}
.shrewd_solution_icon {
    padding-top: 20px;
}
.shrewd_solution_icon ul,
.shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.shrewd_solution_icon ul li a {
    font-size: 14px;
    background: #fff;
    height: 35px;
    border: 1px solid #BAA89B;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
#sp-bottom .shrewd_solution_icon ul li a em {
    padding-right: 0;
    font-family: "Font Awesome 5 Brands";
}
#sp-bottom .sp-module:first-child:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 110%;
    height: 1px;
    background: #4738de;
    left: 0;
}
#sp-bottom .sp-module:first-child {
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}
#sp-bottom4 .sp-module:first-child:before {
    width: 100%;
}
#sp-bottom1 .sp-module:first-child:before {
  	content: none;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
@media (min-width: 991px) and (max-width: 1280px) {
  	.pricing-item h1, .price-item h1 {
    	font-size: 40px;
	}
  	.btn {
    	padding: 13px 25px;
  	}
}

/* Mobile Standard Layout */
@media (max-width: 991px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
    .testimonial .sppb-row-column, .pricing .sppb-row-column {
    	margin-bottom: 30px;
	}
  	.pricing .sppb-row-column {
    	max-width: 50% !important;
    	flex-basis: 50% !important;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	body #sp-header {
      	top: 0;
	}
   	.pricing .sppb-row-column {
    	max-width: 100% !important;
    	flex-basis: 100% !important;
	}
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover, 
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.btn, .pricing-column.center, .sppb-panel-modern>.sppb-panel-heading.active, .sp-megamenu-parent>li:last-child>a {
 	background-color: var(--background-color);
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
#sp-bottom4 span, .title-slider,
.title h3, .title-services h3, .services-btn a, .pricing-check span, span.title-sm {
  	color: var(--text-color);
}
.pricing-column:hover, .feature-item:hover i, .services-item .sppb-btn-custom {
    border-color: var(--text-color) !important;
}
.btn.color:hover {
    background-color: var(--background-color) !important;
} 
.shrewd_solution_icon ul li a {
    color: var(--text-color) !important;
}

/** SCA Stuff **/
/** SCA Stuff **/
/** SCA Stuff **/
/** SCA Stuff **/
.sp-megamenu-parent>li:last-child>a {
  display: none !important;
}
#sp-footer ul.menu>li:last-child>a {
  display: none !important;  
}

.sca-color-primary {
  color: #4260f4;
}

.sca-color-secondary {
  color: #82c03b; 
}

/* =========================
   SCA Hero Module
   Namespaced to avoid clashes
   ========================= */

.sca-hero {
  width: 100%;
  background-color: transparent;
}

.sca-hero__container {
  max-width: 1100px; /* confirmed */
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

/* Text column (left on desktop) */
.sca-hero__content {
  flex: 1 1 50%;
  text-align: left;
  font-family: Arial, sans-serif;
}

.sca-hero__heading {
  margin: 0 0 20px 0;
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  line-height: 1.1;
}

/* CTA button */
/* CTA — green palette based on #82c03b */
:root{
  --sca-green: #82c03b;         /* base (user requested) */
  --sca-green-light: #9bcc62;   /* lighter tint (approx +20%) */
  --sca-green-dark:  #6ea332;   /* darker tint (approx -15%) */
  --sca-green-shadow: rgba(130,192,59,0.35);
  --sca-focus-ring: rgba(130,192,59,0.18);
  --sca-primary-color: #4260f4;
  --sca-secondary-color: #82c03b; 
}

.sca-hero__cta {
  display: inline-block;
  padding: 15px 35px;
  background: linear-gradient(135deg, var(--sca-green-light) 0%, var(--sca-green) 60%, var(--sca-green-dark) 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 6px 18px var(--sca-green-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  cursor: pointer;
  border: 1px solid rgba(0,0,0,0.06); /* subtle edge for depth */
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

/* Hover: lift and slightly deepen */
.sca-hero__cta:hover,
.sca-hero__cta:active:not(:focus) {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px var(--sca-green-shadow);
  filter: brightness(0.98);
}

/* Active: press-in feedback */
.sca-hero__cta:active {
  transform: translateY(0);
  box-shadow: inset 0 2px 6px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.06);
  filter: brightness(0.96);
}

/* Keyboard focus — visible, accessible ring */
.sca-hero__cta:focus,
.sca-hero__cta:focus-visible {
  outline: none;
  box-shadow:
    0 6px 18px var(--sca-green-shadow),
    0 0 0 6px var(--sca-focus-ring);
  transform: translateY(-2px);
}

/* Slight variant for dark backgrounds (optional) */
.sca-hero__cta--inverse {
  background: linear-gradient(135deg, var(--sca-green-dark) 0%, var(--sca-green) 100%);
  color: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.45);
}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  .sca-hero__cta { transition: none; transform: none; }
  .sca-hero__cta:hover { transform: none; }
}

/*
.sca-hero__cta {
  display: inline-block;
  padding: 15px 35px;
  background: linear-gradient(135deg, #ff6b6b 0%, #feca57 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
  transition: all 0.3s ease;
  cursor: pointer;
}
*/
.sca-hero__cta:hover {
  transform: translateY(-3px);
}

/* Image column (right on desktop) */
.sca-hero__image {
  flex: 1 1 50%;
  text-align: center;
}

.sca-hero__image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* =========================
   Responsive behavior
   ========================= */

/* Stack on mobile:
   text first, image below */
@media (max-width: 820px) {
  .sca-hero__container {
    flex-direction: column;
    gap: 24px;
  }

  .sca-hero__content {
    text-align: left;
  }

  .sca-hero__heading {
    font-size: 28px;
  }
}

@media (max-width: 420px) {
  .sca-hero__heading {
    font-size: 22px;
  }

  .sca-hero__cta {
    font-size: 16px;
    padding: 12px 26px;
  }
}

/** SCA Why work with SCA module **/
/* Title */
.why-work-title {
	text-align: center;
	margin-top: 2em;
	font-size: xxx-large;
}
/* Container */
.four-column-module {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

/* Individual column */
.module-item {
    text-align: center;
}

/* Title */
.module-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Image */
.module-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* Tablet: 2 columns */
@media (max-width: 992px) {
    .four-column-module {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile: 1 column */
@media (max-width: 600px) {
    .four-column-module {
        grid-template-columns: 1fr;
    }
}

/* Floating Discovery Call CTA */
.floating-cta {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;

  background: #e53935;
  color: #ffffff !important;
  padding: 14px 18px;
  border-radius: 6px;

  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;

  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

.floating-cta:hover {
  background: #c62828;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .floating-cta {
    top: auto;
    bottom: 15px;
    right: 15px;
    font-size: 13px;
    padding: 12px 14px;
  }
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(229,57,53,0.7); }
  70% { box-shadow: 0 0 0 15px rgba(229,57,53,0); }
  100% { box-shadow: 0 0 0 0 rgba(229,57,53,0); }
}

.floating-cta {
  animation: pulse 3s infinite;
}


/* ===============
3 column why work with sca
============= */
/* Wrapper */
.sca-why-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

/* Header */
.sca-why-header {
  text-align: center;
  margin-bottom: 50px;
}

.sca-why-header h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #222;
}

.sca-why-header p {
  font-size: 18px;
  color: #555;
}

/* Columns */
.sca-why-columns {
  display: flex;
  gap: 30px;
  justify-content: center;
}

/* Item card */
.sca-why-item {
  flex: 1;
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sca-why-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Images */
.sca-why-item img {
  max-width: 80px;
  height: auto;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.sca-why-item:hover img {
  transform: scale(1.08);
}

/* Title links */
.sca-why-item h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.sca-why-item h3 a {
  color: #4260f4;
  text-decoration: none;
  transition: color 0.3s ease;
}

.sca-why-item h3 a:hover {
  color: #2f45c8;
  text-decoration: underline;
}

/* Description */
.sca-why-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Footer CTA */
.sca-why-footer {
  text-align: center;
  margin-top: 40px;
}

.sca-why-footer a {
  font-size: 16px;
  color: #4260f4;
  font-weight: bold;
  text-decoration: none;
}

.sca-why-footer a:hover {
  text-decoration: underline;
}

.sca-services-adjustment{
  background-color:lightgray;
  margin-bottom: 1em;
  border-bottom-left-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
  border-style:double;
}
.sca-services-adjustment img{
  max-width:250px !important;
  width:250px;
  height:100px;
}

/* Tablet */
@media (max-width: 900px) {
  .sca-why-columns {
    flex-wrap: wrap;
  }

  .sca-why-item {
    flex: 0 0 48%;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .sca-why-item {
    flex: 0 0 100%;
  }

  .sca-why-header h2 {
    font-size: 26px;
  }

  .sca-why-header p {
    font-size: 16px;
  }
}
/***
SCA Footer
****/

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

#sp-footer ul.menu {
  margin-top: 1.75em !important;
}

.footer-nav a {
    font-family: Arial, sans-serif;
    /*font-size: 0.9rem;*/
    font-size: 1.5rem;
    color: #b5b5b5;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-nav a:hover,
.footer-nav .current > a {
    color: #ffffff;
}

.footer-nav li::after {
    content: "•";
    margin-left: 1rem;
    color: #666;
}

.footer-nav li:last-child::after {
    content: "";
}

@media (max-width: 768px) {
    .footer-nav ul {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .footer-nav li::after {
        content: "";
    }
}

.footer-nav {
    max-width: 1100px;
    margin: 0 auto;
}


/******************************************/
#supu-dialog {
  border: none;
  border-radius: 12px;
  padding: 24px;
  width: 420px;
  max-width: 90%;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}

#supu-dialog::backdrop {
  background: rgba(0,0,0,.6);
}

#supu-dialog h3 {
  margin-top: 0;
}

#supu-dialog .supu-close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: none;
  background: none;
  font-size: 26px;
  cursor: pointer;
}
/*** SCA caroulse-- slider home page ***/
.jt-introtext {
  font-size:xx-large;
  color: var(--sca-primary-color);
  font-weight: 900;
}