:root {
  --primary-color: #8b5cf6;
  --primary-color-light: rgba(139, 92, 246, 0.1);
  --text-color: #212529;
  --border-color: #000000;
  --border-hover-color: var(--primary-color);
  --background-hover: rgba(139, 92, 246, 0.05);
  --button-radius: 8px;
}

div#fileContainer {
    position: relative;
    height: 500px;
    display: flex;
    cursor: pointer;
    margin: 15px 0;
    align-items: center;
    justify-content: center;
    border-radius: var(--button-radius);
    border: 2px dashed var(--border-color);
    overflow: hidden;
    transition: all 0.3s 
ease;
}

div#fileContainer:hover span#file-name, div#fileContainer:hover div#fileContainer:hover {
    background: #8b5cf6;
}


/* On Hover: Change border + background */
div#fileContainer:hover {
    border-color: var(--primary-bg);
    background-color: rgba(139, 92, 246, 0.1);
}

/* On Hover: Change span content (svg + h6) color to white */
div#fileContainer:hover span#file-name,
div#fileContainer:hover span#file-name svg,
div#fileContainer:hover span#file-name h6 {
    color: white;
}


.fa-solid.fa-crop {
    filter: invert(1) !important;
}


span#file-name {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 45%;
    height: 160px;
    padding: 30px;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: var(--card-shadow);
    transition: all 0.3s 
ease;
    border: 1px solid #f1f1f1;
    z-index: 1;
    justify-content: center;
}

input#inputImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.file-name-display {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    padding: 30px;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: var(--card-shadow);
    transition: all 0.3s 
ease;
    border: 1px solid #f1f1f1;
    z-index: 1;
}


.img-container img {
    transition: 0s !important;
}

.btn-group p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}


img {
    max-width: 100%;
    /* This rule is very important, please do not ignore this! */
}


button.swal2-deny.swal2-styled {
    background: #edeeef !important;
    color: #000;
}

button.btn.btn-primary.dropdown-toggle.language {
    width: 100%;
}
  
.cropper-point.point-se {
   width: 25px !important;
   height: 25px !important;
   border-radius:0px !important;
}

.cropper-point.point-se {
    right: -12px !important;
    bottom: -12px !important;
}

  .docs-buttons .btn-settings {
    color: #000;
    background-color: #ffffff;
    border-color: #000000;
    border: 0px solid;
    box-shadow: 0px 0px #0000;
    border-radius: 5px;
    padding: 10px;
    transition: 0.3s;
    cursor:pointer;
}

.docs-buttons img {
    width: 25px;
}

.btn-group {
    margin: 5px 5px !important;
    height: 62px;
    border: 1px solid black;
    border-radius: 5px;
}

.docs-buttons .btn-settings:hover {
    transform: scale(0.9);
    transition: 0.3s;
    background-color: var(--primary-bg) !important;
}

.docs-buttons .btn-settings:focus {
    color: #000 !important;
    transform: scale(0.9);
    border-radius: 8px !important;
    background-color: var(--primary-bg) !important;
    border-color: #000000 !important;
    border: 0px solid !important;
    border-radius: 5px !important;
    transition: 0.3s;
}

.cropper-container.cropper-bg {
    margin-top: 0px !important;
}

.img-container {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/* Content */
.img-container,
.img-preview {
    width: 100%;
}

.img-container {
    min-height: 200px;
    max-height: 516px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
span#file-name {
    width: 85%;
}

div#fileContainer {
    height: 250px;
}

}

@media (min-width: 768px) {
    .img-container {
        min-height: 516px;
    }
}

.img-container>img {
    max-width: 100%;
}

.docs-preview {
    margin-right: -15px;
}

