
       .service_ss {
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #bfbfbf42;
    padding: 10px;
    border-radius: 10px;
    /* box-shadow: 0px 0px 5px #d2e0ff; */
}

.servie_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.servie_wrap a {
    margin-top: 5px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.service-column-title {
    border-bottom: 1px solid #e9edf5;
    margin-bottom: 15px;
}
.servie_wrap > a {
    width: calc((100% - 100px) / 5);
    text-decoration: none;
}



@media (max-width: 767px) {

    .service_ss {
        padding: 14px;
        margin: 15px 0;
    }

    .service-column-title h6 {
        font-size: 18px;
    }

    .servie_wrap {
        gap: 10px;
    }

    .servie_wrap > a {
        width: calc((100% - 10px) / 2);
        padding: 9px;
        gap: 8px;
        border: 1px solid #eef2f7;
        background: #fff;
    }

    .service-icon {
        width: 25px;
        min-width: 25px;
        height: 25px;
        border-radius: 8px;
        font-size: 13px;
    }

    .service-content h6 {
        font-size: 13px;
    }

    .service-content p {
        display: none;
    }
}
.srevic_sec_size table{
        width: 100%;
    border: 1px solid #dee2e6;
    border-collapse: separate !important;
    margin: 25px 0px;
    border-spacing: 0;
}

.technology-icon a{
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.srevic_sec_size tbody, .srevic_sec_size td, .srevic_sec_size tfoot, .srevic_sec_size th, .srevic_sec_size thead, .srevic_sec_size tr {
    border-width: 1px;
    padding: 5px 15px;
}

.srevic_sec_size .table th {
    color: white !important;
    background: #008cff !important;
}

.srevic_sec_size .table-bordered>:not(caption)>*>* {
    border-width: 0 var(--bs-border-width);
}
.srevic_sec_size .table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

 .menu-pagination {
    position: absolute;
    top: 6px;
    right: 21px;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    z-index: 99;
    gap: 10px;
}
.menu-pagination a{
    background: #2b67f6;
    color: #fff;
    padding: 10px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}
.about-btnn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:10px 20px;
    border-radius:50px;

    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:600;

    position:relative;
    overflow:hidden;
    box-shadow: 0 8px 25px rgba(42, 82, 152, 0.4);
    transition:0.4s ease;
}

.ct-about-us-section3 h5{
    font-weight:400;
    margin-bottom:12px;
}


.image_sec{
    padding:60px 0;
}

.image_sec .pagination{
    margin-top:40px;
}

.image_sec .gallery-grid {
    column-count: 4;
    column-gap: 15px;
}

@media (max-width: 576px) {
    .image_sec .gallery-grid {
        column-count: 2;
    }
}

@media (max-width: 992px) {
    
.image_sec .gallery-grid {
        column-count: 3;
    }
}

.image_sec .gallery-item {
    break-inside: avoid;
    margin-bottom: 15px;
}

.image_sec .gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    transition: transform 0.3s ease;
}

.about-btnn:hover{
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 12px 35px rgba(42, 82, 152, 0.6);
}


.about-btnn::before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    color: #fff;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.4),
        transparent
    );
    transition:0.5s;
}

.about-btnn:hover::before{
    left:100%;
}

.static-image{
    position: relative;
    width: 260px;
    height: 330px;
    overflow: hidden;
    border-radius: 10px;
    background:#071b36;
    box-shadow: 0 22px 55px rgba(9,192,249,.22);
}

.static-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:10px;
    display:block;
    transition:.6s;
}

.static-image:hover img{
    transform:scale(1.08);
}

.static-image::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg, rgba(4,24,55,.95) 0%, rgba(4,24,55,.75) 18%, transparent 48%),
        linear-gradient(0deg, rgba(3,15,35,.70) 0%, transparent 45%);
    z-index:2;
}


.static-image .social{
    position:absolute;
    left:14px;
    top:96px;
    width:auto;
    background:transparent;
    padding:0;
    z-index:5;
    transform:none !important;
}

.static-image .social span{
    display:block;
    margin-bottom:10px;
}

