@font-face {
    font-family: 'PPMori-Regular';
    src: url('/assets/fonts/PPMori-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'PPMori-SemiBold';
    src: url('/assets/fonts/PPMori-SemiBold.woff2') format('woff2');
}


body {
    font-family: "PPMori-Regular" !important;
    line-height: 20px;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica" !important;
    text-transform: none;
}

.section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.count {
    font-size: 9px;
}


/* --------------Navigation-bar-start -------------- */

.navbar-custom {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.navbar-brand img {
    height: 50px;
}

.menu-toggle {
    font-size: 24px;
    cursor: pointer;
}

.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    left: -48px !important;
    top: 90px;
    width: 100%;
    text-align: center;
    line-height: 40px;
}

.overlay a {
    padding: 15px;
    text-align: right;
    text-decoration: none;
    font-size: 36px;
    color: #333;
    display: block;
    font-family: 'PPMori-SemiBold', sans-serif;
    transition: 0.3s;
}

.overlay a:hover {
    color: #f1c40f;
}

.overlay .closebtn {
    position: absolute;
    top: -12px;
    right: 45px;
    font-size: 55px;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .overlay-content {
        top: 90px;
        line-height: 19px;
    }
}

@media (max-width: 1400px) {
    .overlay-content {
        top: 90px;
    }
}


@media (max-width: 576px) {
    .navbar-custom {
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #ddd;
    }

    .navbar-brand img {
        height: 50px;
    }

    .menu-toggle {
        font-size: 24px;
        cursor: pointer;
    }

    .overlay {
        height: 0;
        width: 100%;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 44px;
        background-color: rgba(255, 255, 255, 0.95);
        overflow-y: hidden;
        transition: 0.5s;
    }

    .overlay-content {
        position: relative;
        left: -48px !important;
        top: 73px;
        width: 100%;
        text-align: center;
        line-height: 20px;
    }

    .overlay a {
        padding: 10px;
        font-size: 23px;
    }

    .overlay a:hover {
        color: #f1c40f;
    }

    .overlay .closebtn {
        position: absolute;
        top: -4px;
        right: 45px;
        font-size: 42px;
        cursor: pointer;
    }
}

/* --------------Navigation-bar-end -------------- */



/* ----------------About-Us-start---------------- */

.about-ainthinai {
    background-color: #fff;
    color: #333;
    font-family: "PPMori-SemiBold", sans-serif;
}

.ainthinai-title {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 1px;
}

.arrow-icon span {
    font-size: 2.5rem;
    color: #f4a100;
}

a {
    color: #f56b2a;
    text-decoration: underline;
}

a:hover {
    color: #d1491a;
}

p {
    font-size: 1rem;
    line-height: 1.7;
}


img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

.l-header-spMenu>.list {
    position: absolute;
    left: auto;
    right: 30px;
    top: 90px;
}

.menu ul li {
    opacity: 0;
    transform: translateX(-50px);
    margin: 15px 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    text-align: right;
}

.menu ul li.animate {
    opacity: 1;
    transform: translateX(0);
}

.l-header-spMenu>.list ul a {
    text-decoration: none;
    color: #333;
    font-size: 40px;
    font-weight: 700;
    font-family: "PPMori-SemiBold", sans-serif;
    transition: transform 0.3s ease, color 0.3s ease;
}

.l-header-spMenu>.list ul a {
    color: #333;
    font-size: 60px;
    font-weight: 700;
    font-family: "PPMori-SemiBold", sans-serif;
}

.l-header-spMenu>.list ul a:hover {
    transform: translateX(30px);
    color: #FFBB00;
}

.close_menu {
    background-color: #fff;
    color: #333;
    border: none;
    cursor: pointer;
}

.p-12 {
    padding: 12px;
}

.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.align-start {
    align-items: flex-start;
}

@media screen and (max-width: 982px) {
    .l-header-spMenu>.list ul a {
        font-size: 30px;
    }
}

@media screen and (max-width: 768px) {
    .menu ul {
        margin-top: 30px;
    }

    .menu ul li {
        margin: 0px;
    }

    .l-header-spMenu>.list ul a {
        font-size: 20px;
    }
}

.l-header img {
    height: 70px;
    width: auto;
}

/* ----------------About-Us end---------------- */


/* ------------- our services start ------------- */

.space {
    padding-top: 120px;
}

.process-title {
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: none;
    margin-bottom: 30px;
}

.overview-text {
    font-size: 1.5rem;
    color: #333;
}

.icon-box {
    width: 70px;
    height: 70px;
    background-color: #ffc107;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin: 0 auto 15px auto;
}

.icon-box i {
    color: #4a4a4a;
    font-size: 30px;
}

.process-step h5 {
    font-weight: bold;
    text-transform: none;
    margin-top: 10px;
}

.process-step p {
    font-size: 0.9rem;
    color: #666;
}

.arrow-line {
    position: relative;
    background: url('/assets/imag/our-service/process.png')
}

.arrow-icon {
    font-size: 2.5rem;
    color: #FFC107;
}

.img-margin img {
    margin-bottom: 0px !important;
}

/* ------------- our services end ------------- */



.workflow-move {
    margin-left: 35px;
}

.box-1 {
    width: 250px;
    background-color: #fff;
    border: 0px solid #ddd;
    margin-left: 280px;
}

.box-2 {
    width: 250px;
    background-color: #fff;
    border: 0px solid #ddd;
    margin-left: 228px;
}

.box-3 {
    width: 250px;
    background-color: #fff;
    border: 0px solid #ddd;
    margin-left: 237px;
}


.box-4 {
    width: 250px;
    background-color: #fff;
    border: 0px solid #ddd;
    margin-left: 62px;
}

.box-5 {
    width: 250px;
    background-color: #fff;
    border: 0px solid #ddd;
    margin-left: 161px;
}

.box-6 {
    width: 250px;
    background-color: #fff;
    border: 0px solid #ddd;
    margin-left: 147px;
}

@media (max-width: 767.98px) {

    .flow {
        display: block !important;
    }

    .box-1 {
        width: 100% !important;
        background-color: #fff;
        border: 0px solid #ddd;
        margin-left: 0px;
    }

    .box-2 {
        width: auto;
        background-color: #fff;
        border: 0px solid #ddd;
        margin-left: 0px;
    }

    .box-3 {
        width: auto;
        background-color: #fff;
        border: 0px solid #ddd;
        margin-left: 0px;
    }


    .box-4 {
        width: auto;
        background-color: #fff;
        border: 0px solid #ddd;
        margin-left: 0px;
    }

    .box-5 {
        width: auto;
        background-color: #fff;
        border: 0px solid #ddd;
        margin-left: 0px;
    }

    .box-6 {
        width: auto;
        background-color: #fff;
        border: 0px solid #ddd;
        margin-left: 0px;
    }
}


.commit {
    max-width: 150px;
    margin-top: -210px;
    right: 10px;
}

.workflow-icon {
    width: 80px;
    height: 80px;
    background-color: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 3px solid #F5C518;
}



/* Workflow Description */
.workflow-step p {
    font-size: 0.85rem;
    color: #555;
    font-family: 'PPMori-Regular', sans-serif;
    text-transform: none;
}

@media (max-width: 768px) {
    .ring-image img {
        height: auto;
    }
}



@media (max-width: 768px) {
    .workflow-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .workflow-title {
        font-size: 0.9rem;
    }

    .workflow-step p {
        font-size: 0.75rem;
    }
}


/* ------------- our services end ------------- */


/* --------------- workflow-section start --------------- */


.workflow-title {
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 35px;
    text-transform: none;
}


.workflow-step {
    font-size: 1rem;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 30px;
}

.step-number {
    background-color: #FFC107;
    color: #000;
    padding: 5px 12px;
    border-radius: 8px;
    font-weight: bold;
    margin-right: 10px;
}

.arrow {
    font-size: 2rem;
    color: #FFC107;
    margin-top: 20px;
}

.ring-image img {
    max-width: 361px;
    height: auto;
}


@media (max-width: 576px) {
    .ring-image img {
        max-width: 268px;
        height: auto;
    }

    .arrow {
        display: none;
    }

    .ring-image img {
        max-width: 268px;
        height: auto;
    }
}


/* --------------- workflow-section end --------------- */

/* ------------- Efficient start ----------- */


.section-title {
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: none;
}

.sub-title {
    font-weight: 700;
    font-size: 1.1rem;
}

.highlight-box {
    background-color: #F5C518;
    color: #000;
    font-weight: bold;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 10px;
}

.number-box {
    background-color: #f7e5a2;
    color: #000;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 1.2rem;
    margin-right: 10px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.info-text {
    font-weight: 600;
}

.info-description {
    font-size: 0.9rem;
    color: #555;
}

.image-container {
    position: relative;
}

.highlight-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #F5C518;
    color: #000;
    text-align: left;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 1.2rem;
}

/* ------------- Efficient end ----------- */

/* ------------- Project Start ----------- */


.arrow-icon {
    font-size: 2.5rem;
    color: #FFC107;
}


.project-title {
    font-size: 14px;
    color: #000;
}

.project-number {
    font-size: 14px;
    color: #666;
}

.project-description {
    font-size: 14px;
    color: #777;
}

.project-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.project-card {
    margin-bottom: 40px;
}

.workflow-icon {
    width: 80px;
    height: 80px;
    background-color: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 3px solid #F5C518;
}

.workflow-title {
    font-weight: 700;
    font-size: 1rem;
    text-transform: none;
    margin-bottom: 10px;
}

.workflow-step p {
    font-size: 0.85rem;
    color: #555;
    font-family: 'PPMori-Regular', sans-serif;
}

@media (max-width: 768px) {
    .workflow-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .workflow-title {
        font-size: 0.9rem;
    }

    .workflow-step p {
        font-size: 0.75rem;
    }


    .ring-image img {
        max-width: 268px;
        height: auto;
    }
}


.process-image img {
    height: auto;
    width: 100%;
}


/* ------------- Project End ----------- */



/* ---------  Build-Workflow-start ----------- */

.build-Workflow-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.workflow-move {
    margin-left: 35px;
}

.box-1 {
    width: 250px;
    background-color: #fff;
    border: 0px solid #ddd;
    margin-left: 246px;
}

.box-2 {
    width: 250px;
    background-color: #fff;
    border: 0px solid #ddd;
    margin-left: 228px;
}

.box-3 {
    width: 250px;
    background-color: #fff;
    border: 0px solid #ddd;
    margin-left: 202px;
}


.box-4 {
    width: 250px;
    background-color: #fff;
    border: 0px solid #ddd;
    margin-left: 62px;
}

.box-5 {
    width: 250px;
    background-color: #fff;
    border: 0px solid #ddd;
    margin-left: 2px;
}

.box-6 {
    width: 250px;
    background-color: #fff;
    border: 0px solid #ddd;
    margin-left: -22px;
}


@media (max-width: 576px) {
    .build-Workflow-title {
        font-weight: bold;
        font-size: 25px;
    }
}

@media (max-width: 768px) {

    .flow {
        display: block !important;
    }

    .box-1 {
        width: 100% !important;
        background-color: #fff;
        border: 0px solid #ddd;
        margin-left: 0px;
    }

    .box-2 {
        width: auto;
        background-color: #fff;
        border: 0px solid #ddd;
        margin-left: 0px;
    }

    .box-3 {
        width: auto;
        background-color: #fff;
        border: 0px solid #ddd;
        margin-left: 0px;
    }


    .box-4 {
        width: auto;
        background-color: #fff;
        border: 0px solid #ddd;
        margin-left: 0px;
    }

    .box-5 {
        width: auto;
        background-color: #fff;
        border: 0px solid #ddd;
        margin-left: 0px;
    }

    .box-6 {
        width: auto;
        background-color: #fff;
        border: 0px solid #ddd;
        margin-left: 0px;
    }
}

/* ---------  Build-Workflow-end ----------- */