html {
    scroll-behavior: smooth;
}


body {
    background-color: #151414;
    /* font-family: "Poppins, serif";*/
    /* background-image: url(./images/home/5301586.jpg); */
}

/* Only necessary with horizontal scrolling */




.hs-2 {
    font-size: 4em;

}

.fs-icon {
    font-size: 4.8em;
}

.hero {
    /* margin-top: 6.5em; */
}

.hero-image {
    font-family: "Poppins", serif;


}











.heading-2 {
    font-size: 2.1em;
    font-family: "Poppins", serif;
}

.heading-3 {
    font-size: 1.2em;
    font-family: "Poppins", serif;

}

.heading-3 span {
    background: -webkit-linear-gradient(left, #eee, #292626b9);
    /* Webkit gradient */
    background: linear-gradient(to right, #cecbcb, #6d6c6c);
    /* Standard gradient */
    -webkit-background-clip: text;
    /* Clip the background to the text */
    color: transparent;
    /* Make the text color transparent to show the gradient */
}

.heading-2 span {
    background: -webkit-linear-gradient(left, #eee, #0c0b0bb9);
    /* Webkit gradient */
    background: linear-gradient(to right, #cecbcb, #6d6c6c);
    /* Standard gradient */
    -webkit-background-clip: text;
    /* Clip the background to the text */
    color: transparent;
    /* Make the text color transparent to show the gradient */
}

.navbar {
    border-radius: 5px;
    padding: 10px;
    padding-bottom: 1.5em;
    width: 91%;
    margin: 0 auto;
    padding-top: 1.5em;
    font-size: 1em;
}

.navbar-nav .nav-link {
    color: white;
    font-weight: 600;


}

.navbar-nav .nav-link:hover {
    color: #ffc300;
}

.navbar .navbar-brand img {
    border-radius: 10px;
}

.hero-vertical-image-stack {
    margin-left: 7em;
}



.yellow-bar {
    height: 0.3em;
    width: 1.2em;
    background-color: #ffc300;
    border-radius: 2em;
    margin-bottom: 10px;
    box-shadow: 0 0 15px #ffc30088;
}


.hero-title h1 {
    color: white;
    font-size: 10vh;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.2em;
    font-family: Poppins, serif;
    /* margin-top: 2em; */
    /* letter-spacing:0.5px; */
}

.hero-title h1 span {
    display: block;
}
.first-image-stack {
    height: 18.6vh;
    width: 27vw;
    max-height: 20vh;
    max-width: 27vw;
    border-radius: 200px;
    overflow: hidden; /* keeps border-radius effect on image */
}

.img-fill {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius:100px;
}



/*.first-image-stack {*/
/*    height: 18.6vh;*/
/*    width: 27vw;*/
/*    max-height: 20vh;*/
/*    max-width: 27vw;*/

/*    background-image: url(./images/home/dream.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    border-radius: 200px;*/
/*}*/

/*.second-image-stack{*/
/*      background-image: url('./images/home/2.jpg') !important;*/
/*      background-size:cover;*/

/*}*/
/*.third-image-stack{*/
/*      background-image: url('./images/home/3.avif') !important;*/
/*      background-size:cover;*/

/*}*/

.hero-vertical-image-stack .col-md-12:nth-of-type(2) .first-image-stack {
}





/* .second-image-stack {*/
/*    height: 18vh;*/
/*    width: 27vw; */
/*    max-height: 20vh;*/
/*    max-width: 27vw;*/
/*    background-image: url(./images/home/second.jpeg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    border-radius: 200px;*/
/*} */



.stack-text {
    font-weight: 500;
    color: white;
    font-size: 1.2em;
    padding-right: 1em;
}

/* .client-awards{
    border-top: 1px solid rgba(133, 128, 128, 0.11);
    border-bottom:  1px solid rgba(133, 128, 128, 0.11);
    margin-top: 10em;

}

.client-awards-content {

    width: 88%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 1.2em;
    color: white;
    font-family: "Poppins";
    padding:30px;



} */

.client-awards {
    position: relative;
    margin-top: 10em;
    color: white;
    font-family: "Poppins";
    overflow: hidden;
}

/* Animated expanding borders */
.client-awards::before,
.client-awards::after {
    content: "";
    position: absolute;
    height: 1px;
    background: rgba(133, 128, 128, 0.11);
    width: 0;
    transition: width 2.6s ease-in-out;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1;
}

.client-awards::before {
    top: 0;
}

.client-awards::after {
    bottom: 0;
}

.client-awards.animate-border::before,
.client-awards.animate-border::after {
    width: 100%;
}

.client-awards-content {
    position: relative;
    width: 88%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 1.2em;
    color: white;
    font-family: "Poppins";
    padding: 41px;
    z-index: 2;
    flex-wrap: wrap;
    gap: 1em;
}

/* Fade-up animation styles */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease;
}

.is-inview.fade-up {
    opacity: 1;
    transform: translateY(0);
}

/* Optional: Stagger delays */
.delay-0 {
    transition-delay: 0s;
}

.delay-1 {
    transition-delay: 0.2s;
}

.delay-2 {
    transition-delay: 0.4s;
}

.delay-3 {
    transition-delay: 0.6s;
}

.delay-4 {
    transition-delay: 0.8s;
}




.we-connect h2 {
    font-size: 3em;
    color: white;
    margin-top: 8em;
}

.we-connect-image {
    height: auto;
    /* width:auto; */
    /* width: 50%; */
}

/*.we-connect-image {*/
/*    height: 65vh;*/
/*    margin-top: 10em;*/
/*    background-image: url(./images/home/man.png);*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    border-radius: 2em 2em 2em 2em;*/

/*}*/

.we-connect-image {
    height: 60vh;
    margin-top: 10em;
    border-radius:10px;
    
  
    overflow: hidden; 
}

.img-fill-we-connect {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius:10px;
}


.business-moto {
    width: 88%;
    margin: 0 auto;
}

.circle {
    background: #ffc300;
    width: 15vh;
    height: 15vh;
    border-radius: 50%;
    display: flex;
    /* or inline-flex */
    align-items: center;
    justify-content: center;
}

.brew {
    height: auto;
}

.service-box {


    height: auto;
    width: 90%;
    margin: 0 auto;
    border: 2px solid rgba(156, 156, 156, 0.082);
    border-radius: 1.5em;
    font-family: "poppins", serif;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 1em;
    padding-left: 2em;
    padding-right: 2em;
    /* padding-right: 1em; */



}

.service-box-title {
    font-size: 2.3em;
    display: flex;
    align-items: center;

}

.service-box-content {
    font-size: 1.2em;
    font-family: poppins, serif;
    /* padding-right: 2em; */
    color: rgba(255, 255, 255, 0.596);
    font-weight: 300;



}

.testimonials {
    width: 88%;
    margin: 0 auto;
}

.testimonials-title-block {
    text-align: center;
}

.tiny-title,
.tiny-title-service {
    text-transform: capitalize;
    color: white;
    font-family: "poppins", serif;

}

.tiny-title::before,
.tiny-title-service::before {
    content: '';
    height: 0.3em;
    width: 1em;
    background-color: #ffc300;
    color: #ffc300;
    position: absolute;
    margin-left: -1.5em;
    margin-top: 0.6em;
    border-radius: 0.2em;

}

.tiny-title::after {
    content: '';
    height: 0.3em;
    width: 1em;
    background-color: #ffc300;
    color: #ffc300;
    position: absolute;
    margin-left: 0.5em;
    margin-top: 0.6em;
    border-radius: 0.2em;


}

.main-title {
    text-transform: capitalize;
    color: white;
    padding-top: 0.5em;
    font-size: 3em;
    font-family: "poppins", serif;


}

.testimonials {
    margin-top: 5em;
    width: 88%;
    margin: 0 auto;
}

.testimonial-messages {

    display: inline-flex;
    gap: 5vw;
    justify-content: center;
}

.message-header {

    height: auto;
    width: 100%;
    display: flex;
    /* Enables Flexbox */
    justify-content: space-between;
    /* Pushes divs to opposite ends */
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.226);

}

.message-primary {

    height: auto;
    width: auto;
    width: 40%;
    /* background-color: red; */
    border-radius: 2em;
    border: 1px solid rgba(255, 255, 255, 0.164);
}


.message-secondary {

    height: 60%;
    width: 39%;
    /* background-color: rgb(7, 179, 84); */
    border-radius: 2em;
    border: 1px solid rgba(255, 255, 255, 0.164);


}

.message-content {
    height: auto;
    width: auto;
    color: white;
    font-family: "poppins", serif;
    font-size: 1.2em;


}


.message-footer {
    height: 18vh;
    width: 100%;
    color: white;
    /* background-color: rgb(216, 11, 79); */
    /* border-bottom-right-radius: 2em;
    border-bottom-left-radius: 2em; */
    border-top: 1px solid rgba(255, 255, 255, 0.164);
    font-family: "poppins", serif;


}



/*.circle-image {*/
/*    background: #ffc300;*/


/*    width: 10vh;*/
/*    height: 10vh;*/
/*    border-radius: 50%;*/
/*    display: flex;*/
    /* or inline-flex */
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
.message-secondary .circle-image {
    width: 10vh;
    height: 10vh;
    border-radius: 50%;     /* makes it a circle */
    overflow: hidden;       /* ensures img fits inside the circle */
}

.message-primary .circle-image {
    width: 10vh;
    height: 10vh;
    border-radius: 50%;     /* makes it a circle */
    overflow: hidden;       /* ensures img fits inside the circle */
}

.img-circle-fill {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/*.message-primary .circle-image{*/
/*    background-image:url('./images/home/arun-wls.webp');*/
/*    background-size:cover;*/
    
/*}*/

/*.message-secondary .circle-image{*/
/*    background-image:url('./images/home/aishwarya.webp');*/
/*    background-size:cover;*/
    
/*}*/

/* .footer-contents {
    position: relative;
    display: flex;
    justify-content: space-between;
} */



.form-wrapper {
    width: 60%;
    margin: 0 auto;
    margin-top: 5em;
}

.custom-input {
    background-color: transparent !important;
    border-top: none !important;
    border-left: none !important;

    border-right: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.137);

}


input::-webkit-input-placeholder {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.555) !important;
    font-family: "poppins", serif;
}

.tiny-title-transfom {
    font-size: 2em;
    color: white;
    width: 520px;
    margin: 0 auto;
    font-family: poppins;
    display: block;
    position: relative;

}

.tiny-title-transfom::before {
    content: "";
    display: inline-flex;
    height: 0.3em;
    width: 1em;
    background-color: #ffc300;
    margin-left: -2em;
    margin-top: 0.6em;
    position: absolute;
    border-radius: 20px;
}

.tiny-title-transfom::after {
    content: "";
    display: inline-flex;
    height: 0.3em;
    width: 1em;
    background-color: #ffc300;
    margin-left: 1em;
    margin-top: 0.6em;
    position: absolute;
    border-radius: 20px;

}

.title-with-strike {
    font-size: 2.1em;
    width: 75%;
    margin: 0 auto;
    color: white;
    padding-top: 0.5em;
}

/*** About us page **/
.container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    position: relative;
    width: 27rem;
    height: 18rem;
    margin: 10px;
    border: none;
    text-align: center;
    background-color: rgb(34, 33, 33);
    border-radius: 20px;
    border: 1px solid rgba(153, 150, 150, 0.096);
}