.img-preview {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.img-preview>img {
    max-width: 100%;
}

.preview-lg {
    width: 263px;
    height: 148px;
}

.preview-md {
    width: 139px;
    height: 78px;
}

.preview-sm {
    width: 69px;
    height: 39px;
}

.preview-xs {
    width: 35px;
    height: 20px;
    margin-right: 0;
}

body {
    font-family: 'Maven Pro', Verdana, Geneva, Tahoma, sans-serif !important;
}

.cropper-container.cropper-bg {
    width: 100% !important;
}

.cropper-container.cropper-bg {
    border-radius: 5px;
    border: 0px dashed #000;
}

.file-input {
    height: 487px;
}


.diff {
    border-radius: 10px;
    padding: 0px;
    background: #fff;
}

.diff {
    border-radius: 10px;
    padding: 0px;
    background: #fff;
}

.btn-group {
    margin: 10px 5px;
}

.cropper-container.cropper-bg {
    overflow: hidden;
}

hr:not([size]).hr {
    --mdb-divider-blurry-bg-image: linear-gradient(90deg, black, #666, transparent);
}
  
  .docs-buttons.leftright .btn-group {
    border: 0px;
}
  
  .docs-buttons.leftright button.btn-settings:hover {
    transform: scale(1);
    border: 1px solid black;
}
  
  .docs-buttons.leftright button.btn-settings:focus {
    transform: scale(1);
    border: 1px solid black !important;
}
  
  .docs-buttons.leftright button.btn-settings {
    background: #fff;
    z-index: 40;
    border: 1px solid black;
    padding: 6px;
    margin: 3px;
}
  
.docs-buttons .diff {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow-y: hidden;
}

.docs-buttons .diff::-webkit-scrollbar {
    width: 8px;
    background: #000;
    border-radius:100px;
}

.docs-buttons .diff::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(94, 94, 94, 0.3);
}

.docs-buttons .diff::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 100px;
    outline: 0px solid #000;
    border: 4px solid #000;
}
  
  .docs-buttons.leftright .diff {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -35px;
}
  
  @media (max-width: 991px) {
.container {
    max-width: 95%;
}
}
  
   @media (max-width: 804px) {
  .docs-buttons .btn-settings {
    padding: 8px;
}
     
     .docs-buttons.below .btn-group, .btn-group-vertical {
    justify-content: center;
}
     
     .docs-buttons.below .btn-group.below {
    height: 65px;
    width: 100%;   
}
 } 
  
   @media (max-width: 768px) {
.file-input {
    height: 244px;
}
     
.showmobile {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
     
     .showmobile .diff {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
}
     
     .docs-buttons.hidemobile {
    display: none !important;
}
} 

  .docs-buttons.hidemobile {
    display: block;
}
  
@media only screen and (max-width: 991px) {
  .diff.cropoptions {
    margin-top: 30px;
}
 
  
  .docs-buttons.below {
    display: flex;
    justify-content: center;
}
  
  .docs-buttons .diff {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
  
}
  
  
         /* Off-canvas styles */
.offcanvas-right {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;  /* Hide sidebar initially */
    width: 250px;
    overflow-y: auto;
    background-color: #f8f9fa;
    z-index: 1030; /* Ensuring it's on top of most content */
}

      
      .show-sidebar .offcanvas-right {
    padding: 25px;
    right: 0;
    background: #fff;
    box-shadow: -2px 5px 20px -10px #00000026;
}
.show-sidebar .offcanvas-right {
    right: 0;
    z-index: 99999;
} 
  
  div#offcanvasSidebar .docs-buttons .diff {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
}
  
  
  .showmobile {
    display: none;
}
  

 .btn-block {
   width:100%;
    }
    
   .input-group-text { 
     
     height:100%;
    }
    
.cropper-point {
    fill: red; /* Change the fill color */
    width: 15px; /* Adjust the width */
    height: 15px; /* Adjust the height */
}
    
  .cropper-point.point-nw {
    top: -8px;
    left: -8px;
}  
 .cropper-point.point-n {
    top: -9px;
}   
.cropper-point.point-ne {
    top: -8px;
    right: -8px;
}
.cropper-point.point-w {
    left: -9px;
}
 .cropper-point.point-sw {
    bottom: -8px;
    left: -8px;
}   
 .cropper-point.point-e {
    right: -9px;
}   
.cropper-point.point-s {
    bottom: -10px;
}    

    
   
.cropper-view-box {
    outline: #ffffff7d solid 2px;
    outline-color: #ffffff7d;
}
    
.cropper-point {
    background-color: var(--primary-bg) !important;
    border: 2px solid #000000 !important;
    border-radius: 100px;
}
    
.cropper-point.cropper-point-e {
    fill: blue;
} 
    .gt_options.gt-open {
    margin-top: 10px !important;
}
    
    .gt_float_switcher .gt_options {
    max-height: 272px !important;
}
    
    .gt_float_switcher .gt_options {
    position: absolute !important;
    background: #fff !important;
  box-shadow: rgb(0 0 0 / 10%) 0 5px 30px -10px;
}

.gt_float_switcher {
    box-shadow: rgb(0 0 0 / 0%) 0 5px 15px !important;
}

.gt_float_switcher .gt_options a:hover {
    background: #efefef !important;
    color: #000 !important;
}


  div#offcanvasBottom {
    width: 60%;
}
  
 .croppbutton {
    font-size: 16px;
    text-transform: UPPERCASE;
    border-color: #FFC107;
    background: var(--primary-bg);
    color: #000;
    font-weight: 500;
    border: 1px solid #000;
    z-index: 999 !important;
    box-shadow: 0px 3px 0 #000000 !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 10px;
    border-radius: 8px !important;
    transition: 0.3s;
    margin-top: 7px;
    margin-bottom: 10px; 
 }
  
