*

{
 box-sizing   :       border-box;
	  margin: 0;
	  padding: 0;
}

body {
  color: #ffffff;
   line-height: 1.6;
  font-family: 'Inter',sans-serif;
  background: #0a0a0a;
	}

.container {
    max-width: 1200px;
   margin: 0 auto;
    padding: 0 20px;
}

.header-logo {
    background: #2e0901;
  border-bottom: 3px solid #ae3e1b;
  padding: 25px 0;
   position: relative;
}

.logo-container {
  justify-content: center;
    display: flex;
  align-items: center;
}

.logo {
		height: 80px;
  width     :  auto;
	transition: transform 0.3s ease;
}

.logo:hover	{
  transform: scale(1.05);
} 

.main-hero{
   height: 40vh;
   background-size: cover;
    background-position: center;
               background-repeat   :  no-repeat;
     position: relative;
  display: flex;
   align-items: center;
  justify-content: center;
}

.hero-overlay {
  position: absolute; 
	   top: 0; 
	   left: 0; 
	    right: 0; 
	 bottom: 0; 
	  background: linear-gradient(135deg, rgba(46,9,1,0.8) 0%, rgba(174,62,27,0.6) 100%);
}

.hero-content {
       position: relative;
  z-index: 10;
    text-align: center;
  max-width: 800px;
    padding: 40px 20px;
}

.hero-subtitle {
  font-size: 18px;
     color: #eabf7a;
       margin-bottom: 10px;
     font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 2px;
}

