

body {
    padding-top: 56px;
    /* Space for the fixed navbar */
    font-family: 'Roboto', sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
}

.para,
p {
    color: #333;
}

.whte {
    color: #f4f4f4;
}

.navbar {
    background-color: #ffffff;
    /* Background color */
    box-shadow: 2px 2px 10px rgba(251, 188, 26, 0.08);
}

.navbar-brand,
.nav-link,
.btn {
    font-family: 'Roboto', sans-serif;
}

.header {
    background-color: #1E2545;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.header h1 {
    font-size: 72px;
    font-weight: 700;
    color: #f2f2f2;
}

.header p {
    font-size: 20px;
    margin: 20px 0;
    color: #f4f4f4;
    padding: 0px 280px;

}

.btn-outline-secondary {
    width: 100px;
    /* Fixed width for the language button */
}

.content-box img {
    width: 68px;
    height: 68px;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        flex-direction: column;
        align-items: center;
    }

    .navbar-nav {
        margin-bottom: 10px;
        text-align: center;
    }

    .d-flex.align-items-center.flex-wrap {
        flex-direction: column;
        align-items: center;
        width: 100%;
        /* Ensures full width for better stacking */
        margin-top: 10px;
        /* Spacing between the items */
    }
}

body.bg-dark {
    background-color: #343a40 !important;
    /* Ensuring dark mode background */
    color: #fff;
}

.yellow {

    /* border: 1px solid #FFBF18; */
    background-color: #1E2545;
    color: #f4f4f4;
    padding: 12px 24px;
}

.yellow:hover {
    background-color: #FFBF18;
    color: white;
}

.content-box {
    border: 1px solid grey;
    padding: 20px 30px;
}

.headline {
    text-align: center;
    margin-bottom: 30px;
}

/* about us page */
#mission {
    background-color: #1E2545;
    height: 420px;
    z-index: 1;
    margin-top: -200px;
}

.mi {
    margin-top: 220px;
    color: #f2f2f2;

}

.text-center {
    text-align: center;
    padding: 0px 48px;
}

.core {
    background-color: #F5FAFA;
    text-align: center;
    padding: 32px 32px;
    margin-bottom: 24px;
    flex-shrink: 0;
    text-align: justify;
}

.teammember {
    margin: 16px 0px;
}

.teammember h4,
p {
    margin-bottom: 8px;
}

.yellow {
    color: #FFBF18;
}

.borde {
    border-top: none;
    border-right: 1px solid #FFBF18;
    border-bottom: 4px solid #FFBF18;
    border-left: 1px solid #FFBF18;
}


/* Product Page */

.grey {
    background-color: #F5FAFA;
    padding: 20px;

}

.butn {
    background-color: #1E2545 !important;
    border: none !important;
    height: 40px;
    width: 120px;
}

.rht {
    float: right;
}

.vission {
    margin-bottom: 60px;
}

form .bi {

    font-size: 7px;
    color: #DC3545;
}

.crcle {
    color: #1E2545 !important;
    margin-right: 10px;
}

/* Footer */

.footer {
    background-color: #1E2545;
    color: white;
    padding: 60px 0;
}

.footer .logo img {
    max-width: 200px;
}

.footer .social-icons a {
    color: white;
    margin-right: 16px;
}

.footer .heading {
    margin-bottom: 20px;
    font-weight: bold;
}

.footer .item a {
    font-weight: 300;
    text-decoration: none;
}

.footer .item {
    margin-bottom: 5px;
}


/* single service Page */
#process {
    background-color: #1E2545;
    color: #f2f2f2;
}

.pbox {
    background-color: #272E51;
    border-top: 2px solid #FFBF18;
    padding-top: 30px;
    padding-bottom: 30px;

}

.ppbox {
    background-color: #272E51;
    border-bottom: 2px solid #FFBF18;
    padding-top: 30px;
    padding-bottom: 30px;

}

.bi-check-circle-fill::before {
    color: #272E51;
    /* Change checkmark color */
}

section {
    margin-top: 60px;
}

.head {
    margin-bottom: 40px;
}

.para {
    margin-bottom: 20px;
    line-height: 40px;
}

.pad {
    margin-bottom: 28px;
    line-height: 40px;
}

.icon {
    height: 68px;
    width: 68px;
}

.method {
    height: 328px;
    margin-bottom: 10px;
}

.method p {
    padding: 0px 30px;
    text-align: justify;
}

.yellow-txt {
    font-size: 20px;
    color: #FFBF18;
    margin-bottom: 24px;
}

.imgg {
    margin-bottom: 60px;
    border-radius: 8px;
}

.center-text {
    text-align: center;
    margin-top: 20px;
}

.tabs-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.nav-tabs {
    background-color: #F5FAFA;
    border-radius: 8px;
    width: 320px;
    padding: 5px;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    background-color: transparent;
    color: black;
    border: none;
    cursor: pointer;
    margin: 0 5px;
}