.circle {
    position: absolute;
    top: -30px;
    /* Make sure the circle is fully above the card */
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ffffff;
    /* Yellow circle */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card-body {
    padding-top: 60px;
    /* To make sure content doesn't overlap the circle */
}

.card-title,
.card-text {
    margin-top: 20px;
    color: white;
    font-family: "Poppins";

}


.card-text {
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.664);
    font-family: "Poppins";
    font-weight: 300;

}

.accordion {
    --bs-accordion-bg: transparent !important;
    --bs-accordion-border-color: none !important;
}

.accordion-item {
    padding: 10px;
}



.accordion-button {
    background-color: transparent !important;
    border: 1px solid #ffc300;
    border-radius: 50px;
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    position: relative;
    padding-right: 45px;
    /* Adjust space to make room for the circle */


}

.accordion-item:not(:first-child) .accordion-button {
    background-color: transparent !important;
    border: 1px solid rgba(126, 123, 123, 0.158);
    /* White border for the rest of the items */
    border-radius: 50px;
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    position: relative;

}

/* Add the circle around the arrow */
.accordion-button::after {
    content: "";
    position: absolute;
    right: 15px;
    /* Position the circle to the right */
    top: 50%;
    transform: translateY(-50%);
    /* Vertically center the circle */
    width: 50px;
    /* Size of the circle */
    height: 50px;
    /* Size of the circle */
    background-color: rgb(255, 255, 255);
    /* Circle color */
    border-radius: 50%;
    /* Make it a circle */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Add the SVG arrow inside the circle */
.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
    background-size: 12px 12px;
    /* Size of the arrow inside the circle */
    background-repeat: no-repeat;
    background-position: center;
    /* Center the arrow inside the circle */
}

