.btn-collapse
 {
    
    text-transform: none !important;
}

.button_application_start {
    color: black;
    font-family: roboto, sans-serif;
    font-size: 20px;
    background-color: #fee7b6;
    border: 1px solid #b9c9c8;
    border-radius: 30px;
    padding: 10px 30px;
    text-decoration: none;
    cursor: pointer;
}


.what_you_work_box {
    background-color: white;
    color: black;
    padding: 20px;
    height: 250px;
}

.what_you_work_row {
    /* margin-top: -20%; */
}

.four_tiles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.solution_head {
    margin-top: 70px;
    font-size: 20px !important;
}

.solution_p {
    display: none;
}

.solution_p>h4 {
    font-size: 20px !important;
}

.what_you_work_box:hover {
    background-color: #da591b;
    /* transition: all 1.3s ease-in-out;
    animation-delay: 5s; */
    color: white !important;
}

.what_you_work_box:hover .solution_head {
    display: none;
}

.what_you_work_box:hover .solution_p {
    display: block;
    /* content: "A wild text appears"; */
}


.blink {
    animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.tooltip.fade {
    opacity: 1 !important;
    transition: none !important;
}

.tooltip-inner {
    background-color: #da591b !important;
}

.tooltip-arrow {
    border-top-color: #da591b !important;
}

.tooltip-arrow::before,
.tooltip-arrow::after {
    border-top-color: #da591b !important;
}


ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;

}

.better {
    padding-left: .2em;
    margin-right: 2em;
}

.better:before {
    content: "\F26A";
    font-family: bootstrap-icons !important;
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space);
    justify-content: center;
    align-items: center;
    line-height: 30px;
}

/* flip image */

.flip-card {
    background-color: transparent;
    width: 250px;
    height: 400px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #183763;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
}

.flip-card-front p {
    padding-left: 10px;
    padding-top: 20px;
    padding-right: 20px;
    color: #183763;
    font-size: 16px;
}

.flip-card-front p>span {
    color: #183763;
    font-weight: bold;
}

.h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    padding-left: 10px !important;
    padding-bottom: 1px !important
}

.p1 {
    font-size: 13px;
    padding-left: 10px;
}


.div1 {
    position: absolute;
    top: 33%;
    left: 7%;
    z-index: 9999;
    width: 250px;
    /* height: 102px; */
    text-align: center;
    border: 1px solid #fddd71;
    border-radius: 10px;
    font-size: 12px;
    padding: 5px;
    background-color: #fff2cc;
}

.div2 {
    position: inherit;
    /* top: 54.5%; */
    /* bottom: -25%; */
    left: -16%;
    z-index: 9999;
    width: 200px;
    height: 30px;
    text-align: center;
    border: 1px solid #e68a55;
    border-radius: 30px;
    font-size: 12px;
    padding: 5px;
    background-color: #da591b;
}

.div3 {
    position: absolute;
    top: 5%;
    right: -6%;
    z-index: 9999;
    width: 250px;
    text-align: center;
    border: 1px solid #6fa557;
    border-radius: 10px;
    font-size: 12px;
    padding: 5px;
    background-color: #93c47d;
}

.div4 {
    position: inherit;
    /* bottom: 14.5%; */
    right: -16%;
    z-index: 9999;
    width: 200px;
    height: 30px;
    text-align: center;
    border: 1px solid #40698d;
    border-radius: 30px;
    font-size: 12px;
    padding: 5px;
    background-color: #6fa8dc;
}

.div5 {
    position: absolute;
    bottom: 10%;
    right: 6%;
    z-index: 9999;
    width: 250px;
    text-align: center;
    border: 1px solid #9583c3;
    border-radius: 10px;
    font-size: 12px;
    padding: 5px;
    background-color: #b4a7d6;
}

.div6 {
    position: absolute;
    /* bottom: 4.5%; */
    right: -16%;
    z-index: 9999;
    width: 200px;
    height: 30px;
    text-align: center;
    border: 1px solid #fc87c4;
    border-radius: 30px;
    font-size: 12px;
    padding: 5px;
    background-color: #ff90ca;
}

mark {
    background-color: #deff9a !important;
}

