/* Minimalist Footer */
.minimalist-footer {
    background-color: #fffae9;
    padding: 40px 0 20px;
    border-top: 1px solid #e9ecef;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
    background: #FFFAE9;
    background: linear-gradient(357deg, rgba(255, 250, 233, 1) 15%, rgb(255 250 233 / 25%) 100%);
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-content {
    padding-bottom: 30px;
    border-bottom: 1px solid #e9ecef;
}

/* Company Info */
.company-info {
    padding-right: 1.5rem;
    padding-top: 10px;
}

.logo-section {
    display: flex;
    align-items: flex-start;
}

.logo-image {
    width: 170px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    animation: slideInLeft 0.6s ease-out 0.2s both;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

footer .logo-image img {
    object-fit: contain;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.logo-image:hover img {
    transform: scale(1.01);
}

.company-text h5 {
    color: #2c3e50;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 2px;
    animation: slideInLeft 0.6s ease-out 0.3s both;
}

.company-text p {
    color: #ff6b35;
    font-size: 0.8rem;
    margin-bottom: 0;
    animation: slideInLeft 0.6s ease-out 0.4s both;
    font-weight: 400;
}

.company-desc {
    color: #000;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-top: 10px;
    max-width: none;
    width: 100%;
    white-space: normal;
    word-break: normal;
    min-width: 400px;
    animation: slideInLeft 0.6s ease-out 0.5s both;
}

.social-icons {
    display: flex;
    gap: 8px;
    animation: slideInLeft 0.6s ease-out 0.6s both;
}

.social-icons a {
    width: 28px;
    height: 28px;
    background-color: #f8f9fa;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.75rem;
    transform: translateY(0);
}

.social-icons a:hover {
    background-color: #ff6b35;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(255, 107, 53, 0.3);
}

/* Statistics Container */
.stats-container {
    padding-left: 40px;
    padding-top: 10px;
    animation: slideInRight 0.6s ease-out 0.4s both;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.stat-item {
    text-align: left;
    padding: 0.5rem 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    transition: transform 0.3s ease;
    /* text-align: CENTER; */
}

.stat-item:hover {
    transform: translateX(5px);
}

.stat-icon {
    color: #fe9c58 !important;
    font-size: 14px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin: 0px !important;
    line-height: 2rem;
}

.stat-icon i {
    color: var(--orange-primary) !important;
}

.stat-item:hover .stat-icon {
    transform: scale(1.2) rotate(10deg);
    color: #fe9c58 !important;
}

.stat-item:hover .stat-icon i {
    color: #fe9c58 !important;
}

.stat-info {
    display: flex;
    flex-direction: column;
}

.stat-number-container {
    line-height: 1;
    margin-bottom: 4px;
}

.stat-number {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    display: inline;
    padding: 0px 0px;
    display: inline-block;
    margin-bottom: 0px;
}

.stat-plus {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    display: inline;
    margin-left: 1px;
}

.stat-label {
    color: #000;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 2px;
    text-transform: capitalize;
    letter-spacing: normal;
}

/* Footer Links */
.footer-links {
    padding: 50px 0;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.footer-links .row {
    justify-content: space-between;
    text-align: left;
}

.footer-links h6 {
    color: #2c3e50;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}

.orange-dot {
    color: #ff6b35;
    font-size: 1rem;
    margin-right: 8px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.footer-links ul li {
    margin-bottom: 12px;
    border: none !important;
    border-left: none !important;
    position: relative;
}

.footer-links ul li::before,
.footer-links ul li::after {
    display: none !important;
}

.footer-links ul li a {
    color: #000;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.3s ease;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    border: none !important;
    border-left: none !important;
    outline: none !important;
}

.footer-links ul li a::before,
.footer-links ul li a::after {
    display: none !important;
    content: none !important;
}

.footer-links ul li a:hover {
    color: #ff6b35;
    transform: translateY(-2px);
}
.footer-links

/* Complete override to remove any orange lines */
.footer-links ul li,
.footer-links ul li a,
.footer-links li,
.footer-links li a {
    border: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.footer-links ul li::before,
.footer-links ul li::after,
.footer-links ul li a::before,
.footer-links ul li a::after,
.footer-links li::before,
.footer-links li::after,
.footer-links li a::before,
.footer-links li a::after {
    display: none !important;
    content: none !important;
    border: none !important;
    background: none !important;
}

/* Office Info */
.office-info .office {
    margin-bottom: 15px;
}

.orange-text {
    color: #ff6b35;
    font-size: 0.85rem;
}

.office-info p {
    color: #000;
    font-size: 0.75rem;
    line-height: 1.4;
    margin-bottom: 5px;
}

.contact {
    color: #6c757d;
    font-size: 0.8rem;
    margin-top: 10px;
}
.office-info a
{
    font-size: 15px;
    color:#000;
}

.contact i {
    color: #ff6b35;
    margin-right: 5px;
}

/* Footer Bottom */
.footer-bottom {
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}
.footer-iconlist {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 5px;
}
.footer-iconlist li {
    width: 60px;
}
.footer-bottom .row {
    align-items: center;
    justify-content: space-between;
}

.legal-info {
    margin-bottom: 0;
    font-size: 0.75rem;
    color: #000;
    text-align: left;
}

.legal-info .badge {
    background-color: #e9ecef;
    color: #6c757d;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.65rem;
    margin-left: 8px;
    font-weight: 500;
}

.copyright {
    color: #000;
    font-size: 0.75rem;
    margin-bottom: 0;
    line-height: 1.4;
    text-align: center;
}

.copyright a {
    color: #ff6b35;
    text-decoration: none;
}

.global-badge {
    /* background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%); */
    color: #f7931e;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
    /* animation: pulse 2s infinite; */
    /* box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3); */
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
    }
}

.global-badge:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(255, 107, 53, 0.5);
    animation: none;
}

.global-badge i {
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.disclaimer {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
}

.disclaimer p {
    color: #6c757d;
    font-size: 0.65rem;
    line-height: 1.3;
    text-align: justify;
}

/* Responsive Design */
@media (max-width: 992px) {
    .company-info {
        padding-right: 0;
        margin-bottom: 25px;
    }

    .stats-container {
        padding-left: 0;
        padding-top: 20px;
    }

    .footer-links {
        padding: 30px 0;
    }

    .scale-card-left {
        flex: 0 0 340px;
    }

    .scale-card-right {
        display: block;
    }
}

@media (max-width: 768px) {
    .minimalist-footer {
        padding: 30px 0 15px;
    }

    .company-desc {
        min-width: auto;
        font-size: 13px;
    }
    .footer-links .col-lg.col-md-3.col-6 {
        width: 46.8% !important; 
    }

    .stat-item {
        padding: 0.3rem 0;
        gap: 10px;
    }

    .stat-number {
        font-size: 20px;
    }

    .stat-plus {
        font-size: 16px;
    }

    .stat-label {
        font-size: 12px;
    }

    .footer-links {
        padding: 20px 0;
    }

    .footer-links h6 {
        font-size: 0.85rem;
        margin-bottom: 15px;
    }

    .footer-links ul li a {
        font-size: 0.75rem;
    }

    .footer-bottom {
        padding-top: 15px;
    }

    .footer-bottom .row {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .legal-info {
        text-align: center;
        order: 2;
    }

    .copyright {
        order: 1;
        margin-bottom: 10px;
    }

    .global-badge {
        order: 3;
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    .demo-content h1 {
        font-size: 2rem;
    }

    .company-text h5 {
        font-size: 1.1rem;
    }

    .company-desc {
        font-size: 12px;
        line-height: 1.5;
    }

    .logo-image {
        width: 170px;
        height: 35px;
    }

    .social-icons a {
        width: 26px;
        height: 26px;
        font-size: 0.7rem;
    }

    .stat-number {
        font-size: 18px;
    }

    .stat-icon {
        font-size: 18px;
    }

    .footer-links .row {
        gap: 20px;
    }

    .footer-links h6 {
        font-size: 0.8rem;
        margin-bottom: 12px;
    }

    .footer-links ul li {
        margin-bottom: 8px;
    }

    .footer-links ul li a {
        font-size: 0.7rem;
    }

    .office-info p {
        font-size: 0.7rem;
    }

    .contact {
        font-size: 0.75rem;
    }

    .legal-info {
        font-size: 0.7rem;
    }

    .legal-info .badge {
        font-size: 0.6rem;
        padding: 2px 8px;
    }

    .copyright {
        font-size: 0.7rem;
    }

    .global-badge {
        font-size: 0.7rem;
        padding: 6px 12px;
    }

    .disclaimer p {
        font-size: 0.6rem;
    }
}

.scale-your-pace .stat-item.stat-card {
    display: inherit;
    text-align: center;
}

.homejan-social {
    padding: 0px 0 50px;
}

.homejan-social .default-headingjan, .homejan-social .default-headingjan span {
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 40px;
}

.homejan-social .socialco-box {
    margin-bottom: 30px;
    text-align: CENTER;
    overflow: hidden;
    position: relative;
}

.homejan-social .socialco-box img {
    border-radius: 10px;
    transform: scale(1.0);
    transition: transform 0.4s ease;
    cursor: pointer;
}

.homejan-social .socialco-box img:hover {
    transform: scale(1.1);
    filter: brightness(0.5);
}

.homejan-social .socialco-box h4 {
    background: #fff;
}

.showhovergallery {
    display: none;
    pointer-events: none;
}

.showhovergallery img.img-fuild {
    filter: invert(1);
}

.homejan-social .socialco-box img {
    border-radius: 10px;
    transform: scale(1.0);
    transition: transform 0.4s ease;
    cursor: pointer;
}

.socialco-box:hover .showhovergallery {
    display: flex;
    position: absolute;
    width: 40px;
    align-items: center;
    justify-content: center;
    margin: auto;
    translate: 450% -450%;
}

.homejan-social .socialco-box h4 {
    background: #fff;
}

.homejan-social .socialco-box h4 {
    font-family: satoshi, sans-serif;
    color: #434343;
    font-size: 18px;
    position: relative;
    line-height: 32px;
    font-weight: 600;
    margin-top: 5px;
}

.homejan-social .socialco-box {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(210, 210, 210);
    border-image: initial;
    border-radius: 10px;
}

.homejan-social .socialco-box h4 span {
    font-size: 18px;
    font-weight: 600;
    font-family: satoshi, sans-serif;
}

.gradent-btn {
    background: linear-gradient(185deg, rgba(255, 255, 255, 1) 0%, rgba(239, 85, 35, 1) 0%, rgb(255 98 47) 100%);
    color: #fff;
    border: 1px solid #ef5523;
    font-size: 16px;
    line-height: normal;
    font-family: satoshi, sans-serif;
    padding: 10px 20px;
    border-radius: 25px;
}

.gradent-btn:hover {
    color: #ef5523;
    background: #fff;
}
.scale-stats.pt-proj.banner-stats {
  max-width: 1320px;
  margin: 20px auto;
    padding: 0 10px !important;
}
.scale-stats.pt-proj.banner-stats .stat-item{
    display: block;
    text-align: center;
}
@media only screen and (max-width:767px){
        .row.scale-data{
        display: block !important;
    }
    .row.scale-data .row.mb-4 {
  width: 100%;
}
    .scale-card.featured-top{
        padding: 1rem;
    } 
    .row.scale-data .row.mb-4 > .col-12 {
      padding-right: 0px !important;
      padding-left: 20px !important;
    }
    .tech-item {
        width: 46%;
        text-align: center;
        padding: 7px !important;
    }
    .tech-item-icon {
        margin: 0 auto;
    }
    .tech-integrations .tech-item-name {
    font-size: 13px;
    text-align: center;
}
    .tech-content-header {
        flex-direction: column;
        text-align: center;
        justify-content: normal;
    }
        .tech-content-icon {
        margin: 0 auto 10px;
    }
    .achievement-card .card-body {
    display: block;
}
    .casestudies .container .text-center {
        margin-bottom: 20px !important;
    }
    .d-flex.arsenal-sec {
    display: block !important;
}
.scale-card-title {
    text-align: left;
}
    .faq-title {
        margin-top: 23px;
    }  
        .consultation-form-wrapper {
        margin-top: 0px;
    }
    .stat-icon{
        line-height: normal;
    }
    .scale-card {
        padding: 0;
    }
    .casestudies .stat-item{
            align-items: flex-start;
    }
    .scale-metrics .row {
    display: flex;
    justify-content: space-between;
        align-items: flex-start;
    }
    .stat-label{
        margin-top: 0px;
    }
    .Industriesview{
        right: auto !important;
        top: auto !important;
        padding-left: 10px !important;
        padding-top: 0px !important;
    }
    .ai-solution{
        left: auto !important;
        top: auto !important;
        padding-left: 10px !important;
        padding-top: 0px !important;
    }
    .dropdown-menu.mega-menu .tab-content ul li{
        padding: 0px !important;
    }

}