/*----------New UI-----------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

    .homepage_one{
    font-family: sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    overflow: hidden !important;
    }

    @media only screen and (max-width: 5000px) {
        .page_wrapper {
            overflow: hidden;
        }
    }
    .page_wrapper {
        position: relative;
        margin: 0 auto;
        width: 100%;
        min-width: 300px;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }
    @media (max-width: 992px) {
        .container {
            padding: 0 15px !important;
        }
    }
    .container {
        width: 100%;
        height: 100%;
        position: relative;
        justify-content: center;
        margin-top: 0%;

    }

    .w-100 {
        width: 100% !important;
    }
    .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    [type=button]:not(:disabled), 
    [type=reset]:not(:disabled), 
    [type=submit]:not(:disabled), 
    button:not(:disabled) {
        cursor: pointer;
    }

    .navbar_new{
        display: flex;
        width:100% !important;
        height: 15% !important;
        background-color: rgba(234, 255, 253, 1);
        
        position: relative;
        z-index: 999;
        
        
    }
    .header1{
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 1%;
        position:fixed;
        background-color: rgba(234, 255, 253, 1);
        border: 2px solid rgba(255, 109, 25, 1);
        z-index: 1000;
    }
    .menu{
        display: flex;
        align-items: left;
        margin-left: 2%;
    }
    .menu-icon{
        max-width: 24px;
        max-height: 24px;
        align-items: left;
        margin-top: 20%; 
        
    }
    .menu-text{
        
        margin-bottom: 10px;
        margin-left: 2rem;
        font-family: 'DM Sans';
        font-weight: 400;
        font-size: 1rem;
        line-height: 0.5rem;
        color: rgb(0, 0, 0, 1);
        
    }
    .logo-container{
        margin-top: 3%;
        justify-content: center;
        align-items:center;
        display: flex;
    
    }
    .logo-img{
        width: 100%;
        

    }
    .search img{
        margin-top: 30%;
        margin-right: 5%;
        max-width: 24px;
        height: 24px;
        margin-left: 90%;
        background-color: rgba(41, 28, 154, 1);
    }
    .flaticon-search{
        width: 24px;
        height: 24px;
        fill: rgb(41,28,154,1);
    }

@media (max-width: 768px){
    .header1 {
        flex-direction: row;
        justify-content: space-between;
        padding: 0.75rem 1rem;
        display: flex;
    }

    .logo-img {
        width: 100%;
        justify-content:center;
        align-items: center;
        margin:auto auto;
    }
    .logo-container{
        align-items: center;
        justify-content: center;
        width:40%;
    }
    .menu-text {
        font-size: 0.9rem;
        margin-left: 2rem;
        
    }

    .menu-icon {
        align-items: left;
        justify-content: left;
        margin: 40% auto;
    }
    .flaticon-search {
        font-size: 1.25rem;
        margin-bottom: 40%;
    }

}

@media (max-width: 480px) {
    .header1 {
        flex-direction: column;
        align-items: center;
    }

    .logo-container {
        margin-bottom: 0.5rem;
    }

    .menu {
        width: 100%;
        justify-content: left;
    }

    .search {
        width: 100%;
        justify-content: center;
        margin-bottom: 0.5rem;
    }
}

.hero-section1{
    background-color: rgba(234, 255, 253, 1);
    height: auto;
    display: flex;
    position: relative;
    justify-content:space-around;
    border-bottom: 2px solid rgba(255, 109, 25, 1);
    scroll-behavior: smooth;
}
.hero-section2{
    background-color: rgba(234, 255, 253, 1);
    height: auto;
    width: 100%;
    display: flex;
    position: relative;
    justify-content:center;

}

.hero-section3{
    background-color: rgba(234, 255, 253, 1);
    display: flex;
    height: auto !important;
    width: 100%;
    display: flex;
    position: relative;
    justify-content:space-around;
    border-bottom: 2px solid #FF6D19 !important;

    
}

             /*----------------First section-------------*/
.hero{
    margin-bottom: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;


}
.left{
    position: relative;
    width: 45%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;

}