.static-image .social span a{
    width:34px;
    height:34px;
    border-radius:50%;
    background:linear-gradient(135deg,#09c0f9,#2563eb);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    box-shadow:0 8px 20px rgba(37,99,235,.38);
}

.static-image .social span a svg{
    width:13px;
    fill:#fff;
}

.static-image .content{
    position:absolute;
    left:18px;
    right:16px;
    bottom:0px;
    z-index:6;
    text-align:left;
    background:linear-gradient(135deg,#09c0f9,#2563eb);
    padding:6px 16px;
    border-radius:4px;
    clip-path:polygon(0 0, 100% 0, 88% 100%, 0 100%);
    box-shadow:0 10px 28px rgba(37,99,235,.35);
}

.static-image .content p{
    background:transparent;
    color:#fff;
    font-size:10px;
    line-height:15px;
    font-weight:600;
    padding:0;
    margin:0 0 4px;
}

.static-image .content h4{
    background:transparent;
    color:#fff;
    font-size:15px;
    line-height:20px;
    font-weight:800;
    padding:0;
    margin:0;
}

@media(max-width:991px){
    .static-image{
        width:100%;
        max-width:320px;
        height:360px;
        margin:0 auto 25px;
    }
}


.technology-section{
    background:#fff;
    padding: 50px 0;
    position: relative;
}

.section-title h4{
    color: #4da6ff;
    font-size: 18px;
    margin-bottom: 10px;
}

.section-title h2{
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
}

.tech-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.tab-btn {
    border: none;
    background: white;
    color: black;
    padding: 6px 15px;
    border-radius: 5px;
    font-weight: 600;
    transition: .3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid #b1cdffd1;
    box-shadow: 0px 0px 5px #b1cdffd1;
}
.tech-tabs .tab-btn:nth-child(1) i{
    color:#ff5722;
}

/* Second */
.tech-tabs .tab-btn:nth-child(2) i{
    color:#2196f3;
}

/* Third */
.tech-tabs .tab-btn:nth-child(3) i{
    color:#9c27b0;
}

/* Fourth */
.tech-tabs .tab-btn:nth-child(4) i{
    color:#4caf50;
}

/* Fifth */
.tech-tabs .tab-btn:nth-child(5) i{
    color:#ff9800;
}

/* Sixth */
.tech-tabs .tab-btn:nth-child(6) i{
    color:#e91e63;
}

/* Active */
.tech-tabs .tab-btn.active i{
    color:#fff !important;
}
.tab-btn:hover{
     background-color: transparent;
     background: linear-gradient(135deg, #60a5fa, #2563eb);
    border-color: #b1cdffd1;
    color:#fff !important;
    transform: translateY(-3px);
}
.tab-btn:hover i{
    color: #fff !important;
}
.tab-btn.active{
   
    color:white;
   background-color: transparent;
   background: linear-gradient(135deg, #60a5fa, #2563eb);
   
}

.tab-btn i{
    margin-right: 8px;
}

.tab-contents{
    display: none;
    grid-template-columns: repeat(5,1fr);
    gap: 25px;
}

.tab-contents.active{
    display: grid;
}

.tech-box{
    background:#fff;
    border:1px solid #dfe5f1;
    border-radius:8px;
    padding:28px 20px;
    text-align:center;
    transition:.4s ease;
    position:relative;
    overflow:hidden;
}

.tech-box:hover{
    border-color:#3f51ff;
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/* IMAGE BOX */
.tech-box .tech-img{
    width:110px;
    height:110px;
    margin:0 auto 18px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.tech-box .tech-img img{
    width:100px;
    height:100px;
    object-fit:contain;
    transition:.4s;
}

.tech-box:hover .tech-img img{
    transform:scale(1.08);
}

/* TITLE */
.tech-box h5{
    margin:0;
    font-size:17px;
    font-weight:700;
    color:#061c5c;
    transition:.4s;
}

.tech-box:hover h5{
    color:#3f51ff;
}

@media(max-width:991px){

    .tab-contents{
        grid-template-columns: repeat(3,1fr);
    }

}

@media(max-width:576px){

    .tab-contents{
        grid-template-columns: repeat(2,1fr);
    }

    .section-title h2{
        font-size: 30px;
    }

}




/* SMALL & COMPACT CONTACT SECTION */

.hs-contact-section{
    padding: 50px 0;
    background: linear-gradient(135deg, #09c0f9, #2563eb);
}

/* LEFT CONTENT */
/* ========================================
   CONTACT LEFT CONTENT - COMPACT DESIGN
======================================== */

.hs-contact-content{
    position: relative;
    padding: 5px 10px 20px 0;
    color: #fff;
}

/* SUB TITLE */
.hs-contact-content .sub-title{
    color: #e7fbff;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.8px;
    padding-left: 42px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.hs-contact-content .sub-title::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 32px;
    height: 1.5px;
    background: #fff;
    transform: translateY(-50%);
}

/* HEADING */
.hs-contact-content h2{
    color: #fff;
    font-size: 30px;
    line-height: 1.18;
    font-weight: 800;
    margin: 0 0 12px;
    max-width: 430px;
}

.hs-contact-content h2 span{
    background: linear-gradient(
        90deg,
        #ffffff 0%,
        #c9f8ff 50%,
        #7cf3ff 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

/* DESCRIPTION */
.hs-contact-content p{
    color: rgba(255,255,255,0.92);
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 20px;
    max-width: 410px;
}


.contact-info-list{
    width: 100%;
    max-width: 440px;
}

/* INFO ITEM */
.contact-info-list .info-item{
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 10px;
    padding: 9px 11px;
    border-radius: 12px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.contact-info-list .info-item:last-child{
    margin-bottom: 0;
}

.contact-info-list .info-item:hover{
    background: rgba(255,255,255,0.16);
    border-color: rgba(255,255,255,0.30);
    transform: translateX(4px);
}

.contact-info-list .info-item .icon{
    width: 42px;
    height: 42px;
    min-width: 42px;
    max-width: 42px;
    flex: 0 0 42px;
    border-radius: 11px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.contact-info-list .info-item:hover .icon{
    background: rgba(255,255,255,0.22);
    transform: scale(1.04);
}

.contact-info-list .info-item .text{
    flex: 1;
    min-width: 0;
}

.contact-info-list .info-item .text span{
    color: rgba(255,255,255,0.75);
    font-size: 10px;
    line-height: 1.2;
    font-weight: 400;
    display: block;
    margin-bottom: 3px;
}

.contact-info-list .info-item .text h4{
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    margin: 0;
    padding: 0;
    font-weight: 700;
    word-break: break-word;
}

.contact-info-list .info-item .text h4 a{
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.contact-info-list .info-item .text h4 a:hover{
    color: #fff;
    opacity: 0.85;
}



@media only screen and (max-width: 575px){

    .hs-contact-content h2{
        font-size: 23px;
    }

    .hs-contact-content p{
        font-size: 11px;
        line-height: 20px;
    }

    .contact-info-list .info-item{
        padding: 8px;
    }

    .contact-info-list .info-item .icon{
        width: 38px;
        height: 38px;
        min-width: 38px;
        max-width: 38px;
        flex: 0 0 38px;
        font-size: 13px;
    }

    .contact-info-list .info-item .text h4{
        font-size: 12px;
        line-height: 1.4;
    }
}


/* FORM */
.hs-contact-form{
    background: rgba(255,255,255,0.08);
    border: 1px solid white;
    border-radius: 22px;
    padding: 28px;
    backdrop-filter: blur(12px);
}

/* INPUTS */
.hs-contact-form .input-group{
    margin-bottom: 16px;
}

.hs-contact-form input,
.hs-contact-form textarea{
    width: 100%;
    background: rgba(255,255,255,0.12);
    border: 1px solid  white;
    border-radius: 14px;
    padding: 0 18px;
    color: #ffffff !important;
    font-size: 14px;
    outline: none;
    box-shadow: none;
    transition: .3s;
}

.hs-contact-form input{
    height: 52px;
}

.hs-contact-form textarea{
    height: 120px;
    resize: none;
    padding-top: 16px;
}

.hs-contact-form input::placeholder,
.hs-contact-form textarea::placeholder{
    color: rgba(255,255,255,0.75) !important;
}

/* FOCUS */
.hs-contact-form input:focus,
.hs-contact-form textarea:focus{
    border-color: #ffffff;
    background: rgba(255,255,255,0.16);
}




/* MOBILE */
@media(max-width:991px){

    .hs-contact-content{
        margin-bottom: 30px;
    }

    .hs-contact-content h2{
        font-size: 30px;
    }

}



.team-slider{
    padding-bottom: 20px;
}

.team-slider .swiper-slide{
    height: auto;
}

.team-card-single img{
    width: 100%;
    display: block;
}




	.input-group{
    position: relative;
    margin-bottom: 20px;
}

.input-group input{
    width: 100%;
    height: 50px;
    padding: 15px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    outline: none;
    font-size: 15px;
}

.input-group label{
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 0 5px;
    color: #cfeafc;
    transition: .3s;
    pointer-events: auto;
    cursor: text;
}

.input-group textarea {
    width: 100%;
    min-height: 150px;
    padding: 18px 15px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    outline: none;
    resize: none;
    font-size: 15px;
}

.input-group textarea{
    border-radius: 8px !important;
}

.input-group input{
    border-radius: 8px !important;
}


.input-group textarea:focus + label,
.input-group textarea:not(:placeholder-shown) + label {
    left: 12px;
    top: -15px;
    font-size: 15px;
    color: #c3e5fb;
}


.input-group input:focus + label,
.input-group input:not(:placeholder-shown) + label{
   top: -15px;
    font-size: 15px;
    color: #c3e5fb;
}




	.single-input{
    position: relative;
    margin-bottom: 20px;
}

.single-input input{
    width: 100%;
    height: 50px;
    padding: 15px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    outline: none;
    font-size: 15px;
}

.single-input label{
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 0 5px;
    color: #000;
    transition: .3s;
    pointer-events: auto;
    cursor: text;
}

.single-input textarea {
    width: 100%;
    min-height: 150px;
    padding: 18px 15px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    outline: none;
    resize: none;
    font-size: 15px;
}

.single-input textarea{
    border-radius: 8px !important;
}

.single-input input{
    border-radius: 8px !important;
}


.single-input textarea:focus + label,
.single-input textarea:not(:placeholder-shown) + label {
    left: 12px;
    top: -18px;
    font-size: 15px;
    color: #666;
 background: #fff;
    padding: 7px 7px 7px 7px;
    
    box-shadow: 1px 2px 3px #66666614;
}


.single-input input:focus + label,
.single-input input:not(:placeholder-shown) + label{
   top: -18px;
    font-size: 15px;
    color: #666;
    background: #fff;
    padding: 7px 7px 7px 7px;
    box-shadow: 1px 2px 3px #66666614;
}


.newsletter-section{
    padding: 50px 0px 0px 0px;
    background: #fff;
}

.newsletter-box{
    position: relative;
    overflow: hidden;
    border-radius:5px;
    padding: 50px 40px;
    background: linear-gradient(90deg,#1847e5 0%, #19c5df 100%);
}
.newsletter-content {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 35px;
}

.newsletter-content h2{
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 1.2;
}

.newsletter-content form{
    max-width: 760px;
    margin: auto;
    position: relative;
}

.newsletter-content input {
    width: 100%;
    height: 55px;
    border: none;
    border: 2px solid #1791f2;
    outline: none;
    background: #fff;
    border-radius: 60px;
    padding: 0 200px 0 30px;
    font-size: 15px;
    color: #666;
}

.newsletter-content button {
    position: absolute;
    top: 4px;
    right: 5px;
    height: 47px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(135deg, rgb(9, 192, 249), rgb(37, 99, 235));
    color: #fff;
    padding: 0 10px 0px 25px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}


.newsletter-content button span{
    width: 34px;
    height: 34px;
    background: #fff;
    color: #2563eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* Rocket */
.rocket-img{
    position: absolute;
    right: 5px;
    top: -10px;
    z-index: 1;
}

.rocket-img img{
    width: 240px;
}

/* Shapes */
.shape{
    position: absolute;
    background: rgba(255,255,255,0.22);
    border-radius: 40px;
}

.shape.one{
    width: 110px;
    height: 24px;
    left: -10px;
    top: 50px;
    transform: rotate(-35deg);
}

.shape.two{
    width: 90px;
    height: 20px;
    left: 70px;
    bottom: 45px;
    transform: rotate(-35deg);
}

.dot{
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
}

.dot1{
    top: 30px;
    left: 55%;
}

.dot2{
    bottom: 28px;
    left: 48%;
}

.dot3{
    right: 90px;
    bottom: 25px;
}

/* Responsive */
@media(max-width:991px){

    .newsletter-content h2{
        font-size: 42px;
    }

    .rocket-img{
        opacity: .15;
    }
}



.service-details{
    padding: 50px 0;
    background: #fff;
}


.service-dtls-all-items{
    background:#fff;
    border-radius:10px;
}


.service-dtls-content{
    margin-bottom:22px;
}


.srevic_sec_size h3{
    font-size:22px;
    margin-bottom:9px;
}

.srevic_sec_size ul,.srevic_sec_size ol{

    margin-bottom:14px;
}

.service-dtls-content h2{
    font-size:28px;
    font-weight:700;
    line-height:1.3;
    color:#071b4d;
    margin-bottom:12px;
}
.service-dtls-content h4{
     font-size: 17px;
    font-weight: 500;
    margin-bottom:6px;
}
    

.service-dtls-content h6{
    font-size:16px;
    font-weight:600;
    color:#09c0f9;
    margin-bottom:0;
}

.service-thumb{
    margin:22px 0 28px;
}

.service-thumb img{
    width:100%;
        height: 400px;
    border-radius:8px;
    display:block;
    object-fit:cover;
}

.service-dtls-content p{
    font-size:16px;
    color:#666;
    line-height:24px;
    text-align:justify;
    margin-bottom:7px;
}

.service-dtls-content p:last-child{
    margin-bottom:0;
}


@media only screen and (max-width:991px){

.service-dtls-content h2{
    font-size:26px;
}

.service-dtls-content h6{
    font-size:15px;
}

.service-thumb{
    margin:18px 0 22px;
}

.service-dtls-content p{
    font-size:14px;
    line-height:27px;
}

}

@media only screen and (max-width:767px){

.service-dtls-content{
    margin-bottom:18px;
}

.service-dtls-content h2{
    font-size:22px;
    line-height:1.35;
    margin-bottom:6px;
}

.service-dtls-content h6{
    font-size:14px;
}

.service-thumb{
    margin:15px 0 20px;
}

.service-thumb img{
    border-radius:6px;
}

.service-dtls-content p{
    font-size:14px;
    line-height:25px;
    margin-bottom:15px;
}

}

.service-contact-form{
    position: relative;
    background: linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);
    border: 1px solid #e6eef8;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0,0,0,.08);
    transition: .35s ease;
    margin: 0px 0 40px;
    padding: 0 !important;
}

.service-contact-form:hover{
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0,0,0,.12);
}

/* Top Blue Bar */


.service-contact-form h3{
    font-size:24px;
    line-height:1.2;
    font-weight:600;
    color:#07122b;
    margin-bottom:18px;
}

.service-contact-form input,
.service-contact-form textarea{
    width:100%;
    height:46px;
    border:1px solid #e4e8f0;
    border-radius:25px;
    padding:0 16px;
    margin-bottom:12px;
    font-size:14px;
    color:#07122b;
    outline:none;
    background:#fff;
}

.service-contact-form .service_contact_form_header{
     padding: 10px ;
    text-align: center;
    background: linear-gradient(90deg, #0d6efd, #00c6ff);
}

.service-contact-form .service_contact_form_tag{
    display:inline-block;
    background:#fff;
    color:#0d6efd;
    font-size:13px;
    font-weight:bold;
    padding:8px 18px;
    border-radius:30px;
    margin-bottom:10px;
    letter-spacing:.5px;
    text-transform:uppercase;
}

.service-contact-form .service_contact_form_wraper{
    background:#fff;
    padding:0;
    border-top:1px solid #edf2f7;
}

.service-contact-form .service_contact_form_wraper iframe{
    display:block;
    width:100%;
    height:500px;
    border:0;
    background:#fff;
}
/*
.service-contact-form textarea{
    height:95px;
    resize:none;
    border-radius:18px;
    padding-top:14px;
}

.service-contact-form input:focus,
.service-contact-form textarea:focus{
    border-color: #09c0f9;
    box-shadow:0 0 0 3px rgba(37, 99, 235 .12);
}

.service-contact-form button{
    display:inline-flex;
    align-items:center;
    gap:10px;
     padding: 8px 15px;
    border-radius: 60px;
     background: linear-gradient(135deg, #09c0f9, #2563eb);
    color: white;
    border: 1px solid #09c0f9;
    box-shadow: 0 12px 35px rgba(37, 99, 235, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    font-size:13px;
    font-weight:600;

}

.service-contact-form button span{
    width:25px;
    height:25px;
    border-radius:50%;
    background:#fff;
    color: #09c0f9;
    display:flex;
    align-items:center;
    justify-content:center;
}

@media(max-width:767px){
    .service-contact-form{
        padding:18px;
    }

    .service-contact-form h3{
        font-size:22px;
    }
}*/



.col-lg-4{
    overflow: visible;
}


#accordionExample2 .accordion-item{
    border:1px solid #ab5ffe36 !important;
}


#accordionExample2 .accordion-body {
    background: #ab5ffe14;
}

#accordionExample2 .accordion-header a::after {
    background:#ab5ffe;
}

#accordionExample2 .accordion-header a:not(.collapsed) {
    color: #ab5ffe;
    background: #f8f2ff24;
}


.form-card{
    position: sticky;
    top: 100px;
    z-index: 10;
}

.form-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0px 16px 7px rgb(199 193 193 / 8%);
    overflow: hidden;
    transition: .3s;
}

.form-header {
    background: linear-gradient(135deg, #09c0f9, #2563eb);
    padding: 8px 15px 8px 15px;
    position: relative;
    text-align: center;
}

.form-header h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0px;
}

.form-header p {
    color: #ffffffe6;
    font-size: 15px;
    margin: 0;
}


.benifit-list{
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    list-style: disc;
}

.benifit-list li{
    color: #616161;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    font-weight: 400;
}

.blogs-social-share {
    padding: 10px 20px 20px 0px;
}

span.social-text {
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

ul.social-share {
    float: right;
}

ul.social-share li {
    display: inline-block;
    list-style: none;
}

ul.social-share li a {
    height: 30px;
    width: 30px;
    line-height: 31px;
    background: #0eaef6;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    margin-right: 7px;
    position: relative;
    z-index: 1;
}



ul.social-share li a:hover {
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 1px 0px 1px rgb(209 205 205 / 52%);
}






.service-item {
    transition: all 0.3s ease;
}

.service-item:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 28px color-mix(
        in srgb,
        var(--service-color) 30%,
        transparent
    );
     background:#f5f9ff;
}

.service-icon {
    transition: all 0.3s ease;
}

.service-item:hover .service-icon {
    transform: scale(1.08);
    box-shadow: 0 6px 18px color-mix(
        in srgb,
        var(--service-color) 40%,
        transparent
    );
}



.service-column-title {
    border-bottom: 1px solid #e9edf5;
}

.servie_wrap{
        display: flex;
    gap:20px;
    flex-wrap: wrap;
}

.servie_wrap a{
    margin-top: 15px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.service_ss{
        margin-bottom: 20px;
    margin-top: 20px;
}





.tech-loader {
    text-align: center;
    padding: 20px;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top: 4px solid #1b85f0;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.lp-feature-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 15px;
}

.lp-feature-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lp-icon {
    width: 35px;
    border: 1px solid #09c0f9;
    height: 35px;
    background: linear-gradient(45deg, #1ec0fa, #2072ed);
    box-shadow: 0px 0px 9px #c1d4ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
}

.lp-feature-box h4 {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    line-height: 20px;
}





.tech-circle-wrapper {
    width: 50%;
    height: auto;
    position: relative;
    margin: auto;
}

/* Rotating Circle */

.orbit{
    position:absolute;
   width: 330px;
    height: 330px;
    border:3px dashed #178ff1;
    border-radius:50%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    animation:rotateCircle 25s linear infinite;
}

@keyframes rotateCircle{
    from{
        transform:translate(-50%,-50%) rotate(0deg);
    }
    to{
        transform:translate(-50%,-50%) rotate(360deg);
    }
}

/* Center Image */

.center-image{
    position:absolute;
    width:250px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:5;
}

.center-image img{
    width:100%;
    position:relative;
    z-index:3;
}

/* Wave Effect */

.center-image::before,
.center-image::after{
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    width:260px;
    height:260px;
    transform:translate(-50%,-50%);
    border-radius:50%;
    border:2px solid rgba(13,110,253,.35);
    animation:ripple 3s infinite;
    z-index:-1;
}

.center-image::after{
    animation-delay:1.5s;
}

@keyframes ripple{

    0%{
        width:260px;
        height:260px;
        opacity:.7;
    }

    100%{
        width:520px;
        height:520px;
        opacity:0;
    }

}

.tech-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    z-index: 5;
}

.icon1 i{
    color:#61dafb;
}

.icon2 i{
    color:red;;
}

.icon3 i{
    color:#7dbe42;
}

.icon4 i{
    color:#F7DF1E;
}

.icon5 i{
    color: #f24e13;
}

.icon6 i{
    color:#379ad6;
}

.icon7 i{
    color:#563d7c;
}

.icon8 i{
    color:#8B5CF6;
}

/* Positions */

.icon1{
    top: -7%;
    left: 60%;
    transform: translateX(-50%);
}

.icon2{
    top: 17%;
    right: 0px;
   
}


.icon3{
    top: 36%;
    left: -20px;
    transform: translateY(-50%);
}

.icon4{
   top: 54%;
    right: -20px;
}

.icon5{
    top: 85%;
    left: 250px;
   
    transform: translateX(-50%);
}

.icon6{
   top: 65%;
    left: -8px;
}

.icon7{
    top: 98%;
    left: 96px;
    transform: translateY(-50%);
}

.icon8{
   top: 0%;
    left: 50px;
}

.contact-ring{
    position:fixed;
    right:0px;
    top:65%;
    transform:translateY(-50%);
    width:90px;
    display:flex;
    flex-direction:column;
    align-items:center;
    z-index:999;
}

.contact-ring a{
    width:45px;
    height:45px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    color:#fff;
    font-size:21px;
    position:relative;
    transition:.4s;
}

.call{
    background:red;
}

.whatsapp{
    background:#25D366;
    margin-top:33px;
}



.call::before,
.whatsapp::before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    border-radius:50%;
    border:3px solid currentColor;
    animation:ring 2s linear infinite;
}

.call::after,
.whatsapp::after{
    content:'';
    position:absolute;
    width:65px;
    height:65px;
    border-radius:50%;
    border:2px dashed currentColor;
    opacity:0;
    transition:.4s;
}

.call:hover{
    transform:scale(1.1);
    box-shadow:0 0 25px #ff0000a8;
}

.whatsapp:hover{
    transform:scale(1.1);
    box-shadow:0 0 25px #25D366;
}

.call:hover::after,
.whatsapp:hover::after{
    opacity:1;
    transform:rotate(180deg);
}

@keyframes ring{

0%{
transform:scale(1);
opacity:1;
}

100%{
transform:scale(1.35);
opacity:0;
}

}

@media (max-width: 1199px) {
    .tech-circle-wrapper {
        width: 100%;
        min-height: 420px;
    }

    .orbit {
        width: 300px;
        height: 300px;
    }

    .center-image {
        width: 220px;
    }
}

@media (max-width: 991px) {
    .tech-circle-wrapper {
        width: 100%;
        min-height: 390px;
        margin-top: 30px;
    }

    .orbit {
        width: 280px;
        height: 280px;
    }

    .center-image {
        width: 205px;
    }

    .tech-icon {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }

    .lp-feature-wrap {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .tech-circle-wrapper {
        min-height: 340px;
        overflow: hidden;
    }

    .orbit {
        width: 240px;
        height: 240px;
        border-width: 2px;
    }

    .center-image {
        width: 175px;
    }

    .center-image::before,
    .center-image::after {
        width: 190px;
        height: 190px;
    }

    @keyframes ripple {
        0% {
            width: 190px;
            height: 190px;
            opacity: .6;
        }

        100% {
            width: 340px;
            height: 340px;
            opacity: 0;
        }
    }

    .tech-icon {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .lp-feature-wrap {
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
    }

    .lp-feature-box h4 {
        font-size: 13px;
        line-height: 18px;
    }
}

@media (max-width: 480px) {
    .tech-circle-wrapper {
        min-height: 300px;
    }

    .orbit {
        width: 210px;
        height: 210px;
    }

    .center-image {
        width: 150px;
    }

    .tech-icon {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }
}