.section_padding {
    padding-top: 30px;
    padding-bottom: 50px;
}

.section_padding1 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section_padding-top {
    padding-top: 80px;
}

.section_padding2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.wyw_heading {
    color: #073763;
    font-weight: bold;
}

.solution_head {
    font-weight: bold;
    font-size: 16px;
}

.solution_p>h4 {
    font-weight: bold;
    font-size: 16px;
}

.solution_p {
    font-size: 14px;

}

.solution_p>p {
    margin-top: 15px;
}

.process>.col {
    text-align: center;
}

#process1 {
    background-color: #da591b;
    padding: 10px 20px;
}

.process>.col>h1>span {
    text-align: center;
    background-color: #073763;
    color: white;
    padding: 10px 20px;
    font-size: 30px;
    border-radius: 10px;
}

.process>.col>h5 {
    font-weight: 600;
}

.better::before {}


.icon-list {
    padding-left: 0px;
}

.icon-list li {
    display: flex;
    align-items: center;
    /* Vertically center icon and text */
    margin-bottom: 20px;
}

.icon {
    margin-right: 15px;
    /* Add spacing between icon and text */
    font-size: 25px;
    /* Adjust icon size if needed */
    display: inline-block;
    color: #4bae4f;
}

.join_community {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    color: #073763;
    background: url('https://placehold.co/1440X500');
    height: 500px;
    max-width: 100%;
}



.form_head_new {
    color: #da591b;
    font-weight: bold;
}

.form_p_new {
    color: #da591b;
}

/* input{
    background-color:#6fa8dc;
  } */

.form-control {
    background-color: #6fa8dc !important;
    border-radius: 40px !important;
    /* padding:10px !important; */
    width: 70% !important;
    padding: 0.9rem 1.5rem !important;
    color: black !important;
}

.form-control::placeholder {
    color: black !important;
}

#autocomplete-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 70%;
    max-height: 150px;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    border-top: none;
    background-color: white;
    z-index: 99;
    /* color: #218fa3; */
}

#autocomplete-list li {
    padding: 6px;
    cursor: pointer;
    border: 1px solid rgb(186, 180, 180);
    border-radius: 8px;
    font-size: 14px;
}

#autocomplete-list li:hover {
    color:
        #f0f0f0;
    background-color:
        rgb(0, 72, 255);
}

#footer-logo {
    width: 50% !important;
}

@media(max-width:768px) {
    .button_application_start {
        font-size: 18px;
        padding: 10px 20px;
    }

    .what_you_work_row {
        margin-top: 10%;
    }

    .what_you_work_box {
        padding: 10px;
        height: 380px;
    }

    .flip-card {
        margin-top: 20px;
    }

    .join_community {
        background: url('https://placehold.co/400') !important;
        height: auto;
        background-position: center;
        /* Center the image */
        background-repeat: no-repeat;
        /* Do not repeat the image */
        background-size: cover;
    }

    .form-control {
        width: 100% !important;
    }

    #autocomplete-list {
        width: 100%;
        /* color: #218fa3; */
    }

    .div1 {
        top: 33%;
        left: 7%;
    }

    .div2 {
        left: 0%;
    }

    .div3 {
        top: 5%;
        right: 2%;
    }

    .div4 {
        right: 0%;
    }

    .div5 {
        bottom: 10%;
        right: 6%;
    }

    .div6 {
        right: -3%;
    }

    .process>.col {
        margin-top: 40px !important;
    }

    .testimonials {
        margin-top: 40px !important;
    }
}

/* .image_container{
 position: relative;   
} */
.image1 {
    position: absolute;
    top: 18%;
    right: 30%;
    transform: translate(0, 0);
    /* opacity: 0; */
    transition: transform 0.9s ease-in-out, opacity 0.9s ease-in-out;
}

.image1>img {
    border-radius: 14px;
}

.image2>img {
    border-radius: 14px;
}

.image3>img {
    border-radius: 14px;
}

/* When image becomes visible (e.g., using JavaScript or :is-visible polyfill) */
.image1.visible {

    transform: translate(30px, -23px);
    /* Bottom-left */
    opacity: 1;
}

