

    @font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-VariableFont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
html,
body {
   margin: 0;
  padding: 0;
	font-family: "Montserrat", sans-serif !important;
       overflow-x: hidden !important;
}


a{
	text-decoration: none !important;
}





/* ===== SUCCESS PAGE ===== */

.success-section {
    padding: 100px 0;
    background: #0b0b0b;
    color: #ffffff;
    margin-top: 80px;
}

.success-box {
    max-width: 720px;
    margin: auto;
    background: #111;
    border-radius: 22px;
    padding: 60px 40px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.4);
}

.success-logo {
    width: 120px;
    margin-bottom: 30px;
}

.success-box h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1cab3e;
}

.success-box p {
    font-size: 17px;
    line-height: 1.7;
    color: #d0d0d0;
    margin-bottom: 35px;
}

.success-btn {
    display: inline-block;
    background: #1cab3e;
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.success-btn:hover {
    background: #159232;
    transform: translateY(-2px);
}