.hero-title{
    font-family: 'DynaPuff', cursive !important;
    font-weight: 550;
    font-size: 4vw;
    text-align: center;
    color: rgba(24,24,25,1);
    width:fit-content;
    margin-top: 15%;
    position: relative;
    flex-wrap: wrap;
}
.hero-text{
    font-family: 'DM Sans','sans-serif' !important;
    font-weight: 400;
    font-size: 2vw;
    line-height: 2.5vw;
    text-align: center;
    color: rgba(24, 24, 25, 1);
    margin-top: 3%;
    flex-wrap: wrap;
}

.get-help-btn{
    width: 250px;
    max-width:100%;
    max-height: 40px;
    display: inline-flex;
    padding: 0.75rem 1.5rem;
    align-items: center;
    justify-content: center;    
    color:rgba(255, 255, 255, 1);
    text-align: center;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 5%;
    border-radius: 10px;
    border-color: rgba(7, 176, 157, 1);
    background-color: rgba(7, 176, 157, 1);
    transition: background-color 0.3s ease;

}

.help-button-text {
    color: white;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.5rem;
    margin: 1% auto;
    font-weight: 700;
}
.help-button-text:hover {
    color: white;
}

.get-help-btn:hover{
    background-color: rgba(255, 25, 80, 1);
    border-color: rgba(255, 25, 80, 1);
}

@media (max-width: 768px) {
    .get-help-btn {
        width:auto;
        max-width: 200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        min-width:120px;
        margin-top: 1%;
        max-height:50px;
        height: 5%;
        
    }
    .hero-title{
        font: 'DynaPuff', cursive;
        font-size: 2.5vw;
    }
    .help-button-text {
    color: white;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.8rem;
    
    
}
}
.image-box{
    width: 60%;
    height: 90%;    
    background:rgba(255, 109, 25, 1);
    top: 0;
    margin-left: 40%;
    position:absolute;
    margin-bottom: 5%;
    clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.hero-image{
    width: 100%;
    height: 100%;
    margin-top:0;
    margin-left: 1%;
    margin-bottom: 2%;
    clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
}

    /*----------------------Our Products----------------------*/
.our-products{
    text-align: center;
    justify-content: center;
    color:rgba(255,32,90,1) !important;
    font-family: 'DM Sans','sans-serif';
    font-weight: 700;
    margin-bottom: 2%;
   
}
.products{
 width: 100%;
 height: auto;
 background-color: rgba(234, 255, 253, 1);
 border-bottom: 2px solid rgba(127, 87, 220, 1);
 padding-bottom: 2%;
 
}
.products-frame{
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: center;
 gap: 2%;
 margin-bottom: 20px;

}
.product-card-himarika, .product-card-mindskillz, .product-card-oky,
.product-card-one2one, .product-card-reachmh, .product-card-1190 {
 flex: 1 1 30%; 
 max-width: 30%;
 min-width: 250px;
 gap: 0.5%;
 border-radius: 5%;
 background-color: rgba(199, 255, 249, 1);
 justify-content: space-between;
 text-align: center;
 flex-direction:column;
 display: flex;
 margin: 1% 0.5%;
 box-sizing: border-box;
 max-height: 300px;
 
}

.product-logo-himarika, .product-logo-mindskillz, .product-logo-oky,
.product-logo-one2one, .product-logo-reachmh, .product-logo-1190{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1% auto;
}

.product-logo-mindskillz{
    margin-bottom: 6% !important;
    margin-top: 5% !important;
    
}


.product-description{
 width: 80%;
 margin: 1% auto;
 font-family: 'DM Sans', sans-serif;
 font-weight: 400;
 font-size: 0.8rem;
 line-height: 1.5;
 text-align: center;
 justify-content: center;
 display: flex;
 flex-wrap: wrap;
 text-decoration:rgba(24, 24, 25, 1);
}

.learn-more{
    background-color: rgba(7, 176, 157, 1);
    color: rgba(255, 255, 255, 1) !important;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700px;
    border-radius: 10px;
    width: 60%;
    height: 10%;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2% auto;
    border: none;
    cursor: pointer;
}
.button-text {
    color: white;
    font-family: 'DM Sans', sans-serif;
}
.button-text:hover {
    color: white;
}
.learn-more:hover{
    background-color: rgba(255, 25, 80, 1);
    border-color: rgba(255, 25, 80, 1);
    color: white !important;
}

@media (max-width: 1024px) {
    .product-card-himarika, .product-card-mindskillz, .product-card-oky,
    .product-card-one2one, .product-card-reachmh, .product-card-1190 {
        flex: 1 1 45%;
        max-width: 45%;
    }
}

@media (max-width: 768px) {
    .product-card-himarika, .product-card-mindskillz, .product-card-oky,
    .product-card-one2one, .product-card-reachmh, .product-card-1190 {
        flex: 1 1 90%;
        max-width: 90%;
    }

    .product-description {
        font-size: 1rem;
    }

    .learn-more {
        width: 80%;
        font-size: 1rem;
    }
}



              /*------------------News and Updates section--------------------*/
.news-updates{
    width: 100%;
    height:100%;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    border-bottom: 2% solid #FF6D19;

   
}
.news-title{
    color: #7F57DC !important;
    font-family: 'DM Sans';
    font-size: 30px;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: flex;
    border-bottom: 1%;


}
.news-carousel{
    width: 95%;
    height: auto;
    align-items: center !important;
    justify-items: center;
    justify-content: center !important;
    gap: 2%;
    display: flex;
    margin: 1% auto;
    overflow-x: scroll !important;
    position: relative;
    scroll-snap-type: x mandatory !important;
    padding: 2%;
    white-space: nowrap !important;
    -ms-overflow-style: none;
    scrollbar-width:auto;
    
}
.news-carousel .swiper-wrapper {
    display: flex;
}
.news-carousel .swiper-slide{
    flex-shrink: 0;
    width: 100%;
    max-width: 500px;
}
.news-carousel:hover .swiper-button-next,
.news-carousel:hover .swiper-button-prev {
    display: flex;
}
.news-card{
    width:100% !important;
    height: auto;
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    white-space: normal;
    flex-direction: column;
    align-items: center;
    scroll-snap-align: center;
    scroll-snap-type: x mandatory;
    justify-content: space-between;
    border-radius: 1%;
    background-color: rgba(255, 255, 255, 1);
    padding: 10px; 
    box-sizing: border-box;
    overflow: hidden; 

    
}
.news-logo{
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    padding: 3%;
    margin-top: 2%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    object-fit: contain;
    display: flex;
    height:180px;

    
}
.news-logo-img{
    width:100%;
    max-height: 180px;
    margin: 2% 2%;
    object-position: center;
    object-fit: cover;
    display: flex;
    justify-content: center;
    margin: auto;
    flex-direction: column;
    height:auto;
    background-color: rgba(255, 255, 255, 1);
    
}

.swiper-button-next,
.swiper-button-prev {
    color: #FF6D19; 
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
    color: white;
}

.swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .news-card {
        max-width: 100%;
    }
}

