body {
    background: whitesmoke;
    font-family: Arial, sans-serif;
}
a{
    text-decoration: none !important;
    color: #fff;
}
.call_div {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 105px;
    right: 20px;
    background-color: #f67800;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.call_div i{
    color: #fff;
}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.whatsapp-float img {
    width: 35px;
    height: 35px;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #20b958;
}

.navbar {
    background: #f67800;
    padding: 0px;
}

.navbar .navbar-brand img {
    height: 100px;
}

.navbar-brand,
.nav-link {
    color: #fff !important;
    font-weight: 600;
}

.btn {
    display: inline-block;
    padding: 10px 16px;
    background-color: #ffc107;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    /* border-radius: 30px; */
    transition: all 0.3s linear; 
    font-size: 13px;
}
.btn.hero-index-btn{
    font-size: 16px;
     border: none;
}
.btn:focus{
    border: none;
    outline: none;
    box-shadow: none;
}
.btn:hover{
    background-color: #f67800;
    color: #fff;
}
.login-btn{
    background-color:#212529 !important;
    color: #fff !important;
    border: none;
    outline: none;
    box-shadow: none;
    width: fit-content !important;
}
.login-btn:hover{
    background-color:#212529 ;
}
.hero {
    position: relative;
    height: 77vh;
    overflow: hidden;
    margin-top: 145px;
}

.hero .display-3 {
    line-height: 1.4;
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
    margin-bottom: 1rem !important;
}
.hero .common-font-size{
    font-size: clamp(1.5rem, 4vw, 2.1rem) !important;
}
.hero .hero-org-text{
     font-size: clamp(1.5rem, 4vw, 1.9rem) !important;
}
.hero-sub-text{
    font-size: 1rem !important;
    color: rgba(255, 255, 255, 0.815);
    margin-bottom: 2rem !important;
}

.hero-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    align-items: self-start;
}

.hero-slider .slide.active {
    opacity: 1;
}

/* Dark Overlay */
.hero-slider::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    /* dark overlay */
    z-index: 1;
}

.text-content {
    height: 100%;
    position: relative;
    color: #fff;
    text-align: center;
    max-width: 1350px;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*
.text-content h1 {
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}

.text-content p {
  text-shadow: 1px 1px 6px rgba(0,0,0,0.7);
} */

/* Arrows */
.hero-slider button.prev,
.hero-slider button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #fff;
    font-size: 2rem;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 3;
    border-radius: 50%;
    transition: background 0.3s;
}

.hero-slider button.prev:hover,
.hero-slider button.next:hover {
    background: transparent;
}

.hero-slider button.prev {
    left: 20px;
}

.hero-slider button.next {
    right: 20px;
}

/* .draw_div {
            margin-top: -7%;
            position: relative;
            z-index: 5;
        } */

.draw-card {
    border-radius: 12px;
    /* background: #fff; */
    background-color: #e26e00 !important;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    height: 100%;

}
.draw-card-grid{
    display: grid;
    grid-template-columns: repeat(6, minmax(200px, 1fr));
    justify-content: space-between;
}
  .offer-card-bumper{
        min-width: 400px !important;
        max-width: 340px !important;
    }
    @media screen and (max-width: 400px) {
 .offer-card-bumper{
        min-width: 100% !important;
        max-width: 100% !important;
    }
    }
@media screen and (max-width: 1170px) {
    .offer-card {
        min-width: 300px !important;
        max-width: 340px !important;
    }
}

@media screen and (max-width:576px) {
    .offer-card{
    width: 300px !important;
}
}
@media screen and (max-width:326px) {
    .offer-card{
    width: 100% !important;
}
}

/*
        .draw-card {
            position: relative;
            overflow: hidden;
            height: 225px;
        } */
.draw-card p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
}

.draw-card p strong {
    color: #000;
}

.draw-details {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;

    /* background: #f67800; */
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    padding: 5px 10px 0px;
    border-radius: 6px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    /* display: none; */
}

/* .draw-card:hover {
            height: 100%;
        } */

.draw-card:hover .draw-details {
    /* display: block; */
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    height: 100% !important;
}

.draw-card h5 {
    background: #f67800;
    color: #fff;
    /* padding: 10px; */
    border-radius: 12px 12px 0 0;
}

.draw-card h5 img {
    border-radius: 12px;
    height: 150px;
    object-fit: cover;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.bumper-div .draw-card h5 img {
    border-radius: 12px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}



.about-section {
    /* padding: 60px 20px; */
    background: #e6e6e6;
    font-family: 'Arial', sans-serif;
}

.about-container {
    display: flex;
    flex-wrap: wrap;
    /* max-width: 1200px; */
    margin: 0 auto;
    align-items: center;
    gap: 40px;
}

.about-left {
    flex: 1 1 380px;
    border-right: 1px solid #e26e00;
    padding-right: 20px;
}

.about-left h2 {
    font-size: 28px;
    color: #000;
    margin: 0 0 10px;
}

.about-left h2 span {
    color: #f67800;
}

.sub-title {
    font-family: 'Comic Sans MS', cursive, sans-serif;
    font-size: 22px;
    color: #000;
    margin: 0;
}

.about-right {
    flex: 2 1 500px;
    padding-left: 20px;
}

.about-right p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 0px;
}

