:root {
    --primary-color: #192A51;
    --secondary-color: #F4D35E;
    --accent-color: #F0582E;
    --text-dark: #1C0E02;
    --text-light: #727272;
    --white: #ffffff;
    --black: #000000;
}

* {
    margin: 0;
   padding: 0;
    box-sizing: border-box;
}

body {
  font-family: 'Ubuntu', sans-serif;
   line-height: 1.6;
  color: var(--text-dark);
  background: var(--white);
}

.wrapper {
    max-width: 1200px;
  margin: 0 auto;
    padding  :0 15px;
                    width: 100%;
}

.full-wrapper {
  width: 100%;
    padding: 0;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.leftside {
   flex: 0 0 50%;
  max-width     :    50%;
	padding  :  0 15px;
}

.rightside {
    flex    :    0 0 50%;
   max-width: 50%;
   padding: 0 15px;
}

.left-big {
  flex:0 0 50%;
    max-width: 50%;
  padding: 0;
}

.right-small {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0;
}

.right-tall {
  flex: 0 0 25%;
  max-width: 25%;
    padding: 0;
}

.bottomcol-1, .bottomcol-2, .bottomcol-3, .bottomcol-4 {
   flex: 0 0 25%;
  max-width: 25%;
    padding: 0 15px;
}

.full-width {
  flex: 0 0 100%;
  max-width:    100%;
  padding: 0 15px; 
	
}@media(max-width: 991px){
.leftside, .rightside {
flex: 0 0 50%;
max-width: 50%;
}
.left-big, .right-small, .right-tall {
flex: 0 0 100%;
max-width: 100%;
}
.bottomcol-1, .bottomcol-2, .bottomcol-3, .bottomcol-4 {
flex: 0 0 50%;
max-width: 50%;
}
}

@media (max-width: 767px) {
.leftside, .rightside, .bottomcol-1, .bottomcol-2, .bottomcol-3, .bottomcol-4 {
flex: 0 0 100%;
max-width: 100%;
}
}.bg-primary {
  background: linear-gradient(135deg, var(--primary-color) 0%, #243a6b 100%) !important;
}

.bg-secondary {
  background: linear-gradient(135deg, var(--primary-color) 0%, #1a2347 100%) !important;
}

.py-3 {
  padding-top:   1rem !important;
   padding-bottom: 1rem !important;


}

.p-3 {
    padding: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;

}

.pl-0 {
  padding-left: 0 !important;
}

.p-0 {
               padding: 0 !important;
}

.shadow {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	
}

.d-none {
	    display: none !important;

}

.d-md-block {
    display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-lg-block {
   display: block !important;
}

.d-lg-none {
    display: none !important;
}@media (max-width: 991.98px) {
.d-lg-block {
display: none !important;
}
.d-lg-none {
display: inline-block !important;
}
}

@media (max-width: 767.98px) {
.d-md-block {
display: none !important;
}
}.text-md-left {

  text-align: left !important;
	}

.text-md-right {
   text-align: right !important;
}

.text-center {
                    text-align: center !important;
}

.text-white {
  color: var(--white) !important;
}

.ml-auto {
  margin-left: auto !important;
}

.align-items-center {
  align-items: center !important;
}

.position-relative {
    position: relative !important;
}

.topnavbar a {

	  color: var(--white);
   text-decoration: none;
    font-size: 14px;
   transition: color 0.3s ease;
	}

.topnavbar a:hover {
  color: var(--secondary-color);
}

.responsible-text {
    background-color: #ff0000;
  color: white;
    padding: 5px 10px;
  border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
}

.mainnavbar

{
    margin-bottom: 0px;
	z-index: 1999;
    position: relative;
    top: 0;
   width: 100%;
   padding: 1rem;
}@media (max-width: 991.98px) {
.mainnavbar {
padding-top: 3rem;
padding-bottom: 3rem;
}
}.mainnavbar .toggle-button {
    position   :       absolute;
   right: 0px;
}

.mainnavbar .site-logo {
    margin: 0;

	    padding: 0;
}

.mainnavbar .site-logo .logo-image {
   max-height: 50px;
  width: auto;
}@media (max-width: 991.98px) {
.mainnavbar .site-logo {
float: left;
position: relative;
}
}.mainnavbar .site-navigation .main-menu {
    margin: 0;
  padding: 0;
   margin-bottom: 0;
    list-style: none;
}

.mainnavbar .site-navigation .main-menu .active {
  color: var(--secondary-color) !important;
}

.mainnavbar .site-navigation .main-menu a  
  {
    text-decoration: none !important;
  display: inline-block;}

.mainnavbar .site-navigation .main-menu > li {
       display: inline-block;

}

.mainnavbar .site-navigation .main-menu > li > a {
   margin-left  :8px;
   margin-right: 8px;
   padding: 15px 8px;
  color: var(--white) !important;
  display: inline-block;
    text-decoration: none !important;
    transition: color 0.3s ease;
   font-size: 14px;
}

.mainnavbar .site-navigation .main-menu > li > a:hover {
  color: var(--secondary-color) !important;
}

.mainnavbar .site-navigation .main-menu > li.active > a {
  color: var(--secondary-color) !important;
}

.hero-section   {
      position: relative;
   height: 50vh;
   min-height: 400px;
  background-image: url('../lotteimg/lotter.webp');
  background-size: cover;
  background-position: center;
   background-repeat: no-repeat;
    display: flex;
   align-items: center;
   justify-content: center;
}

.hero-overlay {
  position: absolute;
        top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  background: rgba(25, 42, 81, 0.7);
  z-index: 1;
}

.hero-content {
   position: relative;
  z-index: 2;
   text-align: center;
  color: white;


}

.hero-text-center {
    max-width: 800px;
	margin: 0 auto;
   padding: 0 20px;
}

.hero-title {
    font-size: 48px;
  font-weight: 700;
    margin-bottom: 20px;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.5;
   opacity: 0.9;
}

.hero-buttons {
  display: flex;
  gap: 20px;
    justify-content: center;
  flex-wrap: wrap;
}

.btn-primary, .btn-secondary {
  display: inline-block;
   padding: 15px 30px;
	 text-decoration: none;
    border-radius: 5px;
    font-weight :600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-primary {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

.btn-primary:hover {
    background-color:      #e6c250;
  transform: translateY(-2px);
}

.btn-secondary {
   background-color: transparent;
    color   :      white;
  border-color: white;
}

.btn-secondary:hover {
   background-color:     white;
  color: var(--primary-color);
}

.responsible-gaming-banner {
   background-color: #ff0000;
    color: white;
   padding: 15px 0;
    text-align: center;
}

.responsible-content p {
 margin: 5px 0;
   font-weight: 500;
}

.responsible-content a {
  color: white;
    text-decoration: underline;
}@media (max-width: 991px) {
.hero-title {
font-size: 36px;
}
.hero-subtitle {
font-size: 18px;
}
.hero-section {
min-height: 350px;
}
}

@media (max-width: 767px) {
.hero-title {
font-size: 28px;
}
.hero-subtitle {
font-size: 16px;
margin-bottom: 30px;
}
.hero-buttons {
flex-direction: column;
align-items: center;
}
.btn-primary, .btn-secondary {
width: 200px;
}
.hero-section {
min-height: 400px;
}
.responsible-text {
font-size: 10px;
padding: 3px 6px;
}
}.bottomarea {
    background-repeat: no-repeat;
    background-position: center center;
   background-repeat: no-repeat;
  background-size: cover;
    background: #F6FCFF;
}

.bottomarea .bottomarea_content {
    padding-top: 118px;
    padding-bottom: 105px;
}@media (max-width: 767px) {
.bottomarea .bottomarea_content {
padding-top: 63px;
padding-bottom: 32px;
}
}

@media (max-width: 767px) {
.bottomarea .bottomarea_content .bottomarea_block {
margin-bottom: 32px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.bottomarea .bottomarea_content .bottomarea_block {
margin-bottom: 32px;
}
}.bottomarea .bottomarea_content .bottomarea_block .bottomarea_heading {
    margin-bottom: 41px;
    font-weight: 720;
   text-transform: capitalize;
   color : #1C0E02;
  font-size: 25px;
}

.bottomarea .bottomarea_content .bottomarea_block .bottomarea_heading.pos_margin  
  {
  margin-bottom: 36px;
}@media (max-width: 767px) {
.bottomarea .bottomarea_content .bottomarea_block .bottomarea_heading.pos_margin {
margin-bottom: 22px;
}
}

@media (max-width: 767px) {
.bottomarea .bottomarea_content .bottomarea_block .bottomarea_heading {
margin-bottom: 22px;
}
}.bottomarea .bottomarea_content .bottomarea_block p {
   color: #727272;
  font-size: 17px;
   font-weight: 420;
  line-height: 30px;
}

.bottomarea .bottomarea_content .bottomarea_block p a{
    color: #727272;
}

.bottomarea .bottomarea_content .bottomarea_block p a:hover {
   color: #727272;
}

.bottomarea .bottomarea_content .bottomarea_block p.footer_text {
   font-size: 17px;
  color: #B8B8B8;
	margin-bottom: 25px;
   font-weight: 420;
   line-height: 30px;
}

.bottomarea .bottomarea_content .bottomarea_block ul {
   list-style     :  none;
   padding: 0;
  margin: 0;
}

.bottomarea .bottomarea_content .bottomarea_block ul li {
	color: #969696;
  font-size: 14px;
  line-height: 44px; 

}

.bottomarea .bottomarea_content .bottomarea_block ul li a {
    color: #969696;
          font-weight: 420;
  text-decoration: none;
}

.bottomarea .bottomarea_content .bottomarea_block ul li a:hover {
    color: #FD9A61;
}

.regulatory-links {
	  display: flex;
    flex-direction: column;
   gap: 15px;
	}

.reg-logo {
    max-width: 150px;
  height: auto;
   transition: opacity 0.3s ease;
}

.reg-logo:hover {
    opacity: 0.8;
}@media (max-width: 767px) {
.regulatory-links {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.reg-logo {
    max-width: 100px;
}
.hero-section {
min-height: 300px;
}
}.bottomarea .copyright_area {
	padding-bottom: 32px;
}

.bottomarea .copyright_area .divider_line {
   border-top: 1px solid #EAEAE7;
  padding-bottom: 32px;
}

.bottomarea .copyright_area .copyright_notice {
  color: #969696;
    font-size: 16px;
   font-weight: 520;
   margin-bottom: 0;
}@media (max-width: 767px) {
.bottomarea .copyright_area .copyright_notice {
font-size: 14px;
}
}.bottomarea .copyright_area .copyright_notice a {
    color: #FD9A61;
  text-decoration: none;
}

.site-section {
    padding: 7rem 0;
  background: #F6FCFF;
}@media (max-width: 991.98px) {
  .site-section {
    padding: 3rem 0;
  }
}.aboutleft {
    flex: 0 0 50%;
   max-width: 50%;
   padding: 0 15px;
}

.aboutright {
  flex: 0 0 42%;
   max-width: 42%;
   padding: 0 15px;
  margin-left: auto;
    padding-left: 40px;
}@media (max-width: 991px) {
.aboutleft, .aboutright {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    padding-left: 15px;
}
}.mb-5 {
   margin-bottom  :      3rem;
}

.mb-lg-0 {
  margin-bottom: 0;
}@media (max-width: 991px) {
.mb-lg-0 {
    margin-bottom: 2rem;
}
}.img-experience {
  position: relative;
   display :   block;
}

.img-experience .img-fluid {
  max-width: 100%;
    height: auto;
}

.img-experience .year-badge {
  width: 150px;
    height: 150px;
  border-radius: 50%;
  background: var(--primary-color);
   position: absolute;
   right: 0;
   bottom: 0;
  transform: translate(50%, 50%);
}@media (max-width: 991.98px) {
  .img-experience .year-badge {
    position: relative;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    margin: -30px auto 0 auto;
  }
}.img-experience .year-badge > span {
  width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
   top: 50%;
   left: 50%;
    font-size: 3rem;
    display: block;
    line-height: 1;
  transform: translate(-50%, -50%);
  font-weight: 700;
}

.img-experience .year-badge > span > span {
   line-height: 1.2;
    display: block;
    font-size: .8rem;
	 font-weight: 500;
}

.scissors-icon {
  position: relative;
   padding-bottom: 30px;
    margin-bottom: 30px;
  font-size: 3rem;
  color: var(--primary-color);
  font-weight: 720;
}@media (max-width: 991.98px) {
  .scissors-icon {
    font-size: 2rem;
  }
}.scissors-icon:after {
   bottom: 0;
  left: 0;
   font-size: 22px;
  content: "✂";
   position: absolute;
  color: var(--secondary-color);
}

.scissors-icon.text-center:after {
   left: 50%;
  transform: translateX(-50%);
}

.lead {
  font-size: 1.1rem;
  font-weight: 420;
  line-height: 1.7;
  color: var(--text-light);
}

.btn {
  transition: all 0.3s ease;
    text-decoration: none;
   padding: 10px 20px;
  text-transform: uppercase;
   display: inline-block;
   border-radius   :     30px;
    font-size: .8rem;
   letter-spacing: .2rem;
}

.btn.btn-primary {
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
        color: #fff;
}

.btn.btn-primary:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--primary-color);
  transform: translateY(-2px);
}@import url('https://fonts.googleapis.com/icon?family=Material+Icons');.cards-area {
  background: var(--white);
	   padding: 80px 0;
}

.cards-full {
  flex: 0 0 100%;
    max-width: 100%;
    padding:0 15px;
}

.cards-title {
   margin-bottom: 60px;
	    text-align: center;
}

.cards-title h2 {
  color: var(--primary-color);
  font-family: "Ubuntu", sans-serif;
	font-size     :  36px;
  font-weight: 720;
  margin-bottom: 20px;
}

.single-card {
  padding: 40px 50px;
    background: #f9f9f9;
  border-radius: 3px;
    transition: .5s;
  border: 1px solid #eeeeee;
    margin-bottom: 30px;
}

.single-card:hover {
  background: var(--white);
  box-shadow: 0 10px 20px rgba(25, 42, 81, 0.1);
  transform: translateY(-2px);
}

.single-card .card-text {
  flex:   1;
      padding-right: 30px;
}

.single-card .card-text h4 {
  color: var(--primary-color);
  font-family: "Ubuntu", sans-serif;
  text-transform: capitalize;
  font-size: 24px;
    font-weight: 720;
  margin-bottom: 20px;
}

.single-card .card-text ul {
  list-style: none;
  padding: 0;
    margin: 0; 
	
}

.single-card .card-text ul li h5 {
  color: var(--text-light);
  font-family: "Ubuntu", sans-serif;
  font-size :16px;
   font-weight: 420;
	line-height: 1.5;
    display  :  flex;
	align-items: center;
}

.single-card .card-text .material-icons {
  font-size: 18px;
    margin-right: 10px;
  color: var(--secondary-color);
}

.card-description {
  margin-top: 20px;
  color: var(--text-light);
    font-size: 16px;
   line-height: 1.6;
  font-weight: 420;
}

.single-card .card-img {
	flex: 0 0 150px;
    text-align: center;
    padding: 0 20px;
}

.single-card .card-img img {
   max-width: 120px;
   max-height: 80px;
    width: auto;
   height: auto;
}

.single-card .card-btn {
  flex: 0 0 200px;
  text-align: center;
    padding-left: 20px;
}

.single-card .card-btn .card-btn1,
.single-card .card-btn .card-btn2,
.single-card .card-btn .card-btn3 {
  margin-bottom: 10px;
               display: block;
  background: var(--secondary-color);
  color: var(--primary-color) !important;
}

.single-card .card-btn .card-btn1:hover,
.single-card .card-btn .card-btn2:hover,
.single-card .card-btn .card-btn3:hover {
  background: var(--primary-color);
  color: var(--white) !important;
}

.single-card .card-btn .card-btn2 {
  background: var(--accent-color);
  color: var(--white) !important;
}

.single-card .card-btn .card-btn3 {
  background: var(--primary-color);
  color: var(--white) !important;
}

.third-btn {
  color: var(--white) !important;
  background: var(--primary-color);
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
   font-weight:      620;
  display   :inline-block;
    padding: 10px 24px !important;
    border-radius: 3px;
   transition: all .5s;
  text-decoration: none;
   letter-spacing: 0.5px;
}

.third-btn:hover {
  background: var(--secondary-color);
  color: var(--primary-color) !important;
    text-decoration: none;
  transform: translateY(-1px);
}

.section-padding3 {
    padding-bottom: 80px;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mb-3 {
   margin-bottom: 1rem;

}

.mb-4 {
	margin-bottom: 1.5rem;
}

.align-self-center {
    align-self: center;
}

.d-lg-flex {
	display: flex;
   align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}@media (max-width: 991.98px) {
    .single-card {
        padding: 40px 30px;
        flex-direction: column;
    }
    
    .single-card .card-text {
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .single-card .card-img {
        margin: 20px 0;
        flex: none;
    }
    
    .single-card .card-btn {
        text-align: left;
        flex: none;
        padding-left: 0;
    }
    
    .single-card .card-btn .card-btn1,
    .single-card .card-btn .card-btn2,
    .single-card .card-btn .card-btn3 {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 575.98px) {
    .single-card {
        padding: 30px 20px;
    }

    .cards-title h2 {
        font-size: 28px;
    }

    .single-card .card-text h4 {
        font-size: 20px;
    }
}.faq-section {
  background: linear-gradient(135deg, #f8fbff 0%, #F6FCFF 100%);
    padding: 80px 0;
}

.faq-header {
    flex: 0 0 100%;
       max-width: 100%;
  padding: 0 15px;
        text-align: center;
   margin-bottom :       60px;
}

.faq-title {
  color: var(--primary-color);
  font-family: "Ubuntu", sans-serif;
   font-size: 42px;
   font-weight: 720;
         margin-bottom: 25px;
    line-height: 1.2;
}

.faq-subtitle {
  color: var(--text-light);
   font-size: 18px;
   line-height     :    1.6;
   max-width: 700px;
    margin: 0 auto;
    font-weight: 420;
}

.faq-content {
   flex: 0 0 100%;
   max-width: 100%;
   padding: 0 15px;
}

.faq-item {
  background: var(--white);
	border: 1px solid #e8e8e8;
  border-radius: 8px;
   margin-bottom :      20px;
  box-shadow: 0 2px 10px rgba(25, 42, 81, 0.08);
   transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 5px 20px rgba(25, 42, 81, 0.12);
  transform: translateY(-2px);
}

.faq-question {
	  padding: 25px 30px;
	 cursor: pointer;
    display: flex;
    justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid transparent;
   transition: all 0.3s ease;
	}

.faq-question:hover {
  background: rgba(244, 211, 94, 0.1);
}


.faq-question h3  
  {
  color: var(--primary-color);
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
   font-weight: 620;
   margin: 0;
    padding-right: 20px;
    line-height: 1.4;
}

.faq-icon {
  color: var(--secondary-color);
   font-size: 28px;
    font-weight: 300;
   transition: transform 0.3s ease;
                    flex-shrink: 0;
   width: 30px;
   height: 30px;
        display: flex;
    align-items   :center;
   justify-content: center;
  background: rgba(244, 211, 94, 0.2);
    border-radius: 50%;
	}

.faq-answer {
    display     :       none;
   padding: 0 30px 30px;
  border-top: 1px solid #f0f0f0;
}

.faq-answer.show {
	 display: block;
}

.faq-answer p
{
  color: var(--text-light);
    font-size: 16px;
       line-height: 1.7;
  margin: 20px 0 0;
  font-weight: 420;
}

.faq-item.active .faq-question {
  background: rgba(244, 211, 94, 0.15);
    border-bottom-color: #f0f0f0;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  background: var(--secondary-color);
  color: var(--primary-color);
}

.faq-toggle-script {
    display: none;
}@media (max-width: 991px) {
    .faq-section {
        padding: 60px 0;
    }
    
    .faq-title {
        font-size: 36px;
    }
    
    .faq-subtitle {
        font-size: 16px;
    }
    
    .faq-question {
        padding: 20px 25px;
    }
    
    .faq-question h3 {
        font-size: 18px;
    }
    
    .faq-answer {
        padding: 0 25px 25px;
    }
}

@media (max-width: 767px) {
    .faq-section {
        padding: 50px 0;
    }
    
    .faq-title {
        font-size: 30px;
    }
    
    .faq-question {
        padding: 18px 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .faq-question h3 {
        font-size: 16px;
        margin-bottom: 10px;
        padding-right: 0;
    }
    
    .faq-icon {
        align-self: flex-end;
        position: absolute;
        right: 20px;
        top: 20px;
    }
    
    .faq-answer {
        padding: 0 20px 20px;
    }
    
    .faq-answer p {
        font-size: 15px;
    }
}.faq-item:target .faq-answer    {
  display: block;
}

.faq-item:target .faq-question {
  background: rgba(244, 211, 94, 0.15);
   border-bottom-color: #f0f0f0;
}

.faq-item:target .faq-icon {
  transform: rotate(45deg);
  background: var(--secondary-color);
  color: var(--primary-color);
}

.countdown-section {
  position: relative;
  background-image: url('../lotteimg/timer.webp');
     background-size: cover;
   background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  text-align: center;
}

.countdown-overlay {
   position: absolute;
  top: 0;
    left: 0;
    width: 100%;
   height: 100%;
  background: rgba(25, 42, 81, 0.85);
   z-index: 1;


}

.countdown-content {
   position: relative;
    z-index: 2;
       flex: 0 0 100%;
    max-width: 100%;
  padding: 0 15px;
}

.countdown-header {
  margin-bottom: 50px;
}

.countdown-title {
  color: var(--white);
  font-family: "Ubuntu", sans-serif;
    font-size: 48px;
  font-weight: 720;
               margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.countdown-subtitle {
  color: var(--secondary-color);
   font-size  :       22px;
   font-weight: 520;
	 margin: 0;
}  

.countdown-timer {
  gap: 30px;
  flex-wrap: wrap;
   margin-bottom: 40px;
   display :        flex;
    justify-content: center;
}

.timer-box {
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(244, 211, 94, 0.3);
    border-radius: 12px;
  padding: 25px 20px;
    min-width: 120px;
  backdrop-filter: blur(10px);
   transition: all 0.3s ease;
}

.timer-box:hover {
  transform: translateY(-5px);
  background: rgba(244, 211, 94, 0.2);
  border-color: var(--secondary-color);
}

.timer-number		{
  color: var(--white);
  font-family: "Ubuntu", sans-serif;
  font-size: 42px;
       font-weight: 720;
    line-height: 1;
   margin-bottom: 8px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.timer-label {
  color: var(--secondary-color);
    font-size: 14px;
  font-weight: 620;
   text-transform: uppercase;
  letter-spacing: 1px;
}

.countdown-actions {
    margin-bottom: 30px;
  display   :flex;
    justify-content: center;
   gap: 20px;
   flex-wrap: wrap;
}

.countdown-btn {
   display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
    border-radius: 8px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 620;
    font-size: 16px;
  text-transform: uppercase;
    letter-spacing:     0.5px;
   transition: all 0.3s ease;
  border: 2px solid transparent;
}

.countdown-btn.primary {
  background: var(--secondary-color);
  color: var(--primary-color);
  border-color: var(--secondary-color);
}

.countdown-btn.primary:hover {
  background: var(--white);
  color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(244, 211, 94, 0.4);
}

.countdown-btn.secondary 
 {
   background: transparent;
  color: var(--white);
  border-color: var(--white);
}

.countdown-btn.secondary:hover {
  background: var(--white);
  color: var(--primary-color);
  transform: translateY(-2px);
}

.responsible-notice {

	 max-width: 600px;
    margin: 0 auto;
  background: rgba(255, 0, 0, 0.9);
  padding: 15px 20px;
    border-radius: 8px;
  border: 1px solid #ff4444;
}

.responsible-notice p {
  color: var(--white);
    margin: 0;
    font-size: 14px;
   font-weight: 520;
    line-height: 1.4;
}@media (max-width: 991px) {
    .countdown-section {
        padding: 80px 0;
    }
    
    .countdown-title {
        font-size: 36px;
    }
    
    .countdown-subtitle {
        font-size: 18px;
    }
    
    .countdown-timer {
        gap: 20px;
    }
    
    .timer-box {
        padding: 20px 15px;
        min-width: 100px;
    }
    
    .timer-number {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .countdown-section {
        padding: 60px 0;
    }
    
    .countdown-title {
        font-size: 28px;
    }
    
    .countdown-subtitle {
        font-size: 16px;
    }
    
    .countdown-timer {
        gap: 15px;
    }
    
    .timer-box {
        padding: 15px 10px;
        min-width: 80px;
    }
    
    .timer-number {
        font-size: 28px;
    }
    
    .timer-label {
        font-size: 12px;
    }
    
    .countdown-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .countdown-btn {
        width: 250px;
        text-align: center;
    }
    
    .responsible-notice {
        margin: 0 15px;
    }
}

@media (max-width: 991.98px) {
    .mainnavbar .site-navigation .main-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--primary-color);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        z-index: 999;
        padding: 20px 0;
    }
    
    .mainnavbar .site-navigation .main-menu.mobile-show {
        display: block !important;
    }
    
    .mainnavbar .site-navigation .main-menu > li {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .mainnavbar .site-navigation .main-menu > li:last-child {
        border-bottom: none;
    }
    
    .mainnavbar .site-navigation .main-menu > li > a {
        display: block;
        padding: 15px 30px;
        margin: 0;
        color: var(--white) !important;
        font-size: 16px;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }
    
    .mainnavbar .site-navigation .main-menu > li > a:hover,
    .mainnavbar .site-navigation .main-menu > li.active > a {
        background-color: rgba(244, 211, 94, 0.2);
        color: var(--secondary-color) !important;
    }
}.menu-toggle {
   background: transparent;
  border: 2px solid var(--white);
   padding: 8px 15px !important;
    border-radius: 4px;
   transition: all 0.3s ease;
    text-decoration: none;
}

.menu-toggle:hover {
  background: var(--secondary-color);
  color: var(--primary-color) !important;
  border-color: var(--secondary-color);
}

.menu-toggle .menu-icon {
    font-size: 16px !important;
   margin: 0;
    font-weight: 520; 

}@media (max-width: 767.98px) {
    .topnavbar .flex-row {
        flex-direction: column;
        gap: 10px;
    }
    
    .topnavbar .leftside,
    .topnavbar .rightside {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
    }
    
    .topnavbar .leftside a {
        margin: 0 10px;
        padding: 5px 10px !important;
        font-size: 13px;
    }
    
    .responsible-text {
        font-size: 11px;
        padding: 4px 8px;
        display: inline-block;
        margin-top: 5px;
    }
}.site-logo .logo-image {
   max-height: 45px;
    width: auto;
    transition: transform 0.3s ease;
} 

.site-logo .logo-image:hover {
  transform: scale(1.05);
}

.mainnavbar .site-navigation .main-menu > li > a {
    margin-left: 10px;
  margin-right: 10px;
  padding: 18px 12px;
   font-size: 15px;
   font-weight: 520;
}

.topnavbar a {
   font-weight: 500;
   letter-spacing: 0.3px;
}

.topnavbar a:hover {
    text-decoration: underline;
}

.mainnavbar.sticky {
  position: fixed;
   top :   0;
   left: 0;
   right: 0;
   z-index: 9999;
  animation: slideDown 0.3s ease;
}@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}.mobile-menu-overlay {


    display  :     none;
   position: fixed;
  top: 0;
  left: 0;
  width: 100%;
    height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;

}

.mobile-menu-overlay.show {
    display: block;
}

.responsible-text {
  background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
   border-radius: 4px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    animation: pulse 2s infinite;
}@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}.nav-link:focus,
.menu-toggle:focus {
  outline: 2px solid var(--secondary-color);
	  outline-offset: 2px;
}@media (max-width: 480px) {
    .mainnavbar {
        padding: 0.8rem;
    }
    
    .site-logo .logo-image {
        max-height: 35px;
    }
    
    .menu-toggle {
        padding: 6px 12px !important;
    }
    
    .menu-toggle .menu-icon {
        font-size: 14px !important;
    }
}.age-modal {
   display: block;
    position: fixed;
   z-index: 99999;
    left: 0;
   top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
}

.age-modal-content {
  background: linear-gradient(135deg, var(--white) 0%, #f8f9fa 100%);
   margin: 10% auto;
  padding: 0;
   border-radius: 15px;
    width  :       90%;
    max-width: 500px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  animation: slideIn 0.5s ease;
    overflow: hidden;
}@keyframes slideIn {
    from { 
        transform: translateY(-50px);
        opacity: 0;
    }
    to { 
        transform: translateY(0);
        opacity: 1;
    }
}.age-header {
     background: linear-gradient(135deg, var(--primary-color) 0%, #1a2347 100%);
    padding: 25px 30px;
  text-align: center;
    position: relative;
	}

.age-header h2  
  {
  color: var(--white);
  margin: 0;
  font-family: "Ubuntu", sans-serif;
   font-size: 24px;
  font-weight: 720;
}

.warning-icon    {
	 font-size: 48px;
    margin-bottom: 10px;
    display: block;

}

.age-body {
    padding: 30px;
    text-align     :       center;
}

.age-message {
   font-size: 18px;
  color: var(--primary-color);
  margin-bottom: 10px;
  font-weight   :     620;
  font-family: "Ubuntu", sans-serif;
}

.age-submessage {
   font-size: 14px;
  color: var(--text-light);
         margin-bottom: 25px;
   line-height: 1.5;
}

.age-question {
  margin-bottom: 30px;
}

.age-question h3 {
  color: var(--primary-color);
  font-family: "Ubuntu", sans-serif;
   font-size: 20px;
  font-weight: 620;
  margin  :    0;


}

.age-buttons {
    display: flex;
    gap: 15px;
   justify-content: center;
  margin-bottom: 25px;
    flex-wrap: wrap; 

}

.age-btn {
   padding: 12px 25px;
    border: none;
  border-radius: 8px;
  font-family: "Ubuntu", sans-serif;
    font-size: 16px;
 font-weight: 620;
    cursor: pointer;
    transition: all 0.3s ease;
	text-transform: uppercase;
   letter-spacing: 0.5px;
}

.yes-btn {
  background: var(--secondary-color);
  color: var(--primary-color);
	
}

.yes-btn:hover {
   background: #e6c250;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(244, 211, 94, 0.4);
}

.no-btn {
   background: #ff4444;
  color: var(--white);
}

.no-btn:hover {
  background: #cc0000;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 68, 68, 0.4);
}

.responsible-links {
   border-top: 1px solid #eee;
    padding-top: 20px;
    font-size: 13px;
}

.responsible-links p {
    margin-bottom :10px;
  color: var(--text-light);
  font-weight: 520;
}

.responsible-links a {
   display: block;
  color: var(--primary-color);
   text-decoration: none;
  margin-bottom: 5px;
   font-weight: 520;
}

.responsible-links a:hover {
  color: var(--secondary-color);
    text-decoration: underline;
}

.underage-modal {
 display: none;
  position: fixed;
       z-index: 99999;
   left: 0;
   top: 0;
   width: 100%;
    height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
}

.underage-content {
  background: var(--white);
  margin: 15% auto;
   padding: 40px;
  border-radius: 15px;
  width: 90%;
  max-width  :400px;
    text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.underage-content h2 {
    color: #ff4444;
  font-family: "Ubuntu", sans-serif;
    font-size: 24px;
  font-weight: 720;
  margin-bottom: 20px;
}

.underage-content p {
  color: var(--text-light);
   font-size: 16px;
   line-height: 1.5;
    margin-bottom: 15px;
}

.close-btn {
  background: var(--primary-color);
  color: var(--white);
   border: none;
    padding: 12px 25px;
    border-radius: 8px;
  font-family: "Ubuntu", sans-serif;
   font-size: 16px;
   font-weight: 620;
    cursor: pointer;
    transition: all 0.3s ease;
  margin-top: 20px;
}



.close-btn:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
  transform: translateY(-2px);
}@media (max-width: 767px) {
    .age-modal-content {
        margin: 5% auto;
        width: 95%;
    }
    
    .age-header {
        padding: 20px 15px;
    }
    
    .age-header h2 {
        font-size: 20px;
    }
    
    .warning-icon {
        font-size: 36px;
    }
    
    .age-body {
        padding: 20px 15px;
    }
    
    .age-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .age-btn {
        width: 200px;
    }
    
    .underage-content {
        padding: 30px 20px;
    }
}body.modal-open {
   overflow    :      hidden;
}