 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        body {
            
            color: #333;
            display: flex;
            flex-direction: column;
            padding: 20px;
        }
        
        header {
            text-align: center;
            padding: 20px;
            margin-bottom: 30px;
        }
        
        h1 {
            color: white;
            font-size: 2.5rem;
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }
        
        .subtitle {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.2rem;
            max-width: 600px;
            margin: 0 auto;
        }
        
        .mainsection {
            display: flex;
            max-width: 1000px;
            margin: 0 auto;
            background: #1f3763;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            flex: 1; padding: 40px;
        }
        .mainsection img{ width: 100%; height: auto;}
        
        .sic_left, .sic_right {
            padding: 30px;
            flex: 1;
        }
        
        .sic_left {
           
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .sic_left h2{     font-size: 73px;
    text-align: center;}
        .sic_right {
            background: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center; text-align: center;     border-radius: 80px;
    padding: 80px 50px;
        }
        .sam-img img{ width: auto; max-width:inherit;}
        .samginput{ margin-top: 80px;}
        .samginput img{}
        .btn-primary{ background: #1f3763 !important; padding: 8px 60px !important;}
        
        h2 {
            color: #2c3e50;
            margin-bottom: 20px;
            font-size: 1.8rem;
            position: relative;
            padding-bottom: 10px;
        }
        
        /* h2:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 4px;
            background: #3498db;
            border-radius: 2px;
        } */
         .text-left{ text-align: left;}
        
        p {
            line-height: 1.6;
            margin-bottom: 20px;
            color: #555;
        }
        
        .features {
            list-style: none;
            margin: 20px 0;
        }
        
        .features li {
            margin-bottom: 12px;
            display: flex;
            align-items: center;
        }
        
        .features li i {
            color: #3498db;
            margin-right: 10px;
            font-size: 1.2rem;
        }
        
        .btn {
            display: inline-block;
            padding: 12px 25px;
            background: #3498db;
            color: white;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            margin-top: 10px;
        }
        
        .btn:hover {
            background: #2980b9;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .btn-outline {
            background: transparent;
            border: 2px solid #3498db;
            color: #3498db;
        }
        
        .btn-outline:hover {
            background: #3498db;
            color: white;
        }
        
        footer {
            text-align: center;
            padding: 20px;
            margin-top: 30px;
            color: white;
            font-size: 0.9rem;
        }
        
        /* Responsive design */
        @media (max-width: 768px) {
            .mainsection {
                flex-direction: column;
            }
            
            .sic_left, .sic_right {
                padding: 25px;
            }
            
            h1 {
                font-size: 2rem;
            }
        }
        .right_form p{ margin:10px 0px; color: #092d6f;}
        .right_form a{ margin: 0px; color: #092d6f; font-weight: 700;}