.croppbutton:focus,
.croppbutton:active,
.croppbutton:hover
{
    color: #000;
    background-color: var(--primary-bg);
    border-color: #000000;
    box-shadow: 0px 3px 0 #000000 !important;
    border-radius: 8px !important;
  }
  
#filterCarousel .item {
    position: relative;
    text-align: center;
}

#filterCarousel .item img {
    width: 100%;
    object-fit: cover;
}

#filterCarousel .item span {
    position: absolute;
    bottom: 10px;
    font-size:14px;
    width:80%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
}
.owl-stage {
    height: auto;
}  
  
 .owl-dots {
    display: none;
} 
  
.active-filter {
    border: 2px solid #000 !important;
    border-radius: 16px;
    transition:0.3s;
}


#filterCarousel .item {
    border: 2px solid #ebeef1;
    border-radius: 16px;
    cursor:pointer;
}

div#rangeSliderContainer {
    margin: 15px 0px 30px;
}
  
.range-value-label {
    display: flex;
    position: relative;
    height: 30px;
    width: 35px;
    top: 42px;
    transform: translate(-50%, -100%);
    background: var(--primary-bg);
    color: #000;
    border-radius: 5px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

/* Style for all range sliders */
input[type="range"] {
    /* Style the track */
    -webkit-appearance: none; /* Override default appearance */
    width: 100%;
    height: 10px;
    border-radius: 100px;
    background: #000; /* Background color for the track */
    outline: none;
    opacity: 1;
    transition: opacity .2s;

    /* Style the thumb */
    &::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        background: var(--primary-bg); /* Green background for the thumb */
        border:2px solid #000;
        cursor: pointer;
        border-radius: 50%;
    }

    &::-moz-range-thumb {
        width: 20px;
        height: 20px;
        background: var(--primary-bg);
        border:2px solid #000;
        cursor: pointer;
        border-radius: 50%;
    }
}

input[type="range"]:hover {
    opacity: 1;
}

.range-value-label:before {
    content: "";
    position: absolute;
    bottom: 30px;
    rotate: 180deg;
    left: -2px;
    color: #000;
    border: 10px solid var(--primary-bg);
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    transform: translateX(-50%);
}  
  
.owl-prev {
    top: 32% !important;
    margin-left: -10px !important;
    display: block !important;
    border: 0px solid black;
}

button.owl-prev {
    width: 20px !important;
    height: 40px !important;
    box-shadow: 0px 0px #000 !important;
    border: 1px solid #ced4da !important;
}

button.owl-next {
    width: 35px;
    width: 20px;
    height: 40px;
    border: 1px solid #ced4da !important;
    box-shadow: 0px 0px #000;
}

.owl-next {
    top: 32% !important;
    right: -12px !important;
}

button.owl-prev span {
    top: -11px !important;
}

button.owl-next span {
    top: -11px !important;
}

/* Crop Formats Styles */
.crop-formats-section {
    padding: 3rem 0;
    background: #f8f9fa;
}

.crop-formats-grid {
    display: flex;
    flex-wrap: no-wrap;
    gap: 1rem;
    justify-content: center;
    margin: 0 auto;
}

.crop-format-card {
    display: flex;
    align-items: center;
    width: 100%;
    color: rgb(51, 51, 51);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 8px;
    flex-direction: row;
    padding: 1rem 1.5rem;
    background: white;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(241, 243, 244);
    border-image: initial;
    border-radius: 12px;
    text-decoration: none;
    transition: 0.3s;
}

.crop-format-card:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.2);
}