.text-danger {
    display: inline-block;
    /* padding: 12px 30px; */
    /* background-color: #ffc107; */
    /* color: #000; */
    text-decoration: none;
    font-weight: 500;
    /* border-radius: 30px;
            transition: background 0.3s; */
}

.btn-read:hover {
    background-color: #ffc107;
}

/* Responsive */
@media (max-width: 768px) {
    .about-container {
        flex-direction: column;
        gap: 20px;
        display: block;
    }

    .about-left {
        border-right: none;
        padding-right: 0;
        text-align: left;
        padding-bottom: 20px;
    }
    .about-left h2 {
    font-size: 23px;
    }

    .about-right {
        padding-left: 0;
        text-align: left;
    }
}

.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.main .card {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    color: #333333;
    border-radius: 2px;
}

.main .card-image {
    background: #ffffff;
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%;
}

.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.section-title {
    text-align: center;
    font-size: 20px;
    color: #000;
}

.section-title span {
    color: #f67800;
}

.contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.contact-info {
    flex: 1;
    min-width: 500px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}
.contect-info-inner{
     display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-item {
    display: flex;
    /* align-items: center; */
    margin-bottom: 0px;
}

.info-item i {
       font-size: 16px;
    margin-right: 15px;
    color: #f67800;
    position: relative;
    top: 2px;
}
.contact-p-text{
    color: rgba(51, 51, 51, 0.8);
}
@media screen and (max-width:992px) {
    .p-width{
    width: 100% !important;
}
    .mobile-nav-menu a::after{
        border-bottom: none !important;
    }
}
.social-icons a {
    font-size: 24px;
    color: #000;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, .4);
    padding: .5rem;
    position: relative;
    top: 3px;
}
.contact-border:not(:last-child){
    border-right: 1px solid rgba(0, 0, 0, 0.4);
}
.contact-border a{
    color:#000 !important;
}
.contact-form {
    flex: 1;
    min-width: 300px;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.form-row input {
    flex: 1;
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 30px;
}

textarea {
    padding: 10px 15px;
    font-size: 15px;
    resize: none;
    min-height: 120px;
    margin-bottom: 15px;
    border-radius: 30px;
}

button {
    background-color: #f67800;
    border: none;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 25px;
}

button:hover {
    opacity: 0.9;
}

/* @media (min-width: 768px) {
    .draw_div .col-lg-2 col-md-4 {
        flex: 0 0 auto;
        width: 20%;
    }
} */
.bg-light {
    --bs-bg-opacity: 1;
    background-color: #fff;
}

.lottery-section {
    /* background: linear-gradient(135deg, #f67800, #ff9f43); */
    color: #fff;
    margin-top: -70px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.lottery-ticket {
    background: #fff;
    border-radius: 15px;
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.15); */
    padding: 10px;
    transition: all 0.3s ease;
}

/* .lottery-ticket:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
} */

.lottery-ticket-img img {
    border-radius: 10px;
    height: 150px;
}

.lottery-ticket h3 {
    color: #000;
    font-weight: 600;
    margin-top: 15px;
    font-size: 17px;
}

.lottery-ticket h4 {
    background: #f67800;
    color: #fff;
    padding: 10px;
    border-radius: 30px;
    font-size: 15px;
    margin-top: 10px;
}

.lottery-ticket h4 span {
    font-weight: 900;
}

.owl-nav i {
    font-size: 24px;
    color: #fff;
}

.owl-nav button {
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 5px;
}

.owl-nav button:hover {
    background: #fff !important;
    color: #f67800 !important;
}

.contact-us {
    background: #fff;
}

.navbar .w-25 {
    width: 10% !important;
}
.navbar-nav .dropdown-menu{
    background-color: #212529 !important;
}
.navbar-toggler {
    width: 48px;
    border: none;
    outline: none;
    font-size: 24px;
}
.navbar-toggler:focus{
    border: none;
    box-shadow: none;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.9%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 30px;
    height: 30px;
}

.close-icon {
    font-size: 32px;
    color: #000;
    line-height: 1;
}


  .lottery-slider1 .item img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    height: 300px;
    object-fit: contain;
}
.owl-stage {
    display: flex;
    align-items: center; /* Centers all slides vertically */
}

  .lottery-slider1 .owl-nav i {
    font-size: 22px;
    color: #000;
}

  .lottery-slider1 .owl-nav button {
    background: #fff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}

  .lottery-slider1 .owl-nav button:hover {
    background: #ffc107 !important;
    color: #fff !important;
}
.index-padding-bottom{
    padding-bottom: clamp(.2rem, 10vw, 5rem);
}
@media only screen and (max-width: 742px) {
    .contect-info-inner {
flex-direction: column;
justify-content: center;
align-items: start;
    }
   .contact-border {
    border-right: none !important;
    padding: 1rem 0 !important;
}
   .contact-border:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

}
@media only screen and (max-width: 767.98px) {
    .main .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }

    .form-row {
        flex-direction: column;
    }

    footer ul {
        flex-wrap: wrap;
    }

    .navbar .btn {
        width: 100%;
    }

    .draw-card h5 img {
        border-radius: 12px;
        height: auto;
        object-fit: cover;
        width: 100%;
    }

    .navbar .w-25 {
        width: 60% !important;
        margin: -15px auto 5px;
    }

    .hero {
        height: 80dvh;
    }
    .hero-slider-icon{
        display: none;
    }
    .hero {
        height: 65vh !important;
    }
    
}
.dear-img-mob{
    display: none !important;
}
.mobile-nav-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .8rem;
}
.mobile-nav-menu a{
    padding: 1rem .5rem !important;
    cursor: pointer;
    position: relative;
    transition: all 0.3s linear;
}
.mobile-nav-menu a::after{
    content: "";
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    border-bottom: 2px solid #fff;
    transition: all 0.3s linear;
}
.mobile-nav-menu a:hover::after{
    width: 100%;
}
.mobile-nav-menu a.nav-active{
    color: #333 !important;
}
.mobile-nav-menu a:hover{
    color: #333 !important;
}
@media screen and (max-width:1058px) {
    .mobile-nav-menu {
    gap: .4rem;
}
}
@media screen and (min-width:992px) {
    .dear-img-desktop{
        display: none !important;
    }
}
@media screen and (max-width:992px) {
    .dear-img-desktop-end{
        display: none !important;
    }
    .navbar .navbar-brand img {
    height: 84px;
}
.hero {
    margin-top: 129px;
}
.mobile-nav-menu li a{
 border-bottom: 1px solid rgba(0, 0, 0, .3);
}
.mobile-nav-menu{
    padding: .5rem 1.2rem;
    margin-top: .5rem;
    border-top: 1px solid rgba(0, 0, 0, .4);

}
.login-margin{
    border-bottom: 1px solid rgba(0, 0, 0, .4);
}
.mobile-nav-menu{
         justify-content: center;
        align-items: start;
}
.mobile-nav-menu li {
    width: 100%;
}
.mobile-nav-menu li a{
    width: 100%;
}
}
@media screen and (max-width:520px) {
.contact-info {
    min-width: 100% !important;
}

}
@media screen and (max-width:439px) {
    .dear-img-desktop{
        display: none;
    }
    .dear-img-mob{
      display: flex !important;
    justify-content: center
    ;
    align-items: center;
}
.dear-img-mob{
    padding-bottom: 1rem;
}
  .hero {
        margin-top: 196px;
    }
}

