@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');

/* ===== CSS RESET ===== */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: "IBM Plex Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;padding: 0;margin: 0;
    /* font-variation-settings: "wdth" 100; */
}

/* ===== VARIABLES ===== */
:root {
    --container-width: 1240px;
    --gutter: 25px;
    --theme-orange: #EE6C4D;
    --theme-orange-08: rgba(238, 108, 77, 0.08);
    --theme-orange-16: rgba(238, 108, 77, 0.16);
    --theme-dark: #201429;
    --theme-dark-2: #4D4354;
}
a {text-decoration: none;color: #060606;}
a:hover {color: #060606;text-decoration: none;}
a:focus{outline: none;}
ul, li, h1,h2,h3,h4,h5,h6,form{list-style: none;padding: 0;margin: 0;}
ul{display: flex;}

.container {max-width: var(--container-width);margin-inline: auto;padding-inline: var(--gutter);}
.container-fluid {width: 100%;padding-inline: var(--gutter);}

.row {display: flex;flex-wrap: wrap;margin-inline: calc(var(--gutter) / -2);}
[class^="col-"] {padding-inline: calc(var(--gutter) / 2);width: 100%;}
.col-1  { width: 8.333%; }
.col-2  { width: 16.666%; }
.col-3  { width: 25%; }
.col-4  { width: 33.333%; }
.col-5  { width: 41.666%; }
.col-6  { width: 50%; }
.col-7  { width: 58.333%; }
.col-8  { width: 66.666%; }
.col-9  { width: 75%; }
.col-10 { width: 83.333%; }
.col-11 { width: 91.666%; }
.col-12 { width: 100%; }

.mobNone{display: block;}
.desNone{display: none;}


/* kamal css */
  #loadMoreBtn{background:#EE6C4D;color:#FFF;padding:5px 20px;border:navajowhite;border-radius:14px;font-size:16px;cursor: pointer;}
  .loadmorediv{text-align:center;margin-top:30px}.hidden{opacity:0;pointer-events:none;position:absolute;}
            .video-poster{width:100%;border-radius:8px}

.play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:#EE6C4D !important;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}

/* Kaltura center play button hide */
.playkit-center-playback-controls{
    display:none !important;
}

/* extra safety */
.playkit-control-play-pause{
    display:none !important;
}
@supports (-webkit-touch-callout: none) {

    .playkit-center-playback-controls{
        display:none !important;
    }

    .playkit-control-play-pause{
        display:none !important;
    }

}

.play-btn::after{content:"▶";font-size:32px;color:#fff;margin-left:5px}.kaltura-player-container{height:582px;position:absolute !important;top:8px;}.viewnow{background-color:#E2E2E2;
    color: #020202;}.no-record-found{text-align: center;display: block;width: 100%;border: 1px solid #cecece;padding: 10px;color: #EE6C4D;}
            .eventsTabsBox {
                & .tabsachshow li.active a {
                    color: #fff;
                }
            }
            @media (max-width: 768px) {
                .kaltura-player-container {
                    height: 229px;
                    position: absolute !important;
                    top: -1px;
                }
            }
            .tabsSachShowsPage {
                & .tabsachshow li.active a {
                    color: #fff;
                }
            }
 
            #splash-screen {
                position: fixed;
                inset: 0;
                background: #ffffff;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
                transition: opacity 0.6s ease, visibility 0.6s ease;
            }
            #splash-screen.hidden {
                opacity: 0;
                visibility: hidden;
            }
            .splash-logo {
                width: 180px;
                max-width: 60%;
                animation: zoomIn 1s ease-in-out;
            }
            @media (min-width: 768px) {
                .splash-logo {
                    width: 250px;
                }
            }
            @keyframes zoomIn {
                from {
                    transform: scale(0.8);
                    opacity: 0;
                }
                to {
                    transform: scale(1);
                    opacity: 1;
                }
            }
 
/* kamal css end */


.text-center { text-align: center; }
.text-right  { text-align: right; }
.langSwitcher{border: none;cursor: pointer;font-size: 18px;font-weight: 400; &:focus{outline: none;}}
.languagebox{display: flex;gap: 10px;align-items: center;}
.languagebox option{font-size: 18px;font-weight: 400;}


.d-flex { display: flex; }
.justify-between { justify-content: space-between; }
.align-center { align-items: center; }
.gap-20 { gap: 20px; }



/* header */
.hdr { padding: 20px 0;display: flex;align-items: center;justify-content: space-between; & ul{align-items: center;font-size: 18px;font-weight: 400;gap: 19px;}}
/* .sathi-button{background: #EE6C4D ;border-radius: 20px;padding: 8px 12px;color: #fff; & a{color: #fff;}} */
.sathi-button{height: 40px;display: flex;align-items: center;justify-content: center;border: 1px solid #EE6C4D;border-radius: 20px;font-size: 18px;font-weight: normal;color: #EE6C4D;padding: 8px 12px; & a{color: #EE6C4D;}
/* & .active{background: #EE6C4D ;border-radius: 20px;padding: 8px 12px;color: #fff; & a{color: #fff;}} */
}



.langIconBx a{display: flex;align-items: center;display: none;}
.langIconBx{display: flex;align-items: center;font-size: 10px;
& span{background: #fff;display: block;margin-left: -12px;}

}
.langOtherpagesbg{background: #fef4f1 !important;}

.sathi-button.active{background: #EE6C4D ;border-radius: 20px;padding: 8px 12px;color: #fff; & a{color: #fff;}}
.hdrnavact a.active{border-bottom: 2px solid #ee6c4d;}

/* header slider */
.hdrSlider {
  height: 600px;
background: url(../images/hdrImgBoy.png) right top no-repeat #c65d3a;
            background-size: cover;
            margin-inline: 5px;
  position: relative;border-radius: 64px 64px 0px 0px;overflow: hidden;




&::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/headerVidBg-des.png) no-repeat bottom center;
  background-size: contain;
}
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 120px 60px;
  color: #fff;
}
.imgDSCHdr{ position: absolute;
            width: 268px;
            height: auto;
            left: auto;
            top: 40px;
        /* bottom: 85px; */
        }

/* .dscContentBx{margin: auto;width: 100%;text-align: center;color: #fff;max-width: 670px;padding-left:70px; */
.dscContentBx{margin: auto;width: 100%;text-align: center;color: #fff;max-width: 805px;padding-left:70px;height: 295px;display: flex;flex-direction: column;align-items: center;justify-content: center;position: relative;
& h2{font-size: 48px;font-weight:normal;line-height: 64px;padding-top: 20px; & span{font-weight: bold;color: #FECB02;}}
& p{font-size: 22px;font-weight: normal;line-height: 30px;color: #fff;font-style: italic;}
}
.hdrVideobox{width: 1050px;height: auto;margin : -300px auto 0 auto;position: relative;z-index: 1;
&::after{content: "";position: absolute;width: 700px;height: 23px;bottom: 5px;left: 50%;transform: translateX(-50%) ;background: rgba(0, 0, 0, 0.2);filter: blur(5px);}
}

.video-wrapper {
  position: relative;
  width: 100%;max-height: 470px;
  aspect-ratio: 16 / 9;
  border-radius: 56px;
  border: 5px solid #fff;
  background: #000;
  overflow: hidden; /* VERY IMPORTANT */
}

/* Poster image */
.video-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 45px;
}

/* iframe fit */
.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  border-radius: 56px;
}

.satthiSkillVideoBx{
    & .video-wrapper{border-radius: 20px;max-height: 290px;border: none;}
}

/* Kaltura containers force full fit */
.video-wrapper .kaltura-player-container,
.video-wrapper .playkit-player,
.video-wrapper .playkit-video-player,
.video-wrapper .playkit-container {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/* actual video tag */
.video-wrapper video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover; /* change to contain if you don't want cropping */
}

.video-wrapper .kaltura-player-container ~ img {
  display: none;
}

/* .splide__list{max-height: 500px;} */
#videoSlider{
& .custom-prev {display: none;}
& .custom-next{display: none;}
& .splide__pagination{bottom: -30px;}
}

.video_detail_wrap{text-align: left;}
.video_detail_wrap .s_video_title{margin-bottom: 10px;}
/* sansakar */
.logo{display: flex;align-items: center;gap: 10px;justify-content: space-between;}
.logo-img{width: 100%;}
.headingDscBx{width: 100%;text-align: center;margin-bottom: 10px; & a{color: #EE6C4D;display: flex;justify-content: center;align-items: center;}}
.headingDsc{color: #EE6C4D;text-transform: uppercase;font-size: 36px;font-weight: bold;line-height: 56px;}
.headingDscP{font-size: 18px;font-weight: normal;line-height: 24px;color: #000;margin-bottom: 25px;}
.sanskar{margin-top: 30px;}
.sanskarBx{position: relative;}
.sanskarLogoTPos{position: absolute;top: -20px;left: -20px;}
.imgsanskar{border-radius: 24px;filter: grayscale(100%);max-width: 100%;height: auto;display: block;width: 100%;}
.sanskarFlxBx{display: flex;flex-wrap: wrap;gap: 0px;height: 100%;}
.itemsanskar{width: 50%;padding: 15px;}
.itemsans1{background: transparent linear-gradient(180deg, #fddbd2 0%, #fff6f4 100%) 0% 0% no-repeat padding-box;
border-radius: 24px 0px 0px 0px;}
.itemsans2{background: transparent linear-gradient(180deg, #fef6c9 0%, #fffdf2 100%) 0% 0% no-repeat padding-box;border-radius: 0px 24px 0px 0px;}
.itemsans3{background: transparent linear-gradient(180deg, #fbfef7 0%, #edf6e2 100%) 0% 0% no-repeat padding-box;
border-radius: 0px 0px 0px 24px;}
.itemsans4{background: transparent linear-gradient(180deg, #f7faff 0%, #eaf0ff 100%) 0% 0% no-repeat padding-box;
border-radius: 0px 0px 24px 0px;}
.sanskarH3{font-size: 20px;font-weight: bold;line-height: 22px;color: #060606;margin-bottom: 9px;}
.sanskarP{font-size: 18px;font-weight: normal;line-height: 24px;color: #060606;display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.modalOverlayNletter .sanskarP{overflow: visible; -webkit-line-clamp: unset;}

.sathiBox{background: url(../images/sarthiBG.png)no-repeat left top;background-size: cover;padding-block: 20px 12px;}
.orngArrow{margin-left: 10px;}
.sarLeftHead{font-size: 32px;font-weight: bold;line-height: 42px;color: #000;margin-bottom: 17px;}
.sarLeftP{font-size: 18px;font-weight: normal;line-height: 24px;color: #000;margin-bottom: 25px;display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.sathiButton{background: #EE6C4D;border-radius: 30px;padding: 19px 40px;color: #fff;font-size: 18px;font-weight: bold;display: flex;width: fit-content;gap: 12px;justify-content: center;align-items: center;cursor: pointer; & img{margin-top: 3px;} &:hover{color: #fff;}}
.sathicntrbox{display: flex;gap: 24px;}
.sarthiCntr {width: 50%;display: flex;flex-direction: column;}
.sarthiCntrDwn{background: #342143;border-radius: 0px 0px 24px 24px;padding:12px 25px; flex-grow: 1; height: 125px;          /* makes bottom section stretch */
    display: flex;
    flex-direction: column;}
.sarthiImgcntr{border-radius: 24px 24px 0px 0px;max-width: 100%;height: auto;display: block;width: 100%;}
.sarthiCntrH3{font-size: 18px;font-weight: bold;line-height: 24px;color: #fff;margin-bottom: 9px;display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.sarthiCntrP{font-size: 16px;font-weight: normal;line-height: 22px;color: #fff;display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;}

/* sach shows */
.sachShowsbx{background: url(../images/sachShowbg.png)no-repeat left top #1d0000;background-size:cover;padding-block: 22px 35px;

& .headingDscP{color: #fff;}} 

.tabsachshow ul {
  display: flex;color: #fff;
  gap: 10px;
  list-style: none;
  padding: 0;
  /* margin: 0 0 25px 0; */
}

.tabsachshow li {
  cursor: pointer;border: 1px solid #FFFFFF;
  border-radius: 25px;padding: 8px 16px;
  font-size: 16px;font-weight: normal;line-height: 24px;color: #fff;
}

.tabsachshow li.active {
  background: #EE6C4D;
}

.tab-content {display: none;margin-top: 15px;color: #fff;}
.tab-content.active {display: block;}

.flexsachshow{display: flex;gap: 24px; align-items: stretch;}

.sachshow-card {
  display: flex;
  flex-direction: column;max-width: 345px;
  flex: 1;              /* all cards equal width & height */
}

.sachshowimgholdr {
  width: 100%;
  aspect-ratio: 16 / 9; /* keeps images same height */
  overflow: hidden;
}

.sachshowimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sachshowdesc {
  display: flex;
  flex-direction: column;min-height: 181px;
  flex-grow: 1;         /* fills remaining height */
}

.sachshowimgholdr{position: relative;border: 1px solid #C2C2C2;border-bottom: 0;border-radius: 24px 24px 0 0;}
.sachshowimg{max-width: 100%;height: auto;display: block;border-radius: 24px 24px 0px 0px;}
.sachshowarrow{position: absolute;bottom: 15px;left: 15px;}
.sachshowdesc{background: #fff;border-radius:0 0 24px 24px;padding:6px 15px 15px 15px; & .dotbolg{background: #555555;}}
.timesachshow{display: flex;gap: 8px;align-items: center;margin-bottom: 8px;color:#EE6C4D; font-size: 14px;font-weight: normal;line-height: 24px;}
.dursachshow{color: #555555;}
.sachshowh3{font-size: 18px;font-weight: bold;line-height: 24px;color: #342143;margin-bottom: 8px;word-break: break-word;overflow-wrap: break-word;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.sachshowp{font-size: 14px;font-weight: normal;line-height: 20px;color: #555555;margin-bottom: 8px;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.wathcnowSachshow{font-size: 14px;font-weight: bold;line-height: 24px;color: #EE6C4D;display: inline-block;}

/* motivational Quote*/
.motivatonalBox{background: url(../images/motivationalBG.png) no-repeat center top #fff;background-size:cover;padding-block: 22px 65px;position: relative;margin-top: 80px;border-radius: 48px;}
.quoteTpImg{position: absolute;top: -50px;left: 50px;}
#quoteSlider{margin-top: 25px;width: 95%;margin: auto;}
.quoteitem{background: #FFF;box-shadow: 0px 4px 12px #EE6C4D33;border-radius: 16px;padding: 16px;height: 100%; display: flex;flex-direction: column;}
.quoteToptxt{font-size: 16px;font-weight: normal;line-height: 30px;color: #EE6C4D;margin-bottom: 12px;}
.quotehead{font-size: 20px;font-weight: bold;line-height: 28px;color: #060606;margin-bottom: 8px;display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;}
.quoteSumery, .quoteitem p{font-size: 16px;font-weight: normal;line-height: 22px;color: #060606;display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
overflow: hidden;
}


/* wisdom */

.wisdomBox{background: url(../images/wisdom-scimg.png)no-repeat left top #1d0000;background-size:contain;padding-block: 22px;
& .headingDscP{color: #fff;}}
.wisdomcart{
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

/* Gradient overlay */
.wisdomcart::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.45) 40%,
        rgba(0, 0, 0, 0.15) 70%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
}

.splide__arrow {
  background: transparent;
  width: 40px;
  height: 40px;
  opacity: 1;z-index: 1111;
}

.splide__arrow img {
  /* width: 100%;
  height: 100%; */
}
.splide__arrow--next{right: -23px;}
.splide__arrow--prev{  margin-top: -3px;left: -23px;}
.splide__arrow--prev:focus{outline: none;}
.splide__arrow--next:focus{outline: none;} 

/* Make all slides equal height */
#eventSlider .splide__track {
  align-items: stretch;
}

#eventSlider .splide__list {
  align-items: stretch;
}

#eventSlider .splide__slide {
  height: auto;
  display: flex;
}

#WisdomSlider, #eventSlider, #blogSlider{width: 95%;margin: auto;}

.wisdomContent{position: absolute;border: 1px solid rgba(223, 223, 223, 0.5);border-radius: 24px;bottom: 6px;left: 0;height: 97%;display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-end;width: 100%;    padding: 13px 10px;
z-index: 1;}
.wisdomImg{border-radius: 24px;width: 100%;height: 345px;}
.wisdomIcon{margin-bottom: 20px;}
.wisdomH3{color: #fff;font-size: 16px;font-weight: bold;line-height: 19px;display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;height: 72px;word-break: break-word;}

.borderRad24px{border-radius: 24px;}

.img-fluid{max-width: 100%;height: auto;display: block;}

#blogSlider .splide__track {
  overflow: visible;
}

/* Mobile safety */
@media (max-width: 768px) {
  #blogSlider .splide__track {
    overflow: hidden;
  }
.play-btn{width:40px !important;height:40px !important;}
}

 .splide__arrow svg{display:none}
 /* .splide__arrow--prev{background:url(../images/arrow-black-1.svg) center/70px no-repeat}.splide__arrow--next{background:url(../images/arrow-black.svg) center/70px no-repeat}  */
 .splide__arrow:focus{outline: none;}

/* chat support */
.chatSupport{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    /* background: radial-gradient(closest-side at 50% 50%, #FFF2F2 0%, #FFE1DB 100%);
    box-shadow: 0px 2px 8px #00000029;
    border: 2px solid #EE6C4D;
    border-radius: 40px; */
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 72px;                 /* Initial width (only image) */
    transition: width 0.3s ease;
    cursor: pointer;
    
}
.messgeLeftbx{padding-bottom: 70px;}

/* Expand on hover */
.chatSupport:hover{
    width: 290px;               /* Expanded width */
    padding-right: 18px;
}

.chatSupportImg{
    /* width: 50px;
    flex-shrink: 0; */
position: relative;z-index: 11;
}

/* Hide text initially */
.chatSupport p{
    font-size: 18px;
    font-weight: bold;
    color: #0E0101;
    white-space: nowrap;text-align: center;width: 100%;
    opacity: 0;
    margin-left: 10px;
    transition: opacity 0.2s ease 0.1s;
background: radial-gradient(closest-side at 50% 50%, #FFF2F2 0%, #FFE1DB 100%);
    display: flex;
    align-items: center;
    padding: 15px 18px;
    margin-left: -15px;
    border-radius: 0 40px 40px 0;box-shadow: 0px 2px 8px #00000029;border: 2px solid #EE6C4D;transition: all 0.3s ease;
}

/* Show text on hover */
.chatSupport:hover p{
    opacity: 1;
}
.sathiBox .headingDsc{padding-bottom: 13px;}

/* events box */

.splide__pagination{bottom: -35px;}

.splide__pagination__page.is-active{background: #EE6C4D;border-radius: 2px;width: 24px;height: 4px;}
.splide__pagination__page{background: #555555;width: 8px;height: 4px;border-radius: 2px;opacity: 1;margin: 3px 5px;}

.eventsBox{background: #FFF1E6;padding-block: 20px 60px;position: relative;}
.eventsCart{position: relative;border-radius: 24px;display: flex;justify-self: auto;gap: 20px;padding: 17px 24px;}
.bgOrange{background: url(../images/bgOrange.png) no-repeat left top ;background-size: cover;}
.bgBlue{background: url(../images/bgBlue.png) no-repeat left top;background-size: cover;}
.bgBlack{background: url(../images/bgBlack.png) no-repeat left top;background-size: cover;}

.bgsingleBlack{background: transparent linear-gradient(91deg, #0C1926 80%, #0C192600 100%) 0% 0% no-repeat padding-box;width: calc(100% - 70px);color: #fff;padding-block: 0;padding-right: 0;
& .leftEvent{padding-block: 20px;max-width: 740px;}
& .eventimgbx{align-items: stretch;position: relative; 
    &::before{  content: "";position: absolute;inset: 0;background:transparent linear-gradient(91deg, #0C1926 0%, #0C192600 100%) 0% 0% no-repeat padding-box;z-index: 1;}}
}
.eventmenuTimePlaceBox{display: flex;align-items: stretch;gap: 10px;font-size: 16px;font-weight: normal;line-height: 22px;background: #273A4E;border-radius:12px;padding: 10px;margin-bottom: 20px;width:100%;flex-wrap: wrap;
& .eventVenueSingle{color:#fff;display: flex;align-items:flex-start;gap: 10px; position: relative; & img{margin-top: 5px;} }
& .eventDateSingle{color:#fff;display: flex;align-items:flex-start;gap: 10px; position: relative;padding-right: 10px;white-space: nowrap; & img{margin-top: 5px;} &::after{content: ""; position: absolute; right: 0;top: 50%;transform: translateY(-50%);border-right: 1px solid #fff;width: 1px;height: 100%;}}
& .eventTimeSingle{color:#fff;display: flex;align-items:flex-start;gap: 10px; position: relative;padding-right: 10px; white-space: nowrap; & img{margin-top: 5px;} &::after{content: ""; position: absolute; right: 0;top: 50%;transform: translateY(-50%);border-right: 1px solid #fff;width: 1px;height: 100%;}}

}
.upcomingEventSingle{border: 1px solid #E2E2E2;border-radius: 13px;padding: 4px 10px;font-size: 14px;font-weight: normal;line-height: 18px;color: #fff;display: inline-block;text-transform: uppercase;margin-bottom: 5px;}
.eventsPSingle{font-size: 16px;font-weight: normal;line-height: 22px;color: #fff;margin-bottom: 16px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.eventsImgSingleCard{max-width: 345px;height: auto;display: block;border-radius: 0 24px 24px 0;object-fit: cover;position: relative;}

.eventsH3Single{color: #fff;font-size: 24px;font-weight: bold;line-height: 32px;margin-bottom: 16px;}

.leftEvent{width: calc(100% - 60px);}
.eventsImg{width: 150px;position: absolute;bottom: 0;right: 10px;}

.eventimgbx{display: flex;align-items: flex-end;justify-content: center;}
.eventsImg{margin-bottom: -5px;max-width: 100%;height: auto;display: block;}
.upcomingEvent{font-size: 12px;font-weight: normal;;color: #000;margin-bottom: 7px;border-radius: 14px;padding: 2px 8px 1px 8px;background: #fff;display: inline-block;text-transform: uppercase;}

.eventsH3{font-size: 24px;font-weight: bold;line-height: 28px;color: #000;margin-bottom: 8px;width: 120%;}
.eventVenue{font-size: 16px;font-weight: normal;line-height: 22px;color: #000;margin-bottom: 8px;display: flex;align-items: flex-start;gap: 10px;width: 85%; & img{margin-top: 4px;}}
.eventDate{font-size: 16px;font-weight: normal;line-height: 22px;color: #000;margin-bottom: 8px;display: flex;align-items: center;gap: 10px;}
.eventTime{font-size: 16px;font-weight: normal;line-height: 22px;color: #000;margin-bottom: 15px;display: flex;align-items: center;gap: 10px;}
.eventRegister{font-size: 18px;font-weight: 600;line-height: 30px;color: #fff;display: flex;align-items: center;gap: 5px;background: #EE6C4D;border-radius: 20px;padding:6px 15px 7px 15px;width: fit-content; & img{margin-top: 3px;} &:hover{color: #fff;}}

.completedEvent{color:#fff;
& .upcomingEvent{color: #111111;border: 1px solid #E2E2E2;}
.eventsH3{color: #fff;}
.eventVenue{color: #fff; }
.eventDate{color: #fff;}
.eventTime{color: #fff;}
.eventRegister{color: #000;background: #E2E2E2;}
}

/* blog */
.splide__list{margin: 0;padding: 0;}
#blogSlider .splide__track {
  overflow: hidden; /* required */
}

#blogSlider .splide__list {
  display: flex;
}



#blogSlider .splide__slide {
  flex-shrink: 0;
  width: auto;
}
.blogImg{border-radius: 16px;margin-bottom: 8px;max-width: 100%;width: 260px;height: 168px;object-fit: cover;}
.blogH3{font-size: 18px;font-weight: bold;line-height: 24px;color: #000;margin-bottom: 8px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;word-break: break-word;}
.blogP{font-size: 14px;font-weight: normal;line-height: 20px;color: #555555;margin-bottom: 8px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;word-break: break-word;}
.blogH4{font-size: 14px;font-weight: 600;line-height: 18px;color: #060606;margin-bottom: 8px; display: flex;align-items: flex-start;gap: 5px;
& .dotbolg{margin-top: 6px;}
& span{font-weight: normal;color: #6B6B6B;}}
.dotbolg{width: 4px;height: 4px;border-radius: 50%;background: #6B6B6B;display: inline-block;}

/* social footer */
.foterSocialbx{background: #F3F3F3;padding-block: 30px 20px;display: none;}
.bordrBtmgray{border-bottom: 1px solid #b7b7b7}
.subcribehead{font-size: 24px;font-weight: 500;line-height: 30px;color: #111111;margin-bottom: 10px; & strong{font-weight: bold;display: block;}}
.subcribetxt{font-size: 16px;font-weight: normal;line-height: 24px;color: #060606;}
.mailus{display: flex;align-items: center;gap: 0px;margin-bottom: 30px;}
.mailusInput{background: #FFFFFF;border: 1px solid #EE6C4D;border-radius: 34px 0px 0px 34px;padding: 11px 20px;color: #7E7E7E;font-size: 16px;width: 70%;height: 47px;}
.socialbox{display: flex;gap: 20px; & p{font-size: 16px;font-weight: normal;line-height: 20px;color: #000;}}
.socialitems{display: flex;gap: 15px;align-items: center;}
.socialitems a{display: flex;}
.mailusButn{border: 0;display: flex;align-items: center;gap: 5px;background: #EE6C4D;border-radius:34px;margin-left: -20px;padding: 16px 36px;color: #fff;cursor: pointer;white-space: nowrap;height:47px;
&::after{content: '';border: solid #fff; border-width: 0 3px 3px 0;display: inline-block;padding: 5px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
}

.footerlink{background: #f3f3f3;padding: 12px;text-align: center;}
.ftlinks{display: flex;justify-content: center;align-items: center;gap: 10px;color: #000;font-size: 14px;font-weight: normal; & a{color: #000;}}
.footer{background: #444444;padding: 15px;color: #fff;font-size: 14px;font-weight: normal;text-align: center;}

/* margin classes */
.mt-20 { margin-top: 20px; }
.marginleftftr{padding-left:40px}
.mb-20 { margin-bottom: 20px; }
.mb-50 { margin-bottom: 50px; }

/* inner pages */
.dscContentBx_Events{max-width: 85%;padding-left: 15%;position: relative;height: 300px;border:0px solid blue;display: flex;align-items: center;flex-direction: column;justify-content: center;
& p{text-shadow: 2px 2px 5px #c9623d;}}
.inerEventsBox{border-radius: 48px;padding: 24px;margin: -300px auto 0 auto;background: #fff;position: relative;z-index: 1;width: 95%;max-width: 1240px;min-height: 295px;}
.breadcurm{display: flex;gap: 3px;font-size: 14px;color: #020202;font-weight: normal;margin-bottom: 15px;
& li:last-child{white-space: nowrap;  & a{font-weight: normal;}}
& li:last-child::after{content: '';}
& li::after{content: '>';padding-left: 5px;}  
& li a{color: #020202;font-weight: bold;white-space: nowrap;}
& li a:hover{color: #EE6C4D;}
}
.pageTitleIner{font-size: 36px;font-weight: bold;line-height:normal;color: #020202;text-transform: uppercase;}
.eventsTabslist{display: flex;justify-content: space-between;align-items: flex-start;gap: 20px;}
.buttonYearEvent{background: #F5F3FF;border: 1px solid #E2E2E2;border-radius: 30px;padding: 14px 20px;display: flex;align-items: center;gap: 5px;justify-content: center;cursor: pointer;color: #000;height: 40px;}



.dropdwnYear {
  position: relative;
  display: inline-block;
}


/* Arrow */
.arrow {
 border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: transform 0.3s ease;margin-top: -4px;
}

/* Rotate arrow when open */
.buttonYearEvent.active .arrow {
 transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);margin-top: 3px;
}

.yearMenu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 6px;
  background: #fff;
  /* min-width: 150px; */
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.2); */
  overflow: hidden;
border: 1px solid #E2E2E2;
border-radius: 16px;z-index: 1112;left: auto;
}

.yearMenu a {display: block;color: #020202;text-decoration: none;border-bottom: 1px solid #E2E2E2;padding: 10px 20px;font-size: 18px;line-height: 30px;white-space:nowrap;
@media (max-width: 767px) {
    font-size: 14px;
}
}

.yearMenu a:hover {background: #f2f2f2;}

.yearMenu.show {
  display: block;width: fit-content;
}

.eventsTabsBox{
& .tabsachshow{overflow-x: auto;scrollbar-width: thin;}
& .tabsachshow ul{margin-bottom: 0;gap: 15px;}
& .tabsachshow li{border: 1px solid #E2E2E2;border-radius: 30px;font-size: 18px;line-height: 30px;color: #020202;padding: 10px 25px;}
& .tabsachshow li.active{color: #fff;font-weight: bold;}
& .tab-content{color: #000;}
}
.eventCardTab{}
.eventItemLeftTp{display: flex;align-items: center;gap: 5px;justify-content: space-between;}
.inerEventTitleTxt{font-size: 14px;font-weight: normal;line-height: 20px;color: #111111;background: #FFFFFFCC 0% 0% no-repeat padding-box;
border: 1px solid #E2E2E2;border-radius: 13px;padding: 4px 10px;}
.eventIteminer{display: flex;align-items: flex-start;gap: 40px;margin-bottom: 20px;background: #FFF9F8 0% 0% no-repeat padding-box;border: 1px solid #FFD8CF;border-radius: 32px;padding: 30px;justify-content: space-between;}



.eventItemRightIner {max-width: 192px;border: 0 solid red ;}

.eventItemLeftVenue {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  justify-content: flex-start;flex-wrap: wrap;width: 100%;
  background: #FFEDE9;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 22px;

  .eventDate,
  .eventTime,
  .eventVenue {
    margin-bottom: 0;
    /* white-space: nowrap; */
    gap: 5px;
    align-items: flex-start;
width: fit-content;white-space: nowrap;
& img{margin-top: 4px;}
  }
.eventVenue{white-space: normal;}

  /* Add separator */
  > div::after {
    content: '|';
    padding-inline: 5px;
    color: #020202;
  }

  /* Remove separator from last div */
  > div:last-child::after {
    content: '';
  }
}

.completedeventIner{background:#fff;

& .eventItemLeftVenue{background-color: #F5F3FF;}
& .eventRegister{background-color: #E2E2E2;color: #020202;}
}


.eventRegisterinerpge{
& .eventRegister{font-size: 16px;font-weight: normal;line-height: 22px;}}

.eventItemLeftHeading{
& h2{font-size: 32px;font-weight: 600;line-height: 48px;color: #111111;margin-bottom: 13px;}
& p{font-size: 16px;font-weight: normal;line-height: 22px;color: #111111;margin-bottom: 17px;display: block;display: -webkit-box;
-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
}


.eventSharingBox {
  position: relative;
  display: inline-block;
}

.eventSharingIcon {
  cursor: pointer;
}

.eventsharingcontent {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  padding: 15px 24px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  top: 40px;
  right: 0;
  /* margin-left: -120px; */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 10;
}



.eventsharingcontent a {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-direction: column;
  text-decoration: none;
  color: #000;font-size: 11px;width: 54px;
& img{width: 54px;height: 54px;}
}

/* Desktop hover */
@media (hover: hover) and (pointer: fine) {
  .eventSharingBox:hover .eventsharingcontent {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* Mobile click open */
.eventSharingBox.active .eventsharingcontent {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.eventRgtInerImg{border-radius: 16px;object-fit: cover;max-width: 100%;width: 192px;height: 161px;}
.eventItemRgtCont{width: 100%;text-align: center;}
.eventRgtHea{font-size: 16px;font-weight: 600;line-height: 22px;margin-bottom: 5px;color: #020202;display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.eventRgtHea span{font-size: 14px;font-weight: normal;line-height: 22px;color: #020202;display: block;}
.widthautoeventslide{max-width: auto;}
.eventItemLeftIner {
  flex: 0 0 70%;
  max-width: 680px;
}
.width300pxslide{max-width: 380px;}
.innerEventsSlider .splide__arrow{width: auto;height: auto;top:41%}
.innerEventsSlider .splide__arrow:disabled{opacity: .9;}
.innerEventsSlider .splide__arrow img{width: 55px;height:auto;}
.headinginerbox{display: flex;align-items: center;justify-content: space-between;margin-bottom: 15px;}
/* end event */

/* start of message sarthi */
.messageSatBox{background: url(../images/messageBgImg.png) no-repeat center center/cover;position: relative;padding: 25px 32px 0px 32px;border-radius: 25px;border: 6px solid #EE6C4D;width: 90%;margin: 0 auto;overflow-x: hidden;overflow-y: auto;height: fit-content;scrollbar-width: thin;scrollbar-color: #EE6C4D rgba(0,0,0,0.08);scroll-behavior: smooth;overscroll-behavior: contain;}
.messageText{display: flex;gap: 15px;}
.messageDscImg {margin-bottom: -5px;display: flex;align-items: flex-end; position: relative;flex-direction: column;max-width: 300px;margin-right: -35px;width: 300px;height: 100%;position: relative;
    & img{max-width:300px;position: absolute;z-index: 1;bottom: 0;right: 0;
}
    & .dscSirDesMessage{position: absolute;bottom: 15px;left: -180px;z-index: 1;width: fit-content;height:  fit-content;background: rgba(238, 108, 77, 1);border-radius: 35px;padding:8px 50px 8px 24px;color: #fff;cursor: default; & span{font-size: 16px;line-height: 24px;font-weight: normal;margin-bottom: 5px;display: block;}}
    & .dscSirDesMessage h3{font-size: 24px; line-height: 28px;font-weight: bold;margin-bottom: 5px;}
}

/* static pages Terms and Conditions, privacy policy, contact us ETC */
.cms-title{font-size: 24px;font-weight: 700;line-height: 40px;margin-bottom: 20px;letter-spacing: -0.5px;color:#000}

.cms-para {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px!important;
   
    color: var(--theme-dark-2);
}

.cms-para.outlined {
    background: var(--theme-orange-08);
    border: 1px solid var(--theme-orange);
    padding: 10px;
    border-radius: 8px;
    color: var(--theme-orange);
}

.cms-para-list {
    margin: 0;
    /* padding-left: 20px; */
}

.cms-para-list>li {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    color: var(--theme-dark-2);
    padding-left: 0px;
    margin-bottom: 24px;
}

.cms-para-list.long>li {
    margin-bottom: 34px;
}

.cms-para-list.long>li::marker {
    font-weight: 700;
}

.cms-para-list>li>ol {
   counter-reset: roman;
    list-style: none;
    padding-left: 35px;
    
}

.cms-para-list>li>ol>li {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
   
    color: var(--theme-dark-2);
    padding-left: 8px;
    margin-bottom: 24px;list-style-type: inherit;counter-increment: roman;
    position: relative;
    
}
.cms-para-list > li > ol > li::before {
    content: counter(roman, upper-roman) ". ";
    position: absolute;
    left: -30px;
    text-align: left;
}

.cms-para-list>li>ol>li::marker {
    font-weight: 600;
}

.cms-para-list>li>ol>li>ol {
    list-style-type: lower-alpha;
    margin: 0;
    padding-left: 15px;
}

.cms-para-list>li>ol>li>ol>li {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    
    color: var(--theme-dark-2);
    padding-left: 8px;
    margin-bottom: 24px;list-style-type: lower-alpha;
}

.cms-para-list>li>ol>li>ol>li::marker {
    font-weight: 600;
}

.mt-5 {margin-top: 20px}
.my-3 {margin-block: 20px; }
.d-block{display:block;}


/* ========== Accordion Start ========== */
.accordion-header{display: flex;position: relative;}
.accordion-header::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;

    background-image: url("https://s3.ap-south-1.amazonaws.com/htmlcode.zeenews.com/sach/images/accordianPlusBtn.svg");
    background-size: contain;
    background-repeat: no-repeat;

    transition: all 0.3s ease;
}

.accordion-header.active::after {
    background-image: url("https://s3.ap-south-1.amazonaws.com/htmlcode.zeenews.com/sach/images/accordianMinusBtn.svg");
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}

/* Open state */
.accordion-header.active + .accordion-content {
    max-height: 300px; /* adjust based on content */
    opacity: 1;
}

/* .accordion-header::after {flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: cover;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikljb24iPgo8cGF0aCBpZD0iSWNvbl8yIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTExLjk5OTkgMTZDMTEuNzcxOSAxNiAxMS41NDQ5IDE1LjkyMyAxMS4zNTk5IDE1Ljc2OEw1LjM1OTkxIDEwLjc2OEM0LjkzNTkxIDEwLjQxNSA0Ljg3NzkxIDkuNzgzOTggNS4yMzE5MSA5LjM1OTk4QzUuNTg0OTEgOC45MzU5OCA2LjIxNDkxIDguODc4OTggNi42Mzk5MSA5LjIzMTk4TDEyLjAxMDkgMTMuNzA4TDE3LjM3MjkgOS4zOTI5OEMxNy44MDI5IDkuMDQ2OTggMTguNDMyOSA5LjExNDk4IDE4Ljc3ODkgOS41NDQ5OEMxOS4xMjQ5IDkuOTc0OTggMTkuMDU2OSAxMC42MDQgMTguNjI2OSAxMC45NTFMMTIuNjI2OSAxNS43NzlDMTIuNDQzOSAxNS45MjYgMTIuMjIxOSAxNiAxMS45OTk5IDE2IiBmaWxsPSIjNEQ0MzU0Ii8+CjwvZz4KPC9zdmc+Cg==);
        transition: transform 0.3s ease;

}


/* ========== Accordion End ========== */

@media(max-width:1600px){
.messageSatBox{height: 95vh;}
}

.messageSatBox::-webkit-scrollbar {
    width: 8px;
}

.messageSatBox::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.08);
    border-radius: 10px;
}

.messageSatBox::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #EE6C4D, #d85a3e);
    border-radius: 10px;
}

.messageSatBox::-webkit-scrollbar-thumb:hover {
    background: #EE6C4D;
}


.messageCloseIcon img{position: absolute;top: 15px;right: 20px;z-index: 2;width: 16px;height: 16px; cursor: pointer;}
.messageTitle h1, .messageTitle h2{font-size: 28px;line-height: 40px;font-weight: bold;margin-bottom: 18px;text-align: center;width: 100%;margin-top: 5px;}
.messageText p{font-size: 18px;line-height: 30px;margin-bottom: 20px;font-weight: 400;}
.messageText p strong{display: block;margin-bottom: 15px;}

/* Overlay */
.messageOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

/* Active modal */
.messageOverlay.active {
    opacity: 1;
    visibility: visible;
}

/* Modal animation */
.messageSatBox {
    transform: scale(0.9);
    transition: 0.3s ease;
}

.messageOverlay.active .messageSatBox {
    transform: scale(1);
}

@media (max-width: 1240px) {
.eventItemLeftIner {
  flex: 0 0 70%;
  max-width: 70%;
}
.width300pxslide{max-width: 30%;}
}


@media (max-width: 992px) {
.hdrVideobox {width: 760px;height:435px; &::after{width: 65%;bottom: 5px;}}
.dscContentBx {& h2{padding-left: 160px;padding-top: 35px;font-size: 34px;line-height: 48px;}& p{padding-left: 160px;}}
.sanskarH3{font-size: 16px;margin-bottom: 4px;}
.sanskarP{font-size: 14px;line-height: 19px;}
.sarLeftHead{font-size: 22px;font-weight: bold;line-height: 30px;margin-bottom: 8px;}
.sarLeftP{font-size: 15px;margin-bottom: 20px;}
.sathiButton{padding: 19px 18px;font-size: 15px;gap: 8px;}
#videoSlider{
& .splide__pagination{bottom: -20px;}
}
/* .mailusButn{padding: 14px 20px;max-height: 48px;} */
.bgsingleBlack {     & .eventimgbx {width: 100%;} & .leftEvent{width: 100%;}}

.eventmenuTimePlaceBox {flex-wrap: wrap;
    & .eventDateSingle {
        &::after {
           
            border-right: 0px solid #fff;
            width: 0px;
            height: 0px;
        }
    }
}

.eventmenuTimePlaceBox {
    & .eventTimeSingle {
        &::after {
           
            border-right: 0px solid #fff;
            width: 0px;
            height: 0px;
        }
    }
}
.eventsH3Single, .eventsPSingle{text-shadow: 3px 3px 5px #000;}
.eventsH3Single{display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.eventsImgSingleCard{max-width: 100%;}

/* event page */
.dscContentBx_Events{max-width: 90%;padding-left: 10%;
& h2{padding-top: 5px;}
}

/* end of event page */



}



@media (max-width: 850px) {
.mobNone{display: none;}
.desNone{display: block;}
.messgeLeftbx{padding-bottom: 0px;}
.logo{width: 100%;}
.hdr {flex-direction: column;justify-content: flex-start;align-items: flex-start;gap:12px;
& ul{font-size: 16px;}
& nav{overflow-x: auto;white-space: nowrap;width: 100%; scrollbar-width: none; display: flex;justify-content: center;}
}
.messageTitle h1{text-align: center;font-size: 24px;line-height: 28px;margin-bottom: 12px;}
.messageSatBox{border-radius: 20px;padding: 15px;}
 .messageDscImg{margin-bottom: 0;max-width: 100%; & .dscSirDesMessage{position: relative;bottom: 0;left: 0;background: transparent;color: #020202;font-size: 24px;font-weight: bold;padding: 0;border-radius: 0;width: 100%; & span{display: block;}}}

/* event page */
.eventItemRightIner{margin-bottom: 15px;}
.dscContentBx_Events{width: 85%;padding-left: 15%;
& h2{padding-top: 20px;}
& p{display: none;}
}
.eventItemRgtCont{text-align: left;}
.eventItemLeftVenue{display: flex;flex-direction: column;margin-bottom: 20px;}


.eventItemLeftVenue {gap: 10px;

  /* Add separator */
  > div::after {
    content: '';
    padding-inline: 5px;
    color: #020202;
  }

}




/* end of event page */

}

@media (max-width: 820px) {
.hdrVideobox {width: 690px;height:395px; &::after{width: 65%;bottom: 5px;}}

.eventItemLeftIner {
  flex: 0 0 100%;
  max-width: 100%;
}
}



@media (max-width: 768px) {
    .satthiSkillVideoBx{margin-inline: 10px;}
.imgDSCHdr{width:130px;height: auto;top: 10px;}
/* body{overflow-x: hidden;} */
  .col-md-1  { width: 8.333%; }
  .col-md-2  { width: 16.666%; }
  .col-md-3  { width: 25%; }
  .col-md-4  { width: 33.333%; }
  .col-md-6  { width: 50%; }
  .col-md-12 { width: 100%; }
:root {
    --gutter: 5px;
}
.yearMenu.show{top: 35px;}
.video-wrapper{border-radius: 16px;max-height: 250px; & img{border-radius: 16px;}& iframe{border-radius: 16px;}}
.headingDscP{font-size: 16px;line-height: 22px;}
.sarLeftHead{font-size: 18px;line-height: 24px;text-align: center;}
.sarLeftP{font-size: 16px;line-height: 22px;text-align: center;margin-bottom: 20px;display: block;}
.sathiButton{padding: 14px 20px;margin-bottom: 20px;margin-inline: auto;}
img{max-width: 100%;height: auto;display: block;}
.logo-img{max-width: 113px;}
.sathi-button{font-size: 18px;}
.sanskarP{display: block;}



.hdrVideobox{width: 90%;margin-top: -240px;border-radius: 16px;height: auto; &::after{width: 60%;bottom: 0;}}
.dscContentBx {max-width: 80%;height: 120px; & h2{padding-top: 10px;padding-left: 20px;margin-bottom: 5px;font-size: 20px;font-weight: normal;line-height: 26px;}
& p{font-size: 14px;line-height: 20px;padding-left: 20px;display: none;}}
.hdrSlider{height: 350px;border-radius: 24px 24px 0px 0px;
&::after{background: url(../images/headerVidBg.png) no-repeat bottom center;background-size: contain;border-bottom: 0px solid #fff;}
}
.imgsanskar{width: 100%;}
.flexsachshow{overflow-x: auto;padding-left: 10px;}
/* .tabsachshow{padding-left: 10px;} */
.sachshow-card{min-width: 300px;}
.tabsachshow .tabs{overflow-x: auto;white-space: nowrap; scrollbar-width: none; margin-inline: 10px;}



.ftlinks{white-space: nowrap;justify-content: flex-start;margin-inline: 0;overflow-x: auto;width: 100%;}

.sanskarFlxBx{flex-direction: column;}
.itemsanskar{width: 100%;}
.itemsans1{margin-top: 12px;border-radius: 24px 24px 0px 0px;}
.itemsans2{border-bottom: 2px solid #fff;border-radius: 0;}
.itemsans3{border-radius: 0;}
.itemsans4{border-radius: 0 0 24px 24px;}
#WisdomSlider, #eventSlider, #blogSlider{width: 100%;}
#WisdomSlider{padding-left: 10px;}
/* .eventsCart{width: calc(100% - 87px);} */
    .bgsingleBlack {
 & .eventimgbx{position: absolute;left: 100px;&::before{ background:transparent linear-gradient(356deg, #0C1926 0%, #0C192600 100%) 0% 0% no-repeat padding-box} &::after{  content: "";position: absolute;inset: 0;background:transparent linear-gradient(91deg, #0C1926 0%, #0C192600 100%) 0% 0% no-repeat padding-box;z-index: 1;}}
    }
.marginleftftr{padding-left: 0;}
.foterSocialbx {padding-inline: 10px;}
.headingDsc{font-size: 28px;display: flex;align-items: center;justify-content: center;white-space: normal;line-height: 32px;margin-bottom: 6px;}
.sanskarLogoTPos{width: 100px;left: 5px;}
.sathicntrbox{overflow-x: auto;padding-left: 10px;}
/* .sarthiCntr{flex: 1;width: 100%;} */
.headingDscBx{padding-inline: 10px;}
.sarthiCntr {
  flex: 0 0 90%;
  width: 100%;
  scroll-snap-align: start;
}

/* Optional: hide scrollbar */
.sathicntrbox::-webkit-scrollbar {
  display: none;}

.wisdomBox{background: url(../images/wisdom-scimg-mob.png) no-repeat left top #1d0000;padding-top: 5px;width: 100%;background-position: left top;background-size: 230px; overflow-x: hidden;
    & .headingDscBx{padding-inline:0;padding-top:10px;margin-left:24px;margin-top: 5px;margin-bottom: -5px;} & .orngArrow{margin-left: 5px;}}
.sachShowsbx{padding-top: 12px;}
.quoteTpImg{width: 74px;top: -25px;left: 15px;}
.motivatonalBox{border-radius: 16px;}
.subcribehead{font-size: 18px;line-height: 24px;}
.subcribetxt{margin-bottom: 16px;}
.sarLeft{margin-top: 10px;margin-inline: 10px;}

/* event page */
.headinginerbox{display: flex;align-items: center;justify-content: space-between;}
.dscContentBx_Events{max-width: 90%;margin-left: 10%;height: 150px; & ::after{display: none;}
& h2{font-size: 22px;line-height: 28px;text-shadow: 2px 2px 5px #ca633e;position: relative;}
}
.inerEventsBox{margin-top: -140px;border-radius: 28px;width: 100%;}
.hdrSlider_events{
&::after{background-image:none;}
}
.headinginerbox{margin-bottom: 18px;}
.breadcurm{margin-bottom: 17px;overflow-x: auto;scrollbar-width:none}
.pageTitleIner{font-size: 28px;line-height: 36px;margin-bottom: 0;}
.eventsTabsBox { & .tabsachshow li{font-size: 12px;line-height: 20px;padding: 5px 15px;}}
.eventItemLeftHeading {& h2{font-size: 24px;line-height: 28px;margin-bottom: 6px;}}

.eventRgtHea{font-size: 14px;line-height: 24px; & span{font-size: 12px}}

/* .widthautoeventslide{max-width: 100%;margin-right: 20px; & img{}} */

.eventItemLeftVenue {
  & > div::after {
    content: '';
    padding-inline: 5px;
    color: #020202;
  }
}


#innerEventsSlider .splide__arrow:focus-visible{outline-offset: 0px;}
.bgsingleBlack{width: calc(100% - 20px);margin-inline: 10px;display: block;background:transparent linear-gradient(91deg, #0C1926 100%, #0C192600 100%) 0% 0% no-repeat padding-box ;overflow: hidden;}
.leftEvent{width: 100%;position: relative;z-index: 2;}
.eventimgbx{position: absolute;top: 0;right: 0;z-index: 1;justify-content: flex-end;}
.eventsImgSingleCard{border-radius: 0;}
.eventmenuTimePlaceBox{flex-direction: column;margin-right:10px;width: 80%;
/* & .eventVenueSingle{order: 3;align-items: flex-start;} */
}

/* end of event page */



}


@media(max-width:710px){
.hdrVideobox{margin-top: -160px;border-radius: 16px;height: auto; &::after{width: 60%;bottom: 0;}}
.dscContentBx {max-width: 81%;margin-left: 13%; & h2{font-size: 20px;font-weight: normal;line-height: 26px;padding-top: 18px;}
& p{font-size: 14px;line-height: 20px;}

}
/* event page */
.eventsharingcontent a{width: 40px;}
.eventsharingcontent{right: 0px;padding: 15px 10px;}
.eventIteminer{padding: 24px 16px;border-radius: 16px;}
.eventItemLeftIner {
  flex: 0 0 100%;
  max-width: 100%;
}
.eventItemLeftTp{align-items: flex-start;}


/* end of event page */

}

@media(max-width:600px){
    .messageSatBox{height: 87%;}
.quoteitem{overflow-y: auto;height: 196px;}

.quotehead{-webkit-line-clamp:unset;}
.quoteSumery, .quoteitem p{
-webkit-line-clamp: unset;}
}
.alifAbzalAbbasiDSC{display: flex;align-items: center;gap: 20px;justify-content: center;flex-wrap: wrap;}

@media(max-width:500px){
:root {--gutter: 0px;}.hdr{padding-inline: 5px; & ul{height: 25px;}}
.messageCloseIcon img{right: 13px;top: 12px;}
.inerEventsBox{padding: 24px 10px;}
.dscContentBx {max-width: 90%;margin-left: 5%;height: 105px;display: flex;align-items: center;& h2{font-size: 18px;line-height: 26px;margin-bottom:5px;padding-top: 10px };& p{font-size: 12px;line-height: 17px;} }
.imgDSCHdr{width: 120px;height: auto;left: 10px;}
.hdrVideobox{margin-top: -180px;}
.eventItemLeftHeading {
  & p{-webkit-line-clamp: 3;}}
.blogImg{width: 100%;height: 250px;object-fit: cover;}

.mb-50{margin-bottom: 22px;}
.sanskar {padding-inline: 10px;}
.blogBox {margin-inline: 10px;}
#blogSlider{padding-inline:0;}
.buttonYearEvent{padding: 8px 10px;}
.eventsTabsBox { & .tabsachshow {scrollbar-width: none;}}

}

@media(max-width:440px){

.dscContentBx { & h2{font-size: 18px;line-height: 25px; };& p{display: none;} }
.imgDSCHdr{width: 120px;height: auto;left: 10px;}
.hdrVideobox{margin-top: -180px;}

.messageTitle h1, .messageTitle h2{margin-top: 15px;}
}


@media(max-width:380px){

.dscContentBx { & h2{font-size: 14px;line-height: 20px;padding-top: 20px };& p{display: none;} }
.imgDSCHdr{width: 120px;height: auto;left: 10px;}
.hdrVideobox{margin-top: -180px;}
.messageCloseIcon img{right: 7px;top: 9px;}
.messageTitle h1, .messageTitle h2{font-size: 25px;line-height: 32px;}

/* event page */

.dscContentBx_Events{max-width: 90%;margin-left: 10%; & ::after{display: none;}
}
}
/* .inerEventsBox{margin-top: -140px;} */
.hdrSlider_events{
&::after{background-image:none;}
}



/* end of event page */



@media (max-width: 710px) {
            .hdrVideobox {
                margin-top: -200px;
            }

            .dscContentBx {
                height: 145px;
                margin-left: auto;
            }

            .imgDSCHdr {
                top: 10px;
            }
        }

 @media (max-width: 500px) {
            .hdrVideobox {
                margin-top: -160px;
            }
.hdrSlider {height: 250px;}

            .dscContentBx {
                height: 95px;
            }

            .imgDSCHdr {
                top: 10px;left: 10px;
            }
        }

      

        @media (max-width: 470px) {
            .imgDSCHdr {
                width: 100px;
                height: auto;
                
              
            }

            .hdrSlider {
                background: url(../images/hdrImgBoy.png) right -55px top no-repeat #c65d3a;
                background-size: cover;margin-inline: 0;

            }
        }

.summary-content{margin-bottom: 10px;}


/* login modal  */
.modal-sathiLogin{
    display:none;
    position:fixed;
    z-index:999;
    right:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
}

.modal-content-sathiLogin{
    background:#fff;
    width:408px;height: 100%;overflow-y: auto;scrollbar-width: thin;
    margin:0 0 0 auto ;
    padding:36px 24px 20px 24px;
    position:relative;box-shadow: -2px 0px 8px #0000001A;border-radius: 32px 0px 0px 32px;
}

.closeModal-sathiLogin{
    position:absolute;
    right:24px;
    top:10px;
    font-size:34px;color: #181818;
    cursor:pointer;
}
.sathiLoginHeading{font-size: 24px;line-height: 32px;margin-bottom: 0;font-weight: bold;color: #111111;
& span{font-weight: normal;display: block;}
}
.loginFormHeadingbx{margin-block: -15px 35px;text-align: left;}
.loginFormBx .loginFormContainer input{width: 100%;border: none;border-bottom: 1px solid #E2E2E2;margin-bottom: 12px;font-size: 16px;color: #111111;

&:focus{outline: none;border-bottom: 1px solid #111111;font-weight: bold;}
&:active{border-bottom: 1px solid #111111;}
}

.loginpgeinpur input{
&:first-child{margin-bottom: 36px;}
}

.capthaImgHolder{margin-bottom: 15px;}
.forgotPasswordlogin{font-size: 14px;line-height: 20px;color: #111111;text-align: right;margin-bottom: 32px;}
.captchaBox{display: flex;align-items: center;gap: 12px;margin-bottom: 21px;}
.capthaRefbx{display: flex;flex-direction: column;gap: 6px;}
.loginsubmitButtonbx{margin-bottom: 16px;}
.loginsubmitButtonbx button{width: 100%;background: #555555;background: #555555; border-radius: 30px;padding-block: 16px;font-size: 20px;line-height: 28px;color: #fff;border: none;cursor: pointer;}
.activeLoginBtn button{background: #EE6C4D;}
.loginnewMember{text-align: center;width: 100%;margin-bottom: 20px;}
.loginnewMember p{font-size: 14px;line-height: 20px;color: #555555;
& a{color: #111111;font-weight: bold;}
}
.loginOptionOr{width: 100%;text-align: center;margin-bottom: 24px;font-size: 16px;line-height: 20px;color: #111111;position: relative;}
.loginOptionOr span{background: #fff;padding: 0 16px;display: inline-block;background: #fff;position: relative;z-index: 1;}
.loginOptionOr::before{content:'';width: 100%;height: 1px;background: #E2E2E2;position: absolute;top: 50%;left: 0;}
.continueasGuestbx{width: 100%;text-align: center;font-size: 18px;line-height: 20px;color: #EE6C4D;font-weight: 500; & a{color: #EE6C4D;}}

/* forgot password */
.forgotPassSumry{font-size: 16px;line-height: 22px;letter-spacing: 0.32px;margin-top: 12px;color: #555555;}
.forgotPasswordlogin{& .loginFormContainer input { margin-bottom:24px }}
/* .forgotPasswordlogin { & a{color: #111111;font-size: 14px;margin-top: 0;}} */

.signup{ 
& .checkboxContainer{padding-top: 24px;}
& input[type="checkbox"] {width: 15px;}
& input{margin-bottom: 24px; 
&:first-child{margin-bottom: 24px;} 
&:last-of-type{margin-bottom: 5px;}
}
& .forgotPasswordlogin{color: #555555;font-size: 12px;line-height: 20px;text-align: left;margin-bottom: 24px;}
}
.checkboxsignup{display: flex;align-items: flex-start;gap: 10px; font-size: 14px ;
& input{width: fit-content;margin-top: 3px;border: 1px solid #E2E2E2;margin-bottom: 12px !important;}
& a{font-weight: bold;}
}

.errorfield{color: #F21717 !important;border-bottom: 1px solid #F21717 !important;}
.errorMessage{font-size: 12px; line-height: 15px;color: #F21717;display: block;margin-block:-8px 12px;}

.mobnumberbox{display: flex;align-items: center;justify-content: flex-start;gap: 8px;font-size: 14px;color: #111111;font-weight: normal;margin-bottom: 12px;}
.mobilenumber{font-weight: bold;}
.otpinputbx {display: flex;justify-content: flex-start;gap: 16px;align-items: center;margin-bottom: 24px    ; & input{border: 1px solid #707070 !important;border-radius: 8px;width: 45px !important;height: 45px;text-align: center;font-size: 26px !important;}}

.verifyEmailMob{ 
& .loginFormHeadingbx{margin-bottom: 16px;}
& .loginnewMember p a{color:#EE6C4D;}
& .invalidOTP{border: 1px solid #F21717 !important;}
& .invaliOtpMess{color: #F21717;font-size: 14px;line-height: 18px;display: block;margin-top: -15px;margin-bottom: 15px;}
}

/* thanks */

/* thank you page */
.thankYouPage{width: 100%;text-align: center;}
.tick-wrapper {position: relative;width: 120px;height: 120px;display: flex;align-items: center;justify-content: center;width: 100%;}

.tick-circle {width: 60px;height: 60px;background: #19c51a;border-radius: 50%;color: white;font-size: 32px;font-weight: bold;display: flex;align-items: center;justify-content: center;z-index: 2;}

/* Ripple rings */
.ripple {position: absolute;width: 60px;height: 60px;border-radius: 50%;background: rgba(25, 197, 26, 0.25);animation: rippleTick 2s infinite;}

.rippleTick:nth-child(1) {animation-delay: 0s;}

.rippleTick:nth-child(2) {animation-delay: 1s;}

@keyframes rippleTick {0% {transform: scale(1);opacity: 0.6;}100% {transform: scale(2.5);opacity: 0;}}
.formSumitedSuss h1, .formSumitedSuss h2{font-size: 32px;line-height: 48px;font-weight: bold;margin-bottom: 15px;}
.formSumitedSuss p{font-size: 16px;line-height: 24px;font-weight:550;margin-bottom: 30px;}
.formSumitedSuss .writetousThanks{font-size: 16px;line-height: 24px;font-weight:normal;margin-bottom: 80px; & a{font-weight: bold;}}
.goHomePagelink{ a{display: flex;justify-content: center;width: 100%;align-items: center;gap: 10px;font-size: 18px;line-height: 24px;font-weight: bold;color: #EE6C4D;} a:hover{text-decoration: none;}}
.thanksLoginbtn .formSubmitBtn{background: #EE6C4D;}

.thanksPgeMess{width: 100%;text-align: center;color: #111111;font-weight: 16px;line-height: 22px;}
.thanksPgeTitle{max-width: 214px;font-size: 32px;line-height: 38px;margin-block: 16px;margin-inline: auto;}
.thanksPgeSumry{display: block;margin-bottom: 12px;width: 232px;margin-inline: auto ;}
.thanksPgeEmail{margin-bottom: 32px;font-weight: bold;}

.notificationIcon{border: 1px solid #E2E2E2;padding: 10px 12px;border-radius: 50%;width: 40px;height: 40px;position: relative;}
.notificationNumbr{background: #EE4D4D;padding: 2px 4px;font-size: 7px;border-radius: 50%;position: absolute;top: 11px;right: 7px;color: #fff;width: 12px;height: 12px;display: flex;align-items: center;justify-content: center;}
.usernameLogin{width: 48px;height: 48px;display: flex;align-items: center;justify-content: center;font-weight: bold;font-size: 18px;background: #2429B1;color: #fff;border-radius: 50%;position: relative; & a{color: #fff;}}

.userloginboxDetail{width: 248px;height:auto;background: #fff;box-shadow: 0px 2px 8px #00000029;border: 1px solid #E2E2E2;border-radius: 16px;position: absolute;top: 55px;right: 0;z-index: 11111;padding: 16px; opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;}

.usernameLogin.active .userloginboxDetail {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Header */
.profileHeader {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cfcfcf;
}
.userInfo{word-break: break-word;}
.avatar {
    width: 40px;
    height: 40px;
    background: #2d36a8;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;min-width: 40px;
}
.userInfo{}
.profileCard{overflow: hidden;}
.userInfo h3 {
    margin: 0;
    font-size: 20px;
    color: #111;
}

.userInfo p {
    margin: 4px 0 0;
    font-size: 14px;
    color: #555555;font-weight: normal;
}

/* Menu */
.profileMenu {
    list-style: none; flex-direction: column;
    padding: 0;
    margin: 0;gap: 0 !important;
}

.profileMenu li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    font-size: 16px;
    color: #222;
    border-bottom: 1px solid #cfcfcf;
    cursor: pointer;width: 100%;
    transition: 0.2s;

}

.profileMenu li:last-child {
    border-bottom: none;
}

.profileMenu li:hover {
    opacity: 0.7;
}

/* Icon */
.icon {
    font-size: 18px;
}

.sarathiLoginbtn{height: 40px;width: 68px;display: flex;align-items: center;justify-content: center;border: 1px solid #EE6C4D;border-radius: 20px;font-size: 18px;font-weight: normal;color: #EE6C4D; & a{color: #EE6C4D;}}





 @media (max-width: 600px) {
.modal-content-sathiLogin{border-radius: 0;}
/* .closeModal-sathiLogin{right: 45px;} */
.modal-content-sathiLogin{width: 100%;}
.closeModal-sathiLogin{top: 20px;}
.modal-content-sathiLogin{padding: 26px 24px 20px 24px;}
.usernameLogin{width: 35px;height: 35px;font-size: 15px;}
}