.image2 {
    position: absolute;
    bottom: 16%;
    left: 13%;
    transform: translate(0, 0);
    transition: transform 0.9s ease-in-out, opacity 0.9s ease-in-out;
    border-radius: 20px;
}

.image2.visible {
    transform: translate(-45px, 48px);
    opacity: 1;
}

.image3 {
    position: absolute;
    bottom: 18%;
    right: 6%;
    transform: translate(0, 0);
    transition: transform 0.9s ease-in-out, opacity 0.9s ease-in-out;
    border-radius: 20px;
}

.image3.visible {
    transform: translate(50px, 30px);
    opacity: 1;
}

@media(max-width:768px) {
    .image1 {
        position: absolute;
        top: 22%;
        right: 0%;
    }


    .image2 {
        bottom: 14%;
        left: 14%;
    }

    .image3 {
        bottom: 15%;
        right: -20%;
    }

    .image1>img {
        width: 60%;
    }

    .image2>img {
        width: 60%;
    }

    .image3>img {
        width: 55%;
    }

}



.search-container {
    position: absolute;
    top: 48%;
    left: 40%;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 10px;
    padding: 10px 20px;
    width: auto;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 24px;
    letter-spacing: 1px;
    margin: 0 auto;
    transform: translateX(0);
    transition: transform 0.9s ease-in-out;
    z-index: 99999;
}

@media(max-width:768px) {
    .search-container {
        top: 50%;
        left: 45% !important;
        font-size: 20px;
    }
}

.search-icon {
    margin-right: 10px;
}

#typed-text {
    display: inline;
    white-space: pre;
}

#cursor {
    display: inline-block;
    width: 2px;
    height: 1em;
    background-color: white;
    margin-left: 1px;
    animation: blink 1s steps(2, start) infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.image1b {
    position: absolute;
    top: -3%;
    right: 30%;
    transform: translate(0, 0);
    /* opacity: 0; */
    transition: transform 0.9s ease-in-out, opacity 0.9s ease-in-out;
}

.image1b>img {
    border-radius: 14px;
}

.image2b>img {
    border-radius: 14px;
}

.image3b>img {
    border-radius: 14px;
}

.image1b.visible {
    transform: translate(30px, -23px);
    opacity: 1;
}

.image2b {
    position: absolute;
    bottom: 3%;
    left: 22%;
    transform: translate(0, 0);
    transition: transform 0.9s ease-in-out, opacity 0.9s ease-in-out;
    border-radius: 20px;
}

.image2b.visible {
    transform: translate(-45px, 48px);
    opacity: 1;
}

.image3b {
    position: absolute;
    bottom: 22%;
    right: 11%;
    transform: translate(0, 0);
    transition: transform 0.9s ease-in-out, opacity 0.9s ease-in-out;
    border-radius: 20px;
}

.image3b.visible {
    transform: translate(50px, 30px);
    opacity: 1;
}



/* .image1b {
    position: absolute;
    top: 6%;
    right: 32%;
    transform: translate(0, 0);
    transition: transform 0.9s ease-in-out, opacity 0.9s ease-in-out;
}

.image1b>img {
    border-radius: 14px;
}

.image2b>img {
    border-radius: 14px;
}

.image3b>img {
    border-radius: 14px;
}
.image1b.visible {
    transform: translate(30px, -23px);
    opacity: 1;
}

.image2b {
    position: absolute;
    bottom: -2%;
    left: 20%;
    transform: translate(0, 0);
    transition: transform 0.9s ease-in-out, opacity 0.9s ease-in-out;
    border-radius: 20px;
}

.image2b.visible {
    transform: translate(-45px, 48px);
    opacity: 1;
}

.image3b {
    position: absolute;
    bottom: 18%;
    right: 11%;
    transform: translate(0, 0);
    transition: transform 0.9s ease-in-out, opacity 0.9s ease-in-out;
    border-radius: 20px;
}

.image3b.visible {
    transform: translate(50px, 30px);
    opacity: 1;
} */

