.home-hero-section {
    background: linear-gradient(302.56deg, #fff 9.29%, rgba(255, 253, 253, 0) 38.3%), linear-gradient(59deg, #d2f6e3 2.98%, rgba(209, 246, 227, 0) 33.52%), linear-gradient(120.35deg, #f1e0fa 23.52%, rgba(241, 226, 248, 0) 39.05%), linear-gradient(237.1deg, #c7e2f6 17.78%, rgba(255, 255, 255, 0) 92.11%);
    padding-bottom: 55px;
}
.carousel {
    padding: 100px 0 140px 0;
    text-align: center;
    margin: 0 auto;
}
.quote {
    padding-top: 70px;
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 69px;
    text-align: center;
    background: linear-gradient(90.28deg, #191f21 33.43%, #001744 60.1%, #004391 89.88%);
    background-size: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: #00418d;
    mix-blend-mode: normal;
    background-repeat: repeat;
    position: relative;
}
.carousel-inner>.item {
    position: relative;
    display: none;
    animation: .5s ease-in-out;
}
.item {
    max-width: 760px;
    margin: auto;
}
.home-p1 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #191f21;
}
.search-container {
    position: relative;
    /* width: 300px; */
    /* margin: 50px auto; */
}

.search-box {
    width: 80%;
    padding: 17px 0px 17px 32px;
    border: 1px solid #63C4C0;
    border-radius: 30px;
    font-size: 20px;
}

.search-icon {
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
    height: 33px;
    border: 2px solid #200E32; /* circle part */
    border-radius: 50%;
    box-sizing: border-box;
}

.search-icon::before {
    content: '';
    position: absolute;
    right: -4px;
    bottom: -2px;
    width: 10px;
    height: 2px;
    background-color: #200E32; /* handle part */
    transform: rotate(-127deg);
    transform-origin: center center;
}
.home-links-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px auto 0;
    flex-wrap: wrap;
    padding-inline: 16px;
}
.link-to-sub-page {
    padding: 5px 24px;
    background: #CDEAFF;
    border-radius: 32px;
    border: 1px solid #cae7f4;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    color: #000;
    display: block;
}
.active {
    background-color: #18AACA;
    color: #fff;
}
/*section 4 start*/
.home-fourth-section {
    min-height: 1325px;
    background: #f8fcff;
    padding: 50px 0;
}
.project-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-around;
    gap: 20px;
    margin: auto;
}
.card {
    height: 380px;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 2%), 0 10px 40px rgb(22 48 72 / 10%);
    transform-style: preserve-3d;
    transition: ease-in-out 600ms;
}
.card.is-flipped {
    transform: rotateY(180deg);
}
.card-face {
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
    backface-visibility: hidden;
}
.card-face-front {
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.card-face-back {
    border-radius: 20px;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
}
.project-title {
    color: #000;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 0;
    line-height: 22px;
    text-align: left;
    padding-inline: 32px 40px;
    height: 30px;
}
.project-desc {
    font-family: sans-serif;
    letter-spacing: 0.3px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
    padding-left: 32px;
    padding-right: 40px;
    text-align: left;
    height: 100px;
    overflow-y: auto;
}
.rotate-icon {
    margin: 20px;
}
.project-icon-container {
    margin-top: 10px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-icon {
    max-width: 100%;
    max-height: 85px;
    height: 100%;
    object-fit: contain;
    transition: 0.5s ease all;
}
.home-client-logos img {
    height: 100%;
    max-height: 120px;
    object-fit: contain;
    object-position: center;
}
.location {
    color: #6e777a;
    text-align: right;
    font-size: 1rem;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 500;
}
.back-grid-sec-1 {
    height: 305px;
    background: #1c98e7;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px 30px;
    overflow: hidden;
}
.back-grid-sec-1 ul{
    padding-left: 10px;
    height: 125px;
    overflow-x: scroll;
}
.back-grid-sec-1 ul li{
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 15px;
    margin-bottom: 5px;
    list-style: none;
}
.back-homecardcontent {
    height: 205px;
    /* padding: 20px 30px; */
    overflow-y: scroll;
}
.back-grid-sec-2 {
    height: 35px;
    background: linear-gradient(161.44deg, #1c8acf 10.73%, #1ba0f3 96.73%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
}
.back-project-title {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
}
.back-project-p-2 {
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    line-height: 22px;
    padding-top: 8px;
}
.back-project-p-3 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 13px;
    padding-bottom: 10px;
}
.back-project-dec-list {
    padding-left: 10px;
}
.back-project-dec-list li {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 15px;
    margin-bottom: 5px;
    list-style: none;
}
.website-link {
    padding: 8px 11px;
    color: #fff;
    font-size: 12px;
    background-color: #009ee0;
    border-radius: 3px;
    font-weight: 500;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: relative;
    z-index: 999;
    transition: 0.5s ease all;
}
.website-link:hover {
    transform: scale(1.07);
    background-color: #028ac3;
    color: #ffffff;
    transition: 0.5s ease all;
}
.website-link:active {
    transform: scale(1.07);
    background-color: #028ac3;
    color: #ffffff;
    transition: 0.5s ease all;
}
.back-project-scroll {
    position: relative;
    box-sizing: border-box;
    padding-left: 0px;
    height: 136px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 20px;
}
.back-project-scontent {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 14px;
}
.back-project-scroll span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    padding-bottom: 10px;
    display: block;
}
.back-project-scroll p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    margin-block: 0px 5px;
}
.back-project-scroll-media-flex {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-block: 5px;
}
.back-project-scroll-media-flex a {
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.card-flip-social-icon {
    width: 100%;
    height: 100%;
    max-width: 25px;
    margin-right: 5px;
    object-fit: contain;
    object-position: center;
}
input:focus-visible {
    border: 0;
}
@media screen and (max-width: 767px) {
    .project-grid-container {
        grid-template-columns: 1fr;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .project-grid-container {
        grid-template-columns: 1fr 1fr;
    }
    .home-fourth-section {
        min-height: 2500px !important;
        background: #f8fcff;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .project-grid-container {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .home-fourth-section {
        min-height: 1700px !important;
        background: #f8fcff;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .project-grid-container {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
/*section 4 end*/
@media screen and (min-width: 270px) and (max-width:768px) {
    .search-box {
        font-size: 16px;
    }
    .home-p1{
        font-size: 14px;
    }
    .search-box {
        width: 80%;
    }
    .carousel {
        padding: 40px 0 40px 0;
        width: 100%;
    }
    .quote {
        font-size: 24px;
        line-height: 40px;
    }
    .search-icon {
        height: 20px;
        width: 20px;
    }
    .search-icon::before {
        width: 8px;
    }
}
@media screen and (max-width: 767px) {
    .home-links-container {
        width: 100%;
        max-width: 430px;
        padding: 0;
        margin-top: 14px;
    }
    .link-to-sub-page {
        padding: 5px 18px;
        font-size: 14px;
    }
}
.card-skelliton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    border-radius: 4px; /* Adjust as needed */
    position: relative;
    overflow: hidden;
    height: 380px;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 2%), 0 10px 40px rgb(22 48 72 / 10%);
    transition: ease-in-out .6s;
}
@keyframes skeleton-loading {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}
.card-skelliton {
    animation: skeleton-loading 1.5s infinite linear;
}
.card.is-flipped {
    transform: rotateY(180deg);
}
.d-none {
    display: none !important;
}
.jobs-btn {
    font-size: 18px;
    padding: 12px 24px;
    color: #fff;
    background: #18aaca;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin: 40px auto 10px;
}
.jobs-btn:hover {
    box-shadow: 0 14px 15px #64dfff85;
    background-color: #0a7486;
    transition: all .4s ease-in-out;
}
.home-main {
    position: relative;
    box-sizing: border-box;
    margin-left: 76px;
}
@media screen and (max-width: 991px) {
    .home-main {
        margin-left: 0;
    }
}