.navbar-brand img {
        width: 40px;
        height: 40px;
        object-fit: cover;
        border-radius: 50%;
        margin-right: 10px;
    }

.ufkmcmp__modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #0808081f;
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    .ufkmcmp__loader-wrapper {
        background: var(--ufkmcmp__main_white);
        padding: 20px 30px;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        font-size: 16px;
        color: var(--ufkmcmp__pastel_dark);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        max-width: 300px;
        text-align: center;
    }

    .ufkmcmp__spinner {
        width: 24px;
        height: 24px;
        border: 3px solid var(--ufkmcmp__pastel_dark);
        border-top: 3px solid var(--ufkmcmp__main_color);
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

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

        100% {
            transform: rotate(360deg);
        }
    }

.about-shape-section {
    position: relative;
    overflow: hidden;
  }

  .about-shape-section::before {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle at center, rgba(13, 110, 253, 0.1), transparent 70%);
    z-index: 0;
    border-radius: 50%;
  }

.icon i {
        background-color: var(--bs-light);
        border-radius: 0.5rem;
        padding: 15px;
        display: inline-block;
    }

    .ufkmcmp_cf5-service-card {
        border: 1px solid transparent;
        transition: all 0.3s ease-in-out;
    }

    .ufkmcmp_cf5-service-card:hover {
        border-color:var(--bs-secondary);
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    }

    .slick-slide {
        padding: 0 10px;
    }

    .slick-arrow-custom {
        background: var(--bs-primary);
        border: none;
        color: white;
        padding: 10px 15px;
        font-size: 1rem;
        border-radius: 50%;
        transition: background 0.3s ease-in-out;
        z-index: 10;
    }

    .slick-arrow-custom:hover {
        background: var(--bs-primary);
    }

    .slick-prev {
        position: absolute;
        top: 50%;
        left: -40px;
        transform: translateY(-50%);
    }

    .slick-next {
        position: absolute;
        top: 50%;
        right: -40px;
        transform: translateY(-50%);
    }


.about-animated-section {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .about-animated-section .background-shape-1,
  .about-animated-section .background-shape-2,
  .about-animated-section .background-shape-3 {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    z-index: 0;
    animation: float 6s ease-in-out infinite;
  }

  .about-animated-section .background-shape-1 {
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    animation-delay: 0s;
  }

  .about-animated-section .background-shape-2 {
    bottom: -70px;
    right: -70px;
    width: 250px;
    height: 250px;
    animation-delay: 2s;
  }

  .about-animated-section .background-shape-3 {
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
    animation-delay: 4s;
  }

  @keyframes float {
    0%, 100% {
      transform: translateY(0) scale(1);
    }
    50% {
      transform: translateY(-20px) scale(1.05);
    }
  }



.ufkmcmp_cf2__gradient-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
        z-index: 0;
        pointer-events: none;
    }
.ufkmcmp__cd6-cardsection-title {
        text-align: center;
        margin-bottom: 40px;
    }

    .ufkmcmp__cd6-cardsection-title h2 {
        font-size: 32px;
        font-weight: 700;
        position: relative;
    }

    .ufkmcmp__cd6-cardsection-title h2::after {
        content: "";
        display: block;
        width: 50px;
        height: 3px;
        background: #00c99c;
        margin: 10px auto 0;
        border-radius: 2px;
    }

    .ufkmcmp__cd6-cardsection-title p {
        color: #6c757d;
        max-width: 600px;
        margin: 0 auto;
        font-size: 16px;
    }

    .ufkmcmp__cd6-cardsection-item {
        background: transparent;
        padding: 30px 0;
    }

    .ufkmcmp__cd6-cardsection-item span {
        display: block;
        font-size: 20px;
        font-weight: 600;
        color: #222;
        margin-bottom: 10px;
        position: relative;
    }

    .ufkmcmp__cd6-cardsection-item span::after {
        content: "";
        display: block;
        width: 20px;
        height: 2px;
        background: #00c99c;
        margin: 8px auto 0;
        border-radius: 2px;
    }

    .ufkmcmp__cd6-cardsection-item p {
        margin: 0;
        font-size: 14px;
        color: #6c757d;
    }









