

.divider-container {
  display: flex;
  justify-content: center;
  width: 100%;
}


div#block-1778571817380_0 h2 {
    font-size: 60px;
}
.line-text {
        font-size: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  /* Image se milta-julta gold/bronze color */
  color: #c09d62; 
  text-transform: uppercase;
  letter-spacing: 3px;
  width: 100%;
}

.line-text::before,
.line-text::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #c09d62;
}

.line-text::before {
  margin-right: 25px;
}

.line-text::after {
  margin-left: 25px;
}





/* Section background with radial glow */
#section-1778571817380 .section__overlay {
 
  background: radial-gradient(circle at center, #223a5675 0%, #08162a 50%);
  z-index: 0;
}

/* Ensure content stays above the gradient */
#section-1778571817380 .sizer {
  position: relative;
  z-index: 1;
}

@media(min-width:768px){
    
    div#block-1778576601431_0 h2 {
    font-size: 73px;
    line-height: 1;
    margin-bottom: 31px !important;
}
    
div#section-1778631759204 img.feature__image {
    margin: 0 !important;
}

div#section-1778631759204 .feature {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    gap: 26px;
}
    
}

#section-1778576601431 .section__overlay {
    background-image: linear-gradient(135deg, rgba(204, 164, 89, 0.15) 0%, /* Top-left gold glow */ rgba(8, 22, 42, 0) 50%, /* Middle transparency */ rgba(0, 226, 237, 0.1) 100% /* Bottom-right cyan glow */);
    background-attachment: fixed;
}

/* Container jo tags ko line mein rakhta hai aur mobile par wrap karta hai */
.tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;         /* Tags ke beech ka gap */
  margin-top: 30px;
  justify-content: flex-start;
}

.custom-tag {
  /* Colors - Image se match karte hue */
  background-color: #08162a; 
  border: 1px solid #cca459; 
  color: #cca459;
  
  /* Structure */
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 50px; /* Pill shape */
  
  /* Typography */
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  white-space: nowrap;
  
  /* Smooth feel */
  transition: all 0.3s ease;
  cursor: default;
}

/* Hover Effect (Optional) */
.custom-tag:hover {
  background-color: #0d1b2e;
  border-color: #e5c17e;
  color: #e5c17e;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    
        div#block-1778578686982 img.image__image {
    width: 200px;
}
    div#section-footerpro .link-list--column {
 
    align-items: baseline;
}
   div#section-footerpro a.link-list__link {
    text-align: left;
} 
    
    
   span.mob_head {
    font-size: 60px !important;
    line-height: 64px;
} 
h2.press-title {
    font-size: 26px;
}

h1,h2,h3,h4,h5,h6 {
    
    
    line-height:1.2 !important;
}

br {display:none !important;}
div#block-1778631300806_0 p {
    padding-left: 0 !important;
}

.live-sport-card__richtext h3 {
    font-size: 32px;
}



    
  .tag-container {
    gap: 8px;
    justify-content: center; /* Mobile par center align ho jayenge */
  }
  .custom-tag {
    padding: 8px 18px;
    font-size: 11px;
    letter-spacing: 1.5px;
  }
}
.form-control {
    border-color: #ffffff21 !important;
    background: #08162A;
        font-size: 16px;
}

.email-field.form-group.col-6.space {
    width: 100%;
}

.form-group { 
    margin-bottom: 10px !important;
}
button#form-button {
    text-transform: uppercase;
    letter-spacing: 2px;
}



p.pricing__name {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

.pricing-wrapper a.btn {
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 13px;
}

.form-control {
    padding: 15px;
    border: 1px solid #cca4588a;
}
    .form-group label {
        
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 13px;
        color: #cdcdcd;
    }
.select-box-field .form-control {
    height: 57px;
}
button#form-button {
    padding: 15px;
}



