/* Rotate the arrow when the accordion item is open */
.accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(180deg);
    /* Rotate the arrow */
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #212529;
}


.tiny-title-h1 {
    /* text-transform: capitalize; */
    color: white;
    font-family: "poppins", serif;
    font-size: 2em;
    width: 35%;
    margin: 0 auto;

}

.tiny-title-h1::before {
    content: '';
    height: 0.2em;
    width: 0.8em;
    background-color: #ffc300;
    color: #ffc300;
    position: absolute;
    margin-left: -2em;
    margin-top: 6vh;
    border-radius: 0.2em;

}

.tiny-title-h1::after {
    content: '';
    height: 0.2em;
    width: 0.8em;
    background-color: #ffc300;
    color: #ffc300;
    position: absolute;
    margin-left: 1.5em;
    margin-top: -0.5vh;
    border-radius: 0.2em;


}

.diagonal-strike {
    position: relative;
    display: inline-block;
}

.diagonal-strike::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 110%;
    height: 5px;
    /* Adjust thickness */
    background-color: #ffc300;
    /* Change color as needed */
    transform: rotate(30deg);
    /* Adjust angle for a perfect diagonal */
    transform-origin: 0 50%;
    border-radius: 5px;
}


/**Blogs*/

.blog-listings {
    font-family: Poppins, sans-serif;
    display: flex;
    flex-wrap: wrap;
    /* Allows items to move to the next row */
    width: 85%;
    margin: 0 auto;
    justify-content: space-between;
    box-sizing: border-box;
}