.btm-footer{
    padding: 1rem;
    background-color: #000;
}
.footer-top{
    background-color: #333;
}

.btm-footer p {
    font-size: .9rem;
    color: #ffffff80;
}
footer {
    background-color: #333;
    color: #fff;
    padding: 26px 0;
    padding-bottom: 0;
}
.contect-info-inner h6{
    font-size: 1.125rem !important;
}
@media screen and (max-width:1024px) {
    .index-hero-img{
    background-image: url(../images/image-mob1.jpg) !important;
}
    .mobile-nav-menu {
    gap: .1rem;
}
.index-padding-bottom {
    padding-bottom: 60px;
}
.hero{
    height: 62vh;
}

.hero .display-3 {
    line-height: 1.4;
    font-size: clamp(1.5rem, 5vw, 5.5rem) !important;
}
}
.navbar-position{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.marquee-text-slide {
    width: 100%;
    height: 35px;
    background-color: #ffc107;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 0.2rem 0;
}

.marquee {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.marquee ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 1px;
    white-space: nowrap;
}

.marquee li {
    margin-right: 80px; /* gap between sentences */
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

 .logo-texts p{
    font-size: 16px !important;
    color: #000;
    font-weight: 600;
}
/* .navbar .navbar-brand img{
    height: 61px !important;
} */
@media screen and (max-width:1175px) {
    .logo-texts p{
    font-size: 12px !important;
}
.mobile-nav-menu {
    gap: 0rem;
}


}
@media screen and (max-width:1151px){
.navbar-expand-lg .navbar-nav .nav-link {
        font-size: 13px;
    }
}

.lottery-modal{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
     opacity: 1;                    /* visible */
    transition: opacity .4s ease;

}
.modal-hide-bg {
    opacity: 0;      /* fade out */
}
.inner-modal{
    width: 800px;
    height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: scale(1);            /* normal size */
    transition: transform .4s ease;
}
.modal-zoom-out {
    transform: scale(0); /* shrinking */
}
.top-crosss-icon{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: end;
    align-items: center;
    border-bottom: 1px solid #000;
    cursor: pointer;
}
.btm-img-show{
    width: 100%;
    height: 450px;
}

.btm-img-show img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}
      .content-btn {
       background-color:#ffc107; 
       color:#000 !important; 
       padding:8px 16px; 
       font-weight:400; 
       border-radius:6px;
    }
 .nav-link.content-btn.active{
         background-color: #F67800 !important;
        color: #fff !important;
        scale: 1.1 !important;
    }