.elementor-17551 .elementor-element.elementor-element-c6c8719{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}html[scheme="dark"] .elementor-17551 .elementor-element.elementor-element-c6c8719{background-color:transparent;background-image:linear-gradient(180deg, #02010100 0%, #F2295B00 100%);}.elementor-17551 .elementor-element.elementor-element-f06e44a{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-17551 .elementor-element.elementor-element-a977c76{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-17551 .elementor-element.elementor-element-a977c76 > .elementor-widget-container{padding:20px 0px 20px 0px;}/* Start custom CSS for container, class: .elementor-element-c6c8719 */.rivax-advanced-heading-two {
  background-color: #000;
  padding: 2px 10px 1px 10px;
  border-radius: 8px 8px 8px 8px;
  color: #FFF;
}/* End custom CSS */
/* Start custom CSS */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            line-height: 1.6;
            color: #1a1a1a;
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            min-height: 100vh;
            position: relative;
            overflow-x: hidden;
        }

        .floating-orbs {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 0;
        }

        .orb {
            position: absolute;
            border-radius: 50%;
            background: radial-gradient(circle at 30% 30%, rgba(0, 212, 255, 0.3), rgba(30, 60, 114, 0.1));
            animation: float 20s infinite linear;
            backdrop-filter: blur(2px);
        }

        .orb:nth-child(1) {
            width: 80px;
            height: 80px;
            top: 20%;
            left: 10%;
            animation-delay: 0s;
            animation-duration: 25s;
        }

        .orb:nth-child(2) {
            width: 120px;
            height: 120px;
            top: 60%;
            left: 80%;
            animation-delay: -5s;
            animation-duration: 30s;
        }

        .orb:nth-child(3) {
            width: 60px;
            height: 60px;
            top: 80%;
            left: 20%;
            animation-delay: -10s;
            animation-duration: 20s;
        }

        .orb:nth-child(4) {
            width: 100px;
            height: 100px;
            top: 10%;
            left: 70%;
            animation-delay: -15s;
            animation-duration: 35s;
        }

        .orb:nth-child(5) {
            width: 70px;
            height: 70px;
            top: 40%;
            left: 5%;
            animation-delay: -20s;
            animation-duration: 28s;
        }

        .orb:nth-child(6) {
            width: 90px;
            height: 90px;
            top: 70%;
            left: 60%;
            animation-delay: -12s;
            animation-duration: 22s;
        }

        @keyframes float {
            0% {
                transform: translateY(0px) translateX(0px) rotate(0deg);
                opacity: 0.7;
            }
            33% {
                transform: translateY(-30px) translateX(30px) rotate(120deg);
                opacity: 0.4;
            }
            66% {
                transform: translateY(20px) translateX(-20px) rotate(240deg);
                opacity: 0.6;
            }
            100% {
                transform: translateY(0px) translateX(0px) rotate(360deg);
                opacity: 0.7;
            }
        }

        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 40px 20px;
            position: relative;
            z-index: 1;
        }

        .main-wrapper {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 60px;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            border-radius: 24px;
            padding: 60px;
            box-shadow: 0 40px 80px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .content-section {
            position: relative;
        }

        .hero-section {
            background: linear-gradient(135deg, #1e3c72, #2a5298, #00d4ff, #0099cc);
            background-size: 400% 400%;
            animation: gradientShift 8s ease-in-out infinite;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 40px;
        }

        @keyframes gradientShift {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }

        .hero-title {
            font-size: 3.5rem;
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 20px;
            letter-spacing: -0.02em;
        }

        .hero-subtitle {
            font-size: 1.25rem;
            color: #4a5568;
            font-weight: 400;
            margin-bottom: 30px;
        }

        .section-title {
            font-size: 2rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 60px;
            height: 4px;
            background: linear-gradient(90deg, #1e3c72, #00d4ff);
            border-radius: 2px;
        }

        .intro-text {
            font-size: 1.1rem;
            color: #4a5568;
            margin-bottom: 50px;
            line-height: 1.8;
        }

        .guidelines-grid {
            display: grid;
            gap: 25px;
            margin-bottom: 50px;
        }

        .guideline-card {
            background: linear-gradient(135deg, rgba(30, 60, 114, 0.1), rgba(0, 212, 255, 0.1));
            border: 1px solid rgba(30, 60, 114, 0.2);
            border-radius: 16px;
            padding: 25px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .guideline-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #1e3c72, #00d4ff);
        }

        .guideline-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(30, 60, 114, 0.2);
            border-color: rgba(0, 212, 255, 0.4);
        }

        .guideline-title {
            font-weight: 700;
            color: #2d3748;
            font-size: 1.1rem;
            margin-bottom: 10px;
        }

        .guideline-text {
            color: #4a5568;
            line-height: 1.6;
        }

        .commitment-section {
            background: linear-gradient(135deg, rgba(30, 60, 114, 0.1), rgba(42, 82, 152, 0.1));
            border-radius: 20px;
            padding: 40px;
            margin: 40px 0;
            border: 1px solid rgba(30, 60, 114, 0.2);
        }

        .cta-section {
            text-align: center;
            margin-top: 50px;
        }

        .cta-link {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: linear-gradient(135deg, #1e3c72, #00d4ff);
            color: white;
            text-decoration: none;
            padding: 16px 32px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            box-shadow: 0 10px 25px rgba(30, 60, 114, 0.3);
        }

        .cta-link:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 35px rgba(30, 60, 114, 0.4);
        }

        /* Form Styles */
        .form-container {
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
            backdrop-filter: blur(20px);
            border-radius: 20px;
            padding: 40px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            position: sticky;
            top: 40px;
            height: fit-content;
        }

        .form-title {
            font-size: 1.75rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 10px;
            text-align: center;
        }

        .form-subtitle {
            color: #4a5568;
            text-align: center;
            margin-bottom: 30px;
            font-size: 0.95rem;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-label {
            display: block;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 8px;
            font-size: 0.9rem;
        }

        .form-input,
        .form-select,
        .form-textarea {
            width: 100%;
            padding: 14px 16px;
            border: 2px solid rgba(30, 60, 114, 0.2);
            border-radius: 12px;
            font-size: 0.95rem;
            transition: all 0.3s ease;
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(10px);
        }

        .form-input:focus,
        .form-select:focus,
        .form-textarea:focus {
            outline: none;
            border-color: #1e3c72;
            box-shadow: 0 0 0 3px rgba(30, 60, 114, 0.1);
            background: rgba(255, 255, 255, 0.95);
        }

        .form-textarea {
            resize: vertical;
            min-height: 100px;
        }

        .form-button {
            width: 100%;
            background: linear-gradient(135deg, #1e3c72, #00d4ff);
            color: white;
            border: none;
            padding: 16px;
            border-radius: 12px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 10px 25px rgba(30, 60, 114, 0.3);
        }

        .form-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 35px rgba(30, 60, 114, 0.4);
        }

        .trust-indicators {
            display: flex;
            justify-content: space-around;
            margin-top: 25px;
            padding-top: 25px;
            border-top: 1px solid rgba(30, 60, 114, 0.2);
        }

        .trust-item {
            text-align: center;
            font-size: 0.8rem;
            color: #4a5568;
        }

        .trust-icon {
            font-size: 1.5rem;
            margin-bottom: 5px;
            display: block;
        }

        @media (max-width: 1024px) {
            .main-wrapper {
                grid-template-columns: 1fr;
                gap: 40px;
                padding: 40px 30px;
            }
            
            .hero-title {
                font-size: 2.5rem;
            }
        }

        @media (max-width: 640px) {
            .container {
                padding: 20px 10px;
            }
            
            .main-wrapper {
                padding: 30px 20px;
            }
            
            .hero-title {
                font-size: 2rem;
            }
        }/* End custom CSS */