.blog {
    width: 30%;
    /* Each div takes 30% width */
    text-align: center;
    margin-bottom: 20px;
    /* Default margin for spacing between rows */
    border: 1px solid rgba(197, 196, 196, 0.089);
    border-radius: 10px;

}

.blog-title-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;

}

.category-wrapper {
    width: 50%;
    padding: 5px;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    color: rgb(0, 0, 0);
    font-size: 0.85em;
    margin-top: 20px;
    margin-bottom: 20px;


}

.blog-title,
.reading-time {
    color: white;
    text-align: left;
    font-size: 0.9em;
    padding: 5px;
}

/* Add extra bottom margin only to the last row */
.blog:nth-last-child(-n+3) {
    margin-bottom: 10em !important;
    /* Adjust the margin for the last row */
}

/*Case study*/

.comparison {
    display: flex;
    flex-wrap: wrap;
    width: 88%;
    margin: 0 auto;
    font-family: "Poppins";
    padding-left: 1em;
    padding-top: 4em;
}

.comparison-approach,
.comparison-outcome {
    height: fit-content;
    width: 45.2%;
    color: white;
    border: 1px solid rgba(196, 193, 193, 0.096);
    margin: 20px;
    border-radius: 25px;

}

/* .comparison-outcome {
 
    width: 45%;
    color: white;
    border: 1px solid rgba(196, 193, 193, 0.096);
    margin: 10px;
    border-radius: 25px;
    
    padding: 15px;
   
} */

.company-logo-main {
    width: 45%;
    margin: 25px;
    /* border: 1px solid white; */
    display: flex;
    flex-direction: column;
    /* Stack the child elements vertically */
    justify-content: flex-end;
    /* Push the image to the bottom */
    margin-top: -2em;


}

.company-logo-main img {
    /* width: 95%; Set image width to fill the container */
    /* height: auto; */
    border-radius: 28px;
    /* margin-top: -5em; */

}

.comparison-header {
    color: white;
    font-size: 2.3em;
    font-weight: 300;
    padding: 15px;
    /* border-bottom: 1px solid white; */

}

.comparison-content ul li {
    padding-top: 10px;
    margin-left: -10px;
}

.comparison-content ul li::marker {
    color: rgb(8, 206, 8);
    /* Change this to your desired color */
    font-size: 1.2em;

}

.form-wrapper-contact {
    padding: 50px;
    font-family: "Poppins";
}

/**Footer*/

.links ul {
    color: red !important;
}


.links ul li {

    padding-top: 35px !important;
    font-size: 0.83em;
    /* color: red !important; */


}


.links ul li a {

    /* padding: 10px; */
    text-decoration: none !important;
    /* color: #ffc300; */



}



/**Services*/

.services-title-block {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 4em;
}





.tiny-title-service {
    text-transform: capitalize;
    color: white;
    font-family: "poppins", serif;
    /* padding: 18px; */
    margin-top: 15em;
    padding-left: 2.2%;

}

