@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
body{
    /* font-family: "Poppins", sans-serif; */
    /* font-family: "Roboto", sans-serif; */
    font-family: "Inter", sans-serif;
}
figure{
    padding: 0;
    margin: 0;
}
ul{
    list-style: none;
    padding: 0;
    li{
        font-size: 1rem;
        padding-bottom: 14px;
        display: flex;
        gap: 12px;
    }
}
.btn{
    padding: 12px 28px;
    font-size: 1.125rem;
    border-radius: 50px;
    font-weight: 500;
}
.btn-primary{
    background:#D2772E;
    border: 1px solid #D2772E;
    color: #fff;
    &:hover{
        background-color:transparent;
        border: 1px solid #D2772E;
        color: #D2772E;
    }
}
.btn-secondary{
    background:transparent;
    border: 1px solid #fff;
    color: #fff;
    &:hover{
        background-color:#D2772E;
        border: 1px solid #D2772E;
        color: #fff;
    }
}
.results img,.industries img{
    border-radius: 24px !important;
}
.navbar-brand{
    img{
        &:last-child{
            width: 87px;
            position: absolute;
            top: -9px;
            display: none;
        }
    }
}
.topheader {
    background: #D2772E;
    padding: 16px 0;
    .marquee {
        position: relative;
        white-space: nowrap;
    }
    .marquee-content {
        display: inline-block;
        padding-left: 100%;
        animation: marquee 28s linear infinite;
    }
    .topinfo {
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
        p {
            color: #fff;
            margin: 0;
            font-size: 1rem;
            font-weight: 500;

            strong {
                color: #fff;
            }

            em {
                font-style: normal;
                margin: 0 8px;
            }
        }
        ul {
            list-style: none;
            display: flex;
            gap: 48px;

            li {
                a {
                    font-size: 0.875rem;
                    text-decoration: none;
                    color: #fff;
                    display: flex;
                    gap: 8px;
                    align-items: center;
                    font-weight: 400;
                    position: relative;
                }

                &:not(:last-child) {
                    a {
                        &::after {
                            content: '';
                            position: absolute;
                            right: -24px;
                            top: 0;
                            width: 1px;
                            height: 100%;
                            background: #fff;

                        }
                    }
                }
            }
        }
    }
}
.midheader {
    padding: 12px;
    border-bottom: 1px solid #D2772E;
    background: #fff;

    .navbar-collapse {
        justify-content: flex-end;

        .navbar-nav {
            gap:20px;

            .nav-item {
                padding-bottom: 0;
                .nav-link {
                    color: #111111;
                    font-size: 1rem;
                    font-weight: 400;
                    padding: 0 4px 8px 4px;

                    &.active {
                        color: #D2772E;
                        border-bottom: 3px solid #D2772E;
                        font-weight: 500;
                    }
                }
            }
        }
    }
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}
.pad-130{
    padding: 100px 0;
}
.col-md-6{
    padding: 0 2rem;
}
.mb-40{
    margin-bottom: 40px !important;
}
.orange{
    color: #D2772E;
}
.top-banner{
    background: #f2f1ef;
    background-size: contain;
    position: relative;
    .overlay{
        content: '';
        position: absolute;
        background: linear-gradient(120deg, #D2772E 0%, #F2C078 100%);
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        z-index: -1;
    }
    .col-md-6{
        padding: 0 2rem;
    }
    img{
        border-radius: 24px;
    }
    .bannertitles{
        h6{
            font-size: 0.85rem;
            font-weight: 400;
            margin-bottom: 14px;
            color: #000;
            display: flex;
            align-items: center;
            /* gap: 10px; */
            background: #d2772e30;
            display: inline-flex;
            padding: 6px 14px 5px;
            border-radius: 8px;
            /* span{
                width: 50px;
                height: 3px;
                background: #000;
                display: inline-block;
                border-radius: 2px;
            } */
        }
        h2{
            font-size: 32px;
            font-weight: 800;
            margin-bottom: 16px;
            line-height: 44px;
            color: #000;
        }
        p{
            font-size: 1.15rem;
            font-weight: 400;
            color: #000;
        }
        .btngroup{
            margin-top: 44px;
        }
    }

}
.btngroup{
    display: flex;
    align-items: center;
    gap: 14px;
}

.title{
    margin-bottom: 60px;
    h3{
        font-size: 2.25rem;
        font-weight: 800;

    }
}
.howitswork{
    .howwrap{  
        &::after{
            content: "";
            position: absolute;
            top: 55px;
            right: -60px; 
            width: 120px; 
            height: 2px;
            background: #d8d8d8;
        }
        &:last-child{
            &::after{
                display: none;
            }
        }
        p{
            font-size: 0.975rem;
        }
        .process-circle {
            width: 110px;
            height: 110px;
            background: #D2772E;
            border-radius: 50%;
            margin: auto;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 32px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            &:hover{
                transform: translateY(-8px);
            box-shadow: 0 12px 25px rgba(0,0,0,0.18);
            }
            h5{
                color: #444;
            }
        
            .step-number {
                position: absolute;
                bottom: auto;
                right: -12px;
                background: #444;
                color: white;
                width: 38px;
                height: 38px;
                font-size: 14px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                border: 3px solid white;
                font-weight: 600;
            }
            i{
                font-size: 40px;
            }
        }
        /* .morecontent{
            min-height: 320px;
        } */
    }
}

.whyleading{
    background: #f2f1ef;
    .max-w-900{
        max-width: 700px;
        margin: 0 auto;
    }
    table{
        width: auto;
        background: transparent;
        margin: 0 auto;
        th,td{
            background: transparent;
            padding: 12px 32px;
            /* text-align: center; */
            color: #000;

        }
        th{
            font-size: 1.25rem;
            font-weight: 500;
        }
        tr{
            td{
                &:first-child{
                    font-weight: 600;
                }
            }
        }
        td{
            font-size: 0.975rem;
            font-weight: 400;
            vertical-align: middle;
        }
    }
}

.coredelivery{
    .delivery-box{
        background-color: #f2f1ef;
        padding: 32px 30px;
        border-radius: 14px;
        height: 100%;
        .bi{
            width: 60px;
            height: 60px;
            background: #D2772E;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: #fff;
            margin-bottom: 19px;
        }
        h4{
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 14px;
            line-height: 1.4;
        }
        p{
            font-size: 0.975rem;
            font-weight: 400;
            margin-bottom: 0;
        }
    }
    
}
.industries{
    background: #f2f1ef;
    ul{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        li{
            color: #000;
        }
        &.ultwo, &.ulone{
            grid-template-columns: repeat(1, 1fr);
        }
        &.ultwo2{
            grid-template-columns: repeat(2, 1fr);
        }
    }
}
   
.readyto{
    background: #f2f1ef;
    display: none;
    .form-label {
        color: #000;
        margin-bottom: 3px;
        font-size: .875rem;
        font-weight: 400;
    }
    .form-control{
        background-color: #ffffff8c;
        border: 1px solid #2616168c;
        border-radius: 8px;
        height: 48px;
        &:focus{
            box-shadow: none;
            border: 1px solid #D2772E;
        }

    }
    .formbtn{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: self-start;
        gap: 40px;
        padding-top: 10px;
        p{
            font-size: 0.775rem;
            margin-bottom: 0;
            color: #000;
            font-weight: 700;
        }
    }
    .title{
        max-width: 735px;
        margin: 0 auto 60px;
    }
}
/* .topbannerhome{
    background: url(../images/aboutusbanner.png);
} */
footer{
    padding-bottom: 0 !important;
    background: #D2772E;
    h2{
        font-size: 1.85rem;
        font-weight: 600;
        margin-bottom: 4px;
        color: #fff;
    }
    p{
        color: #ffffffa3;
        text-decoration: none;
        font-size: 0.9rem;
    }
    .ftr-links {
        margin-top: 24px;
        h4 {
            font-size: 1rem;
            font-weight: 600;
            color: #fff;
            text-transform: uppercase;
            margin-bottom: 10px;
        }
        ul{
            li{
                padding-bottom: 8px;
                font-size: 0.8rem;
                .bi{
                    padding-right: 3px;
                    color: #ffffffa3;
                }
                a{
                    color: #ffffffc7;
                    text-decoration: none;
                    font-size: 0.975rem;
                }
            }
        }
    }
    .ftr-contact{
        .ftr-number{
            span{
                margin: 0 0 40px;
                font-size: 1.9rem;
                font-weight: 700;
                display: block;
                color: #fff;
            }
        }
        ul{
            li{
                display: flex;
                gap: 10px;
                color: #ffffffa3;
                text-decoration: none;
                font-size: 0.975rem;
                .bi{
                    color: #fff;
                }
                div{
                    display: flex;
                    flex-direction: column;
                    span{
                        &:first-child{
                            color: #fff;
                            font-weight: 700;
                        }
                    }
                }
            }
        }
    }
    .copyrights{
        font-size: 13px;
        text-align: center;
        padding-top: 14px;
        margin-top: 14px;
        margin-bottom: 0;
        padding-bottom: 14px;
        border-top: 1px solid #ffffffa3;
        
    }
    
}
.bottom-right-banner {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 100px; 
    /* height: 100px; */
    z-index: 1000;
    pointer-events: none;
    display: none;
  }

  
  .banner-img {
    width: 100%;
    height: auto;
    animation: bounceRotate 3s infinite;
    filter: drop-shadow(0 0 5px gold)
            drop-shadow(0 0 10px orange);
    transition: transform 0.3s;
  }

  .banner-img:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 15px gold)
            drop-shadow(0 0 20px orange);
  }

  @keyframes bounceRotate {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-8px) rotate(3deg); }
    50% { transform: translateY(0) rotate(0deg); }
    75% { transform: translateY(-4px) rotate(-2deg); }
  }


  .sparks {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  .sparks span {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #D2772E;
    border-radius: 50%;
    animation: sparkMove 1.2s linear infinite;
    opacity: 0;
  }


  .sparks span:nth-child(1) { left: 10%; animation-delay: 0s; }
  .sparks span:nth-child(2) { left: 30%; animation-delay: 0.2s; }
  .sparks span:nth-child(3) { left: 50%; animation-delay: 0.4s; }
  .sparks span:nth-child(4) { left: 70%; animation-delay: 0.6s; }
  .sparks span:nth-child(5) { left: 90%; animation-delay: 0.8s; }

  @keyframes sparkMove {
    0% { transform: translateY(0) scale(0); opacity: 1; }
    50% { transform: translateY(-20px) scale(1); opacity: 1; }
    100% { transform: translateY(-40px) scale(0); opacity: 0; }
  }

.rolesul{
    display: flex;
    /* grid-template-columns: repeat(4, 1fr); */
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    li{
        flex: 0 0 25%;
        background: #f2f1ef;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.125rem;
        font-weight: 500;
        text-align: center;
        padding: 20px;
        min-height: 123px;
    }
    &.rolesulwhite{
        li{
            background: #fff;
        }
    }
}

.bg-grey{
    background:#f2f1ef;
}
.w-650{
    max-width: 650px;
    margin: 0 auto;
}
.homeimg{
    height: 450px;
    object-fit: cover;
    border-radius: 24px;
    overflow: hidden;
}
.subtitle {
    background: #D2772E1A;
    padding: 5px 24px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    color: #D2772E;
    margin-bottom: 14px;
    display: inline-block;
}
.sec-title h2{
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 16px;
    padding-right: 100px;
}
.sec-title  .extra-text {
    color: #737373;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
}
.inner-column{
    ul{
        margin-top: 14px;
        li{
            display: flex;gap: 6px;
            align-items: center;
            padding-bottom: 10px;
            .bi{
                color: #D2772E;
            }
            a{
                font-size: 1rem;
                text-decoration: none;
                color: #737373;
            }
        }
    }
}
.whatweoffer{
    ul{
        display: grid;
        grid-template-columns: 1fr 1fr; /* two equal columns */
        gap: 16px;
        width: 100%;
        margin-top: 64px;
        li{
            flex-direction: column;background: #f7f7f7;
            padding: 32px;
            border-radius: 8px;
            figure{
                text-align: center;
                img{
                    width: 64px;
                    margin: 0 auto;
                }
            }
            .offer-title{
                font-size: 1.25rem;
                font-weight: 600;
                color: #D2772E;
                margin-bottom: 0;
            }
            p{
                max-width: 465px;
                margin: 0 auto;
                text-align: center;
                font-size: 1.125rem;
                opacity: .8;
            }
            .button-box{
                text-align: center;
                a{
                    text-decoration: none;
                    color: #fff;
                    font-size: 0.875rem;
               &:hover{
                color: #D2772E;
               }
                }
            }
        }
    }
}
.ourservices {
    background: #fff;
.owl-stage-outer{
    padding-bottom: 25px;
}
    .subtitle {
        background: #D2772E1A;
        padding: 5px 24px;
        border-radius: 10px;
        font-size: 1rem;
        font-weight: 600;
        color: #D2772E;
        margin-bottom: 14px;
        display: inline-block;
    }

    .serv-block {
        position: relative;

        .sub-title {
            position: absolute;
            background: #D2772E;
            color: #fff;
            padding: 10px 20px;
            border-radius: 10px 0 10px 0;
            font-size: 1rem;
            font-weight: 600;
            z-index: 9;
        }

        .inner-box {
            border: 1px solid #CCCCCC;
            border-radius: 20px;
            overflow: hidden;

            .content-box {
                .title {
                    background: #F4F7FB;
                    padding: 12px 25px;
                    font-size: 1rem;
                    color: #D2772E;
                    margin: -19px 20px 0 20px;
                    border-radius: 20px;
                    position: relative;
                }
                p{
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 1.5;
                    color: #000000;
                    padding: 20px 32px 40px;
                    font-family: "Poppins", sans-serif !important;
                    min-height: 140px;
                }
            }
            .button-box{
                a{
                    border: 1px solid #CCCCCC;
                    border-radius: 100px;
                    padding: 12px 25px;
                    color: #000;
                    position: absolute;
                    bottom: -17px;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    width: 180px;
                    z-index: 9999;
                    background: #fff;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    gap: 8px;
                    text-decoration: none;
                }
            }

            .image-box {
                figure{
                    margin: 0;
                }
                img {
                    height: 260px;
                    object-fit: cover;
                }
            }
        }

    }
}

.ataglance{
    background:#eee3dc;
    position: relative;
    .linebg{
        position: absolute;
        top: 0;
        left: 0;
        img{
            width:200px;
        }
    }
    .glancewrap{
        display: flex;
        align-items: center;
        gap: 65px;
        padding: 7rem 0;
        .sec-title {
            flex: 0 0 450px;
        }
        .glanceinfo{
            display: flex;
                background: #fff;
                border-radius: 8px;
                width: 100%;
                align-items: center;
                .glanceinfo-list{
                    width: 100%;
                    ul{
                        display: grid;
                        grid-template-columns: repeat(2, 1fr); 
                        gap: 10px; 
                        li{
                            display: block;
                            text-align: center;
                            .bi{
                                font-size: 24px;
                                color: #D2772E;
                            }
                            h3{
                                font-size: 0.875rem;
                                font-weight: 600;
                                color: #000;
                                strong{
                                    color: #D2772E;
                                    display: block;
                                    padding: 4px 0;
                                    font-size: 1.25rem;
                                }
                            }
                            
                        }
                    }
                }
        }
    }
}
.contactaddr{
    margin-top: 3rem;
    .bg-grey{
        padding: 24px 32px;
        border-radius: 8px;
        figure{
            img{
                width: 44px;
            }
        }
        h4{
            font-size: 1.25rem;
            font-weight: 600;
            margin: 14px 0;
        }
        p{
            display: flex;
            gap: 8px;
            font-size: 0.875rem;
            margin: 0 0 8px 0;
            color: #444;
            .bi{
                color: #D2772E;
            }
            a{
                text-decoration: none;
                color: #444;
                font-size: 0.875rem;
            }
        }
    }
}

@media (max-width: 768px) {
    header{
        .midheader{
            .nav-item {
                flex-direction: column;
            }
        }
    }
    .howwrap::after {
        display: none;
    }

    .pad-130 {
        padding: 60px 0;
    }
    .navbar-brand {
        img {
            width: 175px;
        }
    }
    .top-banner {
        & .bannertitles {
            h2 {
                font-size: 24px;
                line-height: 34px;
                br{
                    display: none;
                }
            }
            .btngroup {
                margin-top: 32px;
                margin-bottom: 32px;
            }
        }
    }
    .inner-column{
        margin-top: 44px;
    }
    .sec-title h2 {
        font-size: 24px;
        margin-bottom: 16px;
        padding-right: 0;
    }
    .ataglance {
        & .linebg {
            img {
                width: 150px;
            }
        }
        .glancewrap {
            flex-direction: column;
            padding: 4rem 0;
            .sec-title {
                flex: 0;
            }
            .glanceinfo{
                flex-direction: column;
                padding: 24px;
                .glanceinfo-list{
                    margin-top: 32px;
                }
            }
        }
    }
    .whatweoffer {
        ul {
          
            grid-template-columns: auto;
        }
    }
    .title {
        h3 {
            font-size: 24px;
           br{
            display: none;
           }
        }
    }
    .industries {
        ul {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
        }
    }
    .results{
        .title{
            margin-top: 24px;
        }
    }
    .rolesul {
        li {
            flex: 100%;
        }
    }
    .contactaddr {
        .bg-grey {
            margin-bottom: 24px;
        }
    }
    .coredelivery {
        .col-md-3 {
            margin-bottom: 24px;
        }
    }
    .whyleading {
        .max-w-900{
            overflow: auto;
            width: 100%;
            table {
                th {
                    font-size: 0.875rem;
                    font-weight: 700;
                    padding: 12px 16px;
                }
                td{
                    font-size: 0.875rem;
                    padding: 12px 16px;
                }
            }
        }
    }
    footer {
         .ftr-contact {
             .ftr-number {
                span {
                    margin: 0 0 14px;
                }
            }
        }
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container{
        width: 100%;
        max-width: 100%;
    }
    .industries {
        ul {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    .rolesul {
        li {
            flex: 0 0 45%;
        }
    }
    .ataglance {
        & .linebg {
            img {
                width: 150px;
            }
        }
        .glancewrap {
            flex-direction: column;
            gap: 24px;
            padding: 4rem 0;
            .sec-title {
                flex: 0;
            }
            .glanceinfo{
                padding: 24px;
               }
           
        }
    }
}
@media (min-width: 992px) and (max-width: 1240px) {
    header{
        .midheader {
            .container{
                padding: 0;
            }
            .navbar-brand{
                img{
                    width: 165px;
                }
            }
             .navbar-collapse {
                 .navbar-nav {
                     .nav-item {
                        .nav-link {
                            font-size: 15px;
                            padding: 0 2px 2px 2px;
                        }
                    }
                }
            }
        }
    
    }
    .industries {
        ul {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    .rolesul {
        li {
            flex: 0 0 45%;
        }
    }
    .ataglance {
        & .linebg {
            img {
                width: 150px;
            }
        }
        .glancewrap {
            flex-direction: column;
            gap: 24px;
            padding: 4rem 0;
            .sec-title {
                flex: 0;
            }
           .glanceinfo{
            padding: 24px;
           }
        }
    }
  
}



@media (min-width: 1200px) and (max-width: 1300px) {
    .container {
        max-width: 1236px;
    }
    .top-banner {
        .col-md-6 {
             padding: 0;
        }
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {

.top-banner {
    & .bannertitles {
        h2 {
            font-size: 30px;
            line-height: 40px;
        }
    }
}
}