body, html {
    margin: 0;
    padding: 0;
overflow-x: hidden;
font-family: 'Proxima Nova Condensed', sans-serif !important;
    background: white;
    scroll-behavior: smooth;
    scrollbar-width: none;
 
}
    body.roadmap-active {
        overflow: hidden;
    }

body::-webkit-scrollbar {
    width: 15px;
}

body::-webkit-scrollbar-track {
    background: #f0f0f0; 
}

body::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.container {
    text-align: center;
    padding: 20px;
}
.header {
    position: relative;
    color: #fff;
    background-image: url(/Images/background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    padding: 2%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.content {
    position: relative;
    z-index: 29; /* Ensure it appears above the particles */
}

.next-gen {
    display: flex;
    gap: 10%;
    justify-content: center;
    letter-spacing: 1em;
    font-size: 1.5rem;
    margin-bottom: 5%;

}

.next-gen span {
    margin: 0 15%;
    text-align: center;
}

.main-title {
    display: inline-block;
    /* font-size: 10vh; */
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 2px;
    white-space: nowrap;
    color: #fff;
    overflow: hidden;
    border-right: 3px solid white;
    box-sizing: border-box;
    animation: typing 3s steps(25, end), blink-caret 1s step-end infinite;
    margin-bottom: 5%;
}

.title-contact{
    display: inline-block;
    /* font-size: 10vh; */
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 2px;
    white-space: nowrap;
    color: #fff;
    overflow: hidden;
    border-right: 3px solid white;
    box-sizing: border-box;
    animation: typing 3s steps(25, end), blink-caret 1s step-end infinite;
    margin-bottom: 50%;
}

.sub-title {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 2%;
    padding: 3% 9%;
}

@keyframes typing {
    from { width: 0; }
    to { width: 70%; }
}

@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: white; }
}
/* Dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown button */
.dropbtn {
    background-color: transparent;
    color: white;
    font-size: 17px;
    border: none;
    cursor: pointer;
    padding: 14px 16px;
    text-decoration: none;
    background-image: linear-gradient(to right, #1352AE, #082248);
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

/* Dropdown links */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0; /* Ensure the particles are behind the content */
    top: 0;
    left: 0;
}

/* Main Body Parts Designing Starts */
.for-color{
    background-image: url('/Images/index/Frame\ 84\ \(1\).png');
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    min-height: 100vh;
    margin-bottom: 2%;

}
.descriptionMainDiv {
    gap: 5%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: 100vh;

}

.site-description-top {
    max-width: 100%;
    flex: 1 1 45%;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 19%;
}

.DescriptionImgDiv {
    flex: 1 1 45%;
    margin-left: 0;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.DescriptionImgImg {
    max-width: 100%;
    height: auto;
}

.top-heading {
    line-height: 1.4;
    font-weight: 600;
    color: #082248;
}

.top-heading .lineone {
    font-weight: 600;
    font-size: 48px; /* Slightly larger but balanced */
}

.top-heading .lineone .yellow {
    color: #ffd457;
}

.top-heading .linetwo {
    font-weight: 700;
    font-size: 48px; /* Slightly larger but balanced */
}

.top-heading .linetwo .purple {
    color: #8b3cfb;
}

.description-below-heading {
    font-size: 18px; /* Adjusted to be smaller */
    margin-top: 10px; /* Margin adjustment for spacing */
    color: #212529;
    line-height: 2; /* More readable line height */
}

.btn-div {
    text-align: start;
}

.btn-div button {
    width: 50%; /* Slightly wider for better touch targets */
    max-width: 200px;
    height: 7.5vh; /* Fixed height for consistency */
    border-radius: 5px;
    font-size: 16px; /* Smaller and more appropriate */
    background-image: linear-gradient(to right, #243B55, #141E30);
    color: #fff;
    cursor: pointer;
    margin-top: 5%;
}
.btn-div button a{
    text-decoration: none;
    color: #fff;
}

.btn-div button:hover{
    transform: scale(1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
}
.headings{
    text-align: center;
    font-size: 28px;
    font-weight:600;
    color:#0A2A59;
    margin-bottom: 2%;
}








/* rev img */
.next-background{
    background-image: url("/Images/index/Frame\ 84\ \(1\).png");
}

.business-develop{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10%;
}

.box-next{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 4%;
} 

.box-next img {
    width: 40%;
    height: 50%;
    margin-bottom: 5%;
}

.cube, .cube-one, .cube-two, .cube-three {
    background-color: #FFFFFF;
    height: 45%;
    margin-bottom: 10%;
    padding: 20% 6%;
    border-radius: 10%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.cube:hover, .cube-one:hover, .cube-two:hover, .cube-three:hover {
    padding: 19% 5%;
    height: 43%;
    box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.cube:hover::after,
.cube-one:hover::after,
.cube-two:hover::after,
.cube-three:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;  /* Changed from left to right */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;  /* Modified to flip the triangle */
    border-color: transparent transparent #082248 transparent;
}

.box-text{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.box-title{
    font-size: 22px;
    color: #082248;
    font-weight: bold;
}


.strategies-content{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ux{
    text-align: start;
    font-weight: 700;
    font-size: 36px;
}

.strategies-btn button{
    border: none;
    width: 35%;
    max-width: 250px;
    padding: 1%;
    border-radius: 5px;
    font-size: 16px;
    background-image: linear-gradient(to right, #243B55, #141E30);
    margin-top: 5%;
    display: flex;
    text-align: center;
    justify-content: center;
}

.strategies-btn button a{
    color: white;
    padding: 4% 0%;
}

.text{
    text-align: start;
    display: flex;
    justify-content: start;
    font-size: 18px;
}
/* ====================== */



/* research-section */
.heads h2{
    font-size: 48px;
    font-weight: 800;
    text-align: center;
    padding: 20px 20px;
}

.research-content{
    margin-bottom: 5%;
    font-size: 18px;
    display: flex;
    padding: 0% 0%;
    justify-content: center;
    color: #7B88A8;
}

.approach-background{
    background-image: url('/Images/index/Our Designs Devlopent.jpg');
    background-size: cover;
}

.approach-outerlayer{
    padding-top: 3%;
}

.approach-title{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    color: #fff;
}

.services{
    text-align: start;
    align-content: center;
    font-size: 20px;
}

.overview{
    text-align: end;
    align-content: center;
    font-size: 20px;
}

.overview img{
    gap: 5%;
    margin: 5%;
}

.content-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    color: #fff;
    gap: 5%;
}

.overview-right{
    display: flex;
    font-size: 16px;
    align-items: end;
    align-content: end;
    justify-content: end;
    
}

.research-left{
    font-size: 48px;
    cursor: pointer;
    text-align: start;
}

.research-left sup{
    font-size: 15px;
    top: -1.5em;
}

.research-left:hover {
    color: #F3C008 !important;
}


.sidebyside{
    align-content: end;
}

.side-image {
    padding: 0% 0% 3% 12%;
}

.design-approach{
    text-align: end;
}









@media only screen and (min-width:2304px){


    .research-left {
        font-size: 41px;
    }

    .next-gen{
        font-size: 4.5rem;
    }
    .main-title{
        font-size: 8.5rem;
    }

    .title-contact{
        font-size:  8.5rem;
    }

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

     /* Mid Contents / Body Contents */

    .top-heading .lineone, .top-heading .linetwo{
        font-size: 3.9rem;
      }
      .description-below-heading{
        font-size: 1.8rem;
        line-height: 1.7;
      }


      .btn-div button {
        width: 60%; 
        max-width: 350px;
        height: 8.5vh; 
        border-radius: 5px;
        font-size: 2rem; 
        background-image: linear-gradient(to right, #243B55, #141E30);
        margin-top: 5%;
        border: none;
    }


    .DescriptionImgImg{
        max-width: 100%;
    }
    /* ===================== */
    .RiverwayImg {
        height: 70%;
        width: 85%;
    }
    }

    @media only screen and (max-width:2303px){
        .next-gen{
            font-size: 3.5rem;
        }
        .main-title{
            font-size: 6.5rem;
        }

        .title-contact{
            font-size: 6.5rem;
        }

        .sub-title{
            font-size:2.5rem;
        }

        .top-heading .lineone, .top-heading .linetwo {
            font-size: 3.5rem;
        }

        .top-heading .lineone, .top-heading .linetwo {
            font-size: 3.5rem;
        }

        .btn-div button {
            width: 50%;
            max-width: 300px;
            height: 7vh;
            border-radius: 5px;
            font-size: 1.5rem;
            background-image: linear-gradient(to right, #243B55, #141E30);
            margin-top: 5%;
            border: none;
        }


         /* Mid Contents / Body Contents */
      .top-heading .lineone, .top-heading .linetwo{
        font-size: 3.8 rem;
      }
      .description-below-heading{
        font-size: 1.5rem;
      }
      .btn-div button {
        width: 50%; 
        max-width: 300px;
        height: 7vh; 
        border-radius: 5px;
        font-size: 1.8rem; 
        background-image: linear-gradient(to right, #243B55, #141E30);
        margin-top: 5%;
    }
    .DescriptionImgImg{
        max-width: 90%;
    }
    /* ===================== */
    .RiverwayImg {
        height: 70%;
        width: 85%;
    }


    .research-left {
        font-size: 41px;
    }

    .scroll-item {
        flex: 0 0 6%;
    }

    .research-left {
        font-size: 41px;
    }
    

        }




    @media only screen and (max-width:1900px){
        .next-gen{
            font-size: 3rem;
        }
        .main-title{
            font-size: 5rem;
        }

        .title-contact{
            font-size: 5rem;
        }

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

          /* Mid Contents / Body Contents */
          .top-heading .lineone, .top-heading .linetwo {
            font-size: 2.7rem;
        }

      .description-below-heading{
        font-size: 1.5rem;
      }

      .btn-div button {
        width: 50%; 
        max-width: 250px;
        height: 7vh; 
        border-radius: 5px;
        font-size: 1.5rem; 
        background-image: linear-gradient(to right, #243B55, #141E30);
        margin-top: 5%;
    }
    .DescriptionImgImg{
        max-width: 80%;
    }
    /* ===================== */
    .RiverwayImg {
        height: 70%;
        width: 65%;
    }

    .site-description-top {
        max-width: 100%;
        flex: 1 1 45%;
        text-align: left;
        padding: 0px;
        margin-left: 14%;
    }

    .descriptionMainDiv {
        gap: 0%;
        display: grid
    ;
        grid-template-columns: repeat(2, 1fr);
        min-height: 100vh;
    }

    .box-title {
        font-size: 18px;
        color: #082248;
        font-weight: bold;
    }

    .box-next img {
        width: 35%;
        height: 50%;
        margin-bottom: 10%;
    }

    .ux {
        text-align: start;
        font-weight: 700;
        font-size: 30px;
    }
 }





@media only screen and (max-width:1700px){
    .next-gen{
        font-size: 3rem;
    }
    .main-title{
        font-size: 5rem;
    }

    .title-contact{
        font-size: 5rem;
    }

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

          /* Mid Contents / Body Contents */
          .top-heading .lineone, .top-heading .linetwo{
            font-size: 2.7rem;
          }
          .description-below-heading{
            font-size: 1.4rem;
          }
          .btn-div button {
            width: 45%; 
            max-width: 250px;
            height: 7vh; 
            border-radius: 5px;
            font-size: 1.2rem; 
            background-image: linear-gradient(to right, #243B55, #141E30);
            margin-top: 5%;
        }
        /* ===================== */
        .RiverwayImg {
            height: 65%;
            width: 60%;
        }

        .heads h2 {
            font-size: 40px;
            font-weight: 800;
            text-align: center;
            padding: 20px 20px;
        }

        .research-left {
            font-size: 37px;
        }

    }
@media only screen and (max-width:1440px){
    .next-gen{
        font-size: 2.2rem;
    }
    .main-title{
        font-size: 3rem;
    }

    .title-contact{
        font-size: 2.5rem;
        margin-bottom: 60%;
    }

    .sub-title{
        font-size:1.2rem;
    }
       /* Mid Contents / Body Contents */
       .top-heading .lineone, .top-heading .linetwo{
        font-size: 2.9rem;
      }
      .description-below-heading{
        font-size: 1rem;
      }
      .btn-div button {
        width: 40%; 
        max-width: 250px;
        height: 7vh; 
        border-radius: 5px;
        font-size: 1.2rem; 
        background-image: linear-gradient(to right, #243B55, #141E30);
        margin-top: 5%;
    }
    .DescriptionImgImg{
        max-width: 60%;
    }
    /* ===================== */

    .heads h2 {
        font-size: 35px;
        font-weight: 800;
        text-align: center;
        padding: 20px 20px;
    }

    .research-left {
        font-size: 35px;
    }
}

@media only screen and (max-width:1200px){
    .next-gen{
        font-size: 1.8rem;
    }
    .main-title{
        font-size: 3.5rem;
    }

    .title-contact{
        font-size: 2rem;
    }

    .sub-title{
        font-size:1.5rem;
    }

    .top-heading .lineone, .top-heading .linetwo{
        font-size: 2rem;
      }

      .site-description-top {
        padding: 0px;
        margin-left: 10%;
    }

    .description-below-heading {
        font-size: 0.9rem;
    }

      .top-heading {
        line-height: 1.3;
        font-weight: 600;
        color: #082248;
    }

    .btn-div button {
        width: 36%;
        max-width: 250px;
        height: 7.3vh;
        border-radius: 5px;
        font-size: 1rem;
        background-image: linear-gradient(to right, #243B55, #141E30);
        margin-top: 5%;
    }

    .box-title {
        font-size: 15px;
        color: #082248;
        font-weight: bold;
    }

    .box-next img {
        width: 34%;
        height: 50%;
        margin-bottom: 10%;
    }

    /* ============ */

    .research-left {
        font-size: 29px;
    }

    .overview-right {
        font-size: 14px;
    }

    .services {
        text-align: start;
        align-content: center;
        font-size: 17px;
    }

    .overview {
        text-align: end;
        align-content: center;
        font-size: 17px;
    }

    .heads h2 {
        font-size: 28px;
        font-weight: 800;
        text-align: center;
        padding: 20px 20px;
    }

    .research-content {
        margin-bottom: 5%;
        font-size: 15px;
        padding: 0% 0%;
    }
}





@media only screen and (max-width:1024px){
    .next-gen{
        font-size: 1.5rem;
    }
    .main-title{
        font-size: 3rem;
    }

    .title-contact{
        font-size: 1.6rem;
    }

    .sub-title{
        font-size:1.5rem;
    }

     /* Mid Contents / Body Contents */
     .top-heading .lineone, .top-heading .linetwo{
        font-size: 1.9rem;
      }
      .description-below-heading{
        font-size: 0.8rem;
      }
      .btn-div button {
        width: 35%; 
        max-width: 250px;
        height: 7vh; 
        border-radius: 5px;
        font-size: 0.8rem; 
        background-image: linear-gradient(to right, #243B55, #141E30);
        margin-top: 5%;
    }
    .DescriptionImgImg{
        max-width: 60%;
    }
    /* ===================== */

    .RiverwayImg {
        height: 70%;
        width: 75%;
    }


    .cube, .cube-one, .cube-two, .cube-three {
        height: 45%;
        margin-bottom: 10%;
        padding: 20% 6%;
        border-radius: 10%;
    }

    .box-next img {
        width: 30%;
        height: 50%;
        margin-bottom: 10%;
    }

    .box-title {
        font-size: 13px;
        color: #082248;
        font-weight: bold;
    }

    .ux {
        text-align: start;
        font-weight: 700;
        font-size: 20px;
    }

    .text {
        text-align: start;
        display: flex;
        justify-content: start;
        font-size: 13px;
    }

    .strategies-btn button a {
        color: white;
        padding: 5% 0%;
    }

    .strategies-btn button {
        border: none;
        width: 35%;
        padding: 1%;
        border-radius: 5px;
        font-size: 10px;
    }
    /* ================= */

    .heads h2 {
        font-size: 25px;
        font-weight: 800;
        text-align: center;
        padding: 20px 20px;
    }

    .research-content {
        margin-bottom: 5%;
        font-size: 13px;
        padding: 0% 0%;
    }

    .services {
        text-align: start;
        align-content: center;
        font-size: 15px;
    }

    .overview {
        text-align: end;
        align-content: center;
        font-size: 15px;
    }

    .overview img {
        margin: 4%;
    }
}


@media only screen and (max-width: 992px) {
    /* Mid Contents / Body Contents */
    .top-heading .lineone, .top-heading .linetwo{
        font-size: 1.8rem;
      }
      .description-below-heading{
        font-size: 0.7rem;
      }
      .btn-div button {
        width: 30%; 
        max-width: 250px;
        height: 7vh; 
        border-radius: 5px;
        font-size: 0.7rem; 
        background-image: linear-gradient(to right, #243B55, #141E30);
        margin-top: 5%;
    }
    .DescriptionImgImg{
        max-width: 55%;
    }
    .RiverwayImg {
        height: 65%;
        width: 75%;
    }

    .box-next img {
        width: 45%;
        height: 50%;
        margin-bottom: 10%;
    }

    .ux {
        text-align: start;
        font-weight: 700;
        font-size: 18px;
    }

    .text {
        text-align: start;
        justify-content: start;
        font-size: 13px;
    }

    /* ===================== */
    .research-left {
        font-size: 25px;
    }


    .overview-right {
        font-size: 10px;
    }


}
@media only screen and (max-width: 768px) {
        /* Mid Contents / Body Contents */
        .descriptionMainDiv {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            min-height: 70vh;
            gap: 5%;
        }
        .site-description-top {
            order: 2;
            display: flex;
            text-align: center;
            justify-items: start;
            justify-content: start;
            margin-left: 0%;
        }

        .btn-div {
            text-align: center;
        }

        .btn-div button {
            width: 21%;
            max-width: 250px;
            height: 8vh;
            border-radius: 5px;
            font-size: 0.9rem;
            background-image: linear-gradient(to right, #243B55, #141E30);
            margin-top: 0%;
        }

        .for-color{
            min-height: 70vh;
        }
        
        .DescriptionImgDiv {
            order: 1;
        }
    .top-heading .lineone, .top-heading .linetwo{
        font-size: 2rem;
      }
      .top-heading{
        line-height: 1;
      }
      .description-below-heading{
        font-size: 0.9rem;
      }

    .DescriptionImgImg{
        max-width: 35%;
    }
    .RiverwayImg {
        height: 65%;
        width: 80%;
    }
    .riverwayDiv{
        height: 85vh;
    }

    .image{
        display: none;
    }

    .background-white{
        display: none;
    }


    .business-develop {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0%;
    }

    .next-grid{
        order: 1;
    }

    .strategies-content{
        order: 2;
        margin-bottom: 15%;
    }

    .ux {
        justify-content: center;
        text-align: center;
        font-weight: 700;
        font-size: 22px;
    }

    .text {
        text-align: center;
        display: flex;
        justify-items: center;
        font-size: 13px;
        padding: 0% 10%;
    }

    .strategies-btn{
        display: flex;
        justify-items: center;
        justify-content: center;
    }

    .box-next{
        margin: 15% 0%;
    }

    .research-left{
        text-align: center;
    }

    sup{
        display: none;
    }


    /* ===================== */

/* top part */
.next-gen{
    font-size: 1.2rem;
    gap: 5%;
}
.main-title{
    font-size: 2.5rem;

}
.sub-title{
    font-size: 1.2rem;
}
/* ============== */

.approach-title {
    display: none;
}

.overview-right {
    display: none;
}

.content-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    color: #fff;
    gap: 5%;
}

.heads h2 {
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    padding: 20px 20px;
}

.research-content {
    margin-bottom: 5%;
    font-size: 12px;
    padding: 0% 0%;
}

.box-next img {
    width: 35%;
    height: 40%;
    margin-bottom: 10%;
}



}


@media only screen and (max-width:576px){
    .next-gen{
        font-size: 1rem;
        gap: 5%;
        margin-bottom: 10%;
    }
    .main-title{
        font-size: 2rem;
        margin-bottom: 10%;
    
    }
    .sub-title{
        font-size: 1rem;
    }
    .riverwayDiv{
        height: 55vh;
    }
    .RiverwayImg {
        height: 55%;
        width: 90%;
    }

    /* =========== */
    .heads h2 {
        font-size: 22px;
        font-weight: 800;
        text-align: center;
        padding: 22px 60px;
    }

    .research-content {
        margin-bottom: 5%;
        font-size: 12px;
        padding: 0% 0%;
    }

    .research-left {
        font-size: 20px;
    }

    .business-develop {
        margin: 0% 10%;
    }

    .cube, .cube-one, .cube-two, .cube-three {
        padding: 20% 0%;
        height: 50%;
        width:37vw
    }

}

@media only screen and (max-width:480px){
    .next-gen{
        font-size: 1rem;
        gap: 5%;
        margin-bottom: 10%;
    }
    .main-title{
        font-size: 1.8rem;
        margin-bottom: 10%;
    
    }
    .sub-title{
        font-size: 1rem;
    }

     /* Mid Contents / Body Contents */
.top-heading .lineone, .top-heading .linetwo{
    font-size: 1.8rem;
  }
  .top-heading{
    line-height: 1;
  }
  .description-below-heading{
    font-size: 0.8rem;
  }
  .btn-div button {
    width: 30%; 
    max-width: 250px;
    height: 7vh; 
    border-radius: 5px;
    font-size: 0.8rem; 
    background-image: linear-gradient(to right, #243B55, #141E30);
    margin-top: 5%;
}
.DescriptionImgImg{
    max-width: 50%;
}
.riverwayDiv{
    height: 50vh;
}
.RiverwayImg {
    height: 55%;
    width: 90%;
}


.text {
    text-align: center;
    display: flex;
    justify-items: center;
    font-size: 14px;
    padding: 0% 0%;
}

.strategies-content {
    margin: 15% 0%;
}
/* ======== */

.heads h2 {
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    padding: 22px 60px;
}

.research-left {
    font-size: 19px;
}


}

@media only screen and (max-width:447px){
    .next-gen{
        font-size: 1rem;
        gap: 5%;
        margin-bottom: 10%;
    }
    .main-title{
        font-size: 1.5rem;
        margin-bottom: 10%;
    
    }
    .sub-title{
        font-size: 1rem;
    }

    .approach-outerlayer {
        padding-top: 10%;
    }

    /* ========== */

    .heads h2 {
        font-size: 16px;
        font-weight: 800;
        text-align: center;
        padding: 22px 50px;
    }
}

@media only screen and (max-width:360px){
    .next-gen{
        font-size: 0.8rem;
        gap: 0;
        margin-bottom: 10%;
    }
    .main-title{
        font-size: 1.5rem;
        margin-bottom: 10%;
    
    }
    .sub-title{
        font-size: 0.8rem;
    }

    .top-heading .lineone, .top-heading .linetwo{
        font-size: 1.7rem;
      }
      .description-below-heading{
        font-size: 0.7rem;
      }
      .btn-div button {
        width: 40%; 
        max-width: 250px;
        height: 7vh; 
        border-radius: 5px;
        font-size: 0.7rem; 
        background-image: linear-gradient(to right, #243B55, #141E30);
        margin-top: 5%;
    }
    .DescriptionImgImg{
        max-width: 55%;
    }
    .riverwayDiv{
        height: 50vh;
    }
    .RiverwayImg {
        height: 60%;
        width: 100%;
    }

    /* ======== */
    .research-content {
        margin-bottom: 5%;
        font-size: 8px;
        padding: 0% 0%;
    }

    .research-left {
        font-size: 17px;
    }

    .box-next {
        margin: 15% -6%;
    }

}


@media only screen and (max-width:320px){
    .next-gen{
        font-size: 0.8rem;
        gap: 0;
        margin-bottom: 10%;
    }
    .main-title{
        font-size: 1.2rem;
        margin-bottom: 10%;
    
    }
    .sub-title{
        font-size: 0.8rem;
    }

    .top-heading .lineone, .top-heading .linetwo{
        font-size: 1.5rem;
      }
      .description-below-heading{
        font-size: 0.7rem;
      }
      .btn-div button {
        width: 40%; 
        max-width: 250px;
        height: 7vh; 
        border-radius: 5px;
        font-size: 0.7rem; 
        background-image: linear-gradient(to right, #243B55, #141E30);
        margin-top: 5%;
    }
    .DescriptionImgImg{
        max-width: 55%;
    }
    .riverwayDiv{
        height: 50vh;
    }
    .RiverwayImg {
        height: 55%;
        width: 100%;
    }

    .box-title {
        font-size: 9px;
        font-weight: bold;
    }

}