.tiny-title-service::before {
    content: '';
    height: 0.3em;
    width: 1em;
    background-color: #ffc300;
    color: #ffc300;
    position: absolute;
    margin-left: -1.5em;
    margin-top: 1.5vh;
    border-radius: 0.2em;

}

.service-container {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    height: fit-content !important;
    /* padding:1em; */
    margin-top: 7em;
}

.service-container-text {
    border-radius: 20px;
    height: auto;
    width: 65%;
    border: 1px solid rgba(209, 207, 207, 0.082);
    display: flex;
    padding-left: 30px;
    padding-top: 30px;
    font-size: 0.92em;
}

.service-container-text h2 {
    color: white;
}

.service-container-text p {
    color: rgba(221, 218, 218, 0.562);
    font-weight: 200;
    /* width: 100%; */
}

.service-container ul li {

    font-size: 0.95em;
    font-weight: 200;
    color: rgba(221, 218, 218, 0.562);
    padding-top: 6px;

}

.service-container ul li span {

    font-size: 0.95em;
    font-weight: 500;
    color: rgba(201, 200, 200, 0.644);
    font-size: 1.08em;

}


.service-container-img {
    width: 33%;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-left: 1.5em;
}

.service-container-img:nth-child(even) {
    width: 33%;
    display: flex;
    flex-direction: column;
    height: 100%;

}


.service-container-circle {
    background-color: white;
    height: 90px;
    width: 90px;
    color: black;
    font-size: 3.5em;
    text-align: center;
    border-radius: 50%;
    font-family: poppins;
}

.primary-border {
    width: 75%;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 255, 0.452);
    padding: 1.1em;
    height: auto;
    margin-top: 2em;
    border-radius: 2em;

}

.secondary-wrapper {
    background-color: #1e1d21;
    width: 100%;
    margin: 0 auto;
    height: auto;
    border-radius: 1.5em;

    box-sizing: border-box;

}

.main-wrapper {

    text-align: center;

}




.sub-title {
    color: rgba(255, 255, 255, 0.637);
    /* font-size: 1.2rem; */
    font-weight: 200;
    padding-top: 20px;
    width: 90%;
    font-size: clamp(1rem, 2vw + 0.1rem, 1.2rem);

}

/* .centered-text {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(./images/home/Workspace.jpeg); 
    background-size: cover;
        background-position: center;
    color: rgb(0, 0, 0); 
    position: relative;
    text-align: center;
  }

  
  .text-overlay {
    font-size: 24px;
    font-weight: bold;
  } */

/**Footer*/

.footer {
    background-color: rgba(0, 0, 0, 0.253);
    margin-top: 5em;
    padding: 5em;
    margin-bottom: 2em;
    height: auto;
    margin-bottom: 5em;

}

.container-footer ul li {
    list-style: none;
    text-decoration: none;
    padding-bottom: 1em;
    font-family: "Poppins";
    font-size: 0.83em;

}

.container-footer ul li a {
    text-decoration: none;
    color: white;



}

.icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    /* Adjust size */
    height: 30px;
    border-radius: 50%;
    background-color: #f0f0f0;
    /* Light background, change as needed */
    color: #333;
    /* Icon color */
    margin: 5px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.icon-circle i {
    font-size: 0.8em;
}

.icon-circle:hover {
    background-color: #333;
    /* Darker background on hover */
    color: #fff;
    /* White icon on hover */
}




/**** Media Query ****/

