.bg-dark {
    background-color: #222362 !important;
}

.circle-shape-3{
    background-color: #ff502e;
}
/* *********** */
.hero-img{
    img{
        z-index: 99;
        position: relative;
        scale: 1.3;
        bottom: -40px;
        right: -25px;
    }
}





.digtal-marketing-logo{
    background: #d9e5ff;
}

.digtal-marketing-logo .bg-light-subtle{
    margin-bottom: -4rem;
    z-index: 9;
    position: relative;
}

.digtal-marketing-logo img{

/* height:45px; */
opacity:.85;
transition:all .3s ease;

}

.digtal-marketing-logo img:hover{

opacity:1;
transform:scale(1.1);

}

.single-logo img{
opacity:0.85;
transition:all .3s ease;
}

.single-logo img:hover{
opacity:1;
transform:scale(1.08);
}

/* Logo section wrapper */

.logo-wrapper{
/* border:1px solid rgba(0,0,0,0.05); */
}

/* logo cards */

.logo-card{

background: #e8efff;
box-shadow: 0px 0px 6px -2px #222362;
padding:15px 20px;
border-radius:10px;
transition:all .35s ease;
border:1px solid rgba(0,0,0,0.04);

}

/* logo size */

.logo-card img{

height: auto;
width: 150px;
opacity:0.85;
transition:all .35s ease;

}

/* hover animation */

.logo-card:hover{

transform:translateY(-5px);
box-shadow:0 12px 25px rgba(0,0,0,0.08);

}

.logo-card:hover img{

opacity:1;
transform:scale(1.05);

}
/*  */

.hero-content-wrap{
    .lead {
        font-size: 1rem;
        /* font-weight: 400; */
    }
}
/*  */
/* Section background */
/* .product-suite-creative {
    background: linear-gradient(180deg, #f3f6ff 0%, #ffffff 100%);
} */

/* Floating shapes */
.bg-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.4;
    z-index: 0;
}

.shape-1 {
    width: 300px;
    height: 300px;
    background: #6f42c1;
    top: -80px;
    left: -100px;
}

.shape-2 {
    width: 350px;
    height: 350px;
    background: #0d6efd;
    bottom: -120px;
    right: -120px;
}

/* Creative card */
/* ===== Creative Enhanced Card ===== */

.creative-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    padding: 32px 28px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.04);
    overflow: hidden;
}

/* Subtle top accent */
.creative-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #6f42c1, #0d6efd);
    transform: translateX(-50%);
    border-radius: 0 0 10px 10px;
    transition: width 0.4s ease;
}

.creative-card:hover::after {
    width: 100%;
}

/* Hover lift + glow */
.creative-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(13,110,253,0.15);
    border-color: rgba(13,110,253,0.2);
}

/* ===== ICON FIX ===== */

.icon-box {
    width: 45px;
    height: 45px;
    /* margin: 0 auto 18px; */
    margin: 0px 10px 15px 0px;
    background: rgba(13,110,253,0.08);   /* light neutral tint */
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.icon-box img {
    width: 28px;
    transition: transform 0.4s ease;
}
.icon-box i {
    width: 45px;
    height: 45px;
    line-height: 45px;
}

/* Hover icon effect */
.creative-card:hover .icon-box {
    background: linear-gradient(135deg, #6f42c1, #0d6efd);
}

.creative-card:hover .icon-box img {
    transform: scale(1.1);
    filter: brightness(0) invert(1);   /* makes colored icon white on hover */
}

/* Typography */
.creative-card h6 {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 18px;
}

.creative-card p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 0;
}


.dg-service-item{
    padding: 20px 20px;
    text-align: center;
}

.dg-service-item .icon-wrapper{
    /* margin-left: auto; */
}

.dg-service-item .shadow-5 .bg-color-5{
    background: linear-gradient(135deg, #00C9FF 0%, #92FE9D 100%);
}
.dg-service-item .number-count.color-5::before {
    background: linear-gradient(135deg, #00C9FF 0%, #92FE9D 100%);
}

/* Footer layout */
.service-footer {
    border-top: 1px solid rgba(0,0,0,0.05);
    padding-top: 12px;
}

.footer-section h3{

color:#ffffff;
font-size:18px;
margin-bottom:20px;

}

.footer-nav-list li{

margin-bottom:10px;

}

.footer-nav-list a{

color:#d6d6f5;
transition:.3s;

}

.footer-nav-list a:hover{

color:#ff4f2d;

}

.footer-social-list a{

font-size:16px;

}

.footer-bottom{

border-top:1px solid rgba(255,255,255,0.1);

}
.footer-single-col img{
    filter: brightness(0) invert(1);
}

/* xxxxxxxxxxxxx */
/* Explore text link */
.explore-link {
    font-size: 14px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
    padding-bottom: 3px;
    transition: all 0.3s ease;
}

/* Underline line */
.explore-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
    transition: width 0.3s ease;
}

/* Hover animation */
.explore-link:hover {
    letter-spacing: 1px;
}

.explore-link:hover::after {
    width: 100%;
}


/*  */


.feature-img-content .list-two-col li.icon-li {
    /* text-align: center;
    padding-bottom: 10px; */
    align-items: center;
}
.feature-img-content .list-two-col li.icon-li .icon-box{
    margin: 0px 10px 0px 0px;
}



:root{

--aspl-primary:#0B3C6D;
--aspl-secondary:#1C74D9;
--aspl-light:#EAF2FF;

}

.btn-primary{
background:var(--aspl-secondary);
border:none;
}

.text-primary{
color:var(--aspl-secondary)!important;
}

.bg-primary-soft{
background:var(--aspl-light);
}



.logo-box{

background:white;
padding:40px;
border-radius:14px;
box-shadow:0 20px 40px rgba(0,0,0,0.08);

}

.logo-box img{

height:40px;
opacity:.8;
transition:.3s;

}

.logo-box img:hover{

opacity:1;
transform:scale(1.1);

}




.feature-img-holder{
    .feature-img-wrap{
        img:nth-child(2){
            width: 75%;
            top: 70% !important;
        }

    }

}


/* ###################### */

/* container */

.floating-social{
position:fixed;
right:20px;
bottom:20px;
z-index:9999;
display:flex;
flex-direction:column;
gap:12px;
}

/* buttons */

.float-btn{

display:flex;
align-items:center;
gap:10px;

background:#222362;
color:#fff;

padding:10px 14px;
border-radius:50px;

font-size:14px;
text-decoration:none;

box-shadow:0 8px 20px rgba(0,0,0,0.15);

transition:all .3s ease;

}

/* icons */

.float-btn i{
font-size:16px;
}

/* hover */

.float-btn:hover{
transform:translateX(-5px);
background:#ff4f2d;
}

/* specific colors */

.float-btn.whatsapp{
background:#25D366;
}

.float-btn.call{
background:#222362;
}

.float-btn.email{
background:#555;
}

.float-btn.demo{
background:#ff4f2d;
}