.news-caption{
    width:100%;
    max-height: 120px;
    position: relative;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center !important;
    justify-content: center !important;
    align-content: center;
    object-fit: contain;
    overflow-wrap:break-word;
    font-size: 3px;
    line-height: 1.5;
    text-align: center !important;
    margin-top: 5%;
    margin-bottom: 0;
 
}
.text-box{
    font-family: 'DM Sans', sans-serif;
    color: white;
    align-items: center;
    justify-content: center;
    display: flex;
    flex: wrap;
    text-overflow: wrap;
    margin: 1% auto;
    white-space: normal;

}
.news-text{
    color: white !important;
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 15px;
    display: flex;
    flex: wrap;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-items:center;
    line-height: 1.5;
    overflow-wrap: break-word;
    text-overflow: ellipsis;


}
.news-caption-himarika, .news-caption-mindskillz,
.news-caption-oky, .news-caption-one2one {
   width: fit-content;
   height: 100%;
   margin: 10px auto !important;
   font-family: 'DM Sans' !important;
   font-weight: 700 !important;
   font-size: 15px !important;
   color: rgba(255, 255, 255, 1) !important;
   display: flex !important;
   flex-direction: column !important;
   align-items: center !important;
   align-content:center;
   justify-content:center;
   text-align:center !important;
   line-height: 1.5;
   overflow-wrap: break-word;
   
}

