.refer-section{
    /* max-width:600px; */
    /* margin:60px auto; */
    text-align:center;
    padding:50px 30px;
    border-radius:18px;

    /* background: linear-gradient(135deg,#f5f7fa,#e4efe9); */
    /* box-shadow:0 10px 35px rgba(0,0,0,0.08); */
}

.refer-icon{
    font-size:48px;
    margin-bottom:15px;
}

.refer-section h2{
    font-weight:600;
    margin-bottom:10px;
    color:#120068;
}

.refer-section p{
    color:#555;
    font-size:16px;
    margin-bottom:25px;
}

.refer-btn{
    /* background:#2d6a4f; */
    color:white;
    border:none;
    padding:12px 28px;
    font-size:15px;
    border-radius:8px;
    cursor:pointer;
    transition:0.2s;
    background: linear-gradient(90deg, #2C963E, #1F7A31);
  border: none;
}

.refer-btn:hover{
    background: linear-gradient(90deg, #1F7A31, #2C963E);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 91, 255, 0.2);
}

.or-divider{
  display:flex;
  align-items:center;
  text-align:center;
  margin:20px 0;
}

.or-divider::before,
.or-divider::after{
  content:'';
  flex:1;
  border-bottom:1px solid #ddd;
}

.or-divider span{
  padding:0 15px;
  color:#777;
  font-weight:500;
}
.referral-box{
    display:flex;
    max-width:500px;
    margin:auto;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

.referral-box input{
    flex:1;
    border:none;
    padding:12px 15px;
    background:#f7f7f7;
    font-size:14px;
}

.copy-btn{
    background:#1F7B31;
    color:white;
    border:none;
    padding:0 18px;
    cursor:pointer;
}

.share-btn{
    background:#2C953E;
    color:white;
    border:none;
    padding:0 18px;
    cursor:pointer;
}
.btn:disabled{
opacity:0.5;
cursor:not-allowed;
}
.section2 {
  max-width: 1100px;
  margin: 0 auto; /* centers horizontally */
  padding: 0 20px;
}
