*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", sans-serif;
}

header{
    position: fixed;
    top: 49px;
    width: 100%;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

ul{
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

a{
    text-decoration: none !important;
}
.top_bar {
    background: linear-gradient(90deg, #c23665 0%, #1b1e6f);
    padding: 7px 0px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.top_contact ul {
    display: flex;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.top_contact ul li a {
    color: #fff;
    text-decoration: none;
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 16px;
}

.top_contact ul li a i {
    width: 35px;
    height: 35px;
    background: #fff;
    color: #be3565;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
 .top_contact ul li a i:after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #be3565;
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
}
.top_contact ul li a i:hover:after{
    transform: scale(2.6);
    opacity: 1;
}

.top_contact ul li a i:hover{
    color: white !important;
}
.social_media ul {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.social_media ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    border-radius: 50%;
    color: #251f6e;
    z-index: 1;
    font-size: 15px;
    position: relative;
    overflow: hidden;
}
.social_media ul li a:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #be3565;
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
}

.social_media ul li a:hover:before{
    transform: scale(2.6);
    opacity: 1;
}

.social_media ul li a:hover #footer_media_icon{
    color: white !important;
}
#footer_media_icon{
    transition: 0.5s;
}

.main_header_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.logo {
    display: flex;
    align-items: center;
    gap: 45px;
}

.logo img {
    max-width: 90px;
    padding: 7px;
    position: relative;
}

.home_menu {
    display: flex;
    gap: 40px;
}

.logo h4 {
    font-weight: 800;
    margin-bottom: 4px;
}

.logo p {
    font-size: 13px;
    margin: 0;
    color: #b83465;
    font-weight: 600;
}


ul.home_menu li a {
    color: #1a1a1a;
    font-weight: 600;
    position: relative;
    transition: 0.5s;
}

.active a{
    color: #be3565 !important;
    position: relative;
}

.active a:before {
    width: 100% !important;
    height: 2px;
    background: linear-gradient(45deg, #b83465, #2a206e);
    position: absolute;
    content: '';
    bottom: -3px;
}

ul.home_menu li a:before{
    width: 0;
    height: 2px;
    background: linear-gradient(45deg, #b83465, #2a206e);
    position: absolute;
    content: '';
    bottom: -3px;
    transition: 0.5s;
    left: 0;
}
ul.home_menu li a:hover:before{
    width: 100%;
}
ul.home_menu li a:hover{
    color: #be3565 !important;
}

.logo  span {
    position: relative;
    z-index: 1;
}

.logo span:before {
    position: absolute;
    left: -30px;
    top: 0;
    width: 148%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: skewX(25deg);
    background: linear-gradient(90deg, #c23665 0%, #1b1e6f);
}

.login_btn {
    border: 0;
    padding: 9px 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    background: #ffffff00;
    z-index: 1;
    margin-right: 30px;
}


.login_btn:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(90deg, #c23665 0%, #1b1e6f);
    transform: skewX(20deg);
    z-index: -1;
}

.hero_viewo {
    width: 100%;
}

.hero_viewo video {
    width: 100%;
}

.hero_section {
    position: relative;
    height: 420px;
    overflow: hidden;
    margin-top: 105px;
}

.hero_section .container {
    position: absolute;
    top: 0;
    left: 120px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}


.hero_content h5 {
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    color: #c03665;
}

.hero_content h1 {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    margin: 0px 0px 22px;
    text-transform: uppercase;
    line-height: 30px;
    text-shadow: 0px 0px 15px #000000;
    margin-top: 23px;
}

.hero_content h1 span {
    color: #c13666;
}

.hero_content p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    text-align: justify;
    width: 380px;
}

.heart_section {
    width: 100%;
    background: white;
    padding-bottom: 15px;
    padding-top: 10px;
}

.main_heading h5{
    text-align: center;
    padding-top: 20px;
    font-size: 25px;
    font-weight: 700;
    color: black;
}

.main_heading h5 span{
    color: #c13666;
}

.main_heading_content{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.line_img{
    width: 243px;
    margin: auto;
    display: flex;
    margin-top: -11px;
}

.poster_icon_box{
    width: 100%;
    background: #c13666;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    padding: 15px 7px;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    height: 185px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.poster_icon_box:before {
    content: '';
    position: absolute;
    width: 65px;
    height: 65px;
    border: 3px solid #c13666;
    bottom: 0;
    left: 0;
    border-top: transparent;
    border-right: transparent;
    border-radius: 0px 0px 0px 10px;
}
.poster_icon_box::after {
    content: '';
    position: absolute;
    width: 65px;
    height: 65px;
    border: 3px solid #c13666;
    top: 0;
    border-bottom: transparent;
    border-left: transparent;
    border-radius: 0px 10px 0px 0px;
    right: 0;
}

.number_box {
    width: 100%;
    height: 0;
    background: #000000de;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.poster_icon_box:hover .number_box{
    height: 100%;
}
.poster_icon_box:hover .number_heading{
    display: block;
}

.poster_icon_box:hover .icon_box{
    transform: rotate(360deg);
}

.icon_box{
    width: 50px;
    height: 50px;
    border: 1px solid #8080809e;
    border-radius: 50%;
    margin: auto;
    background: #221f6e;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all 0.5s !important;
}

#image_icon{
    font-size: 20px;
    color: white;
}

.poster_heading{
    text-align: center;
    padding-top: 7px;
    font-weight: 600;
    font-size: 14px;
    color: white;
    transition: 0.5s;
    margin-bottom: 2px;
}

.para{
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    color: white;
    margin-bottom: 5px;
    transition: 0.5s;
    line-height: 12px;
}

.scale_span{
    position: relative;
}
.scale_span:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    left: 71px;
    top: 82px;
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
}

.poster_icon_box:hover .scale_span:before{
    background: #c13666 !important;
    opacity: 1;
    transform: scale(50);
}

.poster_icon_box:hover .poster_heading{
   color: white !important;
}

.poster_icon_box:hover .para{
    color: white !important;
 }

 .project_overwiev_section{
    width: 100%;
    padding-bottom: 20px;
    background-image: url(../images/surveys.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
 }

 .project_overwiev_section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000e3;
    z-index: -1;
}

.project_overwiev_box{
    width: 95%;
    border-radius: 10px 10px 10px 10px;
    margin-top: 20px;
    padding: 18px 15px 6px 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid white;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 255px;
}
.project_overwiev_box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0px 165px 0px 165px;
    z-index: -1;
    background: linear-gradient(90deg, #c23665 0%, #1b1e6f);
    transition: all 0.5s;
}
.project_overwiev_box:hover:before{
    border-radius: 0px !important;
}
.overwiev_img {
    width: 60%;
    border-radius: 35px 10px 0px 0px;
}

.burden{
    color: white;
    font-size: 18px;
    font-weight: 700;
    transform: translate(0px, 10px);
}

.overwiev_content_box{
    padding-left: 0px;
}
.overwiev_para{
    color: #ffffffcc;
    font-size: 14px;
    padding-top: 7px;
    margin-bottom: 8px;
}

.training_section{
    width: 100%;
    padding-bottom: 10px;
    background: #80808021;
}

.overwiev_img_box{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

.overwiev_img_box span{
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: inherit;
    animation: overwiev_icon 4s ease-in-out infinite;
    animation-delay: calc(1s * var(--i));
    z-index: -1;
}

@keyframes overwiev_icon{
    100%{
        opacity: 0;
        transform: scale(2.1);
    }
}

.devide_box_2{
    width: 100%;
    border: 1px solid #80808052;
    border-radius: 10px;
    height: 315px;
    padding: 0px 10px;
    background: #c1366538;
}

.Empower li {
    font-size: 11px;
    color: white;
    list-style: auto;
    margin-left: 12px;
    margin-top: 3px;
}

.popup_main_box{
    height: 100vh !important;
    background: #000000a1 !important;
    width: 100% !important;
}
.modal-content {
    width: 670px !important;
    padding: 10px 20px !important;
    font-size: 15px !important;
    margin: auto !important;
    margin-top: 70px !important;
    color: black !important;
    text-align: justify !important;
    margin-bottom: 10px !important;
}
.close_btn{
    padding: 4px 20px;
    display: flex;
    margin: auto;
    border: none;
    background: linear-gradient(90deg, #c23665 0%, #1b1e6f);
    color: white;
    border-radius: 4px;
}
.read_more_btn{
    padding: 5px 20px;
    border: 1px solid white;
    background: none;
    color: white;
    border-radius: 4px;
}

.our_leadership_heading{
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: black;

}
.kpi_heading{
margin-top: 2rem;
}

.leadership_box{
    /* width: 36%; */
    height: 215px;
    border-radius: 20px;
}

.leadership_flex{
    display: flex;
    gap: 20px;
    width: 100%;
}

.yogi_img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 15px;
margin-top: 0.5rem;
}

.yogi_heading{
    font-size: 15px;
    text-align: center;
    color: #c13666;
    margin-bottom: 0;
}
.yogi_sub_heading{
    font-size: 11px;
    color: black;
    text-align: center;
}

.leader_img_box{
    width: 100px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 0px 0px 11px 0px;
}

.leader_img_box img{
    width: 100%;
    border-radius: 4px;
}

.our_leadership_heading span{
    color: #c13666;
}

.main_heading h6{
    font-size: 15px;
    color: black;
    margin-top: -5px;
    text-align: center;
}

.training_box{
    height: 180px;
    width: 100%;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
    padding: 13px 13px;
    background: #bc3565;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    margin-bottom: 10px;
    position: relative;
}

.training_icon_box{
    width: 50px;
    height: 50px;
    background: #221f6e;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
    border: 1px solid white;
    transition: 0.5s;
}

.training_box i{
    font-size: 25px;
    color: white;
    transition: 0.5s;
}

.state_level_heading{
    font-size: 18px;
    font-weight: 600;
    color: white;
}

.nominated_para{
    font-size: 12px;
    color: #ffffffc4;
    margin-bottom: 0;
    text-align: justify;
    font-weight: 600;
}

.number_heading{
    font-size: 17px;
    text-align: center;
    color: white;
    transition: 0.5s;
    display: none;
    transition: 0.7s;
}

.poster_icon_box:hover .number_heading{
    color: white;
}

.finding_section{
    width: 100%;
    background-image: url(../images/home_bg_1.png);
    padding: 25px 0px;
    background-position: center;
    background-size: contain;
}

.finding_box{
    width: 100%;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 100px 10px 10px 10px;
    padding: 20px 20px;
    margin-top: 35px;
    cursor: pointer;
}

.UNDERSTANDING_box{
    width: 100%;
    background: linear-gradient(45deg, #261f6e, transparent);
    border-radius: 10px;
    border: 1px solid #80808040;
    margin-top: 15px;
    padding: 10px;
    height: 260px;
}

.rahat_logo_box{
    /* width: 100px; */
    height: 100px;
}

.rahat_logo_box img{
    width: 90px;
}

.finding_heading{
    text-align: center;
    color: #bc3565;
    font-size: 25px;
    font-weight: 700;
}

.finding_img_box{
    width: 100%;
    height: 200px;
    margin: auto;
    position: relative;
    top: -40px;
    overflow: hidden;
}

.finding_img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px 10px 0px 0px;
}

.community_heading{
    font-size: 15px;
    font-weight: 600;
    margin-top: -25px;
    color: black;
    transition: 0.5s;
}

.explore_btn{
    padding: 4px 15px;
    border-radius: 4px;
    border: none;
    background: #bc3565;
    color: white;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

.finding_box:hover .community_heading{
    color: #bc3565;
}

.links_section{
    width: 100%;
    background: white;
    padding-bottom: 30px;
}

.important_links_box{
    width: 100%;
    margin-top: 20px;
}

.links_img{
    width: 210px;
}

.footer_section{
    width: 100%;
    background: #06101d;
    background-image: url(../images/download\ \(1\).png);
    padding-top: 40px;
    padding-bottom: 10px;
    background-position: center;
}

.footer_box{
    width: 100%;
    margin-bottom: 10px;
}

.logo_img{
    max-width: 90px;
    border-radius: 50%;
}

.footer_box .social_media ul li a i{
    color: #c23665 !important;
}

.footer_logo_box{
    width: 70%;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.footer_menu li a{
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.5s;
}
.footer_menu li{
    transition:all 0.5s !important;
    margin-bottom: 5px;
}

.footer_menu li:hover{    
    transform: translate(3px, 2px);
}

.footer_menu li a:hover{
    color: #c23665 !important;
}
.copy_right_box{
    width: 100%;
    background: #1b1e6f;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.copy_right_para{
    margin-bottom: 0;
    color: white;
    font-size: 16px;
    font-weight: 600;
}

.popup_para{
    color: white;
    font-size: 13px;
    font-weight: 500;
}

.modal-title{
    transform: translate(197px, 0px) !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: white;
}

.popup_list li{
    color: white;
    font-size: 13px;
    font-weight: 500;
}

.training_box:after {
    content: '';
    position: absolute;
    transition: 0.5s;
    z-index: -1;
    height: 30%;
    top: 34%;
    left: 35%;
    width: 30%;
}
.training_box:hover:after {
    transform: scale(4);
    background: #221f6e;
}

.training_box:hover .training_icon_box{
    background: white;
}

.training_box:hover .training_icon_box i{
    color: #c23665 !important;
}


#humber_menu{
    font-size: 25px;
    color: black;
    transform: translate(-50px, 0px);
    display: none;
}
.logo_login_btn_flex_box{
    display: flex;
    align-items: center;
}
.login{
    right:70px;
}
.login_menu{
    display: none;
}

.modal-dialog {
    max-width: 700px !important;
}
.modal-content{
    background: linear-gradient(90deg, #c23665 0%, #1b1e6f) !important;
    border: none !important;
}

.btn-close:focus {
    border: 1px solid white !important;
}
.modal-header .btn-close {
    border: 1px solid white !important;
}

.btn-close {
    background-image: url(../images/close.png) !important;
    opacity: inherit !important;
    
}
.social_section{
    width: 100%;
    background: #00000024;
    padding-bottom: 20px;
}

.social_box{
    width: 100%;
    height: 300px;
    background: white;
    overflow: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 10px;
}
.insta_header_box{
    width: 100%;
    height: 50px;
    background: linear-gradient(45deg,#f9ce34, #ee2a7b, #6228d7);
    position: sticky;
    top: 0;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#insta_icon{
    color: white;
    font-size: 20px;
}

.insta_heading_text{
    font-size: 20px;
    color: white;
    margin-bottom: 0;
}
.insta_link{
    color: white;
}

.event_hidden_box{
    width: 100%;
    height: 198px;
    overflow: hidden;
    overflow-y: auto;
}
.elementor-clearfix{
    animation: scroll 70s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}


/* Hover पर animation रोके */
.elementor-clearfix:hover{
    animation-play-state: paused;
}

.twitter_image_link{
    width: 100%;
    height: 100%;
    object-fit: cover;
}