.news-caption-himarika {
    background-color: rgba(255, 109, 25, 1);
}
.news-caption-mindskillz {
    background-color: rgba(236, 31, 39, 1);
}
.news-caption-oky{
    background-color: rgba(255, 32, 90, 1);
}
.news-caption-one2one{
    background-color:  rgba(127, 87, 220, 1);
}

.title-box{
    width: 100%;
    height: 100%;
    justify-content: center;
    align-content: center;
    text-align: center;
    display: flex;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    flex-wrap: wrap;
    overflow-wrap:break-word;
    text-overflow:ellipsis;
}
.caption-title{
    height: 100%;
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5 !important;
    color: rgba(255, 255, 255, 1) !important;
    justify-content: center !important;
    display: flex !important;
    align-items: center;
    text-align: center;
    width: 100%;
    align-content: center;
    margin-left: 3%;
    flex-wrap: wrap !important;
    overflow-wrap:break-word;
    text-overflow:ellipsis;
    line-height: 1.5;
    word-wrap: break-word;
        
}
.top-stories {
    align-items: center;
    width: 100%;
    height:auto;
    justify-content: center;
}
.stories-title{
    margin-bottom: 0;
    font-family: 'DM Sans' !important;
    font-weight: 700;
    font-size: 28px;
    justify-content: center !important;
    text-align:center;
    color: rgba(255, 32, 90, 1) !important;

}
.story-box{
    align-items: center !important;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    gap: 2%;
}

.story-box-1{
    flex: 1 1 250px;
    width: 300px;
    height: 150px;
    border-radius: 40px;
    margin-top: 10px;
    justify-content: center;

}
.top-story-img{
    width: 50% !important;
    height: 150px !important;
    align-items: center !important;
    object-fit:cover !important;
}
.content-box-1{
width:auto;
height: 150px;
background-color: rgba(255, 109, 25, 1);
background-size: cover;
align-items: center;
}
.story-img1{
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.story-box-2{
    width: 300px;
    height: 150px;
    border-radius: 10px;
    margin-top: 10px;
}
    .content-box-2{
    width:auto;
    height: 150px;
    background-color: rgba(7, 176, 157, 1);
    }


.story-box-3{
    width: 300px;
    height: 150px;
    border-radius: 10px;
    margin-top: 10px;
}
    .content-box-3{
    width:auto;
    height: 150px;
    background-color: rgba(255, 195, 0, 1);
    align-items: right;
    }


.story-box-4{
        width: 300px;
        height: 150px;
        border-radius: 10px;
        margin-top: 10px;

    }
    .content-box-4{
        width:auto;
        height: auto;
        background-color: rgba(255, 32, 90, 1);
        align-items: right;
        }

        .see-more {
            display: flex;
            flex-wrap: wrap;
            height: auto;
            align-items: center !important;
            justify-content: center !important;
            margin-bottom: 2%;
            
        }
        .see-more-btn {
            width: 250px;
            height: 50px;
            font-family: 'DM Sans','sans-serif';
            font-weight: 700;
            font-size: 20px;
            color:rgba(255, 255, 255, 1);
            text-align: center;
            cursor: pointer;
            margin-top: auto;
            border-radius: 10px;
            border-color: rgba(7, 176, 157, 1);
            background-color: rgba(7, 176, 157, 1);
            justify-content: center !important;
            align-items: center !important;
            align-content: center !important;
            margin-top: 6%;
            
        }
        .see-more-btn:hover{
            background-color: rgba(255, 25, 80, 1);
            border-color: rgba(255, 25, 80, 1);
        }
/*Test*/
.stories{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-items: center;
    width: 100%;
    gap: 2rem;
    padding: 1rem;
    margin-top: 2%;
    
}
.story-box-1{
    flex: 1 1 250px;
    width: 100%;
    max-width: 300px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
}
        .story-img-box{
            width: 100%;
            max-width: 150px;
            height: 150px;
            overflow: hidden;
            object-fit: cover;
            display: flex;
            margin-right: 10%;
            border-bottom-left-radius:19%;
            border-top-left-radius: 19%;

            
        }
        .story-img {
            width: 100%;
            height: 100%;
            object-fit:cover;
            
            
        }
        .story-content-box1, .story-content-box2, 
        .story-content-box3, .story-content-box4 {
            width: 100%;
            max-width: 150px;
            height:150px;
            display: flex;
            flex-direction: row;
            flex-wrap:wrap;
            justify-content: center;
            align-items: center;
            white-space: normal;
            margin: 0 auto;
        }
        
        .story-content-box2 {
            background-color: rgba(7, 176, 157, 1);

        } 
        .story-content-box3 {
            background-color: rgba(255, 195, 0, 1);

        } 
        .story-content-box4{
            background-color: rgba(255, 32, 90, 1);

        }
        .story-title{
            font-family: 'DM Sans';
            color: white !important;
            font-size: 16px;
            font-weight: 700;
            justify-content:center;
            display: flex;
            align-content: center;
            text-align: left;
            margin:2% auto !important;
            flex-wrap: wrap !important;
            overflow-wrap:break-word;
            text-overflow:ellipsis;
            width: fit-content;
            white-space: normal;

        }
        .story-content{
            font-family: 'DM Sans';
            font-size: 13px;
            position: relative;
            line-height: 1.5;
            justify-content:center;
            display: flex;
            align-content: center;
            text-align: left;
            margin-left: 5px;
            flex-wrap:wrap;
            overflow-wrap: ellipsis;
            text-wrap:inherit;
            text-overflow: ellipsis;
            
        }

    .help-title{
    color: rgba(7, 176, 157, 1) !important;
    font-family: 'DM Sans' !important;
    font-size: 30px;
    text-align: center;    
    justify-content: center;   
}    

/*-----------------Test----------------*/
.news-updates1{
    height: 60%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom:#FF6D19;
    
}
.news{
    width: 100%;
    height: 100%;
    justify-content: center !important;
    align-items: center;
}
.news-carousel1{
    width: 100% !important;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-content: center !important;
    align-items: center !important;
    gap: 2%;
    flex-wrap:nowrap;
    padding: 2%;
    margin: 2% auto;
    overflow-x: scroll !important;
    position: relative;
    scroll-snap-type: x mandatory !important;
    white-space: nowrap !important;
    -ms-overflow-style: none;
    scrollbar-width: auto;
    scroll-behavior: smooth;
    overflow:auto;
    
}
.hero-section4{
    background-color: rgba(234, 255, 253, 1);
    height: 100%;
    width: 100%;
    text-align: center;
    border-bottom: 2%  #FF6D19;
}

.news-updates1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom:#FF6D19;
    
}
.news-title1{
    width: 100%;
    color:#7F57DC !important;
    font-family: 'DM Sans';
    font-size: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}