@media (max-width: 480px) {
    
    .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

    .social-icons{
        justify-content: flex-start !important;
    }
    .footer-company-details{
        margin-left: 2em;
        margin-bottom:3em;
        margin-top: 3em;
    }
    .footer-bottom{
        display: block !important;
    }

    .hero-title {
        margin-top: 3em;
    }

    .hero-title h1 {
        color: white;
        font-size: 6vh;
        font-weight: 700;
        letter-spacing: -0.05em;
        line-height: 1.2em;

        /* letter-spacing:0.5px; */
    }

    .yellow-bar {
        height: 0.3em;
        width: 1.2em;
        background-color: #ffc300;
        border-radius: 2em;
        margin-bottom: 10px;
        box-shadow: 0 0 15px #ffc30088;
        margin-bottom: 2.5em;
    }

    .hero-title h1 span {
        display: block;
    }

    .hero-vertical-image-stack {
        display: none !important;

    }

    .first-image-stack {
        width: 100%;
    }

    .stack-text {
        display: none;
    }

    .sub-title {
        color: rgba(255, 255, 255, 0.637);
        font-size: 1.08em;
        font-weight: 200;
        padding-top: 20px;
        width: 99%;
        margin: 0 auto;
    }

    .client-awards {
        /*position: relative;*/
        /*margin-top: 5em;*/
        /*color: white;*/
        /*font-family: "Poppins";*/
        /*overflow: hidden;*/
        display:none;
    }

    .client-awards-content {
        /*position: relative;*/
        /*width: 95%;*/
        /*display: flex;*/
        /*flex-direction: column;*/
        /*gap: 10px;*/
        /*font-size: 1.2em;*/
        /*color: white;*/
        /*font-family: "Poppins";*/
        /*padding: 41px;*/
        display:none;
    }

    .client-awards-content i.bi-star-fill {
        display: none !important;
    }
    .we-connect{
        margin-top:-4em;
    }

    .we-connect-image {
        height: 27vh;
        margin-top: 6em;
    }

    .service-box {

        width: 95%;
        margin: 0 auto;
        height: auto;
        border: 2px solid rgba(156, 156, 156, 0.082);
        border-radius: 1.5em;
        font-family: "poppins", serif;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 1em;
        margin-top: 1em;
        margin-bottom: 1em;

    }

    .service-box-title {
        font-size: 1.5em;


    }

    .service-box-content {
        font-size: 1em;
        font-family: poppins, serif;
        color: rgba(255, 255, 255, 0.596);
        font-weight: 300;
        text-align: left !important;
        width: 100%;
        /* padding-left: 13.5%; */

    }

    .service-listing .service-box:nth-of-type(even) .service-box-title {
        order: 1;
        color: #ffffff;
    }

    .service-listing .service-box:nth-of-type(even) .service-box-content {
        order: 2;
        text-align: left !important;
        width: 100%;
        /* padding-left: 13.5%; */
    }

    /**Alread in use in homepage on testimonials*/
    .tiny-title-h1::before {

        margin-top: 0.66vh;

    }

    .testimonial-messages {
        display: flex;
        flex-direction: column;
    }

    .message-primary,
    .message-secondary {
        width: 99%;
        margin: 0 auto;
    }

    .message-content {
        font-size: 1em;
    }

    .message-footer {
        height: 21vh;
    }

    .circle-image {
        width: 4.5em;
        margin-top: 0.5em;
        height: 4.5em;
        border-radius: 50%;



    }
    .footer{
        padding:0em;
    }

    .page-footer-contents {
        width: 90%;
        margin: 0 auto;
    }

    .primary-border {
        width: 94%;
    }

    .title-with-strike {
        font-size: 1.3em;
        width: 100%;
        margin: 0 auto;
        color: white;
    }

    .main-wrapper p {
        width: 98%;
        margin: 0 auto;
        color: white;
        font-family: poppins;
        padding-top: 1em;
    }
    .tiny-title-transfom {
        width: 300px !important;
        margin: 0 auto;
        margin-bottom: 2em;
    }



}

@media (min-width: 481px) and (max-width: 767px) {

    .yellow-bar {
        margin-bottom: 1.5em;
    }

    .hero-title h1 {
        font-size: 5em;
    }

    .sub-title {
        font-size: 1.5em;
        color: white;
        margin-top: 1.8em;
    }

    .hero-vertical-image-stack {
        display: none;
    }

    .client-awards-content {
        position: relative;
        width: 88%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        font-size: 1.2em;
        color: white;
        font-family: "Poppins";
        padding: 41px;
        z-index: 2;
        flex-direction: column;

        gap: 1em;
    }


    .hero-title h1 span {
        display: block;
    }

    .first-image-stack {
        width: 100%;
    }

    .stack-text {
        display: none;
    }

    .client-awards {
        position: relative;
        margin-top: 5em;
        color: white;
        font-family: "Poppins";
        overflow: hidden;
    }

    .client-awards-content i.bi-star-fill {
        display: none !important;
    }

    .we-connect-image {
        height: 38vh;
    }

    .service-box {

        width: 95%;
        margin: 0 auto;
        height: auto;
        border: 2px solid rgba(156, 156, 156, 0.082);
        border-radius: 1.5em;
        font-family: "poppins", serif;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 1em;

    }

    .service-box-title {
        font-size: 1.5em;


    }


    .service-box-content {
        font-size: 1em;
        font-family: poppins, serif;
        color: rgba(255, 255, 255, 0.596);
        font-weight: 300;
        text-align: left !important;
        width: 100%;
        padding-left: 10%;

    }


    .service-listing .service-box:nth-of-type(even) .service-box-title {
        order: 1;
        color: #ffffff;
    }

    .service-listing .service-box:nth-of-type(even) .service-box-content {
        order: 2;
        text-align: left !important;
        width: 100%;
        padding-left: 10%;
    }

    .testimonial-messages {
        display: flex;
        flex-direction: column;
    }

    .message-primary,
    .message-secondary {
        width: 99%;
        margin: 0 auto;
    }

    .message-content {
        font-size: 1.2em;
    }

    .message-footer {
        height: 21vh;
    }

    .circle-image {
        width: 4.5em;
        margin-top: 0.5em;
        height: 4.5em;
        border-radius: 50%;



    }

    .social-icons{
        justify-content: flex-start !important;
    }
    .footer-company-details{
        margin-left: 2em;
        margin-bottom:3em;
        margin-top: 3em;
    }
    .footer-bottom{
        display: block !important;
    }


  

}

