.vl-header-area7 .vl-main-menu ul>li .sub-menu {
    width: 405px !important;
}
.text-anime-style-3 div,
.text-anime-style-3 span {
    letter-spacing: 0 !important;
}
.text-anime-style-3 div {
    margin: 0 !important;
    padding: 0 !important;
}
.btn-outline-light {
    font-size: 17px;
    font-weight: 600;
}
.sticky-icon {
    z-index: 99;
    position: fixed;
    top: 28%;
    right: 0;
    width: 220px;
    display: flex;
    flex-direction: column;
}
.sticky-icon a {
    position: relative;
    transform: translate(160px, 0);
    border-radius: 50px 0 0 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    transition: all 0.8s;
    color: #fff !important;
    font-weight: 600;
    overflow: hidden;
}
.sticky-icon a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 50px 0 0 50px;
    z-index: 0;
}
.sticky-icon a span,
.sticky-icon a i {
    position: relative;
    z-index: 1;
}
.sticky-icon a:hover {
    transform: translate(0, 0);
    color: #fff;
}
.sticky-icon a:hover i {
    transform: rotate(360deg);
}
.sticky-icon a i {
    background-color: #fff;
    height: 30px;
    width: 30px;
    color: #000;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.5s;
}
.Facebook {
    background-color: #2C80D3;
}
.Youtube {
    background-color: #fa0910;
}
.Twitter {
    background-color: #53c5ff;
}
.Instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.LinkedIn {
    background-color: #0077B5;
}
.Google {
    background-color: #d34836;
}
.Whatsapp {
    background-color: hsl(134, 70%, 49%);
}
.Call {
    background-color: #0404fd;
}
.sticky-icon a i.fa-facebook-f {
    color: #2C80D3;
}
.sticky-icon a i.fa-google-plus-g {
    color: #d34836;
}
.sticky-icon a i.fa-instagram {
    color: #FD1D1D;
}
.sticky-icon a i.fa-youtube {
    color: #fa0910;
}
.sticky-icon a i.fa-twitter {
    color: #53c5ff;
}
#myBtn {
    height: 50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999;
    padding: 10px;
    line-height: 30px;
    border: none;
    outline: none;
    background-color: #1e88e5;
    color: white;
    cursor: pointer;
    border-radius: 50%;
}
#myBtn:hover {
    background-color: #555;
}
.fa-arrow-circle-up {
    font-size: 30px;
}
.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
    margin-top: -20px !important;
    content: "\f550";
}
.fad.fa-bars-staggered::after,
.fa-duotone.fa-bars-staggered::after {
    content: "\f550\f550";
    display: none !important;
}
@media (max-width: 991px) {
    .sticky-icon {
        display: none;
    }
}
.lk-dm-hero {
margin-top: 115px;
position: relative;
/*height: 100vh;*/
min-height: 650px;
width: 100%;
overflow: hidden;
display: flex;
align-items: center;

background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.lk-dm-overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: linear-gradient(135deg, #3546a3f0 20%, rgb(0 0 0 / 52%) 100%);
z-index: 2;
}

.lk-dm-wrapper {
position: relative;
z-index: 3;
width: 100%;
}

@media (max-width: 767px) {
.lk-dm-wrapper {
position: relative;
z-index: 3;
width: 100%;
margin-bottom: 100px;
}
}


h2 {
font-weight: 700;
font-size: 35px;
}

.icon-box {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
background-color: #e7f1ff;
color: #3546a3;
font-size: 1.5rem;
}

.card {
border: 1px solid #3546a3;
border-radius: 8px;

box-shadow: 0 3px 0px #3546a3 !important;
}


.comparison-table th,
.comparison-table td {
padding: 18px;
vertical-align: middle;
}

.comparison-table tbody tr:hover {
background: #f8f9fa;
transition: 0.3s ease;
}

/* Mobile Responsive */
@media (max-width: 767px) {
.comparison-table {
min-width: 700px;
}

.why-choose-us h2 {
font-size: 28px;
}

.why-choose-us p {
font-size: 15px;
}
}  

.process-card {
border-radius: 16px;
transition: all 0.3s ease;   
}

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

.step-number {
width: 60px;
height: 60px;
background: #3546a3;
color: #fff;
border-radius: 50%;
font-size: 22px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
}

/* Mobile Optimization */
@media (max-width: 767px) {
.digital-process h2 {
font-size: 30px;
}

.process-card .card-body {
padding: 25px 20px;
}

.step-number {
width: 50px;
height: 50px;
font-size: 18px;
}
}

button.accordion-button{
color: #0909a2;
font-weight: 600;
font-size: 20px;
}


.pricing-section {
background-color: #f8f9fa;
}

.package-card {
border: 1px solid #e9ecef;
border-radius: 16px;
background: #ffffff;
transition: all 0.3s ease;
display: flex;
flex-direction: column;
height: 100%;
}

.package-card:hover {
transform: translateY(-7px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08) !important;
}

.feature-list {
list-style: none;
padding-left: 0;
margin-bottom: 0;
}

.objective-box {
background-color: #f1f3f5;
border-radius: 8px;
font-size: 0.85rem;
}
   
 .tp-portfolio-item-3 {
     box-shadow:0 4px 1px #3546a3 !important;
     background: #f7f7f7;
     padding: 15px;
     margin: 10px;
     border-radius: 8px;
 }
 .tp-portfolio-thumb-3 img {
     width: 100%;
     height: auto;
     display: block;
 }
 .tp-portfolio-content-3 {
     padding-top: 10px;
     text-align: center;
 }
 .slick-prev, .slick-next {
     z-index: 10;
     background: #fff;
     border-radius: 50%;
     width: 40px;
     height: 40px;
     color: #000;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: all 0.3s ease;
 }
 .slick-prev:hover, .slick-next:hover {
     background: #5ae8cc;
     color: #fff;
 }
 button.slick-prev.slick-arrow {
     display: none !important;
 }
 button.slick-next.slick-arrow {
     display: none !important; 
}
.bg-primary {
    background-color: #3546a3 !important;
}
.btn-primary{
     background-color: #3546a3 !important;
}
 span.area-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgb(34 155 232 / 5%);
    border: 1px solid rgb(255 255 255);
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 17px;
    color: #fafafa;
    margin: 6px;
    transition: all 0.2s;
}  
