html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}



.logo-preview {
    max-width: 240px;
    margin: auto;
}

.seo-img {
    object-fit: contain !important;
    height: 400px !important;


}

.btn-view {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 22px;
    background: linear-gradient(135deg, #6600d3, #ef4a44);
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.btn-view:hover {
    opacity: 0.9;
}

.branding-section {
    background: #edf4fe;
}

/* .branding-preview {
    max-height: 180px;
    object-fit: contain;
} */

.btn-view-sm {
    display: inline-block;
    margin-top: 8px;
    padding: 8px 18px;
    background: linear-gradient(135deg, #6600d3, #ef4a44);
    color: #fff;
    border-radius: 25px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
}

.btn-view-sm:hover {
    opacity: 0.9;
}

.seo-section {
    background: #ffffff;
}

.seo-img {
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.seo-carousel {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.seo-slide {
    width: 100%;
    display: none;
    border-radius: 14px;
}

.seo-slide.active {
    display: block;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #143d8b, #dea250);
    border: none;
    color: #fff;
    font-size: 28px;
    padding: 6px 14px;
    cursor: pointer;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.seo-nav.prev {
    left: 15px;
}

.seo-nav.next {
    right: 15px;
}

.social-media-section {
    background: #edf4fe;
}

.section-title {
    font-weight: 700;
    color: #143d8b;
}

.section-title span {
    color: #dea250;
}

.section-subtext {
    max-width: 720px;
    margin: 0 auto;
    color: #555;
}

.social-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.social-card:hover {
    transform: translateY(-8px);
}

.social-card img {
    width: 100%;
    object-fit: cover;
}

.social-content {
    padding: 20px;
    text-align: center;
}

.social-content i {
    font-size: 28px;
    color: #143d8b;
    margin-bottom: 10px;
}

.social-content h5 {
    margin-bottom: 8px;
    font-weight: 600;
}

.social-content a {
    color: #dea250;
    font-weight: 600;
    text-decoration: none;
}

.social-content a:hover {
    text-decoration: underline;
}

.client-card {
    transition: all 0.35s ease-in-out;
    border-radius: 15px;
    background: #ffffff;
}

.client-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.client-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.15);
}

.client-info h5 {
    font-size: 1rem;
    color: #222;
}

.client-info a:hover {
    text-decoration: underline;
}

.tools-tech-section {
    background: #f8fbff;
}

.tool-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.tool-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.tool-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #6600d3, #ef4a44);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 15px;
}

.tool-card h5 {
    font-weight: 600;
    margin-bottom: 12px;
}

.tool-card ul {
    padding-left: 18px;
    margin: 0;
}

.tool-card ul li {
    font-size: 14px;
    color: #555;
    margin-bottom: 6px;
}

.service-bar {
    position: sticky;
    top: 70px;
    /* main navbar height */
    z-index: 9999;

    background: linear-gradient(135deg, #0a1a3a, #0f2b5c);
    backdrop-filter: blur(10px);
}

.service-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 12px 0;
}

.service-menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 30px;
    transition: 0.3s;
}

.service-menu a.active,
.service-menu a:hover {
    background: #00c6ff;
    color: #fff;
}

.service-bar.fixed {
    position: fixed;
    top: 70px;
    width: 100%;
}

.case-hero {
    padding: 90px 0;
    background: linear-gradient(135deg, #0a1a3a, #0f2b5c);
    color: #fff;
}

.info-details span {
    color: #ef4a44;
}

.project-info {
    border-radius: 12px;
}

.project-details-page .project-info .project-info-body {
    border-radius: 12px;

}

.project-details-page .project-info .project-info-title {
    border-radius: 12px;
}

.badge-case {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 15px;
}

.hero-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.hero-title span {
    color: #00c6ff;
}

.hero-desc {
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.95;
    margin-bottom: 25px;
}



.hero-desc strong {
    color: #fff;
}


.hero-points {
    padding-left: 0;
    list-style: none;
}


.hero-points li {
    margin-bottom: 10px;
    font-size: 15px;
}

/* Overview Card */
.overview-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.overview-card h4 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
}

.overview-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 15px;
}

.overview-item span {
    opacity: 0.8;
}

.overview-item strong {
    color: #00c6ff;
}

/* .overview-item.highlight strong {
    color: #ef4a44;
} */

@media (max-width: 991px) {
    .hero-title {
        font-size: 32px;
    }
}

.case-section {
    padding: 80px 0;
}

.light-bg {
    background: #f7f9ff;
}

.section-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000080;
}

.section-desc {
    font-size: 15.5px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
}

.feature-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.feature-list li {
    margin-bottom: 10px;
    font-size: 15px;
}

/* Website Preview Card */
.preview-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.preview-card img {
    width: 100%;
    display: block;
    height: 400px;
    object-fit: cover;
}

.preview-footer {
    padding: 18px 20px;
    display: block;
}

.preview-footer a {
    display: block;
}

.preview-footer h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.visit-link {
    color: #6600d3;
    font-weight: 600;
    text-decoration: none;
}

.visit-link:hover {
    color: #ef4a44;
}

@media (max-width: 991px) {
    .section-title {
        font-size: 28px;
    }
}



/* CTA Section */
.cta-section {
    padding: 50px;
    background: linear-gradient(135deg, #6600d3, #ef4a44);
    border-radius: 20px;
    margin: 60px 0;
    color: #fff;
}

/* CTA Content */
.cta-content h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 15px;
}

.cta-content p {
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.95;
    margin-bottom: 0;
}

/* CTA Button */
.cta-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #fff;
    color: #6600d3;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* Button Hover */
.cta-btn:hover {
    background: #000;
    color: #fff;
    transform: translateY(-4px);
}

/* Responsive Fix */
@media (max-width: 768px) {
    .cta-section {
        text-align: center;
        padding: 40px 20px;
    }

    .cta-action {
        margin-top: 25px;
    }
}