@media(max-width:768px) {
    /* .image1b {
        position: absolute;
        top: 15%;
        right: 28%;
    }

    .image2b {
        bottom: 16%;
        left: 16%;
    }

    .image3b {
        bottom: 23%;
        right: 13%;
    }

    .image1b>img {
        width: 75%;
    }

    .image2b>img {
        width: 65%;
    }

    .image3b>img {
        width: 70%;
    } */

    .image1b {
        position: absolute;
        top: 26%;
        right: 20%;
    }

    .image2b {
        bottom: 14%;
        left: 14%;
    }

    .image3b {
        bottom: 21%;
        right: 1%;
    }

    .image1b>img {
        width: 75%;
    }

    .image2b>img {
        width: 60%;
    }

    .image3b>img {
        width: 70%;
    }

}


.search-containerb {
    position: absolute;
    top: 31%;
    left: 45%;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 4px solid #073763;
    border-radius: 10px;
    padding: 10px 20px;
    width: auto;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
    color: #073763;
    font-size: 24px;
    letter-spacing: 1px;
    margin: 0 auto;
    transform: translateX(0);
    transition: transform 0.9s ease-in-out;
    z-index: 999;
}

@media(max-width:768px) {
    .search-containerb {
        top: 50%;
        font-size: 20px;
    }
}

.search-iconb {
    margin-right: 10px;
}


#typed-textb {
    display: inline;
    white-space: pre;
}

#cursorb {
    display: inline-block;
    width: 2px;
    height: 1em;
    background-color: white;
    margin-left: 1px;
    animation: blinkb 1s steps(2, start) infinite;
}

@keyframes blinkb {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}




/*lead */
#section-heading_lead {
    font-style: italic;
    color: #da591b;
}

.section_lead {
    max-width: 100%;
    margin: auto;
    text-align: center;
}

.section_lead h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #6d1b1b;
    transition: all 0.4s ease;
}

.cards_lead {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    transition: transform 0.5s ease;
}

.card_lead {
    background: white;
    border: 2px solid #002f6c;
    border-radius: 35px;
    padding: 1.5rem;
    width: 280px;
    height: 260px;
    /* 👈 Fixed height */
    /* text-align: center; */
    transition: all 0.4s ease;
    transform: scale(0.9);
    opacity: 0.8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
    color: black;
}

.card_lead h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.card_lead p {
    margin-top: 1rem;
    font-size: 0.9rem;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    height: 60px;
    font-weight: 400 !important;
}

.card_lead.center {
    background-color: #002f6c;
    color: white;
    transform: scale(1.05);
    opacity: 1;
    z-index: 1;
}

.card_lead.center p {
    visibility: visible;
    opacity: 1;

}

@media (max-width: 768px) {
    .card_lead {
        width: 90%;
        height: auto;
        min-height: 260px;
    }

    .section_lead h2 {
        font-size: 1.5rem;
    }
}



/*milestone*/

.item {
    background-color: #fdf8f6;
    border-radius: 25px;
    padding: 20px 20px;
    min-height: 280px;
    /* border: 5px solid red
    /* border:5px solid red; */
}

.milestone_month {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.milestone_after_month {
    font-size: 14px;
    font-weight: 500;
}

.milestone_head {
    font-size: 28px;
    font-weight: 600;
    color: #da591b;
    margin-top:10px;
}

.milestone_p {
    font-size: 18px;
}

button.owl-prev {
    float: left;
}

button.owl-next {
    float: right;
}


@media(max-width:768px) {
    .item {
        min-height: 340px;
    }

    .milestone_p {
        font-size: 14px !important;
    }
}


.agenda-card {
    /* border: 1px solid black; */
    border-radius: 8px;
    overflow: hidden;
    margin: 3%;
    padding: 1%;
    height: 300px;
}

.agenda-card {
    /* border: 2px solid #ff7801; */
    border-radius: 8px;
    overflow: hidden;
    font-family: "Khand", sans-serif;
    font-size: 1.2rem !important;
}

.card-title {
    color: #ffffff;
    
}

img {
    display: block;
    max-width: 100%;
}

.smooth-corners {
    border-radius: 8px;
}

.carousal-tile {
    background: white;
    border-radius: 58px;
    color: black;
    word-spacing: 2px;
    border: 1px solid #22216c;
    padding: 10px;
    display: flex;
    flex-direction: column;
    /* align-items: center;
    text-align: start; */
    justify-content: center;
    /* height: 45vh; */
}

.carousal-tile h4 {
    font-weight: bold;
}


#agenda-caraousal {
    width: 100%;
}