@media (min-width: 768px) and (max-width: 1024px) {
    /* iPads, Android tablets */

    .hero-title h1 {
        color: white;
        font-size: 10vh;
        font-weight: 700;
        letter-spacing: -0.05em;
        line-height: 1.2em;
        margin-top: -1em;
        width: 235%;
        margin-top: 1em;
    }

    .hero-image {
        display: none !important;
    }



    .sub-title {
        color: rgba(255, 255, 255, 0.637);
        font-size: 1.08em;
        font-weight: 200;
        padding-top: 20px;
        width: 99%;
        margin: 0 auto;
    }

    .client-awards {
        position: relative;
        margin-top: 5em;
        color: white;
        font-family: "Poppins";
        overflow: hidden;
        text-align: center;
    }

    .client-awards-content {
        width: 99%;
        margin: 0 auto;
        font-size: 2em;
    }

    .client-awards-content i.bi-star-fill {
        display: none !important;
    }

    .we-connect-image {
        height: 40vh;
        margin-top: 15em;
        background-color: black !important;
    }

    .message-primary {
        width: 49%;
    }

    .message-secondary {
        width: 46%;
    }

    .testimonials {
        width: 98%;
    }

    .testimonial-messages {
        gap: 2vw;
    }


}

@media (min-width: 1025px) and (max-width: 1200px) {
    /* Small laptops or large tablets in landscape */

    .hero-title h1 {
        font-size: 5em;
    }

    .first-image-stack {
        height: 13vh;
    }

    .hero-vertical-image-stack {
        margin-left: 5em;
    }

    .stack-text {
        margin-right: 0.8em;
    }

    .client-awards-content {
        font-size: 1em;

        width: 95%;
    }

    .we-connect-image {
        height: 49vh;
    }

    .we-connect h2 {
        margin-top: 5em;
    }

    .service-box {
        width: 95%;
    }

    .testimonials {
        width: 95%;
    }

    .message-content {
        font-size: 1em;
    }

    .message-footer {
        height: 15vh;
    }

    .quote bi {
        font-size: 3em;
    }

}



/* Large desktops or wide QHD monitors */
@media (min-width: 1441px) and (max-width: 1920px) {

    .hero {
        margin-top: 5em;
    }

    .hero-vertical-image-stack {
        margin-left: 7em;
    }

    .stack-text {
        font-size: 1.3em !important;
        margin-right: 0.5em;
    }

    .sub-title {
        font-size: clamp(1rem, 2vw + 0.1rem, 1.8rem);
    }

    .client-awards-content {
        font-size: 1.2em;
    }

    .hero-title h1 {
        color: white;
        font-size: 5.5em;
        font-weight: 700;
        letter-spacing: -0.05em;
        line-height: 1.2em;
        font-family: Poppins, serif;
        /* margin-top: 2em; */
        /* letter-spacing:0.5px; */
    }

    .hero-title h1 span {
        display: block;
    }

    /*.first-image-stack {*/
    /*    height: 19vh;*/
    /*    width: 26vw;*/
    /*    max-height: 21vh;*/
    /*    max-width: 27vw;*/

    /*    background-image: url(./images/home/Workspace.jpeg);*/
    /*    background-repeat: no-repeat;*/
    /*    background-size: cover;*/
    /*    border-radius: 200px;*/
    /*}*/

    .we-connect h2 {
        font-size: 2.5em !important;
        margin-top: 4em;
    }

    .we-connect-p {
        font-size: 1.3em !important;
    }

    .we-connect-image {
        height: 55vh;
    }

    .service-box {
        width: 90%;
    }

    .service-box-title {
        font-size: 4em;
    }

    .service-box-content {
        font-size: 1.6em;
    }

    .message-content {
        font-size: 1.2em;
    }

    .testimonial-footer-job-designation {
        font-size: 1.4em !important;
    }

    .testimonial-footer-employee-name {
        font-size: 1.8em !important;
    }

    .star-rating {
        font-size: 1.8em;
    }

}

