*{
    margin: 0;
    padding: 0;
}
a{
  text-decoration: none !important;
}
p{
  color: white;
}
h1{
  text-align: center;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-weight: 800;
}
h2{
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}
.lob{
    width: 120px;
    
}
.owl-nav{
  display: none!important;
}
.info-section {
  background: #f7f7f7;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  border-left: 6px solid #ffd600;
  margin: 30px 0;
  padding: 28px 32px 24px 32px;
  transition: box-shadow 0.2s;
}

.info-section:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.info-section h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
}

.info-section ul {
  margin: 0 0 0 18px;
  padding: 0;
}

.info-section li {
  margin-bottom: 6px;
  color: #222;
}

.info-section p {
  color: #222;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .info-section {
    padding: 18px 10px 16px 14px;
  }
  .info-section h3 {
    font-size: 1.1rem;
  }
}
.bun{
    margin-top: 10px;
    text-align: end;
}
.btn-primary {
    color: #fff;
    background-color: #ffa724;
    border-color: #ffa724;
  }
  
  .btn-primary:hover {
    background-color: #ffa724;
    border-color: #ffa724;
  }
  
  .btn-secondary {
    color: #fff;
    background-color: #00153c;
    border-color: #ffa724;
  }
  
  .btn-secondary:hover {
    background-color: #00153c;
    border-color: #00153c;
  }
  
  .bun {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
  }
  @media (max-width: 767px) {
    .bun {
      justify-content: center;
      margin-top: 10px;
    }
  }
 /* button end */

 /* nav start */


 /* botton section start */
 ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: white;
}

.header div {
  float: left;
  width: 20%;
  text-align: center;
  padding: 10px 0 0 0;
}

.clear {
  clear: both;
}

.fixed-image {
  position: fixed;
  width: 100%;
  height: 100%;
}

.header {
  height: 80px;
  width: 100%;
  background-color: #00153c !important;
  z-index: 1;
}

.fixed-bottom {
  position: absolute;
  bottom: 0;
}

.fixed-top {
  position: fixed;
  top: 0;
}
 /* botton section end */


.bull{
  /* margin-top: 350px; */
  display: none;
 }

.iconfooter {
  position: fixed !important;
  /* margin-top: auto; */
  bottom: 0;
  /* height:60px;  */
  width: 100%;
  /* background-color: red; */
  color: white;
  background-image: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
  z-index: 999;
  text-align: center;
}

.mypic1 {
  max-width: 30px;
}
.roll{
  display: none;
}

/* Banner Section Fixes */
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner img {
  width: 100%;
  height: 33vh;
  object-fit: cover;
  display: block;
}

.bannertext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.bannertext h1 {
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
}

/* Half Section Fixes */
.halfsection {
  display: flex;
  width: 100%;
  align-items: center;
  min-height: 400px;
  background: #f8f9fa;
}

.halfcontent {
  width: 50%;
  padding: 40px;
}

.halfcontent h2 {
  color: #333;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.halfcontent p {
  color: #666;
  text-align: justify;
  line-height: 1.6;
  font-size: 1rem;
}

