body {
    height: 100vh;
    margin: 0;
    background: linear-gradient(to right,
        #ffcccc,
        #ffe5b4,
        #ffffcc,
        #ccffcc,
        #cce5ff,
        #e0ccff,
        #f8ccff
        );
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
header {
    background: linear-gradient(180deg, #f3ce73, #fff);
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-bg {
    border-radius: 25px;
    padding: 5px;
}
.logo {
    text-align: center;
}
.logo h2 {
    font-size: 25px;
    font-weight: 800;
    font-family: 'Roboto';
}
.title {
    gap: 5px;
}
.logo img {
    width: 20%;
}
.logo-text {
    margin-bottom: 0;
    line-height: 1;
}
.sub-text {
    color: #000;
    font-size: small;
    line-height: 1;
}
.heading-present {
    margin: 10px 0px 0px 0px;
}
.heading-present h3 {
    font-size: 70px;
    color: #e27625;
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 85px;
    margin-top: 120px;
}
.heading-present img {
    width: 100%;
}
.heading-banner {
    padding: 10px 0px 20px 0px;
}
.heading-banner img {
    width: 100%;
    border-radius: 16px;
}
.heading-title {
    text-align: center;
    padding: 30px 20px 0 0;
    margin-bottom: 30px;
}
.heading-title h2 {
    font-weight: 700;
    font-size: 30px;
    font-family: 'Roboto';
    border-bottom: 2px solid #333;
    display: inline-block;
    padding-bottom: 5px;
}
footer {
    background: linear-gradient(180deg, #fff, #f3ce73);
    border: 0.5px solid rgba(255, 255, 255, 1);
}
.footer {
    text-align: center;
    padding: 25px 0px 10px 0px;
}
.footer p {
    color: #000;
}
.btn-lg-square {
    width: 56px;
    height: 56px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}
.rounded-circle {
    border-radius: 50% !important;
}
.card {
    background-color: #ffffff00;
    border-radius: 16px;
    border: 2px solid #fff;
}
.card:hover {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 2px 10px 0px rgba(10, 44, 95, 0.10), 0px -4px 10px 0px rgba(255, 255, 255, 0.50) inset, 0px 4px 10px 0px rgba(255, 255, 255, 0.20) inset;
    backdrop-filter: blur(10px);
}
.card-header {
    border-radius: 16px;
    padding: 0rem 0rem;
    border-bottom: 0;
}
.card-header:first-child {
    border-radius: 16px;
}
.card-header img {
    width: 100%;
    border-radius: 16px 16px 0 0;
    height: 300px;
}
.card-body {
    padding: 0.5rem 0.5rem;
}
.speaker-name a {
    font-size: 12px;
    font-family: 'Roboto';
    color: #000;
    font-weight: 600;
    white-space: nowrap;
}
.webinar-time {
    float: right;
    font-size: 12px;
    font-family: 'Roboto';
    color: #000;
    font-weight: 500;
}
.card-body h4 {
    color: #0d0d0e;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto';
}
.card-body p {
    color: #0d0d0e;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto';
    margin-bottom: 0;
}
.form-section {
    padding: 0px 0 50px 0;
}
.card-footer {
    padding: 0.5rem 0.5rem;
}
.speaker-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: calc(1.5em * 2);
}
.title-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;    
}
#register-now {
    max-width: 500px;
    margin: 0 auto;
    background: linear-gradient(185deg, #31519c, #da8a2c);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
#register-now .form-control {
    height: 48px;
    border-radius: 8px;
    border: 1px solid #ccc;
    padding-left: 15px;
    transition: 0.3s ease;
}
#register-now .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.15rem rgba(0,123,255,0.25);
}
.reg-btn:hover {
    color: #000;
    background-color: #fff;
}
.float-right {
    float: right;
}
#register-now label {
    color: #fff;
}
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: auto;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.section {
    padding-bottom: 30px;
}
.section-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
}
.section-right {
    border-radius: 24px;
    flex-flow: column;
    align-self: flex-start;
    padding-bottom: 0;
    display: flex;
    position: sticky;
    top: 100px;
    overflow: hidden;
}
.sun-sign-heading {
    background: radial-gradient(circle, #ffd700 0%, #ffa500 40%, #ff8c00 80%);
    padding: 25px 20px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 0 40px rgba(255, 165, 0, 0.6);
    position: relative;
    overflow: hidden;
}
.sun-sign-heading h2 {
    font-size: 40px;
    color: #fff;
    text-shadow: 2px 2px 8px #d2691e;
    font-weight: bold;
    font-family: 'Georgia', serif;
    position: relative;
    z-index: 2;
}
.sun-sign-heading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background-image: repeating-conic-gradient(rgba(255, 255, 255, 0.1) 0deg 10deg, transparent 10deg 20deg);
    transform: translate(-50%, -50%) rotate(0deg);
    animation: rotateRays 20s linear infinite;
    z-index: 0;
    opacity: 0.5;
}
.sun-sign-heading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, #fffacd, rgba(255, 215, 0, 0.3));
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 30px rgba(255, 255, 0, 0.5);
}
@keyframes rotateRays {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
ul {
    margin-bottom: 0.5rem;
    padding-left: 14px;
}
.niche li {
    color: #0d0d0e;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto';    
}
.modal-body p {
    color: #000;
}