html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: "Roboto", sans-serif !important;
 
}
.mal {
    font-family: "Noto Sans Malayalam", sans-serif !important;
}
/* ======================================= commen css start ======================================= */
@media (min-width: 1366px) {
  .cmpad {
    max-width: 1526.4px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
  }
  .cmmt {
    margin-top: 70px;
  }
}
@media (max-width: 1366px) {
  .cmpad {
    padding-left: 80px;
    padding-right: 80px;
  }
  .cmmt {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .cmpad {
    padding-left: 40px;
    padding-right: 40px;
  }
  .cmmt {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .cmpad {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cmmt {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 5px;
    height: 3px;
   border-radius: 20px
  }
  ::-webkit-scrollbar-track {
    background-color: #eee;
    border-radius: 20px
  }
  ::-webkit-scrollbar-thumb {
    background-color: #0cb60c ;
     border-radius: 20px
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #444;
    border-radius: 20px
  }
}
.cmmt {
  margin-top: 40px;
}
.form-select {
  color: #555555;
  border: transparent;
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
  border: 1px solid #0cb60c;
}
input {
  outline: none;
  border: 0px;
}
h1 {
  color: #f9f9f9;
  font-size: 48px;
  font-weight: 300;
}
h1 span {
  font-weight: 800;
}
.text {
  font-size: 16px;
  color: #555555;
  font-weight: 400;
}
.sub-heading {
  font-size: 26px;
  font-weight: 300;
  color: #2a2a2a;
  margin-bottom: 0px;
}
.heading {
  font-size: 36px;
  font-weight: 700;
  color: #2a2a2a;
}
.c-brand {
  color: #0cb60c !important;
}
.main-btn {
  border: 1px solid#000000;
  color: #2a2a2a;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  gap: 10px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.main-btn img {
  transition: transform 0.3s ease;
}

.main-btn:hover img {
  transform: rotate(45deg);
}
.main-btn:hover {
  border: 1px solid #0cb60c;
  color: #0cb60c;
}
/* ======================================= commen css end ======================================= */
/* ======================================= header css start ======================================= */
header{
    position: fixed;
    z-index: 999;
    width: 100%;
}
/* Main nav styling */
.navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}

/* First-level dropdown */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}

/* Show dropdown on parent li hover */
.nav-item:hover > .dropdown-menu {
  display: block;
  border: 0px;
  border-radius: 0px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 10px;
  border-top: 2px solid #0cb60c;
  min-width: 250px;
}

.nav-item li:hover {
  background-color: #0cb60c25;
  border-radius: 3px;
}

/* Submenu styling */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
      left: 100%;
   
  margin-top: 0;
  display: none;
}

/* Show submenu when hovering li or link */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 0px;
  padding: 10px;
  border-top: 2px solid #0cb60c;
}

/* Optional submenu arrow */
.dropdown-submenu > .nav-link::after {
  float: right;
}

.menu-drop-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  background-color: transparent;
  border-radius: 0;
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #2a2a2a !important;
}

.menu-drop-btn:hover {
  background-color: transparent;
  color: #0cb60c;
}

.menu-drop-show-btn {
  width: 100%;
  border: 1px solid #0cb60c;
  overflow: hidden;
}

.menu-drop-show-btn li {
  border-radius: 6px;
  padding: 5px;
    overflow-x: auto;
}

.menu-drop-show-btn li span {
  background-color: #0cb60c;
  color: #fff;
}

.menu-drop-show-btn li a:hover {
  background-color: #0cb60c25;
}
.resp-block {
  display: none;
}
.off-responce-btn,
.head-flex-res {
  display: none !important;
}
.menubar {
      background-color: #ffffffc7;
    backdrop-filter: blur(6px);
}
.logo {
  width: 100%;
  height: 70px;
  object-fit: contain;
}
.menu-link {
  font-size: 16px;
  font-weight: 400;
  color: #2a2a2a !important;
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 3px 20px;
      margin-right: 8px;
}

.menu-link:hover {
      color: #0cb60c !important;
       
}
.offcanvas-btn {
  border: 0;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  color: #2a2a2a;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.offcanvas-btn:hover {
  color: #0cb60c;
}