.nav-tabs .nav-link.active {
    background-color: #272E51;
    color: #FFBF18;
    border-radius: 8px;
}

.tab-content {
    margin-top: 20px;
    text-align: center;
}

.tab-content img {
    max-width: 100px;
    /* Adjust as needed */
    margin: 10px;
}

.inner-card {
    border: none;
    background-color: #F5FAFA;
    text-align: center;
    padding: 32px 32px;
    margin-bottom: 24px;
    flex-shrink: 0;
    text-align: justify;
    height: 180px;
}

.message-card {
    border: none;
    padding-right: 50px;
}

.none-border {
    border: none;

}

.space {
    margin-bottom: 100px;
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
    color: #272E51;
    /* Orange for active and hover */
    font-weight: 600;
}

.parallax {
    /* Set a specific height */
    min-height: 400px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-blur {
    padding: 20px;
    border: 1px solid #444444;
    height: 280px;
}

.card h4 {
    margin-bottom: 12px;
}

.card-blur {
    transition: box-shadow 0.3s ease-out;
}

.card-blur:hover {
    box-shadow: 2px 2px 20px rgba(251, 188, 26, 0.3);
}

.style-form {
    /* box-shadow: 0px 2px 30px rgba(127, 17, 224, 0.1) */
    box-shadow: 0px 1px 5px rgba(251, 188, 26, 0.3);
    ;
    padding: 30px;
    border-radius: 8px;
}

.custom-btn {
    background-color: #1E2545 !important;
    border-color: #1E2545 !important;
    padding: 8px 16px;
}

.slide {
    display: block;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pdcenter {
    align-items: center;
    vertical-align: center;

}

.item {
    padding-bottom: .5rem;
}

.item .bi {
    margin-right: .5rem;
}

.margin-top {
    margin-top: 15rem;
}

.card-link {
    text-decoration: none;
    color: inherit;
}

.d-flex img {

    width: 240px;

}


.blur-container {
    position: relative;
    overflow: hidden;
}

.content {
    position: relative;
    z-index: 1;
}

.blur-container::before,
.blur-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: 0;
}

.blur-container::before {
    left: 0;
}

.blur-container::after {
    right: 0;
    transform: scaleX(-1);
}

/* Mobile Application Development */
#features {
    background-color: #F5FAFA;
}

.blue-lne {
    background-color: #1E2545;
    display: block;
    height: 4px;
    width: 100px;
    border-radius: 8px;
}


.accordion {

   
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.panel {
    background-color: #fff;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.panel:last-child {
    border-bottom: none;
}

.panel h4 {
    margin: 0;
    padding: 15px;
    background-color: #1E2545;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}



.panel .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 15px;
}

.panel .content p {
    margin: 15px 0;
}

.panel ol li {
    margin-bottom: 10px;
    margin-top: 10px;
}

.related-projects .card {
    border: none;
    transition: transform 0.2s;
}

.related-projects .card:hover {
    transform: scale(1.05);
}

#Consultation {
    background-color: #1E2545;
    color: white;
}

.container-custom {
    padding: 20px;
    border-radius: 5px;
    color: white;
}

.button-consultation {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-block {
    background-color: #FFBF18;
    border: none;
    color: #1E2545;
    font-weight: 600;
}

.btn-block:hover {
    background-color: #FFBF18;
    border: none;
}

.case-study {
    margin-top: 100px;
}

.case-study img {
    max-width: 100%;
    height: auto;
}

.case-study h3 {
    margin-top: 20px;
}

.accordion-item {
    padding: 16px 0px;
}

/* Software and application development */
.card-custom {
    border: 1px solid black;
    border-radius: 8px;
    background-color: white;
    text-align: center;
    padding: 20px;
    margin: 10px;
    height: auto !important;
}

.circle {
    width: 80px;
    height: 80px;
    background-color: #1E2545;

    border-radius: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.circle i {
    font-size: 20px;
    color: white;
}

.wrapper {
    position: relative;
    width: 100vw;
    overflow: hidden;
}

#hero {
    height: 100vh;
    min-width: 400vw;
    font-family: sans-serif;
    min-height: 600px;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}

.section {
    min-width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;

    flex-direction: column;
    align-items: center;
    text-align: center;
}


.section h1 {
    /* margin-top: 10px; */
    color: #fff;
}

.section ol li {
    /* margin: 5px 0; */
    color: #ccc;
    text-align: left !important;
}

#s5 {
    background: #b3c1ff;
}

#s1,
#s2,
#s3,
#s4 {
    background: #1E2545;
    color: #ccc;
}

#pin {
    background: black;
}

.box {
    width: 100px;
    height: 100px;
    background: #fff;
}