#agenda-caraousal .splide__track {
    width: 100%;
    margin: auto;
}

#agenda-caraousal .splide__slide {
    transition: all 0.5s ease;
    /* filter: opacity(50%); */
    transform: scale(1);
}

#agenda-caraousal .splide__slide.is-active {
    /* transform: scale(1.2); */
    transform: scaleY(1.1);
    filter: opacity(1);
}

.navbar.collapsed {
    background-color: none;
}

.card-content {
    background-color: white;
    /* border: 2px solid red; */
}


.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    background-color: transparent !important;
    border: 0;
    border-radius: 0% !important;
    /* border:1px solid blue; */
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 0%;
    transform: translateY(0%);
    width: 27%;
    z-index: 1;
}

.splide__arrow svg {
    fill: transparent !important;
}

@media(max-width:768px) {
    #agenda-caraousal .splide__slide.is-active {
        /* transform: scale(1.2); */
        transform: scaleY(1);
        filter: opacity(1);
    }

    .splide__arrow--prev {
        left: 1em;
        transform: translateX(-52%) !important;
    }

    .splide__arrow--next {
        /* right: 1em; */
        /* transform: translateX(52%) !important; */
    }
}

/* Hide paragraph by default */
.tile-desc {
    display: none;
    margin-top: 10px;
    font-size: 14px !important;
}

.splide__slide.is-active>.carousal-tile {
    background: #073763;
    border-radius: 58px;
    color: white;
    word-spacing: 2px;

    /* border:1px solid #22216c; */
}

/* Show only for active slide */
.splide__slide.is-active .tile-desc {
    display: block;
}



.hero_section_animation {
    height: 100vh;
}

.hero_section_heading {
    font-size: 84px;

}

.hero_section_animationb {
    height: auto;
}



.hero_section_p {
    font-size: 22px
}

@media(max-width:768px) {
    .hero_section_heading {
        font-size: 30px !important;
    }

    .hero_section_animation {
        height: 400px !important;

    }

    .hero_section_animationb {
        height: 400px !important;
        overflow-x: hidden;

    }

    .agenda-card {

        height: 400px;
    }

    #carousel-heading {
        height: 60px;
    }
}



/* what we offer cards */
#card-img-container {
    /* justify-content: start !important; */
    gap: 1.5rem;
}

#card-img-container img {
    width: 270px;
    height: 350px;
    object-fit: cover;
}

.card-img-overlay p:not(:first-child) {
    display: none;

}

.card-img-overlay:hover p:not(:first-child) {
    display: flex;
    animation: text .5s ease-in-out 0s 1 alternate both;


}

.card-img-overlay.overlay2 {
    background-color: rgba(0, 0, 0, 0.25);
}

.card-img-overlay.overlay3 {
    background-color: rgba(0, 0, 0, 0.208);
}

.card-img-overlay:hover {
    /* background-color: #073763; */
    background-color: rgba(0, 0, 0, 0.73);
    transition: all 1s ease-in-out;
}




@keyframes text {
    0% {
        transform: translate(100px);
    }

    100% {
        transform: translate(0px);
    }
}

#card-img-container .card-title {
    font-size: .75rem !important
        /* ;text-shadow: 0 0 5px black; */
}

#card-img-container .card-text {
    font-size: .75rem !important;
}

.card-img-overlay:hover h5 {
    text-shadow: none;
}

@media (min-width: 768px) {
    #card-img-container {
        /* justify-content: start !important; */
        gap: 3rem;
    }

    #card-img-container .card-title {
        font-size: 1.6rem !important;
        font-weight:700;
    }

    #card-img-container .card-text {
        font-size: 1.3rem !important;
    }
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    /* -ms-flex-direction: column;
            flex-direction: column; */
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.bg-transparent {
    background-color: transparent !important;
}

  .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity for brightness */
    }