*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body{
    height: 100%;
    width: 100%;
    overflow-x: hidden !important;
}

.index-content{
    background: linear-gradient(135deg, #e8e4fc 0%, #EAEDFE  50%,  #EAEDFE 100%);
    z-index: -9;
}

/* social icon start */
.social-icons {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 100;
  }

  .social-icon {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #8342b2;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
  }

  .social-icon:hover {
    background-color: #9115ea;
  }

  .social-icon i {
    font-size: 18px;
  }
/* social icon end */

  /* back to top start */
  #back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 99;
  }

  #back-to-top .btn {
    background-color: #8342b2;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 18px;
    transition: background-color 0.3s ease;
  }

  #back-to-top .btn:hover {
    background-color: #355089;
  }
/* offcanvas  css */
.offcanvas {
    transition: transform 0.4s ease-in-out !important;
}

.offcanvas.offcanvas-end {
    width: 350px;
}

.offcanvas-header {
    padding: 2rem;
}

.offcanvas-body {
    padding: 2rem;
}

.offcanvas-body .nav-link {
    color: #333;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.offcanvas-body .nav-link:hover {
    color: #007bff;
}


/* navbar css start */

.navbar {
    padding: 1.3rem 2rem;
    font-family: Archivo !important;
    color: #1B1B1B !important;
    background:linear-gradient(135deg, #f5f7fa 0%, #f7e0ff 100%);
    
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: 1px;
}

.nav-link {
    font-size: 13px;
    color: #1B1B1B !important;  
    font-weight: 500;
    padding: 0.5rem 1.2rem !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Desktop Styles */
@media (min-width: 992px) {
    .nav-link {
        position: relative;
        color: #333 !important;
        background: linear-gradient(to left, #333 50%, #8613B0 50%) right;
        background-size: 200%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: .5s ease-out;
    }

    .nav-link:hover {
        background-position: left;
    }

    .nav-link.active {
        background: linear-gradient(to left, #8613B0 50%, #8613B0 50%) right;
        background-size: 200%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.3s ease-in-out;
        background: #fff;
        border: none;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        padding: 1rem 0;
        border-radius: 8px;
    }

    .dropdown-item {
        color: #333;
        font-size: 0.9rem;
        padding: 0.7rem 1.5rem;
        transition: all 0.3s ease;
    }

    .dropdown-item:hover {
        background: #f8f9fe;
        color: #8613B0;
        padding-left: 2rem;
    }
}

/* Mobile Styles */
@media (max-width: 991px) {
   
    .nav-link {
        color: #333 !important;
    }

    .nav-link.active {
        color: #8613B0!important;
    }

    .dropdown-menu {
        display: none;
        background: transparent;
        border: none;
        padding-left: 2rem;
        margin: 0;
        opacity: 1;
        visibility: visible;
    }

    .dropdown-menu.show {
        display: block;
        animation: slideDown 0.3s ease-out forwards;
    }

    .dropdown-item {
        padding: 0.7rem 1rem;
    }

    .dropdown-item:hover {
        background: transparent;
        color: #8613B0;
    }
}

.navbar-toggler {
    border: none;
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

/* Firefox specific rules */
@-moz-document url-prefix() {
    @media (min-width: 992px) {
        .nav-link {
            background: none;
            color: #333 !important;
            -webkit-text-fill-color: initial;
        }
        
        .nav-link:hover {
            color: #8613B0 !important;
        }

        .nav-link.active {
            color: #8613B0 !important;
            -webkit-text-fill-color: initial;
        }
    }
}

/* navbar css end */

/* gsap slider start */
.slider-container {
    position: relative;
    font-family: Syne !important;
    height: 110vh;
    overflow: hidden;
    
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: Syne !important;
    opacity: 0;
    display: flex;
    align-items: center;
    padding: 2rem;
}

.slide-content {
    max-width: 1200px;
    font-family: Syne !important;
    margin: 0 auto;
    padding-top: 50px;
    width: 100%;
}

.slide-heading {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 2rem;
    font-family: Syne !important;
}

.slide-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
}

.btn-custom {
    padding: 0.8rem 2rem;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Syne !important;
    font-weight: 600;
    transition: 0.4s ease;
    cursor: pointer;
    background: transparent;
    color: rgb(46, 46, 46);
}
.btn-custom:hover {
    background: linear-gradient(45deg, #4a90e2, #b34fde);
    border: none;
}



.btn-outline {
    border: 2px solid #4a90e2;
    color: #4a90e2;
    margin-left: 1rem;
}

.navigation {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.nav-btn {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.5);
    margin: 0 0.5rem;
    padding: 0;
    cursor: pointer;
}

.nav-btn.active {
    background: #4a90e2;
}

@media (max-width: 575.98px) { 
    .slide img{
        display: none;
    }
    .slide-heading{
        font-size: 2.4rem;
    }

 }
 @media (max-width: 767.98px) { 
    .slide img{
        display: none;
    }
 }

@media (max-width: 991.98px) { 
    .slide img{
        display: none;
    }
    .slider-container{
        height: 80vh;
    }
}

/* gsap slider end */

/* infinite marquee start */

.marquee-wrapper {
    overflow-x: hidden;
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #EAEDFE;
   
   
}

.marquee {
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
   
}

.marquee-track {
    position: relative;
    display: flex;
    gap: 3rem;
}

.marquee-content {
    font-size: clamp(2rem, 8vw, 6rem);
    font-weight: 900;
    color: rgba(23, 23, 23, 0.416);
    font-family: syne;
    padding: 0 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .marquee-track {
        gap: 2rem;
    }
    .marquee-wrapper{
        margin-top: 90px;
    }
}
@media (max-width: 991px) {
    .marquee-track {
        gap: 2rem;
    }
    .marquee-wrapper{
        margin-top: 0px;
    }
}
/* infinite marquee end */

/* whoweare section start */
.who-we-are-section{
    padding: 140px 0px;
   
    
}
.who-we-are-section h6{
   color: RGB(138, 138, 138);
   font-size: 14px;
   letter-spacing: 5px;
   font-weight: 500;
   font-family: Syne !important;
}
.who-we-are-section h1{
    padding-top: 20px;
    color: RGB(0, 0, 0);
    font-family:syne ;
    font-weight: 600;
    font-size: 45px;
}

.who-we-are-section p{
    padding-top: 20px;
    line-height: 30px;
    font-size: 17px;
    color: RGB(0, 0, 0);
    font-family: archivo !important;
    font-weight: 400;
}
/* whoweare section end */

/* work process */
.lifecycle-container {
    position: relative;
    margin: 2rem auto;
    padding: 20px;
}

.center-circle {
    width: 120px;
    height: 120px;
    border: 2px solid #dee2e6;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}


.step-card {
    border-radius: 25px;
    padding: 15px 25px;
    margin: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    cursor: pointer;
    border: none;
    font-family: archivo;
}

.step-card:hover {
    transform: translateY(-5px);
}

.step-number {
    font-weight: bold;
    color: #6c757d;
    margin-right: 8px;
    font-family: syne !important;
}

.icon-container {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

/* Color variations for steps */
.step-1, .step-7 { border-left: 4px solid #8342B2; }
.step-2, .step-6 { border-left: 4px solid #8B7BE2; }
.step-3, .step-5 { border-left: 4px solid  #8342B2; }
.step-4, .step-8 { border-left: 4px solid #7221f3; }

@media (max-width: 768px) {
    .lifecycle-container {
        padding: 10px;
    }
    
    .center-circle {
        width: 100px;
        height: 100px;
        margin: 20px auto;
       
    }

    .step-card {
        margin: 10px 5px;
    }
}

@media (max-width: 991px) {
    .center-circle {
        margin-top: 40px !important;
    }
}
/* work process end */

/* feature boxe css start */
.feature-box {
    text-align: center;
    padding: 20px;
    position: relative;
    font-family: archivo !important;
    font-weight: 400;
    max-width: 400px;
   margin-top: 100px;
   margin-bottom: 100px;
    
}
.feature-box h1 {
    font-size: 120px;
    position: absolute;
    top: -8px;
    left: 50%;
    font-family: syne ;
    transform: translateX(-50%);
    z-index: 1;
    background: -webkit-linear-gradient(45deg, #fbc2eb, #a6c1ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.feature-box:nth-child(2) h1 {
    font-size: 120px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
     background: -webkit-linear-gradient(45deg, #fbc2eb, #a6c1ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.feature-box:nth-child(3) h1 {
    font-size: 120px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
     background: -webkit-linear-gradient(45deg, #fbc2eb, #a6c1ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.feature-box h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 100px;
    font-family: syne ;
}
.feature-box p {
    font-size: 16px;
    color: #333;
    margin: 20px 0;
}
.feature-box a {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    position: relative;
}
.feature-box a::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .feature-box{
        margin: 20px 0px ;
    }
}
@media (max-width: 991px) {
    .feature-box h1{
        font-size: 105px;
        top: 6px;
    }
}
/* feature boxe css end */


/* how it work section css  */
.howitwork-container {
    min-height: 70vh;
    padding-top: 70px;
    
}

.image-container {
    position: relative;
    max-width: 400px;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.hover-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.text-container{
    max-width: 500px;
}

.text-container h1 {
    font-size: 50px;
    font-weight: 600;
    font-family: Syne !important;
    margin-bottom: 2rem;
}
.text-container p {
    color: rgb(44, 43, 43);
    font-family: archivo !important;
    font-weight: 400;
}

.gradient-text {
    font-size: 2rem;
    cursor: pointer;
    font-weight: 600;
    font-family: Syne !important;
    background: linear-gradient(90deg, #BD95D4 0%, #7E74E5 50%, #60a5fa 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: opacity 0.3s ease;
    opacity: 0.7;
    padding: 0.2rem 0;

}

.gradient-text:hover {
    opacity: 1;
}



@media (max-width: 561px) {
    .text-container h1{
        font-size: 35px;
        padding-top: 27px;
    }
    .gradient-text{
        font-size: 1.6rem;
    }
}
/* how it work section css end */

/* tech language card */
.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
    padding: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.glass-card {
    background-image: url('images/h3-img-4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    border-radius: 1rem;
    padding: 1rem;
    transition: transform 0.2s ease;
}

.glass-card:hover {
    transform: translateY(-5px);
}

.icon-bg {
    background-color: rgba(124, 58, 237, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.language-icon {
    color: #7c3aed;
    font-size: 1.25rem;
}

.tech-name {
    font-size: 0.95rem;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .tech-grid {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .tech-grid {
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
        gap: 0.8rem;
    }
    .icon-bg {
        width: 35px;
        height: 35px;
    }
    .tech-name {
        font-size: 0.85rem;
    }
}

/* swiper slider for client revies */
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-button-next ,.swiper-button-prev {
    color: #7428f7 !important;
  }
  .swiper-pagination-bullet-active {
    background-color: #7428f7 !important;

  }
  .review-card {
    background:transparent;
    border-radius: 20px;
    padding: 3rem 2.5rem;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    margin: 20px auto;
    max-width: 800px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
}

.client-image {
    height: 100px !important;
    width: 100px !important;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #c13cfa;
    margin-bottom: 1.5rem;
}

.rating {
    color: #7428F7;
    font-size: 24px;
    margin: 15px 0;
}

.review-text {
    color: #495057;
    font-style: italic;
    line-height: 1.8;
    font-size: 1.1rem;
    margin: 20px 0;
}

.client-name {
    color: #212529;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.client-position {
    color: #6c757d;
    font-size: 1.1rem;
}

.quote-icon {
    font-size: 8rem;
    color: #7428F7;
    position: absolute;
    top: 20px;
    right: 30px;
    opacity: 0.5;
    font-family: serif;
}

/* swiper slider for work cards */
.swiper-container {
    width: 100%;
    overflow-x: hidden;
    padding: 50px 0;
    margin: auto;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
  }

  

/* tecnologie section css start */
.tecnologie-container{
    padding-top: 100px;
}

.tecnologie-container p{
    font-family: Syne !important;
    font-size: 16px;
    max-width: 600px;
}

.tecnologie-container img{
    height: 140px;
    width: 160px;
   transform: scale(0.9);
    transition: 0.6s ease;
}

.tecnologie-container img:hover{
    transform: scale(1);
}
@media (max-width: 562px) {
    .tecnologie-container img{
        height: 100px;
        width: 100px;
    }
}

/* poster css */
.poster {
    height: 40vh;
    background-image: url('images/h3-img-5.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(107, 20, 133, 0.126);
}

.content {
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

.main-title {
    font-size: 3.8rem;
    font-family: Archivo !important;
    color: #f4f4f4;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(23, 23, 23, 0.5);
}

/* latest work css */
.latestwork-container{
    padding-top: 120px;
}

/* portfolio page  css */
.card-container {
    padding: 2rem;
    background: #f8f9fa;
    min-height: 100vh;
}

.hover-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.hover-card:hover {
    transform: translateY(-5px);
}

.hover-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hover-text {
    position: absolute;
    font-family: Syne !important;
    bottom: 0;
    left: -100%;
    width: 100%;
    padding: 1.3rem;
    background: linear-gradient(90deg,#f5f7fa, #f7e0ff);
    color: rgb(71, 71, 71);
    transition: left 0.3s ease;
}

.hover-card:hover .hover-text {
    left: 0;
}

.title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

/* portfolio css end */

/* about us css */
.about-us-container{
    max-width: 700px;
    line-height: 30px;
}
.about-us-container h3{
    padding-top: 40px;
    font-family: Syne !important;
    color: #333 !important;
}

.about-us-container p{
    padding-top: 10px;
    font-family: archivo !important;
    color: #333 !important;
    font-size: 16px;
}
.about-company{
    max-width: 700px;
    padding-top: 50px;
    line-height: 30px;
}

.about-company span{
    font-family: syne !important ;
    font-size: 31px;
    font-weight: 600;
    color: #033452;
}
.about-company p{
    font-family: Archivo !important ;
    font-size: 16px;
}
/* about us end */

/* contact us start */
.form-control {
    border-radius: 12;
    padding: 1rem;
    margin-bottom: 1rem;
    border: none;
    background-image: linear-gradient(to right, #6366f1, #a855f7);
    background-clip: padding-box;
    position: relative;
}

/* Creating gradient border effect */
.form-control::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background-image: linear-gradient(to right, #6366f1, #a855f7);
}

/* Input wrapper for gradient border */
.input-wrapper {
    position: relative;
    background: linear-gradient(to right, #6366f1, #a855f7);
    padding: 1px;
    margin-bottom: 1rem;
}

/* Actual input styling */
.input-wrapper .form-control {
    border: none;
    margin: 0;
    background: white;
    width: 100%;
}

.form-control:focus {
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
    border: none;
}

.form-control::placeholder {
    color: #999;
    font-size: 1rem;
}

.btn-send {
    background: white;
    color: black;
    border: 1px solid #000;
    border-radius: 0;
    padding: 0.75rem 2.5rem;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-send:hover {
    background: linear-gradient(to right, #a8a9f9, #cb9bf8);
    color: white;
    border: none;
}

textarea.form-control {
    min-height: 150px;
}

.conatct-container {
    font-family: syne !important ;
    max-width: 800px;
    padding: 2rem 1rem;
}

/* contact us end */


/* technology css  */
.tech-container{
    font-family: syne !important ;
    padding-top: 60px;

}
.tech-container h1{
    font-weight: 700;
    font-size: 40px;
    color: #1B1B1B;
}
.tech-container p{
    font-size: 15px;
    color: #303030;
    font-family: archivo ;
}
.tech-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 20px;
    overflow: hidden;
    font-family: Archivo ;
}

.tech-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 45px 0 rgba(31, 38, 135, 0.25);
}

.card-header {
    background: rgba(255, 255, 255, 0.1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: rgb(29, 29, 29) !important;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1.2rem;
}

.tech-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    color: #9030c8;
}

.tech-item {
    padding: 15px;
    margin: 10px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tech-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

/* service page css */
.service-container{
    padding-top: 60px;
}
.service-container h1{
    font-family: syne !important ;
}
.service-container p{
    font-family:archivo !important ;
}
.service-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    transition: transform 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.service-card:hover {
    transform: translateY(-5px);
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.icon-1 { background: linear-gradient(135deg, #6366f1, #8b5cf6); }
.icon-2 { background: linear-gradient(135deg, #f97316, #fb923c); }
.icon-3 { background: linear-gradient(135deg, #a855f7, #d946ef); }
.icon-4 { background: linear-gradient(135deg, #3b82f6, #60a5fa); }

.number {
    position: absolute;
    top: -10px;
    right: -10px;
    background: rgb(197, 65, 237);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
    color: #ffffff;
}

.service-title {
    font-size: 1.5rem;
    font-family: syne !important ;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1f2937;
}

.service-description {
    color: #6b7280;
    line-height: 1.6;
    font-family: archivo;
}

.page-container {
    min-height: 100vh;
    padding: 4rem 0;
}

/* service end */

/* footer css start */
.footer {
    font-size: 14px;
    font-family: Archivo !important;
    background: #dbe2fc !important;
  }
  
  .footer-brand {
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  .footer .text-uppercase {
    font-weight: 600;
    font-size: 0.875rem;
  }
  
  .footer .list-unstyled li {
    margin-bottom: 0.5rem;
  }
  
  .footer .list-inline-item {
    margin-right: 10px;
  }
  
  .footer a {
    color: #b3b3b3;
    text-decoration: none;
  }
  
  .list-inline i{
    transform: scale(1.6);
  }
  .footer a:hover {
    color: #820BA3 !important   ;
    background-color: white;
  }
  
  .footer hr {
    border-top: 1px solid #333;
  }
  
  .footer .btn-outline-light {
    border-radius: 20px;
    padding: 0.3rem 1.2rem;
    font-weight: 500;
  }