.text-center {
    text-align: center;
    padding: 0px 1px !important;
}
.testimonial {
    margin: 20px 0;
    padding: 20px;
    border-radius: 10px;
    background-color: #f8f9fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-in-out forwards;
}

.testimonial:nth-child(2) {
    animation-delay: 0.2s;
}

.testimonial:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.item {
    display: flex;
    align-items: flex-start;
}

/* Tech Consulting */

            .circle-container {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100vh;
                flex-wrap: wrap;
            }

            .circle {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100px;
                height: 100px;
                background-color: #272E51;
                color: white;
                border-radius: 50%;
                text-align: center;
                font-weight: bold;
                cursor: pointer;
                margin: 0 auto;
                border: 4px solid #FFBF18;

            }

            .circle-container {
                display: flex;
                justify-content: center;
                align-items: center;
                height: auto !important;
                flex-wrap: wrap;
            }

            .content-box {
                background-color: #272E51;
                color: white;
                padding: 20px;
                border-radius: 10px;
                height: 200px;
                text-align: center;
                display: none;
            }

            .content-box.active {
                display: block;
            }

            .content-box h3 {
                margin-top: 0;
                text-align: center;
            }
     /* .content-box p,h3 {
        color: white;
     } */
     .content-box li {
        text-decoration: none;
        list-style: none;
     }

     .content-box {
      text-align: center;
      justify-content: center;
      align-items: center;
     }
     #our-features {
        background-color: #F5FAFA;
    }
    .flex-container {
        display: flex;
        align-items: center; /* Aligns items vertically in the center */
    }
    
    .flex-container h6 {
        margin: 0; /* Removes any default margin */
        padding-right: 10px; /* Adds some space between h6 and p */
        display: inline-flex; /* Ensures h6 and p are on the same line */
        align-items: center; /* Aligns the icon and text vertically */
    }
    
    .flex-container p {
        margin: 0; /* Removes any default margin */
        display: inline-block; /* Ensures h6 and p are on the same line */
    }
    
    #why-us .circle {
        width: 80px;
        height: 80px;
        background-color: #1E2545;

        border-radius: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px auto;
    }

    #why-us .card-custom {
        height: 200px !important;
    }
   
#process-section li {
    color: #FFBF18 !important;
}
#process-section h1 {
    color: #FFBF18 !important;
}
    /* Footer */
    .custom-border {
        border-width: 12px 1px 1px 1px; /* top right bottom left */
        border-style: solid;
        border-color: #272E51;
      }

      i.bi.bi-linkedin {
        font-size: 20px;
    }
    a {
        color: inherit;
        text-decoration: none;
    }

/* Media Queries */

@media (max-width: 568px)  {
  
    .card-blur {
      
        margin-bottom: 20px;
    }
    .header h1 {
        font-size: 44px;
        padding-top: 10px;
    }
    .header p {
        font-size: 18px;
        margin: 20px 0;
        color: #f4f4f4;
        padding: 0px;
    }
    .res {
        margin-top: 40px;
    }
    .parallax {
        min-height: 400px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 160px;
    }
    .para {
        margin-bottom: 20px;
        line-height: 40px;
        text-align: justify !important;
    }
    #mission {
        background-color: #1E2545;
        height: auto;
        z-index: 1;
        margin-top: -200px;
    }
    .vission {
        margin-bottom: 0px;
    }
    .mi {
        margin-top: 200px;
        color: #f2f2f2;
        margin-bottom: 40px;
    }
    .m {

        padding-bottom: 40px;
    }
    #upper {
        margin-top: 160px;
    }
    .grey:nth-of-type(odd) h4 {
        margin-top: 20px;
    }
    .grey:nth-child(even) .butn {
        margin-bottom: 20px;
    }
    .margin-top {
        margin-top: 4rem;
    }
   
    .col-md-6.text-center {
        text-align: left !important;
        margin-left: 10px;
        margin-top: 20px;
    }

    .row.mt-5 {
        margin-top: 20px !important;
    }
    .pb {
        margin-bottom: 20px;
    }
    .row.mb-5 {
        margin-bottom: 0px !important;
    }
  .none-border .text-center {
   padding: 0px 20px !important;
  }

#Consultation h3 {
    font-size: 20px;
    margin-bottom: 16px;
}

#Consultation p {
    font-size: 14px;
    margin-bottom: 16px;
}

.none-border {
    margin-bottom: 28px;
}

  }
  
  .whatsapp-icon {
    position: fixed;
    bottom: 50%;
    right: 0px;
    z-index: 1000;
    background-color: green;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-decoration: none;
    transition: transform 0.3s;
}

    #btn-back-to-top {
  position: fixed;
 
  font-weight: bold;
  bottom: 20px;
  right: 20px;
  height: 40px !important;
  width: 40px !important;
  color: #1E2545;
  display: none;
  background-color: #FFBF18 !important;
}

.pd {
    padding: 0px 10%;
    text-align: center;
    line-height: 28px;
}