/* Add here all your CSS customizations */

/* ========================================
   SEO & Accessibility Enhancements
   ======================================== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* ========================================
   Modern Service Cards with Hover Effects
   ======================================== */
.modern-service-card {
  padding: 30px !important;
  border-radius: 15px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
  background: #fff !important;
  height: 100% !important;
  transition: all 0.3s ease !important;
  border: none !important;
}

.modern-service-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15) !important;
}

.modern-service-card .feature-box-icon {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.modern-service-card .feature-box-icon i {
  font-size: 32px;
  color: #fff;
}

.modern-service-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2c3e50;
}

.modern-service-card p {
  color: #6c757d;
  line-height: 1.7;
  font-size: 0.95rem;
}

.modern-service-card ul {
  margin-top: 20px;
}

.modern-service-card ul li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #6c757d;
}

/* ========================================
   Enhanced Hero Section
   ======================================== */
.hero-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.hero-cta-buttons .btn {
  border-radius: 50px;
  font-weight: 600;
  padding: 15px 40px;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.hero-cta-buttons .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.trust-indicators {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.trust-indicators h3 {
  font-size: 2rem;
  margin-bottom: 5px;
}

.trust-indicators small {
  font-size: 0.9rem;
  opacity: 0.9;
}

/* ========================================
   Gradient Text Effects
   ======================================== */
.text-gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ========================================
   Call-to-Action Enhancements
   ======================================== */
.call-to-action-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.call-to-action h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

.call-to-action .lead {
  font-size: 1.2rem;
  line-height: 1.8;
}

/* ========================================
   Stats & Numbers
   ======================================== */
.stats-number {
  font-size: 3rem;
  font-weight: 700;
  color: #667eea;
  line-height: 1;
  margin-bottom: 10px;
}

.stats-label {
  font-size: 1rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ========================================
   Feature Boxes Enhancement
   ======================================== */
.feature-box-style-6 {
  transition: all 0.3s ease;
}

.feature-box-style-6:hover {
  transform: translateX(10px);
}

.feature-box-style-6 .feature-box-icon i {
  transition: all 0.3s ease;
}

.feature-box-style-6:hover .feature-box-icon i {
  transform: scale(1.2);
}

/* ========================================
   Mobile Responsive Enhancements
   ======================================== */
@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
  }
  
  .hero-section h2 {
    font-size: 2rem;
  }
  
  .hero-cta-buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  
  .modern-service-card {
    margin-bottom: 30px;
  }
  
  .trust-indicators .col-4 {
    text-align: center;
  }
  
  .call-to-action h2 {
    font-size: 1.8rem;
  }
}

/* ========================================
   Existing Styles (preserved)
   ======================================== */
#SkypeButton_Call_ahyoxsoft_1_paraElement {
  margin: 0;
}
#SkypeButton_Call_ahyoxsoft_1_paraElement img {
  margin: 0 !important;
  vertical-align: middle !important;
}

input[type=text] {
  padding: 12px 20px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
button{
background-color: #4CAF50;
  border: none;
  color: white;
  padding: 12px 30px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}
canvas{
/*prevent interaction with the canvas*/
pointer-events:none;
}

.cluth-review {
  margin: 0 auto;
  width: 80%;
}

@media (min-width: 1200px) {
	.cluth-review {
    margin: 0 auto;
    width: 80%;
  }
}

@media (min-width: 992px) {
  .cluth-review {
    margin: 0 auto;
    width: 80%;
  }
}

@media (max-width: 991px) {
  .cluth-review {
    margin: 0 auto;
    width: 80%;
  }
}

@media (max-width: 767px) {
	.cluth-review {
    margin: 0 auto;
    width: 80%;
  }
}

@media (max-width:640px){
	
}

@media (max-width:480px){
  .cluth-review {
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width:320px){
	.cluth-review {
    margin: 0 auto;
    width: 100%;
  }
}

.full-row {
  width: 100%;
  float: left;
}

.partners {
  width: 100%; 
  background: #FFF;
  margin: 50px 0; 
}

/*** Slider ***/

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


#floatingParent{
  width: 70%;
  margin: 0 auto;
}


#floattedImg {
  width: 250px;
  min-height: 250px;
  text-align: center;
  float: right;
  padding: 10px;
  background-clip: content-box;
}

span {
  display: inline-block;
}

.list-itemx
{
    float: left;
    clear: left;
}