.crop-format-card .format-icon {
    margin-right: 0.75rem;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.crop-format-card .format-icon svg {
    width: 24px;
    height: 24px;
}

.crop-format-card:hover .format-icon {
    opacity: 1;
}

.crop-format-card .format-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.crop-format-card .format-name {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.crop-format-card .format-action {
    font-size: 0.85rem;
    opacity: 0.8;
}

.crop-format-card .format-arrow {
    margin-left: 0.5rem;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.crop-format-card .format-arrow svg {
    width: 16px;
    height: 16px;
}

.crop-format-card:hover .format-arrow {
    opacity: 1;
    transform: translateX(3px);
}

.crop-formats-section .section-title {
    font-size: 2.3rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    letter-spacing: -0.5px;
    color: #333;
    margin-bottom: 1rem;
}

.crop-formats-section .matrix-subtitle {
    color: rgb(108, 117, 125);
    line-height: 1.7;
    font-size: 17px;
    margin-top: 10px;
}

/* Show desktop version only on desktop */
.crop-formats-desktop {
    display: block;
}

.crop-formats-mobile {
    display: none;
}



@media (max-width: 768px) {
    
       /* Hide desktop version on mobile */
    .crop-formats-desktop {
        display: none;
    }

    /* Show mobile version on mobile */
    .crop-formats-mobile {
        display: block;
    }
    
    .crop-formats-grid {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }
    
    .crop-formats-section {
    margin: 0px 15px;
}

    .crop-format-card {
        min-width: unset;
        width: 100%;
    }

    .crop-formats-section .section-title {
        font-size: 2rem;
    }
}

/* Layout Sections Styles */

/* Global Styles */
.section-title {
    font-size: 2.3rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    letter-spacing: -0.5px;
    background: var(--h1-color);
    -webkit-mask-size: 100% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Benefits Section */
.benefit-card {
    position: relative;
    background: var(--card-bg);
    border-radius: 16px;
    box-shadow: var(--card-shadow);
    padding: 2.5rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    z-index: 1;
}

.benefit-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.03), rgba(139, 92, 246, 0.08));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.benefit-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.benefit-card:hover::before {
    opacity: 1;
}

.benefit-icon-wrapper {
    margin-bottom: 1.75rem;
    position: relative;
    width: 70px;
    height: 70px;
}

.benefit-icon {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    z-index: 1;
}

.benefit-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    z-index: -1;
    transition: transform 0.5s ease;
}

.benefit-icon::after {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border-radius: 50%;
    border: 2px solid;
    opacity: 0.25;
    z-index: -2;
}

.benefit-icon svg {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.4));
}

.speed-icon::before {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.speed-icon::after {
    border-color: var(--primary-color);
}

.size-icon::before {
    background: linear-gradient(135deg, #4895ef, #4cc9f0);
}

.size-icon::after {
    border-color: #4cc9f0;
}

.quality-icon::before {
    background: linear-gradient(135deg, #f72585, #b5179e);
}

.quality-icon::after {
    border-color: #f72585;
}

.benefit-card:hover .benefit-icon::before {
    transform: scale(1.1);
}

.benefit-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-color);
}

.benefit-content p {
    color: #6c757d;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.benefit-stat {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.benefit-stat .number {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #303030, #9d9d9d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
}

.benefit-stat .text {
    font-size: 1rem;
    color: #6c757d;
    font-weight: 500;
}

/* Process Section */
.process-container {
    position: relative;
}

.process-card {
    position: relative;
    height: 100%;
    perspective: 1000px;
    z-index: 1;
}

.process-card-inner {
    position: relative;
    background: var(--card-bg);
    border-radius: var(--button-radius);
    box-shadow: var(--card-shadow);
    padding: 2.5rem;
    height: 100%;
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
    z-index: 1;
    overflow: hidden;
}

.process-card:hover .process-card-inner {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.process-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.process-number {
    width: 48px;
    height: 48px;
    background: var(--primary-color);
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    box-shadow: 0 6px 15px rgba(139, 92, 246, 0.3);
    transition: transform 0.3s ease;
}

.process-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(139, 92, 246, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

.process-icon svg {
    width: 24px;
    height: 24px;
}

.process-card:hover .process-number {
    transform: scale(1.1) rotate(-10deg);
}

.process-card:hover .process-icon {
    transform: scale(1.1) rotate(10deg);
}

.process-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-color);
    position: relative;
    z-index: 2;
}

.process-card p {
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}

.process-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 0%, rgba(139, 92, 246, 0.1), transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
}

.process-card:hover .process-glow {
    opacity: 1;
}

.process-connection {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 0;
}

.connector-line {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 10%, var(--primary-color) 10%, var(--primary-color) 90%, transparent 90%);
    opacity: 0.3;
}

.connector-line::before, .connector-line::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--primary-color);
    transform: translateY(-50%);
}

.connector-line::before {
    left: 30%;
}

.connector-line::after {
    right: 30%;
}

/* Use Cases Section */
.use-case-card {
    position: relative;
    background: var(--card-bg);
    border-radius: var(--button-radius);
    box-shadow: var(--card-shadow);
    padding: 2.5rem;
    height: 100%;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    z-index: 1;
}

.use-case-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.use-case-top {
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.use-case-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: white;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, border-radius 0.3s ease;
}

.use-case-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
    z-index: 0;
}

.use-case-icon svg {
    width: 32px;
    height: 32px;
    position: relative;
    z-index: 1;
}