.news-carousel1{
    width: 100%;
    height: 80%;
    display: flex;
    flex-wrap:nowrap;
    margin: auto 2%;
    justify-content: space-between !important;
    align-content:center !important;
    align-items: center;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
      
}

.news-carousel::-webkit-scrollbar {
    display: none;
}
.news-card1{
    width: 100%;
    max-width: 500px !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items:center;
    white-space: normal;
    height: 100%;
    max-width: 400px;
    border-radius: 2%;
    margin-top:2%;
    margin-right: 3%;
    gap: 3%;
    box-sizing: border-box;
    overflow-x:visible;
    scroll-snap-type: x mandatory;
    justify-content: space-between;
    
}
.news-logo1{
    height:180px;
    width: 100%;

    background-color: white;
    display: flex;
}
.new-logo-img1{
 margin: 5% 5%;
 width: 80%;
 justify-content: center;
 display: flex;
}
.news-caption1{
    height: 30%;
    border-radius: 2%;
    display: flex;
    flex-wrap: wrap;
}
.text-box1{
    font-family: 'DM Sans', sans-serif;
    color: white;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center !important;
    display: flex;
    flex-wrap:wrap;
    text-overflow: wrap;
    margin: 2% auto;
    white-space: normal;
}
.news-text1{
    width: 100%;
    color: white !important;
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 15px;
    display: flex;
    flex: wrap;
    justify-content: center !important;
    text-align: center;
    align-content: center;
    align-items:center;
    line-height: 1.5;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    margin: 2% auto;
}

.top-stories1{
    height: 0%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom:#FF6D19;
}
.storyy-box{
    width: 40%;
    height: 35%;
    background-color: #FF6D19;
    margin-top: 0;
    
}