.halfimage {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.halfimage img {
  width: 60%;
  max-width: 300px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Content Section Fixes */
.contentsection {
  padding: 40px 0;
  background: white;
}

.heading h1, .heading h2 {
  color: #333;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: 600;
}

.para p {
  color: #666;
  text-align: justify;
  padding: 0 40px;
  line-height: 1.6;
  font-size: 1rem;
}

.secondcontent {
  padding: 40px 0;
  background: #f8f9fa;
}

/* FAQ Section - Modern Design Matching Features */
.faq-section {
  padding: 25px 0;
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
  color: white;
}

.faq-section .section-heading h2 {
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.faq-section .section-heading p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  margin-bottom: 0;
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.accordion {
  background: transparent;
}

.accordion .accordion-item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion .accordion-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.accordion .accordion-item button[aria-expanded='true'] {
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid #ffa724;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1.5em 1em;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  background: transparent;
  outline: none;
  transition: all 0.3s ease;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #ffa724;
  background: rgba(255, 255, 255, 0.1);
}

.accordion button .accordion-title {
  padding: 0 1.5em 0 0;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.accordion button:hover .icon {
  border-color: #ffa724;
  background: rgba(255, 167, 36, 0.1);
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 2px;
  background: currentColor;
  transition: all 0.3s ease;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 10px;
  background: currentColor;
  transition: all 0.3s ease;
}

.accordion button[aria-expanded='true'] {
  color: #ffa724;
}

.accordion button[aria-expanded='true'] .icon {
  border-color: #ffa724;
  background: rgba(255, 167, 36, 0.2);
  transform: translateY(-50%) rotate(45deg);
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
  height: 0;
}

.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 200px;
  transition: all 0.3s ease;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.1);
}

.accordion .accordion-content p {
  font-size: 0.9rem;
  font-weight: 400;
  margin: 1.5em;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* Responsive Design for FAQ */
@media screen and (max-width: 768px) {
  .faq-section {
    padding: 20px 0;
  }
  
  .faq-section .section-heading h2 {
    font-size: 1.4rem;
  }
  
  .faq-container {
    padding: 1rem;
  }
  
  .accordion button {
    font-size: 0.9rem;
    padding: 1.2em 1em;
  }
  
  .accordion .accordion-content p {
    font-size: 0.85rem;
    margin: 1.2em;
  }
}

@media screen and (max-width: 576px) {
  .faq-section .section-heading h2 {
    font-size: 1.3rem;
  }
  
  .faq-container {
    padding: 0.5rem;
  }
  
  .accordion button {
    font-size: 0.85rem;
    padding: 1em 0.8em;
  }
  
  .accordion button .icon {
    width: 22px;
    height: 22px;
    right: 10px;
  }
  
  .accordion .accordion-content p {
    font-size: 0.8rem;
    margin: 1em;
  }
}

/* Responsive Design Fixes */
@media screen and (max-width: 768px) {
  .bannertext h1 {
    font-size: 1.8rem;
  }
  
  .halfsection {
    flex-direction: column;
    min-height: auto;
  }
  
  .halfcontent {
    width: 100%;
    padding: 20px;
  }
  
  .halfimage {
    width: 100%;
    padding: 20px;
  }
  
  .halfimage img {
    width: 80%;
    max-width: 250px;
    border-radius: 6px;
  }
  
  .heading h1, .heading h2 {
    font-size: 1.5rem;
  }
  
  .para p {
    padding: 0 20px;
  }
  
  .container.ff {
    padding: 1rem;
  }
  
  .accordion button {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 500px) {
  .bannertext h1 {
    font-size: 1.4rem;
  }
  
  .halfcontent {
    padding: 15px;
  }
  
  .halfcontent h2 {
    font-size: 1.3rem;
  }
  
  .halfcontent p {
    font-size: 0.9rem;
  }
  
  .heading h1, .heading h2 {
    font-size: 1.2rem;
  }
  
  .para p {
    padding: 0 15px;
    font-size: 0.9rem;
  }
  
  .container.ff {
    padding: 0.5rem;
  }
  
  .accordion button {
    font-size: 0.8rem;
    padding: 1em 0;
  }
  
  .accordion .accordion-content p {
    font-size: 0.9rem;
  }
}

@media (max-width: 430px) {
  html,body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }
  .footer-1{
    margin-top: 10px;
  }
  .conta {
    position: relative;
    width: 60%;
  }
  .image{
    width: 200px !important;
    height: 100px !important;
  }
 .bull{
  /* margin-top: 350px; */
  display: block;
 }
 .conta2{
  position: relative;
  width: 50%;
 }
  .image2{
    width: 100%;
    margin-bottom: 5px;
  }
  .roll{
    display: block;
  }
  .han{
    width: 50px;
  }
  .toy{
    display: none;
  }
 }

 .navbar-nav {
    display: flex;
    flex-wrap: nowrap; /* Prevent items from wrapping to a new line */
    overflow-x: auto; /* Enable horizontal scrolling if needed */
    padding-inline-start: 0; /* Remove default padding */  
  }
  .nav-link{
    font-weight: 700;
    font-size: 13px;
  }
  .nav-item{
    border: 1px solid rgb(104, 99, 99);
  }

  /* Animated CSS button  */
  .animated-button1 {
    background-color: #fff;
    padding: 7px 5px;
    margin: 1px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    overflow: hidden;
    color: #000000;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-align: end;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
            border-radius: 10px;
            float: right;
            margin-top: -50px;
  }
  
  .animated-button1::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
  }
  
  .animated-button1:hover::before {
    opacity: 0.2;
  }
  
  .animated-button1 span {
    position: absolute;
  }
  
  .animated-button1 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #ea4335, #4285f4);
    -webkit-animation: 2s animateTop linear infinite;
            animation: 2s animateTop linear infinite;
  }
  
  @keyframes animateTop {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  
  .animated-button1 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 4px;
    background: linear-gradient(to bottom, #fbbc05, #34a853);
    -webkit-animation: 2s animateRight linear -1s infinite;
            animation: 2s animateRight linear -1s infinite;
  }
  
  @keyframes animateRight {
    0% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
  }
  
  .animated-button1 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background: linear-gradient(to left, #ea4335, #4285f4);
    -webkit-animation: 2s animateBottom linear infinite;
            animation: 2s animateBottom linear infinite;
  }
  
  @keyframes animateBottom {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  
  .animated-button1 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 4px;
    background: linear-gradient(to top, #fbbc05, #34a853);
    -webkit-animation: 2s animateLeft linear -1s infinite;
            animation: 2s animateLeft linear -1s infinite;
  }
  
  @keyframes animateLeft {
    0% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
  }
  
  
  /* Animated CSS button  */
  
.newspaper{
    column-count: 2;
}
.rol{
  margin-left: 180px;
}
@media screen and (max-width: 430px) {
  .rol{
    margin-left: 100px;
  }
}
.sportDiv.ic_section h2 {
  background-image: linear-gradient(270deg, rgba(69,94,104,0) 4%, #000 97%);
  height: 30px;
 
}
.sportDiv h2 {
  display: flex;
  /* position: absolute; */
  z-index: 99;
  bottom: 0;
  width: 100% !important;
  height: 30px;
  /* background: none; */
  /* background-image: linear-gradient(270deg, rgba(69,94,104,0) 4%, #000 97%); */
  justify-content: space-between;
  margin: 0;
  text-transform: capitalize;
  color: #fff;
  font-size: 15px;
  align-items: center;
  padding-left: 10px;
  font-weight: 500;
}

.sportDiv {
  position: relative;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:  linear-gradient(270deg, rgba(69,94,104,0) 4%, #000 97%);;
  opacity: 0; 
  transition: opacity 0.3s ease; 
}
.sportDiv img {
  display: block;
  width: 100%;
  height: auto;
}

.tel {
  position: absolute;
  top: 93%;
  left: 50%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.485);
  transform: translate(-50%, -50%);
  color: rgb(0, 0, 0);
  text-align: center;
  z-index: 1; 
}

@media (max-width: 991px){
.sportDiv h2 {
    font-size: 12px;
    padding-left: 2px;
}
.img-fluid{
  width: 100% !important;
  height: 120px !important;
}
}

.card-title{
  color: white;
  margin-bottom: 10px;
}
.card-body{
  margin-top: 40px;
  margin-bottom: 40px;
}
#myDIV {
  width: 300px;
  height: 200px;
  border: 15px solid coral;
  animation: mymove 5s infinite;
}

@keyframes mymove {
  50% {border-color: lightblue;}
}

.btn2{
  cursor:pointer;
    position:relative;
    padding:10px 20px;
    background:white;
    font-size:18px;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    transition:all 1s;
}

.btn2::after,
.btn2::before{
  content:" ";
  width:10px;
  height:10px;
  position:absolute;
  border :0px solid #fff;
  transition:all 1s;
}

.btn2::after{
  top:-1px;
  left:-1px;
  border-top:5px solid black;
  border-left:5px solid black;
}

.btn2::before{
  bottom:-1px;
  right:-1px;
  border-bottom:5px solid black;
  border-right:5px solid black;
}

.btn2:hover{
  border-top-right-radius:0px;
  border-bottom-left-radius:0px;
  background:rgba(0,0,0,.5);
  color:white;
}

.btn2:hover::before,
.btn2:hover::after{
  width:100%;
  height:100%;
  border-color:white;
}
  
  .data-container{
    background:#ffebee;
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
  }
/*footer start*/
.fffc{
  font-family: 'Poppins', sans-serif;

}
.ffft{
  font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;

}
.footerlogo4
  {
    width: 90px;
  }
  .fffc{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 17px;
  
  }
.mer{
  font-size: 10px;
  margin-right: 30%;
  }
  .line{
    border-top: 2px  dotted rgb(58, 58, 58);
    border-bottom: 2px dotted rgb(58, 58, 58);
  }
 .Official{
  font-size: 20px;
  font-weight: 600;
  padding-top:10px;
  font-family: 'Poppins', sans-serif;
  color: white;
 }
 
@media only screen and (max-width: 480px) {
  .social {
    text-align: center;
  }
  .img-fluid2{
    display: block;
  }
  .cav{
    display: none;
  }
}
/*paytm*/
.paytm {
  background-color: #000000;
  box-shadow: -3.828px -3.828px 6px 0px rgba(37, 146, 242, 0.4),
    3px 5px 8px 0px rgba(26, 159, 231, 0.2);
}

.Methods {
  color: #1e8ddc;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.paymentImg {
  width: 50%;
}

/*paytm*/

/* Features Section - Modern Card Design */
.features-section {
  padding: 25px 0;
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
  color: white;
}

.features-section .section-heading h2 {
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.features-section .section-heading p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  margin-bottom: 0;
}

.feature-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 15px 10px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s;
}

.feature-card:hover::before {
  left: 100%;
}

.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.15);
}