.use-case-card:hover .use-case-icon {
    transform: scale(1.1);
    border-radius: 50%;
}

.use-case-content {
    position: relative;
    z-index: 2;
}

.use-case-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-color);
}

.use-case-content p {
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.7;
}

.use-case-glow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--primary-color);
    opacity: 0.7;
    transition: height 0.5s ease;
}

.use-case-card:hover .use-case-glow {
    height: 10px;
}

.use-case-card:nth-child(1) .use-case-icon,
.use-case-card:nth-child(1) .use-case-glow {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.use-case-card:nth-child(2) .use-case-icon,
.use-case-card:nth-child(2) .use-case-glow {
    background: linear-gradient(135deg, #4cc9f0, #4895ef);
}

.use-case-card:nth-child(3) .use-case-icon,
.use-case-card:nth-child(3) .use-case-glow {
    background: linear-gradient(135deg, #f72585, #b5179e);
}

.use-case-card:nth-child(4) .use-case-icon,
.use-case-card:nth-child(4) .use-case-glow {
    background: linear-gradient(135deg, #f8961e, #f9c74f);
}

/* CTA Section */
.cta-section {
    position: relative;
    overflow: hidden;
}

.cta-container {
    position: relative;
    background: var(--text-color);
    border-radius: 24px;
    padding: 5rem 2rem;
    overflow: hidden;
    z-index: 1;
}

.cta-content {
    position: relative;
    z-index: 3;
    color: white;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.5rem;
    background: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.cta-content p {
    font-size: 18px;
    margin-bottom: 2.5rem;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.cta-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    background: white;
    color: #000;
    font-weight: 600;
    font-size: 1.05rem;
    border-radius: 50px;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.cta-button::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--primary-color), #7c3aed);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    color: white;
    text-decoration: none;
}

.cta-button:hover::before {
    opacity: 1;
}

.cta-button span {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.cta-button-arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    z-index: 2;
    transition: transform 0.3s ease;
}

.cta-button-arrow svg {
    width: 24px;
    height: 24px;
}

.cta-button:hover span {
    transform: translateX(-5px);
}

.cta-button:hover .cta-button-arrow {
    transform: translateX(5px);
}

.cta-background {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.cta-shape {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.3), rgba(124, 58, 237, 0.2));
    filter: blur(30px);
    z-index: 0;
}

.shape-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    left: -100px;
    animation: float-slow 8s infinite ease-in-out;
}

.shape-2 {
    width: 400px;
    height: 400px;
    bottom: -200px;
    right: -100px;
    background: linear-gradient(135deg, rgba(247, 37, 133, 0.2), rgba(181, 23, 158, 0.15));
    animation: float-slow 10s infinite ease-in-out reverse;
}

.shape-3 {
    width: 200px;
    height: 200px;
    top: 40%;
    right: 15%;
    background: linear-gradient(135deg, rgba(76, 201, 240, 0.2), rgba(139, 92, 246, 0.1));
    animation: float-slow 7s infinite ease-in-out 1s;
}

.shape-4 {
    width: 150px;
    height: 150px;
    bottom: 20%;
    left: 10%;
    background: linear-gradient(135deg, rgba(248, 150, 30, 0.2), rgba(249, 199, 79, 0.15));
    animation: float-slow 9s infinite ease-in-out 2s;
}

@keyframes float-slow {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .section-title {
        font-size: 2rem;
    }

    .cta-content h2 {
        font-size: 2.5rem;
    }

    .cta-content p {
         font-size: 18px;
    }

    .process-connection {
        display: none;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .benefit-card,
    .process-card-inner,
    .use-case-card {
        padding: 2rem;
    }

    .cta-content h2 {
        font-size: 2rem;
    }

    .cta-content p {
         font-size: 18px;
    }

    .cta-button {
        padding: 0.85rem 2rem;
        font-size: 1rem;
    }
}

/* Animation for page load */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.benefit-card,
.process-card,
.use-case-card {
    animation: fadeInUp 0.8s ease forwards;
    opacity: 0;
}

.benefit-card:nth-child(1),
.process-card:nth-child(1),
.use-case-card:nth-child(1) {
    animation-delay: 0.1s;
}

.benefit-card:nth-child(2),
.process-card:nth-child(2),
.use-case-card:nth-child(2) {
    animation-delay: 0.2s;
}

.benefit-card:nth-child(3),
.process-card:nth-child(3),
.use-case-card:nth-child(3) {
    animation-delay: 0.3s;
}

.benefit-card:nth-child(4),
.process-card:nth-child(4),
.use-case-card:nth-child(4) {
    animation-delay: 0.4s;
}