/* Ultra-wide or 4K setups */
@media (min-width: 1921px) and (max-width: 2560px) {


    .hero {
        margin-top: 8em;
    }

    .yellow-bar {
        margin-bottom: 3em;
    }

    .sub-title {
        font-size: 2em;
    }

    .hero-vertical-image-stack {
        margin-left: 7em;
    }

    .hero-title h1 {
        color: white;
        font-size: 10vh;
        font-weight: 700;
        letter-spacing: -0.05em;
        line-height: 1.2em;
        font-family: Poppins, serif;
        /* margin-top: 2em; */
        /* letter-spacing:0.5px; */
    }

    .hero-title h1 span {
        display: block;
    }

    /*.first-image-stack {*/
    /*    height: 17vh;*/
    /*    width: 27vw;*/
    /*    max-height: 20vh;*/
    /*    max-width: 27vw;*/

        /*background-image: url(./images/home/Workspace.jpeg);*/
    /*    background-repeat: no-repeat;*/
    /*    background-size: cover;*/
    /*    border-radius: 200px;*/
    /*}*/

    .client-awards-content {
        font-size: 1.8em;
    }

    .we-connect h2 {
        font-size: 4em !important;
        margin-top: 2em;
    }

    .we-connect-p {
        font-size: 2.2em !important;
    }

    .we-connect-image {
        height: 48vh;
    }

    .service-box-title {
        font-size: 3.5em;

    }

    .service-box-content {
        font-size: 2.1em;
    }

    .tiny-title {
        font-size: 1.5em;
    }

    .message-header .bi-quote {
        font-size: 6em !important;
    }

    .message-content {
        font-size: 2.3em;
    }

    .testimonial-footer-employee-name {
        font-size: 2.5em !important;
    }

    .testimonial-footer-job-designation {
        font-size: 2em !important;
    }

    .star-rating {
        font-size: 2em;
    }
}

/* Extreme monitors (5K or ultra-wide 4K) */
@media (min-width: 2561px) {

    .hero {
        margin-top: 20em;
    }

    .sub-title {
        font-size: 3.5em;
    }

    .hero-vertical-image-stack {
        margin-left: 16em;
    }

    .stack-text {
        font-size: 3em !important;
        margin-right: 15px;
    }

    .hero-title h1 {
        color: white;
        font-size: 10vh;
        font-weight: 700;
        letter-spacing: -0.05em;
        line-height: 1.2em;
        font-family: Poppins, serif;
        /* margin-top: 2em; */
        /* letter-spacing:0.5px; */
    }

    .hero-title h1 span {
        display: block;
    }

    .first-image-stack {
        height: 17vh;
        width: 27vw;
        max-height: 20vh;
        max-width: 27vw;

        background-image: url(./images/home/Workspace.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 200px;
        border-radius: clamp(10%, 50%, 200px);

    }

    .client-awards-content {
        font-size: 2.5em !important;
        margin-top: 5em;
        margin-bottom: 5em;
    }

    .service-box {
        width: 95%;
    }

    .we-connect h2 {
        font-size: 5em !important;
        margin-top: 3em;
    }

    .we-connect-image {
        height: 52vh;
    }

    .we-connect-p {
        font-size: 3.4em !important;
    }

    .service-box-title {
        font-size: 5em;

    }

    .service-box-content {
        font-size: 3.2em;
    }

    .tiny-title {
        font-size: 2em;
    }

    .message-header .bi-quote {
        font-size: 8em !important;
    }

    .message-content {
        font-size: 3em;
    }

    .testimonial-footer-employee-name {
        font-size: 3em !important;
    }

    .testimonial-footer-job-designation {
        font-size: 2em !important;
    }

    .star-rating {
        font-size: 3.5em;
    }
}