.feature-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(45deg, #ffa724, #00153c);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 1.2rem;
  color: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
  transform: scale(1.05) rotate(3deg);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.feature-card h4 {
  color: white;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 8px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.feature-card p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
  line-height: 1.4;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* Responsive Design for Features */
@media screen and (max-width: 768px) {
  .features-section {
    padding: 20px 0;
  }
  
  .features-section .section-heading h2 {
    font-size: 1.4rem;
  }
  
  .feature-card {
    padding: 12px 8px;
    margin-bottom: 8px;
  }
  
  .feature-icon {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
  
  .feature-card h4 {
    font-size: 0.9rem;
  }
  
  .feature-card p {
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 576px) {
  .features-section .section-heading h2 {
    font-size: 1.3rem;
  }
  
  .feature-card {
    padding: 10px 6px;
  }
  
  .feature-icon {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
  
  .feature-card h4 {
    font-size: 0.85rem;
  }
  
  .feature-card p {
    font-size: 0.65rem;
  }
}
/* Container to center and add padding */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
}

/* Main box styling */
.info-box {
  margin-left: 10px; 
  background: #f9f9f9;
  border-left: 5px solid #ffcc00;
  border-radius: 10px;
  padding: 25px 30px;
  margin-bottom: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  font-family: 'Segoe UI', sans-serif;
  transition: all 0.3s ease;
}

/* Headings */
.info-box h2 {
  font-size: 22px;
  color: #222;
  margin-bottom: 15px;
}

/* Paragraphs */
.info-box p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

/* Lists */
.info-box ul {
  padding-left: 20px;
  margin-top: 10px;
}

.info-box li {
  font-size: 15px;
  margin-bottom: 6px;
}

/* Responsive for smaller screens */
@media (max-width: 768px) {
  .info-box {
    padding: 20px 15px;
    font-size: 15px;
  }

  .info-box h2 {
    font-size: 20px;
  }
}
register-btn {
  background-color: #e74c3c;
  color: white;
  border: none;
  padding: 12px 25px;
  font-size: 1.1rem;
  border-radius: 5px;
  cursor: pointer;
  margin: 20px 0;
  transition: background-color 0.3s;
}

.register-btn:hover {
  background-color: #c0392b;
}

body, html {
  font-family: 'Poppins', 'Montserrat', Arial, sans-serif;
  background: #f8fafc;
}

.modern-bg {
  background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.glassmorph {
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 1.5rem;
  border: 1.5px solid rgba(255,255,255,0.25);
}

.modern-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 2.5rem;
  transition: box-shadow 0.2s, transform 0.2s;
  z-index: 2 !important;
  position: relative !important;
}
.modern-card:hover {
  box-shadow: 0 12px 36px 0 rgba(60, 72, 88, 0.18), 0 4px 16px 0 rgba(60, 72, 88, 0.12);
  transform: translateY(-4px) scale(1.01);
}

.modern-card h1, .modern-card h2, .modern-card h3 {
  font-family: 'Montserrat', 'Poppins', Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: -1px;
}

.modern-card h1 {
  font-size: 2.5rem;
  color: #2d3a4a;
  background: linear-gradient(90deg, #3b82f6 0%, #a21caf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modern-card h2 {
  font-size: 1.7rem;
  color: #3b4cca;
}
.modern-card h3 {
  font-size: 1.15rem;
  color: #0d9488;
}

.modern-card ul {
  margin-left: 1.2rem;
  margin-bottom: 1rem;
}
.modern-card ul li {
  margin-bottom: 0.5rem;
  font-size: 1.08rem;
}

.modern-card p {
  color: #444;
  font-size: 1.13rem;
  margin-bottom: 0.8rem;
}

.gradient-icon {
  background: linear-gradient(90deg, #3b82f6 0%, #a21caf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  animation: gradientMove 2.5s linear infinite alternate;
}
@keyframes gradientMove {
  0% { filter: brightness(1.1) drop-shadow(0 0 2px #a21caf); }
  100% { filter: brightness(1.3) drop-shadow(0 0 8px #3b82f6); }
}

.shine-btn {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #3b82f6 0%, #a21caf 100%);
  color: #fff;
  border: none;
  border-radius: 2rem;
  padding: 0.85rem 2.7rem;
  font-size: 1.18rem;
  font-weight: 700;
  box-shadow: 0 2px 12px 0 rgba(59, 130, 246, 0.13);
  transition: background 0.2s, box-shadow 0.2s, transform 0.1s;
  margin-top: 1.2rem;
  z-index: 1;
}
.shine-btn span {
  position: relative;
  z-index: 2;
}
.shine-btn:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -30%;
  width: 60%;
  height: 200%;
  background: linear-gradient(120deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.05) 100%);
  transform: rotate(25deg);
  transition: left 0.5s;
  z-index: 1;
}
.shine-btn:hover:before {
  left: 110%;
  transition: left 0.7s cubic-bezier(.4,2.3,.3,1);
}
.shine-btn:hover, .shine-btn:focus {
  background: linear-gradient(90deg, #2563eb 0%, #0ea5e9 100%);
  color: #fff;
  box-shadow: 0 6px 24px 0 rgba(59, 130, 246, 0.18);
  transform: translateY(-2px) scale(1.04);
}

.confetti-layer {
  pointer-events: none;
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  z-index: 0 !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="100%25" height="100%25" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="2" fill="%23a21caf"/><circle cx="30" cy="30" r="1.5" fill="%233b82f6"/><circle cx="60" cy="20" r="1.2" fill="%23f59e42"/><circle cx="90" cy="40" r="1.7" fill="%230ea5e9"/><circle cx="120" cy="15" r="1.3" fill="%23f43f5e"/></svg>');
  background-repeat: repeat;
  opacity: 0.13;
  animation: confettiMove 12s linear infinite;
}
@keyframes confettiMove {
  0% { background-position: 0 0; }
  100% { background-position: 100px 60px; }
}

.decorative-svg-top, .decorative-svg-bottom {
  width: 100%;
  line-height: 0;
  position: relative;
  z-index: 3;
}
.decorative-svg-top {
  margin-bottom: 0 !important;
}
.decorative-svg-bottom {
  margin-top: 0 !important;
}

/* AOS Animation Tweaks */
[data-aos] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos].aos-animate {
  opacity: 1;
}

@media (max-width: 768px) {
  .modern-card, .glassmorph {
    padding: 1.1rem 0.7rem !important;
  }
  .modern-card h1 {
    font-size: 1.35rem;
  }
  .modern-card h2 {
    font-size: 1.08rem;
  }
  .modern-card h3 {
    font-size: 1rem;
  }
  .decorative-svg-top, .decorative-svg-bottom {
    height: 40px;
  }
}

/* Force visibility for all main content elements */
.content-section, .modern-card, .glassmorph, .modern-bg, .hero, .sports-betting, .casino-games, .why-choose, .cta, .about, .features {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

/* Cricbet99 style content section */
.cricbet99-style-bg {
  background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
  padding: 3rem 0;
}
.cricbet99-card {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 4px 24px 0 rgba(60, 72, 88, 0.10), 0 1.5px 6px 0 rgba(60, 72, 88, 0.08);
  padding: 2rem 2rem 1.5rem 2rem;
  margin-bottom: 1.5rem;
  transition: box-shadow 0.2s, transform 0.2s;
  border: 1px solid #e0e7ff;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.cricbet99-card:hover {
  box-shadow: 0 8px 32px 0 rgba(60, 72, 88, 0.18), 0 3px 12px 0 rgba(60, 72, 88, 0.12);
  transform: translateY(-4px) scale(1.01);
}
.cricbet99-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.cricbet99-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3b82f6 0%, #a21caf 100%);
  color: #fff;
  font-size: 2rem;
  box-shadow: 0 2px 8px 0 rgba(59, 130, 246, 0.10);
}
.cricbet99-card-header h2 {
  font-family: 'Montserrat', 'Poppins', Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #3b4cca;
  margin: 0;
}
.cricbet99-card-body h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0d9488;
  margin-bottom: 0.7rem;
}
.cricbet99-card-body p, .cricbet99-card-body ul {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 0.7rem;
}
.cricbet99-card-body ul {
  padding-left: 1.2rem;
}
.cricbet99-btn {
  background: linear-gradient(90deg, #3b82f6 0%, #a21caf 100%);
  color: #fff;
  border: none;
  border-radius: 2rem;
  padding: 0.85rem 2.7rem;
  font-size: 1.18rem;
  font-weight: 700;
  box-shadow: 0 2px 12px 0 rgba(59, 130, 246, 0.13);
  transition: background 0.2s, box-shadow 0.2s, transform 0.1s;
  margin-top: 1.2rem;
  z-index: 1;
}
.cricbet99-btn:hover, .cricbet99-btn:focus {
  background: linear-gradient(90deg, #2563eb 0%, #0ea5e9 100%);
  color: #fff;
  box-shadow: 0 6px 24px 0 rgba(59, 130, 246, 0.18);
  transform: translateY(-2px) scale(1.04);
}
.cricbet99-cta {
  background: linear-gradient(135deg, #e0e7ff 0%, #f3e8ff 100%);
  border: 2px solid #a21caf;
  box-shadow: 0 8px 32px 0 rgba(162, 28, 175, 0.10);
}
@media (max-width: 768px) {
  .cricbet99-card {
    padding: 1.1rem 0.7rem 1rem 0.7rem;
  }
  .cricbet99-card-header h2 {
    font-size: 1.08rem;
  }
  .cricbet99-card-body h3 {
    font-size: 1rem;
  }
}

/* Cricbet99 alternating feature sections */
.cricbet99-feature-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cricbet99-feature-section h2 {
  font-family: 'Montserrat', 'Poppins', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #3b4cca;
}
.cricbet99-feature-section p {
  font-size: 1.13rem;
  color: #444;
  margin-bottom: 1.2rem;
}
.cricbet99-feature-section .img-fluid {
  border-radius: 1.25rem;
  box-shadow: 0 4px 24px 0 rgba(60, 72, 88, 0.10), 0 1.5px 6px 0 rgba(60, 72, 88, 0.08);
}
.cricbet99-btn {
  background: linear-gradient(90deg, #3b82f6 0%, #a21caf 100%);
  color: #fff;
  border: none;
  border-radius: 2rem;
  padding: 0.85rem 2.7rem;
  font-size: 1.18rem;
  font-weight: 700;
  box-shadow: 0 2px 12px 0 rgba(59, 130, 246, 0.13);
  transition: background 0.2s, box-shadow 0.2s, transform 0.1s;
  margin-top: 0.5rem;
  z-index: 1;
  display: inline-block;
}
.cricbet99-btn:hover, .cricbet99-btn:focus {
  background: linear-gradient(90deg, #2563eb 0%, #0ea5e9 100%);
  color: #fff;
  box-shadow: 0 6px 24px 0 rgba(59, 130, 246, 0.18);
  transform: translateY(-2px) scale(1.04);
}
@media (max-width: 768px) {
  .cricbet99-feature-section h2 {
    font-size: 1.25rem;
  }
  .cricbet99-feature-section p {
    font-size: 1rem;
  }
  .cricbet99-feature-section .img-fluid {
    border-radius: 0.7rem;
  }
}

/* Diamondexch99 Hero and Features Section (Cricbet99 style) */
.diamondexch-hero {
  background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
}
.diamondexch-hero h1 {
  color: #3b4cca;
  font-family: 'Montserrat', 'Poppins', Arial, sans-serif;
}
.diamondexch-hero h2 {
  color: #0d9488;
  font-size: 1.5rem;
}
.diamondexch-features {
  background: #fff;
}
.feature-card {
  /* background: #f8fafc; */
  border-radius: 1.25rem;
  box-shadow: 0 4px 24px 0 rgba(60, 72, 88, 0.10), 0 1.5px 6px 0 rgba(60, 72, 88, 0.08);
  border: 1px solid #e0e7ff;
  transition: box-shadow 0.2s, transform 0.2s;
}
.feature-card:hover {
  box-shadow: 0 8px 32px 0 rgba(60, 72, 88, 0.18), 0 3px 12px 0 rgba(60, 72, 88, 0.12);
  transform: translateY(-4px) scale(1.01);
}
.feature-icon {
  font-size: 2.5rem;
  color: #a21caf;
  background: linear-gradient(135deg, #3b82f6 0%, #a21caf 100%);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 2px 8px 0 rgba(59, 130, 246, 0.10);
}
@media (max-width: 768px) {
  .diamondexch-hero h1 { font-size: 1.5rem; }
  .feature-icon { font-size: 2rem; width: 48px; height: 48px; }
}

/* Beautiful stacked feature sections for Diamondexch99 */
.diamondexch-section {
  background: #fff;
  border-radius: 1.5rem;
  margin-bottom: 2.5rem;
  box-shadow: 0 4px 24px 0 rgba(60, 72, 88, 0.10);
}
.welcome-section {
  background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
}
.sports-section {
  background: linear-gradient(135deg, #e0e7ff 0%, #f3e8ff 100%);
}
.casino-section {
  background: linear-gradient(135deg, #1a0b2b 0%, #3f61d2 100%);
}
.why-section {
  background: linear-gradient(135deg, #e0e7ff 0%, #f8fafc 100%);
}
.section-icon {
  font-size: 2.8rem;
  color: #fff;
  background: linear-gradient(135deg, #3b82f6 0%, #a21caf 100%);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem auto;
  box-shadow: 0 2px 8px 0 rgba(59, 130, 246, 0.10);
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 1rem auto;
  max-width: 400px;
  color: #444;
}
.feature-list li {
  margin-bottom: 0.5rem;
  font-size: 1.08rem;
  position: relative;
  padding-left: 1.5em;
}
.feature-list li:before {
  content: '\2022';
  color: #a21caf;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
@media (max-width: 768px) {
  .diamondexch-section { border-radius: 0.7rem; }
  .section-icon { font-size: 2rem; width: 48px; height: 48px; }
}

/* === Enhanced Section Backgrounds === */
.cricbet99-section-bg-gradient {
  background: linear-gradient(135deg, #1a2a6c 0%, #b21f1f 100%);
  color: #fff;
}
.cricbet99-section-bg-light {
  background: #f8f9fa;
}
.cricbet99-section-bg-dark {
  background: #232946;
  color: #fff;
}

/* === Enhanced Card Styles === */
.cricbet99-card, .cricbet99-feature-section .container, .cricbet99-bonus-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(44,62,80,0.10), 0 1.5px 4px rgba(44,62,80,0.08);
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  transition: box-shadow 0.3s, transform 0.3s;
}
.cricbet99-card:hover, .cricbet99-bonus-card:hover {
  box-shadow: 0 16px 48px rgba(44,62,80,0.18), 0 3px 8px rgba(44,62,80,0.12);
  transform: translateY(-6px) scale(1.02);
}

/* === Section Headings with Accent === */
.cricbet99-section-title, .cricbet99-feature-section h2, .cricbet99-feature-section h3 {
  font-weight: 800;
  letter-spacing: 0.5px;
  position: relative;
  margin-bottom: 1.5rem;
  color: #1a2a6c;
}
.cricbet99-section-title:after, .cricbet99-feature-section h2:after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #ff5722, #e91e63);
  border-radius: 2px;
  margin-top: 8px;
}

/* === Modern Buttons === */
.cricbet99-btn, .btn-cricbet99 {
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 14px 36px;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 1px;
  box-shadow: 0 4px 16px rgba(233,30,99,0.18);
  transition: all 0.3s;
}
.cricbet99-btn:hover, .btn-cricbet99:hover {
  background: linear-gradient(90deg, #e91e63 0%, #ff5722 100%);
  color: #fff;
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 8px 32px rgba(233,30,99,0.22);
}

/* === Icon Accent Colors === */
.cricbet99-icon, .icon-circle {
  color: #ff5722;
  background: #fff3e0;
  border-radius: 50%;
  padding: 18px;
  font-size: 2.2rem;
  box-shadow: 0 2px 8px rgba(255,87,34,0.10);
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* === Section Dividers (SVG Waves) === */
.cricbet99-divider {
  width: 100%;
  height: 60px;
  display: block;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

/* === Responsive Spacing === */
@media (max-width: 991px) {
  .cricbet99-card, .cricbet99-feature-section .container, .cricbet99-bonus-card {
    padding: 1.5rem 1rem;
  }
  .cricbet99-section-title, .cricbet99-feature-section h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cricbet99-card, .cricbet99-feature-section .container, .cricbet99-bonus-card {
    padding: 1rem 0.5rem;
  }
  .cricbet99-section-title, .cricbet99-feature-section h2 {
    font-size: 1.2rem;
  }
}

/* === Enhanced List Styles === */
.cricbet99-feature-section ul, .cricbet99-feature-section ol {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.cricbet99-feature-section li {
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}

/* === Callout/Highlight Boxes === */
.cricbet99-callout {
  background: linear-gradient(90deg, #fdbb2d 0%, #ff5722 100%);
  color: #fff;
  border-radius: 12px;
  padding: 1.2rem 1.5rem;
  font-weight: 600;
  margin: 1.5rem 0;
  box-shadow: 0 2px 12px rgba(253,187,45,0.10);
}

/* === Section Alternation === */
.cricbet99-feature-section:nth-of-type(even) {
  background: #f8f9fa;
}
.cricbet99-feature-section:nth-of-type(odd) {
  background: #fff;
}

/* === SVG Divider Example === */
.cricbet99-divider svg {
  display: block;
  width: 100%;
  height: 60px;
}
/* ===== Compact Premium Section ===== */
.diamond-pro.compact{
  padding:60px 0; /* height reduced */
  background:linear-gradient(135deg,#0a0f1f,#0f1c3f,#020617);
  color:#fff;
}

/* Layout Control */
.diamond-wrap{
  max-width:1250px;
  margin:auto;
  padding:0 20px;
  display:grid;
  grid-template-columns:25% 75%;
  gap:50px;
  align-items:center;
}

/* IMAGE */
.diamond-visual{
  position:relative;
  text-align:center;
}

.diamond-visual img{
  width:220px; /* image size reduced */
  position:relative;
  z-index:2;
  animation:float 4s ease-in-out infinite;
}

/* Glow reduced */
.glow{
  position:absolute;
  width:180px;
  height:180px;
  background:radial-gradient(circle,#00f7ff,transparent 70%);
  filter:blur(35px);
  top:45%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:1;
}

/* Mini Box under image */
.mini-box{
  margin-top:18px;
  padding:10px 14px;
  font-size:13px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.15);
  border-radius:10px;
}

/* CONTENT */
.diamond-content h2{
  font-size:34px;
  font-weight:800;
  margin-bottom:14px;
}

.diamond-content h2 span{
  background:linear-gradient(90deg,#00f7ff,#00ff9d);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.diamond-content p{
  font-size:13px;
  line-height:1.8;
  color:#cdd5f5;
  margin-bottom:12px;
  text-align: justify;
}

/* Content Boxes (3) */
.content-boxes{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin:18px 0 22px;
}

.content-boxes div{
  background:rgba(255,255,255,0.07);
  padding:12px;
  text-align:center;
  border-radius:12px;
  font-size:14px;
  border:1px solid rgba(255,255,255,0.1);
}

/* CTA */
.diamond-cta{
  display:inline-block;
  padding:14px 34px;
  background:linear-gradient(135deg,#00f7ff,#00ff9d);
  color:#001018;
  font-weight:700;
  border-radius:60px;
  text-decoration:none;
  transition:0.3s;
}

.diamond-cta:hover{
  transform:translateY(-2px);
  box-shadow:0 0 35px rgba(0,255,255,0.7);
}

/* Floating */
@keyframes float{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-12px)}
}

/* Responsive */
@media(max-width:900px){
  .diamond-wrap{
    grid-template-columns:1fr;
    text-align:center;
  }

  .content-boxes{
    grid-template-columns:1fr;
  }
}

/* ===== White Content Section ===== */
.diamond-white-section{
  width:100%;
  background:#ffffff;
  padding:30px 0;
}

.diamond-white-container{
  max-width:1400px;
  margin:auto;
  padding:0 15px;
}

/* Heading */
.diamond-white-container h1{
  font-size:34px;
  font-weight:800;
  color:#111;
  margin-bottom:25px;
  line-height:1.3;
}

/* Paragraphs */
.diamond-white-container p{
  font-size:16px;
  line-height:1.9;
  color:#444;
  margin-bottom:18px;
  text-align:justify;
}

/* Responsive */
@media(max-width:768px){
  .diamond-white-section{
    padding:50px 0;
  }

  .diamond-white-container h1{
    font-size:26px;
  }

  .diamond-white-container p{
    font-size:15px;
  }
}
/* ===== Outer Section ===== */
.diamond-login-outer{
  background:#f3f4f6;
  padding:10px 10px;
}

/* ===== Main Box ===== */
.diamond-login-box{
  max-width:1400px;
  margin:auto;
  background:#ffffff;
  padding:20px 30px;
  border-radius:20px;
  box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

/* Heading */
.diamond-login-box h2{
  font-size:32px;
  font-weight:800;
  color:#111;
  margin-bottom:22px;
}

/* Intro */
.login-intro p{
  font-size:16px;
  line-height:1.9;
  color:#444;
  margin-bottom:16px;
  text-align:justify;
}

/* ===== Steps Grid ===== */
.login-steps{
  margin-top:35px;
  display:grid;
  grid-template-columns:repeat(5,1fr); /* Desktop: all in one line */
  gap:20px;
}

/* Step Card */
.step-card{
  background:#f9fafb;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:28px 20px;
  text-align:center;
  transition:0.3s ease;
}

.step-card:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 35px rgba(0,0,0,0.1);
}

/* Icon */
.step-card .icon{
  width:56px;
  height:56px;
  margin:0 auto 14px;
  background:#eef2ff;
  color:#1d4ed8;
  font-size:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
}

/* Text */
.step-card p{
  font-size:15px;
  color:#222;
  line-height:1.6;
  font-weight:500;
}

/* ===== Responsive ===== */
@media(max-width:1024px){
  .login-steps{
    grid-template-columns:repeat(1,1fr); /* Mobile / tablet: 2-2 */
  }
}

@media(max-width:768px){
  .diamond-login-box{
    padding:25px 15px;
  }

  .diamond-login-box h2{
    font-size:23px;
  }
}
/* ===== Outer Section ===== */
.diamond-play-outer{
  background:#f3f4f6;
  padding:3px 3px;
}

/* ===== Main Box ===== */
.diamond-play-box{
  max-width:1400px;
  margin:auto;
  background:#ffffff;
  padding:15px 20px;
  border-radius:22px;
  box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

/* Heading */
.diamond-play-box h2{
  font-size:32px;
  font-weight:800;
  color:#111;
  margin-bottom:22px;
}

/* Paragraphs */
.diamond-play-box p{
  font-size:16px;
  line-height:1.9;
  color:#444;
  margin-bottom:18px;
  text-align:justify;
}

/* ===== Feature Cards ===== */
.play-features{
  margin-top:35px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.feature-card{
  background:#f9fafb;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:18px 12px;
  text-align:center;
  transition:0.3s ease;
}

.feature-card:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 35px rgba(0,0,0,0.1);
}

/* Icon */
.feature-card span{
  display:inline-flex;
  width:58px;
  height:58px;
  align-items:center;
  justify-content:center;
  font-size:26px;
  border-radius:50%;
  background:#eef2ff;
  color:#1d4ed8;
  margin-bottom:14px;
}

/* Title */
.feature-card h4{
  font-size:18px;
  font-weight:700;
  margin-bottom:8px;
  color:#222;
}

/* Text */
.feature-card p{
  font-size:14.5px;
  color:#555;
  line-height:1.6;
}

/* ===== Responsive ===== */
@media(max-width:1024px){
  .play-features{
    grid-template-columns:repeat(1,1fr);
  }
}

@media(max-width:768px){
  .diamond-play-box{
    padding:25px 15px;
  }

  .diamond-play-box h2{
    font-size:26px;
  }
}

/* Section */
.diamond-info-section{
  background:#f5f6f8;
  padding:1px 0;
}

/* Box */
.diamond-box{
  background:#ffffff;
  border-radius:16px;
  padding:10px;
  box-shadow:0 12px 40px rgba(0,0,0,0.08);
}

/* Image Box */
.img-box img{
  border-radius:14px;
  height:280px;
  width:100%;
  object-fit:cover;
}

/* Content */
.content-box h2{
  font-size:32px;
  font-weight:800;
  margin-bottom:18px;
  color:#111;
}

.content-box p{
  font-size:15.5px;
  line-height:1.8;
  color:#333;
  margin-bottom:14px;
  text-align:justify;
}

/* Button */
.whatsapp-btn{
  background:#19ce50;
  color:#fff;
  font-weight:600;
  padding:12px 26px;
  border-radius:30px;
  border:none;
  text-decoration:none;
}

.whatsapp-btn:hover{
  background:#14b845;
  color:#fff;
}

/* Responsive */
@media(max-width:768px){
  .diamond-box{
    padding:22px;
  }

  .content-box h2{
    font-size:26px;
  }

  .img-box img{
    height:240px;
    margin-bottom:18px;
  }
}

/* ===== Table Section ===== */
.diamond-table-section{
  background:#f5f6f8;
  padding:20px 5px;
}

/* Box */
.diamond-table-box{
  margin:auto;
  background:#ffffff;
  padding:15px 10px;
  border-radius:18px;
  box-shadow:0 15px 45px rgba(0,0,0,0.08);
}

/* Heading */
.diamond-table-box h2{
  font-size:30px;
  font-weight:800;
  color:#111;
  margin-bottom:25px;
}

/* Table */
.diamond-table{
  width:100%;
  border-collapse:collapse;
}

/* Rows */
.diamond-table tr{
  border-bottom:1px solid #e5e7eb;
}

/* Heading column */
.diamond-table th{
  width:35%;
  text-align:left;
  padding:14px 12px;
  font-size:15px;
  font-weight:700;
  color:#222;
  background:#f9fafb;
}

/* Data column */
.diamond-table td{
  padding:14px 12px;
  font-size:15px;
  color:#444;
}

/* Link */
.diamond-table a{
  color:#2563eb;
  font-weight:600;
  text-decoration:none;
}

.diamond-table a:hover{
  text-decoration:underline;
}

/* Responsive */
@media(max-width:768px){
  .diamond-table-box{
    padding:25px 20px;
  }

  .diamond-table th,
  .diamond-table td{
    font-size:14px;
  }
}
/* ===== Section ===== */
.diamond-steps-section{
  width:100%;
  background:#f5f6f8;
  padding:14px 10px;
}

/* ===== Box ===== */
.diamond-steps-box{
  max-width:1400px;
  margin:auto;
  background:#ffffff;
  padding:18px 24px;
  border-radius:14px;
  box-shadow:0 8px 25px rgba(0,0,0,0.06);
}

/* Heading */
.diamond-steps-box h2{
  font-size:28px;
  font-weight:800;
  color:#111;
  margin-bottom:14px;
}

/* Steps */
.steps-wrapper{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.step-item{
  display:flex;
  gap:14px;
  padding:12px 14px;
  border:1px solid #e5e7eb;
  border-radius:12px;
  background:#fafafa;
}

/* Step Number */
.step-number{
  min-width:42px;
  height:42px;
  background:#eef2ff;
  color:#1d4ed8;
  font-weight:800;
  font-size:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
}

/* Step Content */
.step-content h4{
  font-size:16px;
  font-weight:700;
  color:#111;
  margin-bottom:4px;
}

.step-content p{
  font-size:15px;
  line-height:1.7;
  color:#444;
  margin:0;
}

/* Responsive */
@media(max-width:768px){
  .diamond-steps-box{
    padding:16px 16px;
  }

  .diamond-steps-box h2{
    font-size:24px;
  }

  .step-content p{
    font-size:14.5px;
  }
}

/* ===== Risk Section ===== */
.diamond-risk-section{
  width:100%;
  background:#f5f6f8;
  padding:14px 10px;
}

/* Box */
.diamond-risk-box{
  max-width:1400px;
  margin:auto;
  background:#ffffff;
  padding:18px 24px;
  border-radius:14px;
  box-shadow:0 8px 25px rgba(0,0,0,0.06);
}

/* Heading */
.diamond-risk-box h2{
  font-size:28px;
  font-weight:800;
  color:#111;
  margin-bottom:14px;
}

/* Risk List */
.risk-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.risk-item{
  display:flex;
  gap:14px;
  padding:12px 14px;
  border:1px solid #e5e7eb;
  border-radius:12px;
  background:#fafafa;
}

/* Icon */
.risk-icon{
  min-width:40px;
  height:40px;
  font-size:20px;
  background:#fff3cd;
  color:#b45309;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
}

/* Content */
.risk-content h4{
  font-size:16px;
  font-weight:700;
  color:#111;
  margin-bottom:4px;
}

.risk-content p{
  font-size:15px;
  line-height:1.7;
  color:#444;
  margin:0;
}

/* Responsive */
@media(max-width:768px){
  .diamond-risk-box{
    padding:16px 16px;
  }

  .diamond-risk-box h2{
    font-size:24px;
  }

  .risk-content p{
    font-size:14.5px;
  }
}

/* ===== Outer Section ===== */
.diamond-feature-section{
  background:#f5f6f8;
  padding:12px 5px;
}

/* ===== Main Box ===== */
.diamond-feature-box{
  max-width:1400px;
  margin:auto;
  background:#ffffff;
  padding:10px 15px;
  border-radius:10px;
  box-shadow:0 12px 40px rgba(0,0,0,0.08);
}

/* Heading */
.diamond-feature-box h2{
  font-size:30px;
  font-weight:800;
  color:#111;
  margin-bottom:14px;
}

/* Intro paragraph */
.diamond-feature-box > p{
  font-size:16px;
  line-height:1.8;
  color:#444;
  margin-bottom:22px;
  text-align:justify;
}

/* ===== Grid ===== */
.feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

/* Card */
.feature-card{
  background:#f9fafb;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:18px 16px;
  transition:0.3s;
}

.feature-card:hover{
  transform:translateY(-4px);
  box-shadow:0 10px 28px rgba(0,0,0,0.1);
}

/* Card title */
.feature-card h4{
  font-size:16px;
  font-weight:700;
  margin-bottom:6px;
  color:#111;
}

/* Card text */
.feature-card p{
  font-size:14.5px;
  line-height:1.6;
  color:#555;
  margin:0;
}

/* Responsive */
@media(max-width:1024px){
  .feature-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:768px){
  .diamond-feature-box{
    padding:24px 20px;
  }

  .diamond-feature-box h2{
    font-size:24px;
  }

  .feature-grid{
    grid-template-columns:1fr;
  }
}
/* ===== Review Section ===== */
.diamond-review-section{
  background:#f5f6f8;
  padding:40px 15px;
}

/* Box */
.diamond-review-box{
  max-width:1400px;
  margin:auto;
  background:#ffffff;
  padding:32px 35px;
  border-radius:16px;
  box-shadow:0 12px 40px rgba(0,0,0,0.08);
}

/* Heading */
.diamond-review-box h2{
  font-size:30px;
  font-weight:800;
  color:#111;
  margin-bottom:10px;
}

/* Intro */
.review-intro{
  font-size:16px;
  color:#444;
  margin-bottom:25px;
}

/* Grid */
.review-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}

/* Card */
.review-card{
  background:#f9fafb;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:18px 16px;
  transition:0.3s;
}

.review-card:hover{
  transform:translateY(-4px);
  box-shadow:0 10px 28px rgba(0,0,0,0.1);
}

/* Text */
.review-card p{
  font-size:14.5px;
  line-height:1.6;
  color:#333;
  margin-bottom:10px;
}

/* Name */
.review-card h4{
  font-size:15px;
  font-weight:700;
  margin:0;
  color:#111;
}

/* Location */
.review-card span{
  font-size:13px;
  color:#666;
}

/* Responsive */
@media(max-width:1200px){
  .review-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:768px){
  .diamond-review-box{
    padding:24px 20px;
  }

  .review-grid{
    grid-template-columns:repeat(1,1fr);
  }

  .diamond-review-box h2{
    font-size:24px;
  }
}