.offcanvas-btn img {
  width: 18px;
  height: 18px;
  filter: brightness(0) saturate(100%) invert(16%) sepia(0%) saturate(0%)
    hue-rotate(0deg);
  transition: filter 0.4s ease, transform 0.4s ease;
}

.offcanvas-btn:hover img {
  filter: brightness(0) saturate(100%) invert(44%) sepia(84%) saturate(448%)
    hue-rotate(90deg);
  transform: rotate(360deg);
}

.t-span {
  width: 16px !important;
}
.head-flex {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 15px;
}
.head-live-btn {
  border-radius: 20px;
  border: 0;
  padding: 6px 15px;
  background-color: #fc1916;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.head-live-btn:hover {
  background-color: #63080f;
  color: #ffffff;
}
.handicap-btn {
  font-size: 20px;
  color: #0cb60c;
  border: 1px solid #00000033;
  background-color: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.handicap-btn:hover {
  background-color: #0cb60c;
  color: #fff;
}
.head-input {
  border: 1px solid #00000033;
  border-radius: 50px;
  padding-right: 10px;
  color: #0cb60c;
  font-size: 14px;
  font-weight: 400;
}
.head-input input {
  background-color: transparent;
  outline: none;
  border: 0px;
  padding: 5px 0px 5px 10px;
  color: #2a2a2a;
}
.head-input input::placeholder {
  color: #2a2a2a !important;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

.language-btn {
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #00000033;
  background-color: transparent;
  color: #0cb60c;
  padding: 6px 10px;
  border-radius: 50px;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.language-btn span {
  color: #2a2a2a !important;
  font-size: 14px !important;
}

.language-btn:hover {
  background-color: #0cb60c;
  color: #fff;
}

.language-btn:hover span {
  color: #fff !important;
}

.language-btn:hover .blog-icon {
  animation: rotate 2s linear infinite;
}
.offcanvas-logo {
  width: 200px;
}

.offcanvas-close:focus {
  box-shadow: none !important;
}

.tophdr{
        display: flex
;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.tophedr-right{
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    margin-left: 15px;
}



/* ======================================= header css end ======================================= */
/* ======================================= banner css start ======================================= */
.banner-box img {
  width: 100%;
  height: calc(100vh - 40px);
  object-fit: cover;
}
.banner-main-box {
  position: relative;
  width: 100%;
  height: calc(100vh - 40px);
}
.banner-content-box {
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.h-500 {
  height: 500px;
}
.banner-tab {
  background-color: #fff;
  padding: 8px;
  border-radius: 9px;
  z-index: 1;
  box-shadow: 0px 4px 15px 0px #0000001A;

}
.tab-link {
  font-size: 16px;
  font-weight: 500;
  color: #555555 !important;
}
.banner-tab .nav-link.active {
  background-color: #fc191621;
  color: #fc1916 !important;
}

.banner-tab .nav-item:nth-child(2) .nav-link.active {
  background-color: #1e90ff33 !important;
  color: #1e90ff !important;
}
.tab-content-box {
  background-color: #FFFFFF;
    box-shadow: 15px 15px 15px #0000;
    padding: 8px;
    border-radius: 9px;
    margin-top: -20px;
    box-shadow: 0px 0px 9px 0px #0000001F;
}
.tab-content-box .form-select-secondary {
  min-width: 170px;
}
.tab-content-box input {
  padding: 7px 10px;
  border-radius: 5px;
}
.banner-search-btn {
  background-color: #0cb60c;
  border: 1px solid #0cb60c;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
  height: 37px;
  width: 37px;
  transition: all 0.3s ease;
}
.banner-search-btn:hover {
  background-color: #fff;
  color: #0cb60c;
  border-color: #0cb60c;
}
.banner .owl-dots {
  text-align: center;
  margin-top: 20px;
  position: absolute;
  bottom: 10px;
  right: 3%;
  z-index: 9;
}

.banner .owl-dot {
  width: 9px;
  height: 9px;
  margin: 0 2px;
  background-color: #fff !important;
  border-radius: 50%;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.banner .owl-dot:hover {
  background-color: #fff;
}

.banner .owl-dot.active {
  background-color: #0cb60c !important;
  border-color: #0cb60c;
  width: 20px !important;
  border-radius: 5px !important;
}

.drop-memu {
  width: 100%;
  transition: all 0.3s ease;
}
.drop-memu:hover {
  background-color: #0cb60c49;
}
.offcanvas{
    background:#f6fff7;
}
.offcanvas .menu-link{
    padding: 7px 20px;
}
.offcanvas .menu-link:hover{
border-radius: 9px;
    box-shadow: 0px 0px 8px 0px #00000014;
}


.offcanvas-body {
      padding: 20px 20px 20px 20px;
    width: 94%;
    position: relative;
    left: 3%;
    border-radius: 10px;
    box-shadow: 0px 0px 14px 0px #00000021;
}
.bannercnt-bx{
   height: 100vh;
    display: flex
;
    justify-content: center !important;
    padding-top: 90px; 
        align-items: flex-start !important;
}


.ofcn-callbx{
    padding: 10px;
    background: #e1ffe1;
    border-radius: 10px;
    margin-top: 15px;
}



/* ======================================= header css end ======================================= */
/* ======================================= latest-updates css start ======================================= */
.latest-updates-box {
  background-color: #fff;
  border: 1px solid #eeeeee;
  padding: 7px 30px;
}
.latest-updates-box p {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
.scrolling-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.scrolling-content {
  display: flex;
  width: max-content;
  animation: scroll-left 50s linear infinite;
  will-change: transform;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.scrolling-wrapper:hover .scrolling-content {
  animation-play-state: paused;
}

/* ======================================= latest-updates css end ======================================= */

/* ======================================= safty-rools css start ======================================= */
.safty-rools-box{
    position: relative;
}
.safty-rools-box img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.safty-rools-box p {
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
}
.safty-rools-main-box {
  gap: 50px;
  position: relative;
}


@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(12, 182, 12, 0.4);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(12, 182, 12, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(12, 182, 12, 0);
  }
}


@media (max-width: 1410px){
.safty-rools-main-box{
gap: 25px;
}
}



/* ======================================= safty-rools css end ======================================= */
/* ======================================= santa css start ======================================= */
.santa-main-box {
  position: relative;
}
.santa-bg {
  position: absolute;
  top: -95px;
  z-index: -1;
}
.bumper-text {
  color: #2a2a2a0d;
  font-weight: 900;
  font-size: 75px;
  margin-bottom: 0px;
  margin-right: 40px;
}
.santa-box {
  background: linear-gradient(to right, #e6ffee, #fffdd0);
  border: 2px solid #eeeeee;
  width: 100%;
  padding: 20px;
  border-radius: 10px 40px 10px 10px;
}
.santa-img {
  height: 230px;
  width: 100%;
  object-fit: contain;
  margin-top: -96px;
}
.santa-count-box p {
  font-size: 10px;
  font-weight: 400;
  color: #555555;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.santa-count-box h6 {
  font-size: 18px;
  font-weight: 600;
  color: #0cb60c;
}
.santa-count-box {
  position: relative;
  padding: 0 20px;
}

.santa-count-box::after {
  content: "";
  position: absolute;
  top: 35%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background-color: #00000021;
}

.santa-count-box:last-child::after {
  display: none;
}
.santa-text-box h6 {
  font-size: 16px;
  font-weight: 600;
  color: #232224;
  margin-bottom: 5px;
}
.santa-text-box p {
  font-size: 14px;
  font-weight: 400;
  color: #009951;
  margin-bottom: 5px;
}
.santa-text-box p span {
  color: #555555 !important;
}
.crore {
  color: #e32427;
  font-size: 18px;
  font-weight: 600;
}
.progres-box .progress-bar {
  background: linear-gradient(to right, #11c475, #5bd2de) !important;
}
.progres-box .progress {
  width: 110px;
  height: 5px;
  background-color: #fff;
}
.progress-valu {
  font-size: 10px;
  font-weight: 400;
  color: #0cb60c;
}
/* ======================================= santa css end ======================================= */
/* ======================================= result css start ======================================= */
.result-main-box {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #969696;
  border-radius: 10px;
  height: 100%;
}
.result-box h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}
.new-icon {
  width: 36px;
  height: 26px;
}
.result-lottery-img {
  width: 200px;
  height: 90px;
  object-fit: contain;
}

.result-carousel .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 95%;
  top: 12%;
  left: 8px;
  font-size: 25px;
}
.result-carousel .owl-nav .owl-next,
.owl-prev {
  width: 35px;
  height: 35px;
  border: 1px solid #eeeeee !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  color: #0cb60c !important;
  background-color: #fff !important;
  transition: transform 0.3s ease;
}
.result-carousel .owl-nav .owl-next:hover,
.result-carousel .owl-nav .owl-prev:hover {
  background-color: #0cb60c !important;
  color: #fff !important;
}
.result-carousel .owl-nav {
  margin-right: 20px;
}
.result-l-name {
  font-size: 16px;
  color: #2a2a2a;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* Show only 2 lines */
  -webkit-box-orient: vertical;
}
.result-d-lebal {
  font-size: 14px;
  font-weight: 400;
  color: #ff4500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* Show only 2 lines */
  -webkit-box-orient: vertical;
}
.result-d-lebal span {
  color: #555555;
}
.result-icons-btn {
  width: 36px;
  height: 36px;
  border: 0px;
  background-color: transparent;
  border-radius: 36px;
  font-size: 18px;
  transition: transform 0.3s ease;
  margin-bottom: 10px;
}
.result-icons-btn:hover {
  transform: scale(1.2);
}
.btn-bg1 {
  background-color: #1e90ff47;
  color: #1e90ff;
}
.btn-bg2 {
  background-color: #0cb60c38;
  color: #0cb60c;
}
.btn-bg3 {
  background-color: #fc19164d;
  color: #fc1916;
}
.result-slide-box {
  position: relative;
  overflow: hidden;
}
.result-border {
  background-color: transparent;
  border: 1px solid #eeeeee;
  height: 140px;
  width: 100%;
  position: absolute;
  top: 50px;
  border-radius: 10px;
  z-index: -1;
}
.result-border-box {
  padding: 0px 10px;
}
.text-rst {
  font-size: 12px;
  color: #555555;
  font-weight: 400;
}
.text-rst1 {
  font-size: 16px;
  font-weight: 500;
  color: #fc1916;
}
.result-carousel .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #eeeeee !important;
  border-radius: 20px;
}
.result-carousel .owl-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.result-carousel .owl-dot.active {
  background-color: #0cb60c !important;
}
.line1 {
  width: 100px !important;
}
.result-count .p1 {
  font-size: 18px;
  font-weight: 500;
  color: #0cb60c;
  line-height: 10px;
}
.result-count .p2 {
  font-size: 10px;
  font-weight: 400;
  color: #555555;
}
.result-count {
  position: relative;
  margin-right: 13px;
}

.result-count:not(:last-child)::after {
  content: ":";
  position: absolute;
  right: -10px;
  top: 35%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #44444452;
}
/* ======================================= result  css end ======================================= */
/* ======================================= about  css start ======================================= */
.about-content-box {
  position: relative;
}

.about-content-box .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Show only 2 lines */
  -webkit-box-orient: vertical;
}
.about-content-bg {
  width: 270px;
  height: 175px;
  background-color: #fc1a1614;
  border-radius: 15px 47px 15px 15px;
  position: absolute;
  top: 0;
  left: -30px;
  z-index: -1;
}
.about-img-bg {
  padding: 20px;
  background-color: #0cb60c15;
  border-radius: 15px;
  width: 85%;
  position: relative;
}
.about-photo-box {
  width: 115%;
  position: absolute;
  right: 20px;
  padding-left: 10px;
  justify-content: space-between;
    flex-wrap: nowrap!important;
}


.photo-box {
  width: 100%;
 margin-bottom: 10px;
    padding: 10px;
    position: relative;
}
.photo-box::after{
content: '';
position: absolute;
left: 0;
 z-index:-1;
top: 0;
background-color: #1e8fff52;
width: 100%;
border-radius: 8px;
height: 100px;
}


.photo-box img {
  height: 140px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    position: relative;
}
.photo-box-space {
display: none;
  height: 70px;
  width: 170px;
}
.photo-box-name {
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 500;
}
.photo-box-lebal {
  font-size: 12px;
  color: #555555;
  font-weight: 400;
  line-height: normal;
  margin-top: 3px;
}
.w-170 {
  width: 150px;
}


@media (max-width: 1300px){
.photo-box{
padding: 5px;
}
.about-photo-box{
right: 0px!important;
}
.photo-box img{
height: auto;}
.photo-box::after{
height:50%;}
}


@media (max-width: 1199px){
.about-photo-box{
position: relative;
}
}

@media (max-width: 1199px){
.about-img-bg{
width: 100%;
}
}




/* ======================================= about  css end ======================================= */
/* ======================================= lottery  css started ======================================= */
.lottery-tab {
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 10px;
  background: #ffffff; /* Default background */
  transition: background 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  position: relative;
}
.lottery-tab::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #0cb60c;
  border-radius: 20px;
  bottom: -5px;
  left: 45%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lottery-tab:hover::after {
  opacity: 1;
}
.lottery-tab:hover {
  border-color: #0cb60c;
  background: linear-gradient(135deg, #d4ffce 0%, #fdfbd0 100%);
}
.lottery-tab.active {
  border-color: #0cb60c;
  background: linear-gradient(135deg, #d4ffce 0%, #fdfbd0 100%);
}
.lottery-tab.active .lottery-name {
  color: #0cb60c;
}
.lottery-tab.active::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #0cb60c;
  border-radius: 50%;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition: opacity 0.3s ease;
}
.lottery-tab img {
  height: 35px;
  width: 80px;
  object-fit: cover;
  border-radius: 2px;
}
.tabs a {
  text-decoration: none;
}
.tabs {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
  scrollbar-width: thin;
  scrollbar-color: #0cb60c #f1f1f1;
  gap: 10px;
}

.tabs::-webkit-scrollbar {
  height: 8px;
}

.tabs::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.tabs::-webkit-scrollbar-thumb {
  background-color: #0cb60c;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

.tabs::-webkit-scrollbar-thumb:hover {
  background: #0cb60c;
}
.lottery-tab-box {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lottery-name {
  font-size: 16px;
  font-weight: 500;
  color: #2a2a2a;
  line-height: normal;
  margin-top: 3px;
}
.gramam-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.tab-slide {
  margin-top: 30px;
  position: relative;
  padding-left: 70px;
}
.tab-slide h4 {
  font-size: 26px;
  font-weight: 600;
  color: #2a2a2a;
}
.tab-slide-box-icon {
  background: linear-gradient(
    135deg,
    rgba(197, 251, 197, 1) 0%,
    rgba(0, 185, 0, 1) 100%
  );
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: -20px;
}
.tab-slide-box-icon img {
  width: 24px;
  height: 24px;
}
.tab-slide-content-box {
  padding: 20px 20px 30px 20px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
}
.icon-bg1 {
  background: linear-gradient(
    135deg,
    rgba(191, 246, 255, 1) 0%,
    rgba(6, 207, 241, 1) 100%
  );
}
.icon-bg2 {
  background: linear-gradient(
    135deg,
    rgba(214, 167, 255, 1) 0%,
    rgba(92, 0, 163, 1) 100%
  );
}
.icon-bg3 {
  background: linear-gradient(
    135deg,
    rgba(253, 168, 165, 1) 0%,
    rgba(246, 8, 0, 1) 100%
  );
}
.lottery .owl-dots {
  display: flex;
  padding-left: 65px;
}

.lottery .owl-dots .owl-dot span {
  background-color: #eeeeee;
  width: 12px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
  display: block;
  transition: background-color 0.3s ease;
}

.lottery .owl-dots .owl-dot.active span {
  background-color: #0cb60c !important;
}
.lottery-pad {
  padding: 0px 0px 0px 100px;
}
.shape2 {
  position: absolute;
  width: 200px !important;
  height: 200px;
  left: -17%;
  bottom: 0;
}
/* ======================================= lottery  css end ======================================= */
/* ======================================= event  css start ======================================= */
.events-box {
  border-radius: 6px;
  border: 1px solid #cccccc;
  background-color: #fff;
}
.gallery-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px 6px 20px 10px;
}
.events-content-box {
  padding: 20px;
}
.events-content-box p {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  color:#212529;
}
.events-date {
  font-size: 13px;
  font-weight: 400;
  color: #1e90ff;
}
.read-btn {
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #2a2a2a !important;
}
.event-icon {
  width: 14px !important;
  height: 10px;
  transition: transform 0.3s ease-in-out;
}
.read-btn:hover .event-icon {
  transform: rotate(327deg);
}
.event-main-box {
  position: relative;
}
.events-bg-box {
  background-color: #fc1a1614;
  border-radius: 60px 0px 0px 30px;
  height: 269px;
  width: 50%;
  bottom: -35px;
  right: -112px;
  position: absolute;
}
.events .owl-nav {
  display: block !important;
  position: absolute;
  width: 100%;
  top: -14%;
  display: flex !important;
  justify-content: end;
  padding: 0 10px;
  pointer-events: none;
  right: 14%;
  gap: 10px;
}

.events .owl-nav img {
  width: 10px;
  height: auto;
  cursor: pointer;
  pointer-events: all;
  transition: transform 0.3s ease;
}
.events .owl-nav .owl-prev,
.events .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  background-color: #ffffff !important;
  border: 1px solid #eeeeee !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
}
/* ======================================= event  css end ======================================= */
/* ======================================= gallery css start ======================================= */
.gallery-bg-box {
  background-color: #1e8fff21;
  border-radius: 0px 60px 30px 0px;
  padding: 30px 30px 30px 100px;
}

.gallery-box {
    width: 100%;
    height: 200px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.gallery-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 6px 6px 20px 10px;
}
.gallery-overlay-title {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 95%;
    background-color: #61a46c;
    color: #fff;
    padding: 8px 12px;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* limit to 1 line by default */
    -webkit-box-orient: vertical;
    max-height: 34px; /* ~1 line height */
    border-radius: 0px 20px;
}

/* On hover — remove line clamp and allow full title */
.gallery-box:hover .gallery-overlay-title {
    -webkit-line-clamp: unset;
    white-space: normal;
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* limit to 1 line by default */
    -webkit-box-orient: vertical;
    max-height: 60px; /* enough space for multiple lines */
    background-color: #61a46c;
}

.gallery-box a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-box .gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

.gallery-box:hover .gallery-image {
  transform: scale(1.1);
}

.gallery-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery-main-img {
  width: 100%;
  object-fit: contain;
}
/* ======================================= gallery  css end ======================================= */
/* ======================================= download  css start ======================================= */
.download-box {
  width: 100%;
  border-radius: 50px 10px 20px 6px;
  background: linear-gradient(90deg, #ffc2bb 0%, #fddbea 100%);
}
.phone-imge {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0px;
}
  
}
.phone-box{
  width: 100%;
  height: 100% !important;
}
.download-content-box {
  padding: 40px 20px 45px 30px;
}
.download-content-box h3 {
  color: #7e164e;
  font-size: 36px;
  font-weight: 700;
}
.d-icons {
  background-color: #7e164e;
  height: 25px;
  width: 25px;
  border-radius: 20px;
}
.d-icons img {
  height: 15px;
  width: 15px;
  object-fit: contain;
}
.download-content-box a {
  text-decoration: none;
}
.download-content-box a span {
  font-size: 16px;
  font-weight: 500;
  color: #2a2a2a;
}
/* ======================================= download  css end ======================================= */

/* ======================================= brands  css start ======================================= */
.brand-box {
  background-color: #fff;
  margin: 70px 50px 0px 50px;
  position: relative;
  z-index: 1;
  padding: 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.brands-img {
  width: 100%;
  height: 70px;
  object-fit: contain;
}
/* ======================================= brands css end ======================================= */

/* ======================================= footer css start ======================================= */
footer {
  background-image: url(../img/images/footer-bg.webp);
  background-size: cover;
  width: 100%;
  padding: 10px;
}
.footer-main-box {
  background: linear-gradient(90deg, #e2fcd7eb, #b9f6b0f2);
  padding: 70px 20px 20px 20px;
  border-radius: 30px 70px 30px 30px;
  margin-top: -50px;
  border: 1px solid #d9b7b7;
}
.footer-head {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 500;
}
.f-lebal {
  font-size: 13px;
  font-weight: 400;
}
.footer-text {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.line {
  width: 100%;
  height: 1px;
  background-color: #ffffff4f;
  margin: 20px 0px;
}
.f-links {
  font-size: 16px;
  font-weight: 500;
  color: #2a2a2a;
  text-decoration: none;
  white-space: nowrap;
}
.app-btn {
  width: 100px;
  height: 40px;
  border-radius: 2px;
}
.social-links {
  height: 32px;
  width: 32px;
  border-radius: 32px;
  border: 1px solid #5a5a5a28;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.social-links:hover {
  background-color: #00995231;
  border-color: #0cb60c;
  color: #fff;
}
.f-line {
  width: 100%;
  height: 1px;
  background-color: #5555551f;
  margin: 40px 0px;
}
.f-text,
.f-menu {
  color: #5a5a5a;
  font-size: 15px;
  font-weight: 400;
}
.f-menu {
      white-space: nowrap;
    text-decoration: none;
    /* margin-right: 15px; */
    width: 25%;
}
.news-letters-box {
  background-color: transparent;
}
.news-letters-box input {
  width: 100%;
  border-radius: 6px 0px 0px 6px;
  padding: 10px 20px;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #5555553a;
  background-color: transparent;
  outline: none;
}
.news-letters-box button {
  background-color: #0cb60c;
  color: #fff;
  border: 1px solid #0cb60c;
  border-radius: 6px;
  margin-left: -10px;
  padding: 10px 20px;
}
.f-menu:hover {
  color: #0cb60c;
}

.text-justify{
    text-align:justify;
}

@media (min-width: 1200px) and (max-width: 1398px){
.social-links {
    height: 25px;
    width: 25px;}
}


/* ======================================= footer css end ======================================= */

.home-links {
    text-decoration:none;
}


.ytbliv{
    display: none;
}


.stream-card {
    position: relative;
    overflow: hidden;
    
    cursor: pointer;
    max-height: 352px;
        max-width: 325px;
    width: 100%;
    margin-top: 23px;
    border-radius: 18px;
}

.stream-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.stream-card:hover img {
    transform: scale(1.05);
}

.stream-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    transition: opacity 0.5s ease;
    border-radius: 10px;
    pointer-events: none;  
}

/* Show overlay on hover */
.stream-card:hover::after {
    opacity: 1;
}    
.stream-card .vidplay {
        background-color: transparent;
    border: none;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex
;
    z-index: 1;
    position: absolute;
    
    align-items: center;
    justify-content: center;
}
.stream-card .vidplay img{
animation: pulse 0.75s infinite;
}
@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}









@media (min-width: 1200px) and (max-width: 1430px){
    .head-flex {
    gap: 5px;
}
.tophedr-right {
    gap: 7px;
    margin-left: 7px;
}
.menu-link{
        margin-right: 6px;
}
.head-input input{
    width: 105px;
}
.navhdrespons{
    padding-left: 20px;
    padding-right: 20px;
}

}

@media (max-width: 1366px){
.stream-card {
    max-height: 100%;
    max-width: 216px;
}
}




@media (max-width: 1199px){
    .navhdrespons{
        flex-direction: row !important;
    }
    .tophdr .tophedr-right button{
        display: none!important;
    }
    .menufll{
                flex-direction: column-reverse !important;
    }
    .tophdr{
            justify-content: flex-start;
    }
    .ytbliv{
        display: flex;
    }
}





@media (max-width: 991px){
    .tophdr{
        width:auto;
    }
    .f-menu{
        width: 33.33%;
                text-wrap: auto;
    }
.dropdown-menu{
opacity: 0;
    transition: all .3s 
ease;
    -webkit-transition: all .3s 
ease;
}
.menu-drop-show-btn{
overflow: visible;
opacity: 1;
        width: 95%;
        left: 5% !important;
        position: relative !important;
border: 1px solid #0cb60c36;
background: #ffffff61;
    box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
    transform: translate3d(0px, 0, 0px)!important;
    transition: all .3s 
ease;
    -webkit-transition: all .3s 
ease;
}

.menu-drop-show-btn li a:hover{
background: transparent;
}
    
}
@media (max-width: 767px){
    .f-menu{
        width: 50%;
    }
}

@media (max-width: 575px){
    .logo{
        width: auto!important;
    }
    .f-menu{
        width: 100%;
    }
    
}