.hero-title {
    font-size: 3.5rem;
         font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
   color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.trust-badges {


  margin: 30px 0;
	flex-wrap: wrap;
    display: flex;
				 justify-content: center;
    gap: 20px;
}

.trust-item


{
    display: flex;
     align-items: center;
 gap: 8px;
  background: rgba(255,255,255,0.15);
   padding: 12px 20px;
    border-radius: 25px;
  border: 1px solid rgba(255,211,78,0.4);
  backdrop-filter: blur(10px);
}

.trust-item i {
  color    :     #ffd34e;
  font-size: 18px;


}

.trust-item span {
  color: #ffffff;
    font-weight     :   600;
   font-size: 13px;
}

.hero-desc {
    font-size: 18px;
    line-height: 1.8;
  color: rgba(255,255,255,0.9);
   margin: 40px 0;
    font-style     :        italic;
}

.hero-action {
    margin-top: 40px;
}

.cta-btn {
  display: inline-block;
  background: #ae3e1b;
   color: #ffffff;
  padding: 16px 32px;
    text-decoration: none;
    border-radius: 6px;
   font-weight: 600;
  font-size: 14px;
    text-transform: uppercase;
  letter-spacing: 1px;
         transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(174,62,27,0.4);
}

.cta-btn:hover {
  background: #ffd34e;
   color: #2e0901;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,211,78,0.4);
}

.cta-btn span {

	  margin-left    :     8px;
}

.main-footer {
  background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
    border-top: 3px solid #ae3e1b;
   padding:60px 0 0;
}

.footer-grid {
    display: grid;

	  grid-template-columns: 1.5fr 1fr;

	  gap: 50px;

	    margin-bottom: 40px;
}

.footer-heading {
   font-size: 22px;
	letter-spacing   :  1px;
	 margin-bottom: 25px;
  color  :        #ffd34e;
   text-transform: uppercase;
   font-weight: 700;
}

.company-desc {
  color: rgba(255,255,255,0.85);
  font-size: 15px;
    line-height  :   1.8;
    margin-bottom    :30px;
}

.contact-details p {
  color: rgba(255,255,255,0.75);
  font-size  :    14px;
   margin     : 8px 0;
}

.contact-details a {
    color: #ffd34e;
  text-decoration: none;
    font-weight: 500;
}

.contact-details a:hover
{
	color :  #ffffff;
}

.link-list {
   	list-style: none;
    padding: 0;
     }

.link-list li {
   margin-bottom  :     15px;
}

.link-list a {
  color: rgba(255,255,255,0.8);
    text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.link-list a:hover {
  color: #ffd34e;
}

.responsible-section {
  background: #1a1a1a;
    border  :  1px solid #ae3e1b;
   padding: 25px;
   margin: 30px 0;
  border-radius: 6px;
}

.responsible-section h4 {


   color: #ffd34e;
	 font-size: 16px;
  margin-bottom: 12px;
  font-weight: 700;}

.responsible-section p
{
  color: rgba(255,255,255,0.9);
   margin: 8px 0;
    font-size: 14px;
    line-height: 1.5;
}

.responsible-section a {
    color: #ffd34e;
  text-decoration: none;
}

.responsible-section a:hover		{
         color: #ffffff;
}

.support-logos {
	display  :     flex;
  gap: 15px;
    margin-top   :     15px;
	 align-items: center;
}

.support-logo {
  height: 30px;
    width    :  auto;
   opacity: 0.8;
    transition: opacity 0.3s ease;
}  

.support-logo:hover {
   opacity: 1;
}

.copyright-bar {
   	 background: #000000;
    padding: 20px 0;
    text-align: center;
     border-top: 1px solid #333333;


}

.copyright-bar p {
  color: rgba(255,255,255,0.6);

	   font-size:  13px;

	  margin: 0;
}@media (max-width:768px){
.logo{
height:60px;
}

.hero-title{
font-size:2.2rem;
}

.trust-badges{
flex-direction:column;
align-items:center;
gap:15px;
}

.hero-desc{
font-size:16px;
}

.footer-grid{
grid-template-columns:1fr;
gap:30px;
text-align:center;
}

.responsible-section{
padding:20px;
text-align:center;
}

.support-logos{
justify-content:center;
flex-wrap:wrap;
}
}

@media (max-width:480px){
.hero-title{
font-size:2rem;
}

.trust-item{
justify-content:center;
width:100%;
max-width:250px;
}

.cta-btn{
padding:14px 28px;
font-size:13px;
}

.support-logo{
height:25px;
}
}.about-platform {
    background: #111111;
        padding: 80px 0;
  position: relative;
}


.platform-row {
   display: flex;
    align-items: center;
  gap: 60px;
}

.platform-image-side {
    flex   :     0 0 45%;
}

.platform-img

{
    width: 100%;
   background-size: cover;
   background-repeat   :      no-repeat;
   background-position  :        center center;
	min-height: 450px;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.platform-content-side {
   flex: 1;

  padding-left: 20px;
}

.content-wrapper {
      margin-bottom: 25px;
}

.about-label {
    font-size     :    12px;
   display: block;
	 margin-bottom    :     8px;
    color :    #ffd34e;
  text-transform: uppercase;
   letter-spacing: 2px;
    font-weight: 700;
}

.about-heading

{

	    font-size: 34px;
  font-weight: 700;
   position: relative;
    color: #ffffff;
	 line-height :       1.2;
  margin:    0;
     }

.about-text {
  color: rgba(255,255,255,0.85);
               font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
	
}

.about-btn {

	    cursor: pointer;
    background    :     #ae3e1b;
	border  :       1px solid #ae3e1b;
  color: #fff;
   padding: 14px 28px;
  text-decoration: none;
   display: inline-block;
   font-weight   : 600;
   font-size :13px;
  text-transform: uppercase;
   letter-spacing  :  1px;
  border-radius: 4px;
    transition  :      all 0.3s ease;}

.about-btn:hover {
    border: 1px solid #ae3e1b;
   background: transparent;
    color: #ae3e1b;
}@media (max-width: 768px) {
.platform-row {
gap: 40px;
}

.platform-image-side {
flex: none;
}

.platform-img {
min-height: 300px;
}

.platform-content-side {
padding-left: 0;
text-align: center;
}

.about-heading {
font-size: 26px;
}

.about-platform {
padding: 60px 0;
}
}.bonus-offers {
  background: #0f0f0f;
   padding: 70px 0;
    position: relative;
}

.section-header {
   text-align: center;
   margin-bottom: 50px; 

}

.bonus-title {
    color: #ffd34e;
  font-size: 36px;
   font-weight: 700;
  margin-bottom: 12px;
}

.bonus-subtitle {
  color: rgba(255,255,255,0.7);
   font-size: 16px;
  font-style    :     italic;
}

.casino-card {
  background: linear-gradient(145deg, #1a1a1a 0%, #2a2a2a 100%);
       border: 2px solid #ae3e1b;
  border-radius: 12px;
    padding: 30px;
         display: flex;
        align-items: center;
	gap: 25px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
  transition: transform 0.3s ease;
}

.casino-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(174,62,27,0.2);
}

.casino-logo-area {
    flex-shrink: 0;
}

.casino-logo {
   width: 140px;
    height   :        140px;
   object-fit    : contain;
} 

.casino-info-block {
  min-width: 200px;
}

.casino-name {
   color:       #ffffff; 
	  font-size: 22px; 
	    font-weight: 700; 
	    margin-bottom: 8px;}

.rating-section {
  display: flex;
  align-items: center;
    flex-wrap: wrap;
  gap: 8px;
}

.stars-container		{


    display: flex;
    gap: 2px;
	}

.star {
   color: #333;
  font-size :        16px; 
	
}

.star.filled {

	color: #ffd34e;
     }

.star.half {
  background: linear-gradient(90deg, #ffd34e 50%, #333 50%);
   background-clip: text;
}

.rating-score


{
   color: #ffd34e;
  font-weight: 700;
   font-size: 16px;
  margin-left: 4px;
}

.review-count {
  color: rgba(255,255,255,0.6);
  font-size: 13px;


}

.casino-details {
  flex: 1;
  padding    :     0 20px;
}

.casino-short-desc
{
  color: rgba(255,255,255,0.7);
          font-size: 13px;
 line-height: 1.5;
   margin-top: 8px;
}  

.bonus-text {
	   color: #ffd34e;
   font-weight :800;
      font-size: 28px;
  text-transform: uppercase;
   letter-spacing: 1px;
  text-shadow: 0 3px 6px rgba(255,211,78,0.4);
    display: block;
  margin-top   :     10px;}

.bonus-action {
   flex-shrink: 0;
}

.get-bonus-btn  {
	background: #ae3e1b;
  color: #ffffff;
  padding     :        16px 24px;
    text-decoration:none;
   border-radius: 6px;
  font-weight: 700;
   font-size: 14px;
  text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
  display: inline-block;
    border: 2px solid #ae3e1b;
}

.get-bonus-btn:hover {
   background: #ffd34e;
    color: #2e0901;
  border-color    :      #ffd34e;
  transform: scale(1.05);
}@media (max-width:768px){
.casino-card{
flex-direction:column;
text-align:center;
gap: 20px;
padding:25px 20px;
}

.casino-details{
padding:0;
}

.bonus-title{
font-size: 28px;
}

.casino-name{
font-size:20px;
}

.rating-section{
justify-content:center;
}

.bonus-offers{
padding:50px 0;
}
}

@media (max-width: 480px){
.casino-logo{
width:110px;
height:110px;
}

.bonus-text{
font-size:22px;
}

.get-bonus-btn{
padding:14px 20px;
font-size: 13px;
}
}.reviewer-reasons {

	    background-size: cover;
  background-position: center;
    background-repeat: no-repeat;
  padding: 90px 0;
    position: relative;


}

.dark-overlay {
	 position: absolute;
    top:   0;
  left: 0;
  right: 0;
    bottom: 0;
  background: rgba(0,0,0,0.75);
  z-index: 1;
	
}

.container     {
   position   :    relative;
  z-index: 2;
}

.reasons-header {
					text-align: center;
    margin-bottom: 60px;

}

.reasons-title

{
    color: #ffd34e;
    font-size: 38px;
   font-weight: 700;
  margin-bottom: 15px;
}

.reasons-subtitle	{
  color: rgba(255,255,255,0.8);
  font-size: 17px;
   font-style: italic;
}

.reason-cards {
	display: flex;
    gap: 30px;
   justify-content: center;
}

.reason-card


{
  background: rgba(26,26,26,0.9);
   border:   1px solid #ae3e1b;
    border-radius: 8px;
  padding: 35px 25px;
	text-align    :   center;
  flex: 1;
          max-width: 320px;
    transition: transform 0.3s ease;
  backdrop-filter: blur(5px);
}

.reason-card:hover {
  transform: translateY(-8px);
   border-color: #ffd34e;
}

.card-icon {
  margin-bottom   :   20px;
}

.card-icon i {
    font-size: 48px;
    color: #ffd34e;
}

.card-title {
	color: #ffffff;
    font-size   :       20px;
   font-weight: 700;
	 margin-bottom: 18px;
}

.card-text {
  color: rgba(255,255,255,0.85);
   font-size: 14px;
   line-height: 1.7;
}@media (max-width:768px){
.reason-cards{
flex-direction:column;
gap:25px;
align-items:center;
}

.reason-card{
max-width:100%;
padding:30px 20px;
}

.reasons-title{
font-size:30px;
}

.card-icon i{
font-size:40px;
}

.reviewer-reasons{
padding:60px 0;
}
}

@media (max-width:480px){
.reasons-title{
font-size:26px;
}

.card-title{
font-size:18px;
}

.card-text{
font-size:13px;
}
}.age-disclaimer {
	background: #ae3e1b;
    border-top: 3px solid #d32f2f;
    border-bottom: 3px solid #d32f2f;
   padding: 15px 0;
}

.disclaimer-content {
         display: flex;
    align-items: center;
    justify-content: center;
  gap: 15px;
}

.age-icon {
    flex-shrink: 0;
}

.age-icon i {
  font-size: 32px;
    color: #ffffff;
}

.disclaimer-text 
 {
  display: flex;
    align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.age-warning {
   background: #d32f2f; 
  color: #ffffff; 
   font-size: 18px; 
    font-weight: 800; 
   padding: 8px 12px; 
   border-radius: 4px; 
   text-transform :   uppercase; 
  letter-spacing: 1px;

}

.disclaimer-message {
    color: #ffffff;
    font-size: 14px;
  font-weight: 600;
    text-transform: uppercase;
  letter-spacing: 0.5px;
}@media (max-width:768px){
.disclaimer-content{
flex-direction:column;
text-align:center;
gap:10px;
}

.disclaimer-text{
flex-direction:column;
gap:8px;
}

.age-icon i{
font-size:28px;
}

.disclaimer-message{
font-size:13px;
line-height:1.4;
}
}

@media (max-width:480px){
.age-disclaimer{
padding:12px 0;
}

.disclaimer-message{
font-size:12px;
}

.age-warning{
font-size:16px;
padding:6px 10px;
}
}.reviews-section {
  padding: 80px 0;
    background :   #0a0a0a;
}

.reviews-header {
   text-align   :       center;
 margin-bottom: 60px;
}

.title-wrapper
{
    max-width    : 600px;
    margin: 0 auto;
}

.reviews-main-title {
    color: #ffffff; 
   font-size    :  36px; 
   font-weight: 700; 
  margin-bottom: 15px;
}

.reviews-main-title span {
   display: inline-block;
    border-bottom: 4px solid #ffd34e;
   padding-bottom: 8px;
}

.reviews-subtitle {
  color: rgba(255,255,255,0.7);
  font-size: 16px;
	font-style: italic;
}

.testimonials-grid {
  max-width: 1000px;
  margin: 0 auto;
}

.review-content 
 {
    display: grid;
  grid-template-columns: repeat(2, 1fr);
   gap: 40px;
}

.testimonial-item {
  background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
   border: 1px solid #ae3e1b;
      border-radius: 8px;
  padding: 30px 25px;
}

.testimonial-lead {
  font-size: 18px;
   font-weight: 500;
  color: #ffd34e;
   margin-bottom: 20px;
   line-height: 1.6;
}

.testimonial-text {
   margin-bottom: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.85);
    font-size: 15px;
}

.reviewer-name {

	    color: #ae3e1b;
   font-weight: 600;
   font-size     :   14px;
    margin-top: 25px;
    text-align: right;
   font-style: italic;


}@media (max-width:768px){
.review-content{
grid-template-columns:1fr;
gap:30px;
}

.reviews-section{
padding:60px 0;
}

.reviews-main-title{
font-size:28px;
}

.testimonial-item{
padding:25px 20px;
}

.testimonial-lead{
font-size:16px;
}
}

@media (max-width:480px){
.reviews-main-title{
font-size:24px;
}

.testimonial-text{
font-size:14px;
}

.testimonial-lead{
font-size:15px;
}

.reviewer-name{
font-size:13px;
}
}.faq-section {
   background: #111111;
   padding: 80px 0;
}

.faq-header {
   text-align: center;
    margin-bottom: 50px;
}

.faq-title


{


   color: #ffd34e;
    font-size: 34px;
        font-weight :  700;
    margin-bottom: 12px;


}

.faq-subtitle {
  color: rgba(255,255,255,0.75);
   font-size: 16px;
    font-style: italic;
}

.faq-wrapper {
  max-width: 800px;
   margin    :   0 auto;
}

.faq-item {
  background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
   border: 1px solid #ae3e1b;
               border-radius: 8px;
  margin-bottom     :    20px;
   overflow: hidden;
}

.faq-question {
    background: #ae3e1b;
	padding: 20px 25px;
   cursor: default;
	
}

.faq-question h3 {
    color: #ffffff; 
	    font-size: 16px; 
	   font-weight: 600; 
	   margin: 0; 
	   line-height: 1.4;
}

.faq-answer		{
  padding: 25px;
	  background: rgba(26,26,26,0.8);
	
}

.faq-answer p {
  color: rgba(255,255,255,0.9);
    font-size: 15px;
	line-height  :   1.7;
  margin: 0;
}@media (max-width:768px){
.faq-section{
padding:60px 0;
}

.faq-title{
font-size:28px;
}

.faq-question{
padding:18px 20px;
}

.faq-question h3{
font-size:15px;
}

.faq-answer{
padding:20px;
}

.faq-answer p{
font-size:14px;
}
}

@media (max-width:480px){
.faq-title{
font-size:24px;
}

.faq-question{
padding:15px 18px;
}

.faq-question h3{
font-size:14px;
}

.faq-answer{
padding:18px;
}

.faq-answer p{
font-size:13px;
line-height:1.6;
}
}.license-info {
  color: rgba(255,255,255,0.75);
    font-size: 13px;
  line-height: 1.6;
  margin-top: 15px;
  font-style: italic;
}

.age-popup-overlay {


  position :fixed;
  top: 0;
   left: 0;
    width: 100%;
	height  :        100%;
  background: rgba(0,0,0,0.95);
  display: none;
    justify-content: center;
   align-items: center;
  z-index: 9999;
  backdrop-filter: blur(8px);
     }

.age-popup-container {
  background: linear-gradient(135deg, #2e0901 0%, #1a0a0a 100%);
    border: 3px solid #ffd34e;
  border-radius: 15px;
  padding: 50px 40px;
   max-width: 400px;
  width: 90%;
  text-align: center;
  box-shadow: 0 25px 80px rgba(255,211,78,0.3);
  position: relative;
}

.popup-header {
  margin-bottom: 35px;
}

.age-icon {
   margin-bottom: 20px;
}

.age-icon i {
	font-size: 80px;
   color: #ffd34e;
  text-shadow: 0 4px 12px rgba(255,211,78,0.6);
   animation: pulse 2s infinite;
}@keyframes pulse{
0%, 100% { transform:scale(1); }
50% { transform:scale(1.05); }
}.popup-title {
  color: #ffd34e;
  font-size: 28px;
  font-weight: 800;
   margin: 0;
	 text-transform: uppercase;
    letter-spacing: 2px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.popup-content {
   margin-bottom: 40px;
}

.age-warning {
    line-height: 1.4;
    margin-bottom: 20px;
   font-weight: 500;
  font-size: 16px;
	color: #ffffff;
}

.age-question {
  color: #ffd34e;
    font-size: 22px;
   font-weight: 700;
  margin-bottom   : 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.popup-buttons {
  display: flex;
  justify-content: center;
}

.btn-confirm 
 {
    display: flex;

	    align-items: center;

	    gap: 12px;

	  padding    :   18px 35px;

	   background: #ae3e1b;

	  border: 3px solid #ae3e1b;

	    border-radius: 8px;

		 color: #ffffff;

	   font-weight: 700;

	  font-size: 18px;

	  cursor: pointer;

	   transition: all 0.4s ease;

		text-transform: uppercase;

	   letter-spacing: 1px;

	  box-shadow: 0 8px 25px rgba(174,62,27,0.4);
}

.btn-confirm:hover {
    background: #ffd34e;
	color: #2e0901;
  border-color: #ffd34e;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 35px rgba(255,211,78,0.5);
}

.btn-confirm:active {
  transform: translateY(-1px) scale(1.02);
}

.btn-confirm i {
   font-size: 24px;


}@media (max-width:480px){
.age-popup-container{
padding:40px 25px;
margin:20px;
}

.popup-title{
font-size:24px;
}

.age-icon i{
font-size:64px;
}

.age-question{
font-size:18px;
}

.btn-confirm{
padding:15px 30px;
font-size:16px;
}

.btn-confirm i{
font-size:20px;
}
}.legal-section {
    padding    :      6em 0; 
	  position: relative;
}@media (max-width: 767.98px) {
    .legal-section {
        padding: 6em 0;
    }
}.legal-section .row {
	 display: flex;
   flex-wrap: wrap;
  margin : 0 -15px;
}

.legal-section .col-md-7, .legal-section .col-md-8 {
    padding: 0 15px;
}

.legal-section .col-md-7 {
	flex     : 0 0 58.333%;
   max-width: 58.333%;
}

.legal-section .col-md-8    {
  flex     :        0 0 66.666%;
  max-width: 66.666%;
}

.legal-section .justify-content-center {

	  justify-content: center !important;

}

.legal-section .text-center {
    text-align :center !important;
}

.legal-section .mb-5 {
  margin-bottom: 3rem !important;
} 

.legal-section .pb-3 {
    padding-bottom: 1rem !important;
} 

.legal-section .mt-4 {
   margin-top :       1.5rem !important;
}

.legal-section .mb-4 {
   margin-bottom: 1.5rem !important;
}

.heading-section .subheading
	{
   font-size:     13px;
  display: block;
  margin-bottom: 5px;
  color:#ffd34e;
   text-transform: uppercase;
   letter-spacing: 2px;
  font-weight: 700;
}

.heading-section h2 {
	font-size: 38px;
    font-weight: 700;
    position :        relative;
    color: #ffffff;
}@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
}.text-content p {
	 font-size    :        16px;
        line-height: 1.8;
  color: rgba(255,255,255,0.85);
    margin-bottom   :     1.5rem;
}

.btn {
  cursor: pointer;
   border-radius: 0;
       box-shadow: none !important;
}


.btn:hover, .btn:active, .btn:focus {

  outline: none;

}

.btn.btn-primary


{
  background: #ae3e1b;
  border: 1px solid #ae3e1b;
   color: #fff;
    padding  :      12px 30px;
   font-size: 16px;
   text-decoration: none;
    display: inline-block;
    font-weight: 600;
		 text-transform: uppercase;
    letter-spacing   :1px;
          transition: all 0.3s ease;
}  

.btn.btn-primary:hover {
    border: 1px solid #ae3e1b;
   background: #ffd34e;
   color: #2e0901; 

}@media (max-width: 768px) {
    .legal-section .col-md-7, .legal-section .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .legal-section {
        padding: 4em 0;
    }
    
    .heading-section h2 {
        font-size: 24px;
    }
    
    .text-content p {
        font-size: 15px;
    }
    
    .btn.btn-primary {
        padding: 10px 24px;
        font-size: 14px;
    }
}.contact-section {
   padding: 6em 0;
	position: relative;
   background: #111111;
}

.contact-form-wrapper {
  background: linear-gradient(145deg, #1a1a1a, #0f0f0f); 
    border :  2px solid #ae3e1b; 
  border-radius: 12px; 
   padding: 40px 35px; 
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}

.form-group {
   margin-bottom: 25px;
}

.form-group label {
	  display    :block;
  color: #ffd34e;
	font-weight: 600;
        font-size: 14px;
   margin-bottom: 8px;
    text-transform: uppercase;
  letter-spacing: 0.5px;


}

.form-group input,
.form-group textarea  {
  width: 100%;
	padding: 15px;
  background: rgba(26,26,26,0.8);
  border: 1px solid #ae3e1b;
    border-radius: 6px;
    color: #ffffff;
    font-size: 16px;
  font-family: 'Inter', sans-serif;
   transition     :   all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
  border-color: #ffd34e;
  background: rgba(26,26,26,1);
  box-shadow: 0 0 10px rgba(255,211,78,0.2);
}

.form-group input::placeholder,
.form-group textarea::placeholder {

  color: rgba(255,255,255,0.5);
    font-style: italic;

}

.form-group textarea {
  resize: vertical;
   min-height: 120px;
}

.form-submit {
	 text-align: center;
  margin-top: 30px;
}

.submit-btn {
  background: #ae3e1b;
  color: #ffffff;
   padding: 16px 40px;
    border: 2px solid #ae3e1b;
   border-radius: 6px;
    font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
    letter-spacing: 1px;
	cursor: pointer;
   transition     :   all 0.3s ease;
  font-family: 'Inter', sans-serif;


}

.submit-btn:hover
{
  background: #ffd34e;
  color: #2e0901;
   border-color:  #ffd34e;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,211,78,0.4);
}


.success-popup-overlay {
    position: fixed;
   top: 0;
    left: 0;
   width: 100%;
    height: 100%;
  background: rgba(0,0,0,0.9);
   display: none;
  justify-content: center;
  align-items: center;
    z-index: 9999;
  backdrop-filter: blur(5px);
}

.success-popup-container {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
   border :        3px solid #ffd34e;
   border-radius: 15px;
	padding: 40px 30px;
    max-width: 400px;
               width: 90%;
  text-align: center;
  box-shadow: 0 20px 60px rgba(255,211,78,0.3);
}

.success-icon {
     margin-bottom: 20px;
}

.success-icon i {
    font-size: 64px;
    color: #ffd34e;
  text-shadow: 0 3px 6px rgba(255,211,78,0.4);
}

.success-title {
  color: #ffd34e;
    font-size  :   24px;
	 font-weight: 700;
	margin-bottom    :15px;
  text-transform: uppercase;
   letter-spacing: 1px;
}

.success-message {
  color: rgba(255,255,255,0.9);
  font-size: 16px;
    line-height: 1.6;
 margin-bottom: 25px;
}

.success-btn {
    background: #ae3e1b;
   color: #ffffff;
    padding: 12px 30px;
    border: 2px solid #ae3e1b;
    border-radius: 6px;
   font-weight: 600;
   font-size: 14px;
   text-transform: uppercase;
   letter-spacing: 1px;
   cursor: pointer;
    transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
}

.success-btn:hover {
   background:      #ffd34e;
        color   :     #2e0901;
       border-color: #ffd34e;
}@media (max-width: 768px) {
    .contact-section {
        padding: 4em 0;
    }
    
    .contact-form-wrapper {
        padding: 30px 25px;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 12px;
        font-size: 15px;
    }
    
    .submit-btn {
        padding: 14px 32px;
        font-size: 15px;
    }
    
    .success-popup-container {
        padding: 30px 20px;
        margin: 20px;
    }
    
    .success-icon i {
        font-size: 48px;
    }
    
    .success-title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .contact-form-wrapper {
        padding: 25px 20px;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 10px;
        font-size: 14px;
    }
    
    .submit-btn {
        padding: 12px 28px;
        font-size: 14px;
    }
    
    .success-title {
        font-size: 18px;
    }
    
    .success-message {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .main-hero {
        height: 50vh;
        min-height: 400px;
    }
    
    .hero-content {
        padding: 30px 15px;
    }
    
    .hero-title {
        font-size: 2.8rem;
        line-height: 1.2;
        margin-bottom: 25px;
    }
    
    .hero-subtitle {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .hero-desc {
        font-size: 16px;
        line-height: 1.6;
        margin: 25px 0;
    }
    
    .trust-badges {
        gap: 12px;
        margin: 25px 0;
    }
    
    .trust-item {
        padding: 10px 16px;
        min-width: 200px;
    }
    
    .trust-item span {
        font-size: 12px;
    }
    
    .hero-action {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .main-hero {
        height: 45vh;
        min-height: 350px;
    }
    
    .hero-content {
        padding: 25px 10px;
    }
    
    .hero-title {
        font-size: 2.2rem;
        line-height: 1.1;
        margin-bottom: 20px;
    }
    
    .hero-subtitle {
        font-size: 14px;
        letter-spacing: 1px;
    }
    
    .hero-desc {
        font-size: 15px;
        line-height: 1.5;
        margin: 20px 0;
    }
    
    .trust-badges {
        gap: 10px;
        margin: 20px 0;
    }
    
    .trust-item {
        padding: 8px 14px;
        min-width: 180px;
        flex-direction: column;
        text-align: center;
    }
    
    .trust-item i {
        font-size: 16px;
        margin-bottom: 4px;
    }
    
    .trust-item span {
        font-size: 11px;
    }
    
    .cta-btn {
        padding: 14px 24px;
        font-size: 13px;
        letter-spacing: 0.5px;
    }
}

@media (max-width: 360px) {
    .hero-title {
        font-size: 1.9rem;
    }
    
    .hero-desc {
        font-size: 14px;
    }
    
    .trust-item {
        min-width: 160px;
        padding: 6px 12px;
    }
    
    .cta-btn {
        padding: 12px 20px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .main-hero {
        display: none;
    }
    
    .about-platform {
        padding-top: 100px;
    }
}


/* Smaller age disclaimer styling */
.age-disclaimer {
    padding: 8px 0; /* Reduced from 15px */
}

.disclaimer-content {
    gap: 8px; /* Reduced from 15px */
}

.age-icon i {
    font-size: 20px; /* Reduced from 32px */
}

.disclaimer-text {
    gap: 6px; /* Reduced from 12px */
}

.age-warning {
    font-size: 12px; /* Reduced from 18px */
    font-weight: 600; /* Reduced from 800 */
    padding: 4px 8px; /* Reduced from 8px 12px */
    border-radius: 3px; /* Reduced from 4px */
}

.disclaimer-message {
    font-size: 11px; /* Reduced from 14px */
    font-weight: 500; /* Reduced from 600 */
    letter-spacing: 0.3px; /* Reduced from 0.5px */
}

/* Mobile adjustments for smaller disclaimer */
@media (max-width:768px) {
    .age-disclaimer {
        padding: 6px 0; /* Reduced from 12px */
    }
    
    .disclaimer-content {
        gap: 6px; /* Reduced from 10px */
    }
    
    .age-icon i {
        font-size: 18px; /* Reduced from 28px */
    }
    
    .disclaimer-message {
        font-size: 10px; /* Reduced from 13px */
    }
}

@media (max-width:480px) {
    .age-disclaimer {
        padding: 5px 0; /* Reduced from 12px */
    }
    
    .disclaimer-message {
        font-size: 9px; /* Reduced from 12px */
    }
    
    .age-warning {
        font-size: 11px; /* Reduced from 16px */
        padding: 3px 6px; /* Reduced from 6px 10px */
    }
}